diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-25 08:21:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-25 08:21:03 +0000 |
commit | 6f4626194d1c5553a3bf8bdf5d677e7557ba3db3 (patch) | |
tree | d9c93ad378833a8b082aa6b62d56ad1cc2152cb2 /ports-mgmt | |
parent | Add a -f to the portupgrade instruction to properly convert from scrollkeeper (diff) |
- Add support for FreeBSD 8.X.
- Bump PORTREVISION
Approved by: maintainer via irc
Obtained from: marcuscom cvs
Notes
Notes:
svn path=/head/; revision=201978
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-portbuild | 11 | ||||
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-rawenv.dist | 13 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/files/patch-portbuild | 11 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/files/patch-rawenv.dist | 13 |
6 files changed, 50 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 6b39c3904fd1..1d460fa0bd45 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/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-devel/files/patch-portbuild b/ports-mgmt/tinderbox-devel/files/patch-portbuild new file mode 100644 index 000000000000..6322d2f1bdde --- /dev/null +++ b/ports-mgmt/tinderbox-devel/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-devel/files/patch-rawenv.dist b/ports-mgmt/tinderbox-devel/files/patch-rawenv.dist new file mode 100644 index 000000000000..3bb340eb0e0c --- /dev/null +++ b/ports-mgmt/tinderbox-devel/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 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 |