CVS log for ports/devel/autoconf213/Makefile
Up to [FreeBSD] / ports / devel / autoconf213
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Dec 16 11:21:24 2009 UTC (2 years, 1 month ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +4 -1 lines
Reassign the autotools-related ports to a new mailing list, autotools@FreeBSD.org. This is for individuals willing to put in the hard work to generate patches and work with portmgr as we put them through -exp runs and work through port breakage that they create. (A huge number of ports depend on these, so -exp runs are required.) Thanks to aDe@ for all the thankless work he's done over the years to tame these beasts. Hat: portmgr
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:33 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jul 14 19:26:28 2008 UTC (3 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
Handle an edge-case where lang/gawk is installed prior to any autoconf* ports, which then results in an implicit dependency on gawk, with the obvious bad things happening should gawk be later removed. Note that because this is an edge case, which most folks will not run into, and because it doesn't change the default package, I am not bumping PORTREVISION as suggested in the original patch. PR: 125101 Who: matthias <dot> andree <at> gmx <dot> de
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Jul 28 06:33:44 2007 UTC (4 years, 6 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +11 -14 lines
Update to the autotools new world order. Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Jun 17 02:56:07 2005 UTC (6 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +0 -2 lines
Minor INFO-related cleanups
Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Jun 16 17:29:44 2005 UTC (6 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -3 lines
Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Jun 15 06:28:33 2005 UTC (6 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
All that we see or seem, is but a dream, within a dream. Take back maintainership. I'll be scouring the PR database shortly, if I miss any, or someone beats me to it, please feel free to reassign appropriately.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:04 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:50 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Feb 28 23:32:13 2005 UTC (6 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Relinquish maintainership. I no longer have the time, energy, or interest to look after these things any more. To whomever picks these up, I salute you. I'll reset the relevant PRs to ports-bugs in a couple of weeks if no-one has taken over maintainership. Farewell, autotool hell.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Oct 14 20:47:28 2004 UTC (7 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +4 -3 lines
Use INFO [1] Other miscellaneous cleanups with info files PR: 72651 [1] Submitted by: leeym [1]
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Aug 3 22:58:09 2004 UTC (7 years, 6 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +0 -11 lines
Long-overdue cosmetic cleanups.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Mar 28 22:30:21 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -0 lines
Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intention of the autotools project to remove all but the latest versions of libtool, autoconf, and automake, by 31st December 2004. Note that autoconf259 and automake18 aren't yet accessible through the relevant USE_* knobs, but will be as soon as bsd.autotools.mk comes into existence.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Oct 14 03:45:33 2003 UTC (8 years, 4 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Point "legacy" autoconf distfile at ${MASTER_SITE_LOCAL}
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Jun 29 01:45:09 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +14 -15 lines
Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnames away from using the version number twice. Unbreak autoconf257, based on work from Rui Lopes <rui@ruilopes.com>
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jun 9 23:40:12 2003 UTC (8 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Assume maintainership as part of the whole "gnutools" integration process.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Jun 9 15:41:03 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
s,/bin/sh,${SH},.
Obtained from: devel/autoconf
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Jun 8 21:13:43 2003 UTC (8 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +0 -0 lines
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jun 8 21:06:15 2003 UTC (8 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
REST IN PEACE Alan Eldridge Born December 15, 1961 in Iowa Died June 6, 2003 in Denver, Colorado Thank you for your contributions, you will be greatly missed.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:00:07 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Feb 28 22:52:58 2003 UTC (8 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Use pre-everything:: instead of pre-everything: to avoid conflict with targets in bsd.port.mk
Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Dec 10 02:39:10 2002 UTC (9 years, 2 months ago) by alane
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -0 lines
Add USE_PERL5.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Dec 9 16:50:42 2002 UTC (9 years, 2 months ago) by alane
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
change relative links to absolute
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Nov 30 03:51:55 2002 UTC (9 years, 2 months ago) by alane
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -3 lines
Remove "temporary" symlinks which could cause a build to fail.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Nov 1 13:09:28 2002 UTC (9 years, 3 months ago) by alane
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along....
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Nov 1 04:17:48 2002 UTC (9 years, 3 months ago) by alane
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Changed MAINTAINER to my FreeBSD address.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Oct 21 00:04:37 2002 UTC (9 years, 3 months ago) by alane
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +7 -7 lines
Removed erroneous ${DESTDIR} that I put in Makefile pre-/post- targets.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Oct 20 20:48:20 2002 UTC (9 years, 3 months ago) by alane
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
Set CONFIG_SHELL in env so always use /bin/sh. This way results are at least (closer to) deterministic. PR: 39492 Submitted by: naddy
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Oct 14 19:42:32 2002 UTC (9 years, 3 months ago) by alane
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -1 lines
1. Bumped portrevision (yes, again, sorry for the thrash). 2. Fixed bug that Knu pointed out, which was the bad dirs were captured in bsd.port.mk (to be fixed RSN, in testing now). Fixed with the magic of ... symlinks! (I always thought symlinks to . were lame, and they are, but sometimes they can get you out of a corner. Temporarily.) 3. The question is, will anything break trying to recursively go down the tree following symlinks? If so, that tool needs to be fixed. A symlink to '.' (or '..') just plain should not be followed. Bottom line is, AUTOCONF_DIR, AUTOMAKE_DIR, & ACLOCAL_DIR work again. As a side effect of this fix, you can now download the entire internet onto 1 floppy disk.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Oct 13 11:34:51 2002 UTC (9 years, 4 months ago) by alane
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +17 -8 lines
1. Make nicer message is USE_AUTOCONF* defined. 2. Make post-install target actions DESTDIR-safe.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Oct 13 00:13:18 2002 UTC (9 years, 4 months ago) by alane
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +8 -8 lines
Portrevision => 3. Put the damn support files in the right place. Modifying $(datadir) was not the right way to do it. I knew there was something about this port that bugged me. I am content now. Love is all you need. Give peace a chance.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Sep 16 07:51:44 2002 UTC (9 years, 4 months ago) by alane
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Take maintainership since Ade Lovett departed and I know these programs pretty well.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Sep 14 13:32:01 2002 UTC (9 years, 4 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -0 lines
Due to popular demant into each port which might be inserted into dependency list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Sep 7 08:44:44 2002 UTC (9 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Relinquish all my ports.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:38:29 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Stage a mini-coup, and borrow these ports from portmgr@ for a while, since I'm doing most of the updating, and am working on a port/Mk/bsd.<gnublah>.mk to move some cruft around. Sponsored by: Mr. Smith and Mr. Wesson. :)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jul 9 22:50:24 2002 UTC (9 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +12 -5 lines
Eliminate file conflicts with devel/autoconf
Add ${PREFIX}/libexec/autoconf213/* links
PR: 36071
Submitted by: Alan Eldridge <ports@geeksrus.net>
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Dec 26 11:50:36 2001 UTC (10 years, 1 month ago) by will
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Bump PORTREVISION for including install-sh. *sigh*
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Dec 24 14:34:25 2001 UTC (10 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -0 lines
Provide install-sh. PR: 25828 Submitted by: yar
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Oct 29 05:38:09 2001 UTC (10 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Grrr. actually make it work post-repocopy.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Oct 27 17:10:34 2001 UTC (10 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
This was repo copied from the 'autoconf' port to give us a legacy version. autoconf213 can live beside the latest 'autoconf', and is invoked specifically as 'autoconf213'.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Oct 25 15:22:14 2001 UTC (10 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -5 lines
Upgrade to the Cygnus "000227" (27-Feb-2000) version. This is a later
version than 2.13.
I could find no ports that broke with this update.
Approved by: portmgr
Message-ID: <20011024214950.W25747@squall.waterspout.com>
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Sep 17 17:40:04 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Remove jseger and torstenb from maintainership of their ports, they have been inactive for too long Approved by: will
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 12 03:58:57 2001 UTC (10 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -1 lines
Add a note that indicates why this port can't be updated yet
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu May 31 22:14:37 2001 UTC (10 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Finally nail the nasty autoconf habit of leaving ${TMPDIR}/acin.*
turds lying around in certain circumstances.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:27:06 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
PORTNAME/PORTVERSION update
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:41:35 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:47:23 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Change Id->FreeBSD.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:28:31 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -4 lines
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 11 12:04:27 1999 UTC (13 years ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Add builddepends on gnu's M4. PR: ports/9806 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jan 26 01:54:49 1999 UTC (13 years ago) by steve
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -3 lines
Update to version 2.13. PR: 9656 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 23 16:10:37 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -2 lines
Fix info page problem.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Sep 16 22:33:10 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -4 lines
Remove 2 foolish lines about info page.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon May 4 02:41:51 1998 UTC (13 years, 9 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
portlint.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 13 20:00:47 1997 UTC (14 years, 8 months ago) by max
Branches: MAIN
CVS tags: RELEASE_2_2_6, RELEASE_2_2_5
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
sed -> ${SED}
Add `@' at the beginning of install-info related commands in post-install.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 13 07:33:36 1997 UTC (14 years, 8 months ago) by max
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -1 lines
Use install-info to add info dir entry.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 16 10:11:37 1997 UTC (15 years ago) by torstenb
Branches: MAIN
CVS tags: RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
upgrade to 1.12 Submitted by: fenner
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Nov 18 10:22:14 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 3 21:59:38 1996 UTC (15 years, 8 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Upgrade to autoconf 2.10
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 1 05:09:13 1996 UTC (15 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Use RUN_DEPENDS instead of EXEC_DEPENDS, as it is not (technicall) necessary to have /usr/local/bin/gm4 just to build this port. However, the configure script would find /usr/bin/m4 if /usr/local/bin/gm4 isn't there, so tell it to use tha latter via CONFIGURE_ENV.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 27 20:19:08 1996 UTC (15 years, 10 months ago) by markm
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -5 lines
Upgrade to 2.9
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 26 00:51:47 1995 UTC (16 years, 1 month ago) by ats
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 26 11:27:36 1995 UTC (16 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Change gategory name "development" -> "devel". Also take out the "programming" that was in some of them, it's pretty obvious what we are talking about here.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 22 17:26:29 1995 UTC (16 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Upgrade 2.5 -> 2.6
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 19 17:49:00 1995 UTC (16 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Upgrade: 2.4 -> 2.5
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Oct 12 07:11:56 1995 UTC (16 years, 4 months ago) by asami
Branches: TORSTENB
CVS tags: autoconf_2_4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
GNU autoconf ver 2.4, to generate your own configure scripts. Submitted by: torstenb
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 12 07:11:56 1995 UTC (16 years, 4 months ago) by asami
Branches: MAIN
Initial revision
