summaryrefslogtreecommitdiff
path: root/x11-wm/xfce4
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 13:29:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 13:29:26 +0000
commit528f9f582c4fb4b89fa9a1c58a96d9bd62e3b3d3 (patch)
treec210b3767af0cf406d980e0d781d969628f88a1a /x11-wm/xfce4
parentupgrade to 0.1.1 (diff)
upgrade to 3.8.18
PR: 45457 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=70593
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r--x11-wm/xfce4/Makefile35
-rw-r--r--x11-wm/xfce4/distinfo2
-rw-r--r--x11-wm/xfce4/files/patch-ltmain.sh36
-rw-r--r--x11-wm/xfce4/files/patch-other::xinitrc.in14
-rw-r--r--x11-wm/xfce4/pkg-plist67
5 files changed, 92 insertions, 62 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
index f4ed22c2b47c..1a3812910826 100644
--- a/x11-wm/xfce4/Makefile
+++ b/x11-wm/xfce4/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xfce
-PORTVERSION= 3.8.16
+PORTVERSION= 3.8.18
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.xfce.org/archive/
@@ -14,17 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \
- iconv.3:${PORTSDIR}/converters/libiconv \
- gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
+LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
-USE_REINPLACE= yes
USE_X_PREFIX= yes
-USE_GNOMENG= yes
-USE_GNOME= gtk12
USE_XPM= yes
+USE_GNOMENG= yes
+USE_GNOME= gdkpixbuf
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-conf-dir=${PREFIX}/etc/xfce \
@@ -32,11 +30,12 @@ CONFIGURE_ARGS= --with-conf-dir=${PREFIX}/etc/xfce \
--with-locale-dir=${PREFIX}/share/locale \
--with-xpm=${X11BASE} \
--enable-gtk-engine=${PREFIX}/lib/gtk/themes/engines \
- --disable-arts
+ --disable-arts \
+ --enable-taskbar
-MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfumed.1 xfglob.1 xfgnome.1 \
- xfhelp.1 xflock.1 xfmountdev.1 xfmouse.1 xfpager.1 xfprint.1 \
- xfrun.1 xfskin.1 xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1
+MAN1= glob.1 xfbd.1 xfce.1 xfclock.1 xfglob.1 xfgnome.1 xfhelp.1 \
+ xflock.1 xfmountdev.1 xfmouse.1 xfpager.1 xfprint.1 xfrun.1 \
+ xfskin.1 xfsound.1 xfterm.1 xftrash.1 xftree.1 xfumed.1 xfwm.1
.include <bsd.port.pre.mk>
@@ -61,13 +60,11 @@ pre-patch:
@${REINPLACE_CMD} -e 's|=aclocal|=${TRUE}|g ; \
s|=autoconf|=${TRUE}|g ; \
s|=automake|=${TRUE}|g ; \
- s|=autoheader|=${TRUE}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c
+ s|=autoheader|=${TRUE}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in
-
-post-install:
- @${LN} -sf ${PREFIX}/share/xfce/help/html/images \
- ${PREFIX}/share/xfce/help/images
+ @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/other/xinitrc.in
+ @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c
+ @${REINPLACE_CMD} -e 's|/opt/kde3|${LOCALBASE}|g ; \
+ s|/opt/gnome|${X11BASE}|g' ${WRKSRC}/xfmenu/xfmenu.c
.include <bsd.port.post.mk>
diff --git a/x11-wm/xfce4/distinfo b/x11-wm/xfce4/distinfo
index a919b7c2659b..bd2d18a7b026 100644
--- a/x11-wm/xfce4/distinfo
+++ b/x11-wm/xfce4/distinfo
@@ -1 +1 @@
-MD5 (xfce-3.8.16.tar.gz) = e73dba58bb04eb1facc682b308a422b3
+MD5 (xfce-3.8.18.tar.gz) = 04c197eee32d712a49170539d50279ea
diff --git a/x11-wm/xfce4/files/patch-ltmain.sh b/x11-wm/xfce4/files/patch-ltmain.sh
index 8decef2ccc54..6b912f295f7e 100644
--- a/x11-wm/xfce4/files/patch-ltmain.sh
+++ b/x11-wm/xfce4/files/patch-ltmain.sh
@@ -1,6 +1,6 @@
---- ltmain.sh.orig Thu Nov 22 05:43:58 2001
-+++ ltmain.sh Fri Dec 7 07:18:03 2001
-@@ -944,6 +944,7 @@
+--- ltmain.sh.orig Mon Jun 10 05:25:37 2002
++++ ltmain.sh Tue Nov 12 03:09:05 2002
+@@ -962,6 +962,7 @@
;;
-avoid-version)
@@ -8,17 +8,33 @@
avoid_version=yes
continue
;;
-@@ -2408,6 +2409,9 @@
+@@ -1054,14 +1055,14 @@
+ # These systems don't actually have a C library (as such)
+ test "X$arg" = "X-lc" && continue
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ test "X$arg" = "X-lc" && continue
+ ;;
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -2471,7 +2472,7 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
*)
- # Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4175,10 +4179,12 @@
+@@ -4258,10 +4259,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/x11-wm/xfce4/files/patch-other::xinitrc.in b/x11-wm/xfce4/files/patch-other::xinitrc.in
new file mode 100644
index 000000000000..75df757baabd
--- /dev/null
+++ b/x11-wm/xfce4/files/patch-other::xinitrc.in
@@ -0,0 +1,14 @@
+--- other/xinitrc.in.orig Thu May 23 06:24:35 2002
++++ other/xinitrc.in Tue Nov 19 04:22:00 2002
+@@ -41,7 +41,10 @@
+ # fi
+
+ # Launch xscreensaver (if available)
+-xscreensaver -no-splash &
++XBINDIR=%%X11BASE%%/bin
++if [ -x $XBINDIR/xscreensaver ]; then
++ xscreensaver -no-splash &
++fi
+
+ # Finally, launch XFce window manager
+ exec xfwm
diff --git a/x11-wm/xfce4/pkg-plist b/x11-wm/xfce4/pkg-plist
index 8fa44363741f..2aa984e566b7 100644
--- a/x11-wm/xfce4/pkg-plist
+++ b/x11-wm/xfce4/pkg-plist
@@ -31,6 +31,7 @@ bin/xfwm
etc/xfce/Xclients
etc/xfce/fvwm2rc
etc/xfce/fvwmrc
+etc/xfce/taskbarrc
etc/xfce/xfbdrc
etc/xfce/xfce3rc
etc/xfce/xfce3rc.cs
@@ -64,6 +65,7 @@ share/locale/et/LC_MESSAGES/xfce.mo
share/locale/fi/LC_MESSAGES/xfce.mo
share/locale/fr/LC_MESSAGES/xfce.mo
share/locale/gl/LC_MESSAGES/xfce.mo
+share/locale/he/LC_MESSAGES/xfce.mo
share/locale/hu/LC_MESSAGES/xfce.mo
share/locale/it/LC_MESSAGES/xfce.mo
share/locale/ja/LC_MESSAGES/xfce.mo
@@ -264,27 +266,6 @@ share/xfce/help/html/copyright.html
share/xfce/help/html/fileman.html
share/xfce/help/html/gpl.html
share/xfce/help/html/help.html
-share/xfce/help/html/images/buttons.jpg
-share/xfce/help/html/images/xfbd.jpg
-share/xfce/help/html/images/xfbdmgr.jpg
-share/xfce/help/html/images/xfce_panel.jpg
-share/xfce/help/html/images/xfce_popup.jpg
-share/xfce/help/html/images/xfce_setup1.jpg
-share/xfce/help/html/images/xfce_setup2.jpg
-share/xfce/help/html/images/xfce_setup3.jpg
-share/xfce/help/html/images/xfce_setup4.jpg
-share/xfce/help/html/images/xfce_slogan.jpg
-share/xfce/help/html/images/xfce_snap.jpg
-share/xfce/help/html/images/xfclock.jpg
-share/xfce/help/html/images/xfdiff.jpg
-share/xfce/help/html/images/xfglob.jpg
-share/xfce/help/html/images/xfmouse.jpg
-share/xfce/help/html/images/xfpager.jpg
-share/xfce/help/html/images/xfrun.jpg
-share/xfce/help/html/images/xfsamba.jpg
-share/xfce/help/html/images/xfsound.jpg
-share/xfce/help/html/images/xftree.jpg
-share/xfce/help/html/images/xfumed.jpg
share/xfce/help/html/install.html
share/xfce/help/html/intro.html
share/xfce/help/html/license.html
@@ -324,6 +305,27 @@ share/xfce/help/html/utils-xfsound.html
share/xfce/help/html/utils-xfumed.html
share/xfce/help/html/wm-examples-2.html
share/xfce/help/html/wm.html
+share/xfce/help/images/buttons.jpg
+share/xfce/help/images/xfbd.jpg
+share/xfce/help/images/xfbdmgr.jpg
+share/xfce/help/images/xfce_panel.jpg
+share/xfce/help/images/xfce_popup.jpg
+share/xfce/help/images/xfce_setup1.jpg
+share/xfce/help/images/xfce_setup2.jpg
+share/xfce/help/images/xfce_setup3.jpg
+share/xfce/help/images/xfce_setup4.jpg
+share/xfce/help/images/xfce_slogan.jpg
+share/xfce/help/images/xfce_snap.jpg
+share/xfce/help/images/xfclock.jpg
+share/xfce/help/images/xfdiff.jpg
+share/xfce/help/images/xfglob.jpg
+share/xfce/help/images/xfmouse.jpg
+share/xfce/help/images/xfpager.jpg
+share/xfce/help/images/xfrun.jpg
+share/xfce/help/images/xfsamba.jpg
+share/xfce/help/images/xfsound.jpg
+share/xfce/help/images/xftree.jpg
+share/xfce/help/images/xfumed.jpg
share/xfce/icons/3dpaint.xpm
share/xfce/icons/ABC.xpm
share/xfce/icons/AZ.xpm
@@ -490,6 +492,7 @@ share/xfce/palettes/KDE
share/xfce/palettes/KStyle2
share/xfce/palettes/KXfce
share/xfce/palettes/Kdetheme
+share/xfce/palettes/Kindaker
share/xfce/palettes/LightBulb
share/xfce/palettes/LightBulb2
share/xfce/palettes/LightBulb3
@@ -522,6 +525,7 @@ share/xfce/palettes/Prune
share/xfce/palettes/PruneDark
share/xfce/palettes/Quartz
share/xfce/palettes/Reader
+share/xfce/palettes/Redmond
share/xfce/palettes/Salmon
share/xfce/palettes/Salmon2
share/xfce/palettes/SaltLake
@@ -559,6 +563,7 @@ share/xfce/palettes/Win3
share/xfce/palettes/XLight
share/xfce/palettes/Xfce-1
share/xfce/palettes/Xfce-2
+share/xfce/palettes/Xfce-light
share/xfce/sounds/alert01.wav
share/xfce/sounds/beep01.wav
share/xfce/sounds/beep02.wav
@@ -641,18 +646,16 @@ share/xfce/textures/oldwood.xpm
share/xfce/textures/paper.xpm
share/xfce/textures/silver.xpm
share/xfce/textures/stripe.xpm
-@exec ln -s %D/share/xfce/help/html/images %D/share/xfce/help/images
-@unexec rm %D/share/xfce/help/images
-@dirrm etc/xfce
-@dirrm share/xfce/backdrops
-@dirrm share/xfce/cursors
-@dirrm share/xfce/fonts
-@dirrm share/xfce/help/html/images
+@dirrm share/xfce/textures
+@dirrm share/xfce/sounds
+@dirrm share/xfce/palettes
+@dirrm share/xfce/icons
@dirrm share/xfce/help/html/stylesheet-images
@dirrm share/xfce/help/html
+@dirrm share/xfce/help/images
@dirrm share/xfce/help
-@dirrm share/xfce/icons
-@dirrm share/xfce/palettes
-@dirrm share/xfce/sounds
-@dirrm share/xfce/textures
+@dirrm share/xfce/fonts
+@dirrm share/xfce/cursors
+@dirrm share/xfce/backdrops
@dirrm share/xfce
+@dirrm etc/xfce