Date: Tue, 8 Aug 2006 12:02:20 +0800 From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101625: [PATCH] graphics/qcomicbook: tag BROKEN(does not build on 4.x) Message-ID: <20060808041952.E436D2E977@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200608080420.k784KQlW022014@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060808041952.E436D2E977>