diff options
author | nakai <nakai@FreeBSD.org> | 2001-08-06 03:23:40 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-08-06 03:23:40 +0800 |
commit | 977ac208a71130b0bc139211b2df2e9f18e7fb06 (patch) | |
tree | 6e4b9808611e2d5f828fe7d25c34dcc43b72b701 | |
parent | 5e45ce712a9e77a6b7088eab52bc0134809900ad (diff) | |
download | freebsd-ports-gnome-977ac208a71130b0bc139211b2df2e9f18e7fb06.tar.gz freebsd-ports-gnome-977ac208a71130b0bc139211b2df2e9f18e7fb06.tar.zst freebsd-ports-gnome-977ac208a71130b0bc139211b2df2e9f18e7fb06.zip |
Update to 3.8.6
PR: ports/28066
Submitted by: KATO Tsuguru <tkato@prontomail.com>
-rw-r--r-- | x11-wm/xfce/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/xfce/files/patch-ag | 11 | ||||
-rw-r--r-- | x11-wm/xfce/files/patch-ah | 6 | ||||
-rw-r--r-- | x11-wm/xfce4/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/xfce4/files/patch-ag | 11 | ||||
-rw-r--r-- | x11-wm/xfce4/files/patch-ah | 6 |
6 files changed, 6 insertions, 36 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index dd6096d9768a..7ccddef59833 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -12,8 +12,10 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= nakai@FreeBSD.org +LIB_DEPENDS= gdk_pibxuf.2:${PORTSDIR}/graphics/gdk-pixbuf + USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GTK= yes USE_XPM= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-wm/xfce/files/patch-ag b/x11-wm/xfce/files/patch-ag deleted file mode 100644 index 46130dc9b8c6..000000000000 --- a/x11-wm/xfce/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/configure.h.orig Sat Apr 14 04:55:30 2001 -+++ libs/configure.h Sun May 6 08:03:18 2001 -@@ -22,7 +22,7 @@ - #define CLOSE_STRING4 "quit" - - /* #ifdef __alpha */ --#if defined(__alpha) && !defined(linux) && !defined(__DECC) -+#if defined(__alpha) && !(defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) && !defined(__DECC) - #define NEEDS_ALPHA_HEADER - #undef BROKEN_SUN_HEADERS - #endif /* (__alpha) */ diff --git a/x11-wm/xfce/files/patch-ah b/x11-wm/xfce/files/patch-ah deleted file mode 100644 index d67f4199682f..000000000000 --- a/x11-wm/xfce/files/patch-ah +++ /dev/null @@ -1,6 +0,0 @@ ---- other/xfsoundrc.in.orig Tue May 22 05:04:07 2001 -+++ other/xfsoundrc.in Sat Jun 9 22:03:03 2001 -@@ -1,5 +1,5 @@ - Play --xfplay -+internal diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index dd6096d9768a..7ccddef59833 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -12,8 +12,10 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= nakai@FreeBSD.org +LIB_DEPENDS= gdk_pibxuf.2:${PORTSDIR}/graphics/gdk-pixbuf + USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GTK= yes USE_XPM= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-wm/xfce4/files/patch-ag b/x11-wm/xfce4/files/patch-ag deleted file mode 100644 index 46130dc9b8c6..000000000000 --- a/x11-wm/xfce4/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/configure.h.orig Sat Apr 14 04:55:30 2001 -+++ libs/configure.h Sun May 6 08:03:18 2001 -@@ -22,7 +22,7 @@ - #define CLOSE_STRING4 "quit" - - /* #ifdef __alpha */ --#if defined(__alpha) && !defined(linux) && !defined(__DECC) -+#if defined(__alpha) && !(defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) && !defined(__DECC) - #define NEEDS_ALPHA_HEADER - #undef BROKEN_SUN_HEADERS - #endif /* (__alpha) */ diff --git a/x11-wm/xfce4/files/patch-ah b/x11-wm/xfce4/files/patch-ah deleted file mode 100644 index d67f4199682f..000000000000 --- a/x11-wm/xfce4/files/patch-ah +++ /dev/null @@ -1,6 +0,0 @@ ---- other/xfsoundrc.in.orig Tue May 22 05:04:07 2001 -+++ other/xfsoundrc.in Sat Jun 9 22:03:03 2001 -@@ -1,5 +1,5 @@ - Play --xfplay -+internal |