summaryrefslogtreecommitdiff
path: root/devel/autoconf
AgeCommit message (Collapse)AuthorFilesLines
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-04-04set M4 to GNU m4. M4 in CONFIGURE_ENV was overridden by later addition ofwiz1-2/+3
M4-setting in bsd.pkg.mk.
1999-12-28RCS tag addedwiz1-0/+1
1999-11-02Make sure that the correct "awk" binary is selected during configuration.tron1-2/+2
Fixes PR pkg/8715 by Charles M. Hannum.
1999-09-08Prefer our awk to mawk (weak depends alert!)hubertf2-1/+13
1999-07-09Add package patch-sum filesagc1-0/+5
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-04-03The file was changed on the master site.hubertf1-2/+2
Reported in PR 7311 by Benjamin Lorenz <lorenz@otelo-online.de>
1999-03-12Adapt this Makefile to the new GNU layout for their ftp sites.agc1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-5/+5
1999-01-06This needs to updated too of course.frueauf1-2/+2
1999-01-06Update autoconf to 2.13.frueauf4-27/+24
To cite announce on freshmeat for Changes: Various bugfixes and enhancements collected during the past two years since the last release. Way too many to mention them all here. The ChangeLog is included in the package.
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-2/+2
DEPENDS definition.
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.agc3-0/+6
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
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-6/+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-03-16portlint: add default MAINTAINER; fix WARNs.frueauf1-2/+5
1998-03-12Make this package depend on Perl5. Take out the stuff I put inagc2-17/+11
yesterday - it's not necessary if the Perl dependency is there.
1998-03-11Do the same pre-processing of the packing list for the files thatagc2-13/+12
depend on autoscan. Also remove an erroneous @exec statement from the packing list.
1998-03-11Fix a problem pointed out by Charles Hannum.agc2-11/+10
If perl is not installed, there will be no autoscan script, so construct the packing list at installation time, when the contents are known. Also remove an erroneous check for a texinfo dir file.
1998-02-01portlint: remove extra empty linehubertf1-2/+1
1998-01-25Define OPSYS before using it; reported by Thorsten Frueaufhubertf1-3/+3
1998-01-24portlint: fix RCS Id, put DEPENDs in one placehubertf1-7/+6
1998-01-24portlint: use our install-infohubertf1-5/+5
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
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 NetBSDagc8-0/+113
packages system.