Commit graph

66 commits

Author SHA1 Message Date
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
69a39f5f38 - Fix build on FreeBSD 10
Reported by:	pointyhat
2011-10-29 10:03:08 +00:00
Martin Wilke
9ab2883793 - Update to 2.9.0
PR:		160659
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-10-28 15:25:34 +00:00
Rene Ladan
43e1cc46ab Consistify spelling of "Xfce", and some other projects while there.
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin

PR:		ports/160730
Submitted by:	ryusuke
2011-10-26 20:27:27 +00:00
Rene Ladan
141c539983 Re-assign to the Xfce team.
Approved by:	oliver (previous maintainer)
2011-10-23 11:56:51 +00:00
Oliver Lehmann
d178c1e19b update to 2.8.1
PR:		155311
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-03-07 10:04:46 +00:00
Oliver Lehmann
6f4ce81280 Welcome XFCE 4.8 to the portstree!
Special Thanks to:      miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
2011-03-03 10:12:30 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Oliver Lehmann
395f5a4663 update Xfce to 4.6
for more information please read

        http://www.xfce.org/about/news?id=21
2009-03-02 16:51:57 +00:00
Oliver Lehmann
a72cc17587 update xfce to 4.4.3 2008-10-30 17:14:38 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Martin Wilke
270a2cb06b - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 13:03:55 +00:00
Oliver Lehmann
642e3577d9 update xfce4 to 4.4.2
Approved by:    portmgr (linimon)
Security:       CVE-2007-6531, CVE-2007-6532
2008-02-12 18:11:07 +00:00
Andrew Pantyukhin
16f59f05ca - Fix a typo in bsd.sites.mk along with all the places it affected
Approved by:	oliver (maintainer of the respective ports)
2007-10-25 22:53:28 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Oliver Lehmann
9646c0a68d update xfce to 4.4.1
bump PORTREVISION where needed
2007-04-11 16:26:53 +00:00
Oliver Lehmann
e424310f43 define USE_XFCE to get MASTER_SITE_SUBDIR defined 2007-03-21 15:51:02 +00:00
Mark Linimon
784eab2ac6 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]
2007-03-14 04:12:32 +00:00
Oliver Lehmann
ec0a98c0a3 fix objformat problem more properly 2007-02-05 20:11:49 +00:00
Oliver Lehmann
26974e9bc7 fix build (by using libtool:15) with recent CURRENTs where objformat went away
Submitted by:	Masahide -mac- NODA <mac@clave.gr.jp>
2007-02-04 11:13:22 +00:00
Oliver Lehmann
307bdced85 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)
2007-01-22 16:45:10 +00:00
Joe Marcus Clarke
29747f458a 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)
2006-10-14 08:54:54 +00:00
Joe Marcus Clarke
4aefe41732 Use new GTK2_VERSION macro. 2006-05-06 09:28:05 +00:00
Oliver Lehmann
ec3f569e79 fix mastersites 2006-04-07 12:12:13 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Oliver Lehmann
8d1734f7d3 update to xfce 4.2.3.1
Changelog:	http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-08 22:42:31 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Oliver Lehmann
ed606077ab update to 4.2.2 2005-05-19 18:34:49 +00:00
Oliver Lehmann
7514388e74 remove not needed patch
Submitted By:	vs
2005-04-14 16:36:03 +00:00
Oliver Lehmann
396f0c9551 adjust MASTER_SITES 2005-04-02 11:57:45 +00:00
Oliver Lehmann
d280df656d update to 4.2.1 2005-03-18 18:30:39 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Oliver Lehmann
bf5fb93c4d don't rmdir X11PREFIX/lib/gtk-2.0/2.4.0/engines
Pointed out by:	pointyhat
2005-01-29 20:19:53 +00:00
Oliver Lehmann
0a0ec68fe8 - 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]
2005-01-26 16:57:40 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Oliver Lehmann
7b54ead97e add a missing directory 2004-09-03 12:58:12 +00:00
Oliver Lehmann
6d22a57097 update to xfce4-4.0.6 2004-07-19 03:31:36 +00:00
Pav Lucistnik
ecd8d02718 - Populate new category x11-themes with some suitable candidates
from x11-toolkits.

PR:			ports/63145
List compiled by:	adamw
Repocopy by:		marcus
2004-06-02 02:26:24 +00:00
Oliver Lehmann
de7dc54394 update to 4.0.5
use libtool version 15 instead of 13
2004-04-18 17:29:54 +00:00
Alex Dupre
fdc587a4b0 - Fix dependency after gtk 2.4.0 import
- Bump portrevision
2004-04-06 07:26:57 +00:00
Joe Marcus Clarke
d329a14ddd Adjust the gtk20 path for modules, themes, and input methods to catch up
with gtk+-2.4.
2004-04-05 03:35:22 +00:00
Oliver Lehmann
1459c36b40 update to xfce 4.0.4 2004-03-14 23:44:33 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Adam Weinberger
bc84920be7 Convert an explicit LIB_DEPEND upon gtk20 to use of the USE_GNOME
component system. This will prevent the port from breaking when
GNOME 2.6 arrives.
2004-02-27 00:58:59 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00