summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/rexx-imc/files/patch-Make30
-rw-r--r--math/py-matplotlib/files/patch-setupext.py9
-rw-r--r--sysutils/xosview/files/patch-configure2
-rw-r--r--textproc/py-rxp/Makefile2
4 files changed, 22 insertions, 21 deletions
diff --git a/lang/rexx-imc/files/patch-Make b/lang/rexx-imc/files/patch-Make
index 249c3faee470..0bdc4741d87b 100644
--- a/lang/rexx-imc/files/patch-Make
+++ b/lang/rexx-imc/files/patch-Make
@@ -1,5 +1,5 @@
---- Make Wed Nov 1 10:04:27 2000
-+++ Make.new Tue Sep 25 09:15:11 2001
+--- Make.orig 2002-02-26 07:29:20.000000000 -0500
++++ Make 2007-12-19 21:18:32.000000000 -0500
@@ -18,7 +18,7 @@
LD=ld # linker for shared objects
COMPILEFLAG="" # general compilation flags for cc
@@ -19,7 +19,7 @@
*|unknown)
PREFIX="/usr/local"
;;
-@@ -384,14 +387,14 @@
+@@ -386,14 +389,14 @@
esac
egrep -q tm_gmtoff /usr/include/time.h && CCFLAG="$CCFLAG -DHAS_GMTOFF"
;;
@@ -36,14 +36,10 @@
# Uncomment above line if you have problems with LD_LIBRARY_PATH
case $CC in
gcc)
-@@ -401,6 +404,48 @@
- *) echo "Warning: I don't know the options for $CC"\
- "- trying the gcc ones" >&2
- CCFLAG="-DHAS_TTYCOM -D_REQUIRED -DRENAME_UNDELETE -DHAS_GMTOFF"
-+ PIC="-fPIC"
-+ ;;
-+ esac
-+ ;;
+@@ -407,6 +410,48 @@
+ ;;
+ esac
+ ;;
+ FreeBSD:4.*)
+ REXXLIB="librexx.so"
+ SOLINK="librexx.so"
@@ -65,7 +61,7 @@
+ ;;
+ esac
+ ;;
-+ FreeBSD:5.*|FreeBSD:6.*|FreeBSD:7.*)
++ FreeBSD:5.*|FreeBSD:6.*|FreeBSD:7.*|FreeBSD:8.*)
+ REXXLIB="librexx.so"
+ SOLINK="librexx.so"
+ RANLIB=ranlib
@@ -82,6 +78,10 @@
+ *) echo "Warning: I don't know the options for $CC"\
+ "- trying the gcc ones" >&2
+ CCFLAG="${CFLAGS} -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF"
- PIC="-fPIC"
- ;;
- esac
++ PIC="-fPIC"
++ ;;
++ esac
++ ;;
+ unknown:*|*:*)
+ echo "I am not configured for this platform - guessing some options" >&2
+ echo "(You will not be able to use shared libraries)" >&2
diff --git a/math/py-matplotlib/files/patch-setupext.py b/math/py-matplotlib/files/patch-setupext.py
index 629920524d0a..027a6564d6d4 100644
--- a/math/py-matplotlib/files/patch-setupext.py
+++ b/math/py-matplotlib/files/patch-setupext.py
@@ -1,6 +1,6 @@
---- setupext.py.orig Sun Mar 11 16:20:42 2007
-+++ setupext.py Sun Mar 11 16:22:14 2007
-@@ -50,9 +50,10 @@
+--- setupext.py.orig 2007-02-01 04:32:51.000000000 -0500
++++ setupext.py 2007-12-19 21:26:33.000000000 -0500
+@@ -50,9 +50,11 @@
'cygwin' : ['/usr/local', '/usr',],
'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
'/usr', '/sw'],
@@ -11,10 +11,11 @@
+ 'freebsd5' : ['%%LOCALBASE%%', '/usr'],
+ 'freebsd6' : ['%%LOCALBASE%%', '/usr'],
+ 'freebsd7' : ['%%LOCALBASE%%', '/usr'],
++ 'freebsd8' : ['%%LOCALBASE%%', '/usr'],
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
'gnukfreebsd5' : ['/usr/local', '/usr'],
'gnukfreebsd6' : ['/usr/local', '/usr'],
-@@ -455,9 +456,9 @@
+@@ -455,9 +457,9 @@
# you're still here? ok we'll try it this way
o = find_tcltk() # todo: try/except
diff --git a/sysutils/xosview/files/patch-configure b/sysutils/xosview/files/patch-configure
index 52c8be431b8e..4bdc3ff0811f 100644
--- a/sysutils/xosview/files/patch-configure
+++ b/sysutils/xosview/files/patch-configure
@@ -5,7 +5,7 @@
host_dir=bsd
host_os=freebsd ;;
-freebsd[4]*)
-+freebsd[4567]*)
++freebsd[45678]*)
EXTRALIBS="-lkvm $XPMLIB $DEVSTATLIB"
INSTALL_ARGS='-s -g kmem -m 02555'
NetMeter_Default_Setting=True
diff --git a/textproc/py-rxp/Makefile b/textproc/py-rxp/Makefile
index eca1f553df63..29624f346087 100644
--- a/textproc/py-rxp/Makefile
+++ b/textproc/py-rxp/Makefile
@@ -28,7 +28,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-rxp
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's/freebsd4/freebsd4", "freebsd5", "freebsd6", "freebsd7/g' ${WRKSRC}/setup.py
+ @${REINPLACE_CMD} -e 's/freebsd4/freebsd4", "freebsd5", "freebsd6", "freebsd7", "freebsd8/g' ${WRKSRC}/setup.py
.if !defined(NOPORTDOCS)
post-install: