ports/138898: [PATCH] ports-mgmt/tinderbox: Make it work with 9.0-CURRENT

Renato Botelho garga at FreeBSD.org
Thu Sep 17 13:40:03 UTC 2009


>Number:         138898
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/tinderbox: Make it work with 9.0-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 17 13:40:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r197191: Mon Sep 14 15:46:17 BRT
>Description:
Fix it to work with 9.0-CURRENT, problem already reported on tinderbox maillist

Port maintainer (itetcu at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tinderbox-3.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/tinderbox/Makefile,v
retrieving revision 1.57
diff -u -u -r1.57 Makefile
--- Makefile	3 Mar 2009 17:15:12 -0000	1.57
+++ Makefile	17 Sep 2009 13:30:19 -0000
@@ -6,6 +6,7 @@
 
 PORTNAME=	tinderbox
 PORTVERSION=	3.2
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://tinderbox.marcuscom.com/ \
 		http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
@@ -94,6 +95,8 @@
 .endif
 
 post-patch:
+	@${REINPLACE_CMD} -e 's,\(6\|7\|8\),\1\|9,' ${WRKSRC}/lib/tc_command.sh
+	@${RM} ${WRKSRC}/lib/tc_command.sh.bak
 .ifdef WITHOUT_CHECK_FOR_ROOT
 	${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \
 			${WRKSRC}/tc
--- tinderbox-3.2_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list