| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 14:20:28
0.76_4
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
27 Jul 2012 17:06:03
0.76_4
|
bapt  |
Add some explicit USE_PKGCONFIG=build |
06 Jun 2012 06:44:38
0.76_4
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.76_4
|
dinoex  |
- update png to 1.5.10 |
09 Jan 2012 04:01:17
0.76_3
|
eadler  |
- Remove outdated version checks
Reviewed by: nox |
11 Aug 2011 19:20:17
0.76_3  |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
19 Mar 2011 12:38:54
0.76_3
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.76_3
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
0.76_3
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
0.76_3
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
0.76_3
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
28 Mar 2010 06:47:48
0.76_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
21 Dec 2009 02:19:12
0.76_1
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
15 Aug 2009 15:40:30
0.76_1
|
makc  |
Fix build on 6.x after recent Qt4 update |
20 Aug 2008 00:57:32
0.76_1
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
06 Jun 2008 14:07:24
0.76_1
|
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) |
26 Mar 2008 15:23:02
0.76
|
miwi  |
- Update to 0.76
PR: 121090
Submitted by: Ports Fury |
23 Mar 2008 22:39:27
0.72_2
|
beech  |
- Add USE_XORG= x11 ice xext
Reported by: pointyhat via pav |
21 Mar 2008 22:06:15
0.72_2
|
beech  |
- Remove USE_X_PREFIX
- Use SF macro
- USE_XPM --> USE_XORG=xpm
- Bump portrevision |
17 Dec 2007 10:46:28
0.72_1
|
pav  |
- Drop maintainership [1]
- Add needed perl dependency
Submitted by: Marco Molteni <marco.molteni@laposte.net> (maintainer) [1] |
19 May 2007 20:32:57
0.72_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Feb 2006 10:40:45
0.72
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 03:14:23
0.72
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.72
|
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. |
09 Jul 2004 17:43:11
0.72
|
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 |
02 Jul 2004 08:54:10
0.72
|
linimon  |
Update to 0.72.
PR: ports/68583
Approved by: maintainer |
31 Mar 2004 03:12:58
0.70_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.70_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. |
17 Feb 2004 12:36:43
0.70_1
|
pav  |
- Remove unneeded -lcipher
- Unbreak |
17 Feb 2004 12:19:49
0.70_1
|
kris  |
BROKEN on 5.x: configure fails |
04 Feb 2004 05:10:27
0.70_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
25 Jan 2004 23:57:28
0.70
|
pav  |
Add bookmarkbridge, bookmarks synchronizer between different browsers.
PR: ports/61908
Submitted by: Marco Molteni <molter@tin.it> |