Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/gmake/Makefile

[BACK] Up to [FreeBSD] / ports / devel / gmake

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Apr 11 19:54:31 2011 UTC (10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -2 lines
Update to GNU make 3.82 after numerous -exp runs.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon May 31 01:58:12 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Dec 16 11:21:27 2009 UTC (2 years, 1 month ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +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.66: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:39 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.65: preferred, colored
Changes since revision 1.65: +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.65: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:21:14 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Nov 18 22:37:49 2007 UTC (4 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work.

Approved by:	portmgr (linimon)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat May 19 20:02:38 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Jun 29 22:39:05 2006 UTC (5 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -0 lines
Clean up the 'rw' locale directory which I could have sworn was in the
BSD.local.dist mtree.

Submitted by:	many

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Jun 27 20:04:18 2006 UTC (5 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -2 lines
Update to 3.81

Whilst this hasn't been through a full -exp run, it has been extensively
tested on my own tinderboxes with an appropriate variety of gmake-using
ports.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Oct 14 20:45:42 2004 UTC (7 years, 3 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +5 -7 lines
Use INFO [1]
Other minor cleanups

PR:		[1] 72664
Submitted by:	leeym

Revision 1.59: download - view: text, markup, annotated - select for diffs
Wed Feb 4 07:56:11 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Put USE_GMAKE under the test for !defined(WITHOUT_NLS).

PR:		62332
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Feb 4 04:35:51 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:	trevor
Tested by:	bento

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Jan 23 18:11:49 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Now gettext 0.12.1 is gettext-old.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Aug 26 20:25:40 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:	kris

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Aug 25 05:41:22 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Chase the libintl.so shared lib version.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Jun 9 23:44:36 2003 UTC (8 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
One more for "gnutools"

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Feb 20 17:06:45 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -0 lines
De-pkg-comment.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:45:33 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:44:28 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Oct 10 10:56:43 2002 UTC (9 years, 4 months ago) by demon
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Correct intl shlib version number.

Spotted by:	Neil Darlow <neil@darlow.co.uk>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Oct 10 07:26:51 2002 UTC (9 years, 4 months ago) by demon
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +14 -5 lines
Various fixes for new scheme of detecting intl.4, which comes with this
version of GNU make.

Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Also provide WITHOUT_NLS knob to build without localized messages.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Oct 9 13:29:57 2002 UTC (9 years, 4 months ago) by demon
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Fix intl.4 library name spelling.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Oct 9 13:25:22 2002 UTC (9 years, 4 months ago) by demon
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
GNU make now has no included gettext.
Add dependency to devel/gettext port.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Oct 9 06:09:48 2002 UTC (9 years, 4 months ago) by will
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -0 lines
Gmake now needs libiconv.  I don't really care why, but a clean-room make
package fails otherwise.  Anyone who wants to improve on this commit should
make sure to test that make package still works with libiconv not installed
*before* doing anything.  See the following log for more info:
http://rabarber.fruitsalad.org/errors/200210090422/4-STABLE/gmake-3.80.log

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Oct 7 19:14:29 2002 UTC (9 years, 4 months ago) by demon
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +6 -3 lines
Update port to version 3.80.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Sep 14 13:31:59 2002 UTC (9 years, 4 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +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.43: download - view: text, markup, annotated - select for diffs
Sat Sep 7 08:44:49 2002 UTC (9 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Relinquish all my ports.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Sep 3 07:20:49 2002 UTC (9 years, 5 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Fix a problem with gmake segfaulting with some locales.

PR:		41075
Submitted by:	naddy

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Aug 1 02:38:31 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +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.40: download - view: text, markup, annotated - select for diffs
Thu Jun 6 22:40:39 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -7 lines
Remove cruft slipped into previous commit.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jun 6 22:40:05 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +9 -2 lines
Make localised messages working. Bump PORTREVISION.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue May 28 09:40:47 2002 UTC (9 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -3 lines
Add --with-included-gettext to remove dependency on external gettext.

Suggested by:	obrien

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:09:31 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Mar 15 19:43:51 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Sep 17 17:40:08 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:30:18 2001 UTC (11 years ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jan 1 10:14:59 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -3 lines
Goodbye, YEAR2000.  Hello, 2001.

Approved by:	asami

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jul 4 13:58:32 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -3 lines
Remove --without-included-gettext - it works in exactly opposite direction.
Shame on GNU folks!

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jul 3 23:30:59 2000 UTC (11 years, 7 months ago) by jseger
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Upgrade to gmake-3.79.1

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon May 29 22:39:27 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -1 lines
Add libintl so that this port builds an external libintl and registers
it as a dependency (as it should).

PR:		18892
Submitted by:	rguyom@321.net
Forgotten by:	sobomax

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon May 29 06:24:51 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -2 lines
Respect installed intl shared library.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Apr 25 21:42:38 2000 UTC (11 years, 9 months ago) by jseger
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Upgrade to gmake-3.79

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:28:08 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
PORTNAME/PORTVERSION update

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Dec 1 14:17:06 1999 UTC (12 years, 2 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -5 lines
Upgrade to gmake-3.78.1

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:48:08 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Change Id->FreeBSD.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Aug 22 18:57:37 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:28:58 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -6 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.22: download - view: text, markup, annotated - select for diffs
Thu Mar 11 21:47:09 1999 UTC (12 years, 11 months ago) by scrappy
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Commit all Y2K/WWW_SITE changes from today...

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 29 21:51:44 1999 UTC (13 years ago) by sada
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Prepare for the case that the directory ${PREFIX}/info doesn't exist.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jan 27 07:41:07 1999 UTC (13 years ago) by fenner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
${MASTER_SITE_GNU} got rearranged in December; let's catch up.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 19 04:16:32 1998 UTC (13 years, 5 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -10 lines
Upgrade to gmake-3.77

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jul 2 10:43:18 1998 UTC (13 years, 7 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Portlint.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Oct 15 17:14:52 1997 UTC (14 years, 3 months ago) by max
Branches: MAIN
CVS tags: RELEASE_2_2_6, RELEASE_2_2_5
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -4 lines
Upgrade, 3.75 -> 3.76.1.
PR:		4747
Submitted by:	jseger@freebsd.org

Please note that jserger decided to be the maintainer of this port.

Revision 1.16: 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
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
sed -> ${SED}
Add `@' at the beginning of install-info related commands in post-install.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jun 12 12:31:00 1997 UTC (14 years, 8 months ago) by max
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -1 lines
Use info-install to add entry into info/dir.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 9 09:19:17 1997 UTC (15 years, 1 month ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -1 lines
Remove setgid kmem, Joerg says it is no longer necessary.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Nov 18 13:57:23 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Compress a bunch of manpages.  Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 18 10:22:43 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -4 lines
Use MASTER_SITE_GNU  Use MAN? macros.  CATEGORIES+= -> CATEGORIES.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Sep 14 03:25:31 1996 UTC (15 years, 5 months ago) by ache
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Upgrade to 3.75

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 26 11:29:02 1995 UTC (16 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +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.9: download - view: text, markup, annotated - select for diffs
Sun Jun 18 13:11:25 1995 UTC (16 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Upgrade.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 9 10:05:08 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -4 lines
And now, yet another round of Makefile updates, devel version!

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Apr 8 13:59:57 1995 UTC (16 years, 10 months ago) by ache
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -7 lines
Upgrade.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:44:36 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
Add CATEGORIES lines to a whole bunch of port Makefiles.  Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Nov 28 23:33:53 1994 UTC (17 years, 2 months ago) by torstenb
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -3 lines
Update to use 3.72.1

Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 4 15:47:32 1994 UTC (17 years, 4 months ago) by jkh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Set this up for GNU_CONFIGURE, which buys us a free --prefix.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 14 14:11:39 1994 UTC (17 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Several changes across all ports:

1.	Make MASTER_SITES entries contain a trailing /.  Garrett says that
	assuming a '/' seperator between entries in MASTER_SITES and entries
	in DISTFILES is a dangerous assumption.  This will also be taken
	out of bsd.port.mk.

2.	General clean-up.  Some of these Makefiles were a little grim.
	Make sure they're all in sync with the sometimes rapidly changing
	bsd.port.mk! :)

3.	Some small configuration tweaks to keep them compiling under the
	most recent 2.0 - some things seem to have broken along our road
	to release.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 13 06:34:41 1994 UTC (17 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Make the required changes to make all existing ports use MASTER_SITES
correctly.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 11 11:26:58 1994 UTC (17 years, 5 months ago) by jkh
Branches: MAIN
Create a port of gmake 3.71

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options