| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 May 2013 11:35:50
0.15.4_4
|
kwm  |
Fix build with glib 2.34 [1] and while here make it build with clang.
Also add support for GNOME print which wasn't handled.
Submitted by: pointyhat via miwi [1] |
28 Mar 2013 03:28:31
0.15.4_3
|
eadler  |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
01 Jun 2012 05:26:28
0.15.4_3
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
0.15.4_2
|
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 |
11 Aug 2011 19:20:17
0.15.4_2  |
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> |
03 Jul 2011 14:12:23
0.15.4_2
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
0.15.4_2
|
ade  |
Sync to new bsd.autotools.mk |
28 Mar 2010 06:47:48
0.15.4_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.15.4_1
|
dinoex  |
- update to jpeg-8 |
13 Nov 2009 00:10:33
0.15.4
|
sylvio  |
- Update to 0.15.4
Approved by: itetcu, miwi (mentors) |
22 Aug 2009 00:23:13
0.14.4_3  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
02 Aug 2009 19:36:34
0.14.4_3
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
31 Jul 2009 13:57:52
0.14.4_3
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
06 Jun 2008 13:35:04
0.14.4_2
|
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.14.4_1  |
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) |
09 Sep 2007 22:50:51
0.14.4_1
|
edwin  |
Replace BUILD_DEPENDS on Xvfb and a handful of fonts with USE_DISPLAY=yes. |
19 May 2007 20:32:57
0.14.4_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Oct 2006 08:54:54
0.14.4
|
marcus  |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
05 Sep 2006 08:33:20
0.14.2_1
|
linimon  |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
07 May 2006 23:46:33
0.14.2_1
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
23 Feb 2006 10:40:45
0.14.2_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
14 Feb 2006 12:07:38
0.14.2
|
lawrance  |
Update to 1.14.2.
PR: ports/90866
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Approved by: rehsack@liwing.de (maintainer, timeout 4 weeks) |
22 Jan 2006 12:35:18
0.14.1_2
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.14.1_2
|
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. |
05 Nov 2005 05:22:06
0.14.1_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
05 May 2005 00:20:39
0.14.1_1
|
kris  |
Add a dependency on ${X_FONTS_MISC_PORT} to allow Xvfb to work while
package building |
12 Mar 2005 10:54:27
0.14.1_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
12 Jan 2005 22:49:19
0.14.1
|
edwin  |
[UPDATE] updating graphics/diacanvas2 to 0.14.1 and fix problem
with python bindings
This patch updates the port graphics/diacanvas2 to 0.14.1
and marks it as unbroken.
Please commit PR/73309
(http://www.freebsd.org/cgi/query-pr.cgi?pr=73309) before
testing/commiting this patch.
If someone is interested, I could also take maintainership
for this port.
PR: ports/73310
Submitted by: Jens Rehsack <rehsack@liwing.de> |
01 Jan 2005 22:16:28
0.13.1_1
|
kris  |
Fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case. The package build scripts then DTRT and ensure
this is running at build-time so a DISPLAY is available.
Approved by: portmgr (self) |
07 Nov 2004 22:37:47
0.13.1_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
07 Nov 2004 04:30:40
0.13.1
|
linimon  |
Assign maintainership to new volunteer. |
18 Sep 2004 16:39:58
0.13.1
|
kris  |
BROKEN on 5.x: Broken pkg-plist
Approved by: portmgr (self) |
28 Aug 2004 06:19:05
0.13.1
|
krion  |
Update to version 0.13.1
PR: ports/71058
Submitted by: Ports Fury |
23 Jul 2004 19:10:32
0.13.0
|
anholt  |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
15 Jun 2004 01:44:10
0.13.0
|
mezz  |
-Update to 0.13.0.
-Chase the current of bsd.gnome.mk, ie: pygnome2
PR: ports/67952
Submitted by: Jens Rehsack <rehsack@liwing.de> |
07 May 2004 22:33:39
0.12.0
|
thierry  |
Fixing broken pkg-plist and make it build fine with python-bindings.
PR: ports/65815
Submitted by: Jens Rehsack <rehsack@liwing.de> |
19 Apr 2004 04:22:25
0.12.0
|
kris  |
BROKEN: Broken pkg-plist |
09 Apr 2004 13:48:47
0.12.0
|
pav  |
- Update to 0.12.0
PR: ports/65267
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
05 Apr 2004 03:31:02
0.10.0_1
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
25 Mar 2004 09:14:18
0.10.0
|
ijliao  |
upgrade to 0.10.0 |
04 Feb 2004 05:21:48
0.9.2_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
0.9.2
|
trevor  |
SIZEify. |
29 Oct 2003 01:51:08
0.9.2
|
ijliao  |
add diacanvas2 0.9.2
A general drawing canvas from dia dialog editor |