Update to 3.8.6
PR: ports/28066 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
4f0223e0d5
commit
df07307b88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45847
6 changed files with 6 additions and 36 deletions
|
@ -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" \
|
||||
|
|
|
@ -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) */
|
|
@ -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
|
|
@ -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" \
|
||||
|
|
|
@ -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) */
|
|
@ -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
|
Loading…
Reference in a new issue