| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
06 Jun 2008 15:03:26
0.3.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) |
24 Mar 2008 17:02:27
0.3.0_4
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
12 Feb 2008 18:11:07
0.3.0_4
|
oliver  |
update xfce4 to 4.4.2
Approved by: portmgr (linimon)
Security: CVE-2007-6531, CVE-2007-6532 |
19 May 2007 21:32:57
0.3.0_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
11 Apr 2007 17:26:53
0.3.0_2
|
oliver  |
update xfce to 4.4.1
bump PORTREVISION where needed |
14 Mar 2007 04:12:32
0.3.0_1
|
linimon  |
Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].
PR: 101029 [1], 108862 [2]
Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] |
06 Mar 2007 21:01:50
0.3.0_1
|
miwi  |
- Drop 4.X support
PR: 109979
Submitted by: Rene Ladan<r.c.ladan@gmail.com> (maintainer) |
25 Jan 2007 20:23:26
0.3.0_1
|
oliver  |
update to 0.3.0
PR: ports/108263
Submitted by: oliver
Approved by: maintainer |
22 Jan 2007 16:45:10
0.3
|
oliver  |
Import xfce 4.4
- remove all obsolete ports or plugins
- update all plugins to their latest version to support xfce 4.4
(otherwise they won't compile with 4.4) |
14 Oct 2006 09:54:54
0.2.2_5
|
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) |
25 May 2006 21:36:14
0.2.2_4
|
pav  |
- Use MASTER_SITE_BERLIOS
- Take maintainership
PR: ports/97900
Submitted by: Rene Ladan <r.c.ladan@gmail.com> |
23 Feb 2006 10:40:45
0.2.2_4
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 02:52:21
0.2.2_4
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
25 Nov 2005 18:14:52
0.2.2_4
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
0.2.2_4
|
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.2.2_4
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
28 Sep 2005 08:14:33
0.2.2_3
|
linimon  |
Remove obsolete mastersite.
Source: distfile survey |
06 Sep 2005 18:42:39
0.2.2_3
|
oliver  |
reset maintainer to ports@FreeBSD.org since original maintainer doesn't
have the time any longer to maintain them
Approved by: maintainer |
12 Mar 2005 10:54:27
0.2.2_3
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
26 Jan 2005 16:57:40
0.2.2_2
|
oliver  |
- bring xfce4 to 4.2
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that
update)
- take maintainership of x11-wm/xfce4-session [1]
- bump PORTREVISION of all plugins because they need to be linked against the
new xfce4 libs
Approved by: maintainer [1] |
07 Nov 2004 22:37:47
0.2.2_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
30 Sep 2004 06:32:00
0.2.2
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
21 Jul 2004 13:39:13
0.2.2
|
krion  |
Change maintainer's mail.
Fix MASTER_SITES
PR: ports/69338
Submitted by: maintainer |
09 Jul 2004 18:43:11
0.2.2
|
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 |
13 Jun 2004 00:40:03
0.2.2
|
ale  |
Update to 0.2.2 release.
PR: ports/67877
Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer) |
08 Jun 2004 23:24:29
0.2.0
|
ale  |
Update to 0.2.0 release:
- add more options to the settings dialog
PR: ports/67720
Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer) |
08 Jun 2004 09:16:10
0.1.1
|
ale  |
Fix compilation on 4.X, by using gcc 3.3.
Submitted by: Erik Trulsson <ertr1013@student.uu.se> |
07 Jun 2004 23:03:10
0.1.1
|
ale  |
Add xfce4-cpugraph-plugin 0.1.1, XFce4 systemload plugin with multiple
CPU display modes.
PR: ports/67682
Submitted by: Matt Lancereau <matt@rimasec.net> |