ports/118673: [patch] devel/git make patch-while-case conditional

Alex Kozlov spam at rm-rf.kiev.ua
Thu Dec 13 17:10:04 UTC 2007


>Number:         118673
>Category:       ports
>Synopsis:       [patch] devel/git make patch-while-case conditional
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 13 17:10:04 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        FreeBSD 6-stable
>Organization:
private
>Environment:
>Description:
bin/116559 was MFC to stable6, so no need for patch-while-case in fresh RELENG_6 and 6.3R
>How-To-Repeat:

>Fix:
apply patch, mv files/patch-while-case to files/602-patch-while-case

Patch attached with submission follows:

Index: devel/git/Makefile
@@ -177,6 +177,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 603000
+EXTRA_PATCHES=	${PATCHDIR}/602-patch-while-case
+.endif
+
 .ifdef WITH_GUI
 PLIST_SUB+=	GUI=""
 RUN_DEPENDS+=	wish8.4:${PORTSDIR}/x11-toolkits/tk84


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



More information about the freebsd-ports-bugs mailing list