ports/101625: [PATCH] graphics/qcomicbook: tag BROKEN(does not build on 4.x)

chinsan chinsan.tw at gmail.com
Tue Aug 8 04:20:38 UTC 2006


>Number:         101625
>Category:       ports
>Synopsis:       [PATCH] graphics/qcomicbook: tag BROKEN(does not build on 4.x)
>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:   Tue Aug 08 04:20:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:

 - tag BROKEN(does not build on 4.x)


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

--- qcomicbook-0.2.8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/qcomicbook/Makefile /usr/home/chinsan/project/qcomicbook/Makefile
--- /usr/ports/graphics/qcomicbook/Makefile	Thu Jul  6 19:14:37 2006
+++ /usr/home/chinsan/project/qcomicbook/Makefile	Tue Aug  8 11:59:56 2006
@@ -30,4 +30,10 @@
 QTCPPFLAGS+=	${PTHREAD_CFLAGS}
 QTCFGLIBS+=	${PTHREAD_LIBS}
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		does not compile on FreeBSD 4.x
+.endif
+
+.include <bsd.port.post.mk>
--- qcomicbook-0.2.8.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list