Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2005 10:59:52 -0500
From:      Frank Laszlo <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89317: [PATCH]: lang/kawa: BROKEN on 4.x
Message-ID:  <E1Edrbc-000Evz-Lm@ritamari.vonostingroup.com>
Resent-Message-ID: <200511201600.jAKG0muA022780@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89317
>Category:       ports
>Synopsis:       [PATCH]: lang/kawa: BROKEN on 4.x
>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:   Sun Nov 20 16:00:48 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	Mark this as BROKEN on 4.x until I can make a patch.

>How-To-Repeat:
	
>Fix:

	



--- kawa-1.8,1-BROKEN.diff begins here ---
diff -NrU3 kawa.orig/Makefile kawa/Makefile
--- kawa.orig/Makefile	Sun Nov 20 10:50:33 2005
+++ kawa/Makefile	Sun Nov 20 10:54:44 2005
@@ -25,6 +25,12 @@
 MAN1=			kawa.1 qexo.1
 INFO=			kawa kawa-tour
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=         "Does not compile on FreeBSD 4.x"
+.endif
+
 pre-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
 		-e 's|sed |gsed |g;' \
@@ -32,4 +38,4 @@
 	@${REINPLACE_CMD} -e 's|{JAVAC-javac}|{JAVAC-${JAVAC}}|g;' \
 		-e 's|{JAVA-java}|{JAVA-${JAVA}}|g;' ${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- kawa-1.8,1-BROKEN.diff ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Edrbc-000Evz-Lm>