mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Add support for FreeBSD 9.0
Feature safe: yes Approved by: itetcu (maintainer implicit)
This commit is contained in:
parent
cf6557aa5a
commit
04a81b57d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241602
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= tinderbox
|
||||
PORTVERSION= 3.2
|
||||
PORTREVISION= 4 # 2009-05-10 18:02:34 UTC
|
||||
PORTREVISION= 5 # 2009-09-17 18:02:34 UTC
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://tinderbox.marcuscom.com/ \
|
||||
http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
|
||||
|
@ -1,7 +1,5 @@
|
||||
Index: portstools/tinderbox/lib/tc_command.sh
|
||||
diff -u portstools/tinderbox/lib/tc_command.sh:1.101.2.14 portstools/tinderbox/lib/tc_command.sh:1.101.2.18
|
||||
--- portstools/tinderbox/lib/tc_command.sh:1.101.2.14 Sun Feb 15 12:22:28 2009
|
||||
+++ portstools/tinderbox/lib/tc_command.sh Sun May 10 14:02:34 2009
|
||||
--- portstools/tinderbox/lib/tc_command.sh.orig 2009-02-24 20:36:38.000000000 +0100
|
||||
+++ portstools/tinderbox/lib/tc_command.sh 2009-09-17 19:59:26.000000000 +0200
|
||||
@@ -24,10 +24,10 @@
|
||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
@ -104,3 +102,12 @@ diff -u portstools/tinderbox/lib/tc_command.sh:1.101.2.14 portstools/tinderbox/l
|
||||
|
||||
# Update the last-built time
|
||||
${tc} updatePortsTreeLastBuilt -p ${portsTreeName}
|
||||
@@ -1649,7 +1668,7 @@
|
||||
# Set up the chrooted environment
|
||||
osmajor=$(echo ${jail} | sed -E -e 's|(^[[:digit:]]+).*$|\1|')
|
||||
case ${osmajor} in
|
||||
- 6|7|8) tinderbuild_setup;;
|
||||
+ 6|7|8|9) tinderbuild_setup;;
|
||||
*) echo "tinderbuild: unhandled OS version: ${osmajor}"
|
||||
tinderbuild_cleanup 1
|
||||
;;
|
||||
|
13
ports-mgmt/tinderbox-devel/files/patch-lib__tinderbox.env
Normal file
13
ports-mgmt/tinderbox-devel/files/patch-lib__tinderbox.env
Normal file
@ -0,0 +1,13 @@
|
||||
--- portstools/tinderbox/lib/tinderbox.env.orgi 2009-09-17 20:01:21.000000000 +0200
|
||||
+++ portstools/tinderbox/lib/tinderbox.env 2009-09-17 20:01:41.000000000 +0200
|
||||
@@ -17,6 +17,10 @@
|
||||
#8PKGZIPCMD=bzip2
|
||||
#8INDEXFILE=INDEX-8
|
||||
#8X_WINDOW_SYSTEM=xorg
|
||||
+#9PKGSUFFIX=.tbz
|
||||
+#9PKGZIPCMD=bzip2
|
||||
+#9INDEXFILE=INDEX-8
|
||||
+#9X_WINDOW_SYSTEM=xorg
|
||||
#
|
||||
LOCALBASE=/usr/local
|
||||
X11BASE=/usr/local
|
Loading…
Reference in New Issue
Block a user