| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
31 May 2010 03:01:56
3.81_4
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
16 Dec 2009 11:21:27
3.81_3
|
linimon  |
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 |
21 Aug 2008 07:18:49
3.81_3
|
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
06 Jun 2008 14:21:59
3.81_3
|
edwin  |
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) |
18 Nov 2007 22:37:50
3.81_2
|
ade  |
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work.
Approved by: portmgr (linimon) |
19 May 2007 21:32:57
3.81_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
29 Jun 2006 23:39:05
3.81_1
|
ade  |
Clean up the 'rw' locale directory which I could have sworn was in the
BSD.local.dist mtree.
Submitted by: many |
27 Jun 2006 21:04:19
3.81
|
ade  |
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. |
14 Nov 2005 03:05:47
3.80_2
|
ade  |
Add SHA256 |
16 Dec 2004 05:49:27
3.80_2
|
kris  |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
24 Nov 2004 02:45:59
3.80_2
|
kris  |
Add some missing locale directories |
14 Oct 2004 21:45:42
3.80_2
|
ade  |
Use INFO [1]
Other minor cleanups
PR: [1] 72664
Submitted by: leeym |
29 Mar 2004 22:04:52
3.80_2
|
ade  |
Add SIZE to distinfo's
Prompted by: trevor |
04 Feb 2004 07:56:11
3.80_2
|
marcus  |
Put USE_GMAKE under the test for !defined(WITHOUT_NLS).
PR: 62332
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> |
04 Feb 2004 04:36:30
3.80_2
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
3.80_1
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
26 Aug 2003 21:25:58
3.80_1
|
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 06:41:38
3.80
|
marcus  |
Chase the libintl.so shared lib version. |
10 Jun 2003 00:44:36
3.80
|
ade  |
One more for "gnutools" |
20 Feb 2003 17:07:10
3.80
|
knu  |
De-pkg-comment. |
25 Oct 2002 15:31:18
3.80
|
netchild  |
We already have a prototype for alloca() in stdlib.h, no need to
have it here too.
This lets us compile gmake with stricter compilers.
Submitted by: marius@alchemy.franken.de |
10 Oct 2002 11:56:43
3.80
|
demon  |
Correct intl shlib version number.
Spotted by: Neil Darlow <neil@darlow.co.uk> |
10 Oct 2002 08:26:51
3.80
|
demon  |
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. |
09 Oct 2002 14:29:57
3.80
|
demon  |
Fix intl.4 library name spelling. |
09 Oct 2002 14:25:22
3.80
|
demon  |
GNU make now has no included gettext.
Add dependency to devel/gettext port. |
09 Oct 2002 07:09:48
3.80
|
will  |
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 |
07 Oct 2002 20:14:30
3.80
|
demon  |
Update port to version 3.80. |
14 Sep 2002 14:32:07
3.79.1_3
|
sobomax  |
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.) |
07 Sep 2002 09:44:49
3.79.1_3
|
ade  |
Relinquish all my ports. |
03 Sep 2002 08:20:50
3.79.1_3
|
sobomax  |
Fix a problem with gmake segfaulting with some locales.
PR: 41075
Submitted by: naddy |
23 Aug 2002 16:04:02
3.79.1_2
|
ade  |
Fix build on -current
Submitted by: mike |
01 Aug 2002 03:38:31
3.79.1_2
|
ade  |
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. :) |
06 Jun 2002 23:40:39
3.79.1_2
|
sobomax  |
Remove cruft slipped into previous commit. |
06 Jun 2002 23:40:06
3.79.1_2
|
sobomax  |
Make localised messages working. Bump PORTREVISION. |
28 May 2002 10:40:47
3.79.1_1
|
sobomax  |
Add --with-included-gettext to remove dependency on external gettext.
Suggested by: obrien |
12 Apr 2002 18:10:20
3.79.1_1
|
ade  |
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 |
15 Mar 2002 19:44:29
3.79.1
|
ade  |
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 |
17 Sep 2001 19:40:31 
|
dwcjr  |
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
01 Jan 2001 10:15:17 
|
will  |
Goodbye, YEAR2000. Hello, 2001. |
08 Oct 2000 03:10:04 
|
asami  |
Convert category devel to new layout. |
04 Jul 2000 15:58:32 
|
sobomax  |
Remove --without-included-gettext - it works in exactly opposite direction.
Shame on GNU folks! |
04 Jul 2000 01:31:01 
|
jseger  |
Upgrade to gmake-3.79.1 |
30 May 2000 00:39:27 
|
will  |
Add libintl so that this port builds an external libintl and registers it as a
dependency (as it should). |
29 May 2000 08:24:51 
|
sobomax  |
Respect installed intl shared library. |