summaryrefslogtreecommitdiff
path: root/devel/m4
AgeCommit message (Collapse)AuthorFilesLines
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-2/+2
have been converted to USE_BUILDLINK2.
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.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-19Make the ${WRKSRC}/checks/stamp-checks writeable, otherwise a build wouldveego1-1/+4
fail on solaris.
2001-07-14Mark as USE_BUILDLINK_ONLY.jlam1-4/+5
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-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-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-21/+1
INSTALL which have both been worked around in bsd.pkg.mk now.
1999-07-09Add package patch-sum filesagc1-0/+5
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-03-19Minor nit - get the version number correct in the description.agc1-1/+1
1999-03-19Explain what m4 is a bit more clearly.agc1-1/+1
1999-03-05Add a patch to configure script so that dots aren't added as a prefixagc1-0/+19
to an absolute path.
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+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-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-04-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc1-2/+2
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-11/+3
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-01-24portlint: use our install-infohubertf1-3/+3
1998-01-24portlint: make shorterhubertf1-4/+0
1998-01-24portlint: fix RCS Id, change order of lineshubertf1-4/+5
1997-12-22Fix setting CONFIGURE_ARGS ("=" -> "+=")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-4/+5
Remove previous OS-dependent hack whereby we had no info files on NetBSD. Install the info files by default.
1997-10-06Add NetBSD RCS Ids.agc1-0/+6
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/+115
packages system.