summaryrefslogtreecommitdiff
path: root/devel/automake
AgeCommit message (Collapse)AuthorFilesLines
2002-05-29eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+6
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-01-10Actually add the patch that fixes lisp_LISP handling. This went unnoticedskrll3-3/+17
for 4 months! While I'm here change the maintainer to packages@netbsd.org
2002-01-10Remove non-existing patch-ac from distinfo.wiz1-2/+1
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Buildlinkify.jlam1-5/+6
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-27argh, back out last... make magic confusionhubertf1-2/+2
2001-08-271.4-p5 is NOT a valid version!!!hubertf1-2/+2
2001-08-27fix dependency in automake after autoconf upgradehubertf1-2/+2
Noted by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 13792
2001-08-26Sort.skrll1-5/+5
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll2-5/+7
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+1
2001-04-18Move to sha1 digest, and add distfile sizeagc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam1-4/+4
1999-11-14Fix fuzzy patch.fredb2-7/+7
1999-07-09Add package patch-sum filesagc1-0/+4
1999-05-22Add dependency on autoconf[!], and change USE_GTEXINFO to INFO_FILES.tv1-2/+4
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-02-19Sync contents of "share/aclocal" and "share/automake" with reality.tron1-5/+3
1999-02-19Don't try to remove directory "share/aclocal" during deinstallation.tron1-2/+1
It is used by many packages and was added to "pkgsrc/mk/NetBSD.pkg.dist" a while ago.
1999-02-19Update to 1.4 and fix subdirectory.tv2-5/+5
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-12-30Uh... USE_PERL5(!).tv1-1/+3
1998-09-22install-info will create an info dir file, if one doesn't alreadyagc1-2/+1
exist, so remove the erroneous @exec statements (which wouldn't have worked anyway).
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-11/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-04-14Update for V1.3hubertf4-11/+17
1998-02-10portlint: remove contiguous blank lines.frueauf1-2/+1
1998-02-09Fix stripping of binaries (caused by fixing PR4884)hubertf1-3/+4
1998-01-25Define OPSYS before using it; reported by Thorsten Frueaufhubertf1-3/+2
1998-01-24portlint: fix RCS Id, move DEPENDshubertf1-5/+5
1998-01-24portlint: use our install-infohubertf1-3/+3
1997-12-22Fix setting CONFIGURE_ENV ("=" -> "+=")hubertf1-2/+2
1997-11-13Do not depend on "install-info", but on "${PREFIX}/bin/install-info",hubertf1-2/+2
to make sure we do have ${PREFIX}/info/dir (which comes with out gtexinfo).
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-09Add a (build) dependency on gtexinfo for NetBSD.agc1-5/+6
1997-10-06Add NetBSD RCS Ids.agc1-1/+8
Use uname -s to work out the Operating System. FreeBSD has install-info and /usr/share/info/dir by default. NetBSD doesn't, so, for now, don't try to do this on NetBSD.
1997-10-06Initial import of FreeBSD devel ports into NetBSDagc7-0/+145
packages system.