| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
28 Jun 2008 21:08:28
0.8.9_7
|
itetcu  |
- s/PREFIX/LOCALBASE/ in DEPENDS
- install docs in default DOCSDIR and fix plist for -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run |
06 Jun 2008 14:39:17
0.8.9_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 18:56:05
0.8.9_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) |
19 May 2007 21:32:57
0.8.9_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
10 Feb 2007 06:05:06
0.8.9_3
|
kris  |
Use libtool15 port instead of included version to avoid objformat a.out botch |
30 Jan 2007 10:25:34
0.8.9_3
|
pav  |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr |
05 Apr 2006 06:34:21
0.8.9_3
|
linimon  |
Reset hollywar@mail.holywar.net due to no response to email about maintainer
timeouts.
Hat: portmgr |
07 Mar 2006 08:28:06
0.8.9_3
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
23 Feb 2006 10:40:45
0.8.9_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:40:32
0.8.9_1
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.8.9_1
|
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. |
15 Nov 2004 05:19:30
0.8.9_1
|
sf  |
farewell to libxpg4. |
09 Jul 2004 18:43:11
0.8.9_1
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
31 Mar 2004 04:12:58
0.8.9_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.8.9_1
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
04 Feb 2004 05:21:48
0.8.9_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
20 Nov 2003 15:06:15
0.8.9
|
trevor  |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
20 Nov 2003 13:51:47
0.8.9
|
trevor  |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
01 Oct 2003 14:56:46
0.8.9
|
krion  |
- Fix MASTER_SITES
PR: 57440
Submitted by: Mark Linimon <linimon@lonesome.com> |
09 Sep 2003 11:15:16
0.8.9
|
cjh  |
Fix distfiles/www locations and one maintainer. |
26 Jun 2003 23:58:32
0.8.9
|
ade  |
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly) |
05 May 2003 05:10:23
0.8.9
|
marcus  |
Convert to new GNOME infrastructure. |
24 Mar 2003 05:13:33
0.8.9
|
perky  |
o Fix build on 5 [1]
o Don't hardcode /usr/local in patches
PR: 50153 [1]
Submitted by: JunSeon Oh <hollywar@holywar.net> [1] |
21 Feb 2003 12:31:01
0.8.9
|
knu  |
De-pkg-comment. |
31 Mar 2002 04:12:48
0.8.9
|
kris  |
Remove #include <malloc.h>
Set GNU_CONFIGURE since this port uses it
Don't use an internal libtool, use the system one. Port build is still
broken on -current because of expr(1) abuse in the libtool port. |
08 Oct 2000 04:09:10 
|
asami  |
Convert category korean to new layout. |
05 Oct 2000 08:57:56 
|
reg  |
Implement WANT_IMLIB and USE_IMLIB. |