| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Apr 2013 10:44:29
1.99.16_7
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
08 Mar 2013 11:32:12
1.99.16_7
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
03 Oct 2012 07:45:37
1.99.16_7
|
gahr  |
- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG |
23 Sep 2011 22:26:39
1.99.16_7
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
20 Mar 2011 12:54:45
1.99.16_7
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
1.99.16_7
|
ade  |
Sync to new bsd.autotools.mk |
31 May 2010 02:01:56
1.99.16_7
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
06 Jun 2008 13:44:06
1.99.16_6
|
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) |
19 Apr 2008 17:56:05
1.99.16_5  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
10 Mar 2008 17:52:15
1.99.16_5
|
gahr  |
- Remove USE_XLIB in favor of USE_XORG
- Fix OPTIONS
Approved by: miwi (mentor) |
21 Feb 2008 21:20:01
1.99.16_5
|
gahr  |
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor) |
08 Feb 2008 23:40:56
1.99.16_5
|
miwi  |
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 120415
Submitted by: "Pietro Cerutti" <gahr@gahr.ch> |
17 Oct 2007 10:13:01
1.99.16_5
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
27 May 2007 03:02:43
1.99.16_4
|
kris  |
BROKEN with gcc 4.2 |
19 May 2007 20:32:57
1.99.16_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
10 May 2006 22:37:39
1.99.16_3
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
25 Nov 2005 15:48:16
1.99.16_3
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
1.99.16_3
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
19 Jan 2005 17:54:58
1.99.16_3
|
vs  |
Fix build with gcc34 & open-motif
PR: ports/75900
Noticed by: Tyler Davidson |
20 Aug 2004 23:12:23
1.99.16_3
|
pav  |
- Convert to OPTIONS
PR: ports/70736
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
15 Jul 2004 06:37:53
1.99.16_3
|
anholt  |
Fix build on 5.x and fix build with new X headers.
Reported by: pointyhat via kris |
19 Jun 2004 09:27:37
1.99.16_3
|
kris  |
BROKEN on 5.x: Does not compile |
08 Jun 2004 18:47:58
1.99.16_3
|
thierry  |
Don't use gettext if not needed. |
07 Jun 2004 21:27:03
1.99.16_3
|
thierry  |
- unbreak;
- do some cleaning. |
07 Feb 2004 23:18:28
1.99.16_3
|
kris  |
BROKEN on 5.x: does not compile |
04 Feb 2004 04:36:30
1.99.16_3
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
29 Jan 2004 16:13:06
1.99.16_2
|
trevor  |
SIZEify. |
23 Jan 2004 18:12:26
1.99.16_2
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
04 Sep 2003 14:27:56
1.99.16_2
|
krion  |
- Fix build
PR: 56436
Submitted by: Ports Fury |
26 Aug 2003 20:25:58
1.99.16_2
|
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
1.99.16_1
|
marcus  |
Chase the libintl.so shared lib version. |
19 Jul 2003 04:54:33
1.99.16_1
|
maho  |
Fix build, and another fixes for building.
Unbreak.
PR: 51923
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
04 Jun 2003 22:43:38
1.99.16_1
|
kris  |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
18 May 2003 10:07:07
1.99.16_1
|
kris  |
BROKEN on 5.1: does not compile |
06 May 2003 21:33:46
1.99.16_1
|
kris  |
BROKEN: Does not compile |
20 Feb 2003 18:42:25
1.99.16_1
|
knu  |
De-pkg-comment. |
02 Jan 2003 16:33:58
1.99.16_1
|
petef  |
Add a patch to fix build with bison in -current.
PR: 46690
Submitted by: Andreas Schulz <ats@first.fraunhofer.de> |
29 Sep 2002 08:07:47
1.99.16_1
|
ijliao  |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
01 Aug 2002 16:22:41
1.99.16_1
|
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
22 Jun 2002 17:06:27
1.99.16_1
|
ijliao  |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39656
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
09 Jun 2002 17:28:18
1.99.16_1
|
petef  |
Unbreak: fix compilation. |
18 May 2002 02:15:54
1.99.16_1
|
kris  |
BROKEN: Does not build |
12 Apr 2002 17:10:20
1.99.16_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 |
29 Mar 2002 17:22:14
1.99.16
|
bmah  |
Unbreak on 5-CURRENT (replace malloc.h references with stdlib.h). |
15 Mar 2002 19:44:29
1.99.16
|
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 |
06 Jan 2002 06:20:22 
|
will  |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
31 Dec 2001 10:20:19 
|
dirk  |
Use '::' as an dependency operator for pre-everything target. This is needed
because of the special nature of the pre-everything target. |
15 Oct 2001 14:21:23 
|
ijliao  |
Remove shared lib version number from optional LIB_DEPENDS |
20 Mar 2001 13:03:55 
|
kevlo  |
Update to version 1.99.16 |
29 Dec 2000 16:17:12 
|
lkoeller  |
Update of LIB_DEPENDS due to update of xbae to version 4.8.4. |
02 Dec 2000 16:27:23 
|
kevlo  |
Update to version 1.99.14 |
08 Oct 2000 04:10:26 
|
asami  |
Convert category math to new layout. |
02 Aug 2000 01:05:12 
|
jedgar  |
Update port to 1.99.12 |