aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/tinderbox
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-10-25 16:21:03 +0800
committermiwi <miwi@FreeBSD.org>2007-10-25 16:21:03 +0800
commitcc999c6df8d7f4923e7b8fc3378d0d85957c2f87 (patch)
tree34488be24038349e7352696e822672a77d686ae5 /ports-mgmt/tinderbox
parent278642f014627c3d76fb21f15989a9863fc699aa (diff)
downloadfreebsd-ports-gnome-cc999c6df8d7f4923e7b8fc3378d0d85957c2f87.tar.gz
freebsd-ports-gnome-cc999c6df8d7f4923e7b8fc3378d0d85957c2f87.tar.zst
freebsd-ports-gnome-cc999c6df8d7f4923e7b8fc3378d0d85957c2f87.zip
- Add support for FreeBSD 8.X.
- Bump PORTREVISION Approved by: maintainer via irc Obtained from: marcuscom cvs
Diffstat (limited to 'ports-mgmt/tinderbox')
-rw-r--r--ports-mgmt/tinderbox/Makefile1
-rw-r--r--ports-mgmt/tinderbox/files/patch-portbuild11
-rw-r--r--ports-mgmt/tinderbox/files/patch-rawenv.dist13
3 files changed, 25 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index 6b39c3904fd1..1d460fa0bd45 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -6,6 +6,7 @@
PORTNAME= tinderbox
PORTVERSION= 2.4.1
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://tinderbox.marcuscom.com/
diff --git a/ports-mgmt/tinderbox/files/patch-portbuild b/ports-mgmt/tinderbox/files/patch-portbuild
new file mode 100644
index 000000000000..6322d2f1bdde
--- /dev/null
+++ b/ports-mgmt/tinderbox/files/patch-portbuild
@@ -0,0 +1,11 @@
+--- portbuild.orgi 2007-10-23 19:33:58.000000000 +0200
++++ portbuild 2007-10-23 19:34:31.000000000 +0200
+@@ -287,7 +287,7 @@
+ fi
+ cp -p /lib/libc.so.5 ${chroot}/lib
+ fi
+-elif [ "${major_version}" = "6" -o "${major_version}" = "7" ]; then
++ elif [ "${major_version}" = "6" -o "${major_version}" = "7" -o "${major_version}" = "8" ]; then
+ if [ -f /lib/libc.so.5 ]; then
+ if [ -f ${chroot}/lib/libc.so.5 ]; then
+ chflags noschg ${chroot}/lib/libc.so.5
diff --git a/ports-mgmt/tinderbox/files/patch-rawenv.dist b/ports-mgmt/tinderbox/files/patch-rawenv.dist
new file mode 100644
index 000000000000..3bb340eb0e0c
--- /dev/null
+++ b/ports-mgmt/tinderbox/files/patch-rawenv.dist
@@ -0,0 +1,13 @@
+--- rawenv.dist.orig 2007-10-23 19:35:34.000000000 +0200
++++ rawenv.dist 2007-10-23 19:36:10.000000000 +0200
+@@ -19,6 +19,10 @@
+ #7PKGZIPCMD=bzip2
+ #7INDEXFILE=INDEX-7
+ #7X_WINDOW_SYSTEM=xorg
++#8PKGSUFFIX=.tbz
++#8PKGZIPCMD=bzip2
++#8INDEXFILE=INDEX-7
++#8X_WINDOW_SYSTEM=xorg
+ ##MACHINE_ARCH=i386
+ LOCALBASE=/usr/local
+ X11BASE=/usr/local