summaryrefslogtreecommitdiff
path: root/devel/autoconf/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-10-29Fix COMMENT, per PR 14395 by Greg A. Woods <woods@weird.com>hubertf1-2/+2
2001-08-28Backout upgrade of autoconf by popular demand.skrll1-2/+2
2001-08-26update autoconf to 2.52. Some changes:hubertf1-2/+2
- Quadrigraphs This feature was present in autoconf 2.50 but was not documented. For example, `@<:@' is translated to `[' just before output. This is useful when writing strings that contain unbalanced quotes, or other hard-to-quote constructs. - m4_pattern_forbid, m4_pattern_allow - Using autoscan to maintain a configure.ac. - Fixed Fortran name-mangling and link tests on a number of systems, e.g. NetBSD; see AC_F77_DUMMY_MAIN, below. - cross-compilation $build defaults to `config.guess`, $host to $build, and then $target to $host. Cross-compilation is a global status of the package, it no longer depends upon the current language. Cross compilation is enabled iff the user specified `--host'. `configure' now fails if it can't run the executables it compiles, unless cross-compilation is enabled. - Cache file The cache file is disabled by default. The new options `--config-cache', `-C' set the cache to `config.cache'. ... and many others, esp. bugfixes. Check the docs!
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+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-11-02Make sure that the correct "awk" binary is selected during configuration.tron1-2/+2
Fixes PR pkg/8715 by Charles M. Hannum.
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
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-01-06Update autoconf to 2.13.frueauf1-2/+4
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-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 inagc1-8/+2
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 thatagc1-3/+3
depend on autoscan. Also remove an erroneous @exec statement from the packing list.
1998-03-11Fix a problem pointed out by Charles Hannum.agc1-9/+8
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
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-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 NetBSDagc1-0/+27
packages system.