| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 May 2011 15:11:14
0.15.0_8
|
bapt  |
Removed unmaintained expired ports from x11-wm
2011-05-01 x11-wm/kappdock: Upstream disapear and distfile is no more available
2011-05-01 x11-wm/olvwm: Upstream disapear and distfile is no more available
2011-05-01 x11-wm/wmg: Upstream disapear and distfile is no more available |
20 Mar 2011 12:54:45
0.15.0_8
|
miwi  |
- Get Rid MD5 support |
11 Mar 2011 13:14:11
0.15.0_8
|
bapt  |
Deprecate unmaintained ports from x11-wm where upstream disapear and/or where no
distfiles can be found |
28 Mar 2010 06:47:48
0.15.0_8
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.15.0_7
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.15.0_6
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
06 Jun 2008 14:17:21
0.15.0_5
|
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
0.15.0_4  |
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 20:32:57
0.15.0_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
07 Mar 2006 08:28:06
0.15.0_2
|
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.15.0_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
25 Nov 2005 19:33:59
0.15.0_1
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
0.15.0_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. |
03 Jun 2005 20:18:13
0.15.0_1
|
oliver  |
change the libtool version to use from 1.3 to 1.5 |
20 May 2004 06:11:03
0.15.0_1
|
krion  |
- Remove dead MASTER_SITES
PR: ports/66917
Submitted by: Roman Neuhauser <neuhauser at chello dot cz> |
14 Mar 2004 06:17:56
0.15.0_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:10:27
0.15.0_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
0.15.0
|
trevor  |
SIZEify. |
04 Nov 2003 11:10:55
0.15.0
|
krion  |
- Fix build on -current
PR: 58883
Submitted by: Ports Fury |
03 Nov 2003 01:19:26
0.15.0
|
kris  |
Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb
Reviewed by: portmgr |
07 Mar 2003 06:14:21
0.15.0
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
02 Dec 2002 00:28:19
0.15.0
|
kris  |
BROKEN on 5.0: does not compile |
08 Oct 2000 08:00:02 
|
asami  |
Convert category x11-wm to new layout. |
05 Oct 2000 08:17:31 
|
reg  |
Implement USE_GNOME, part 2. |
03 Aug 2000 10:28:58 
|
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
02 Jun 2000 17:33:55 
|
ade  |
Missed a few ports in the GNOME 1.2 update |