Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  4 May 2008 23:45:26 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123403: [MAINTAINER] graphics/structuresynth: mark broken on 5.x
Message-ID:  <20080504194526.982A017049@hades.panopticon>
Resent-Message-ID: <200805041950.m44Jo1eM058733@freefall.freebsd.org>

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

>Number:         123403
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/structuresynth: mark broken on 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 04 19:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Fri Apr 25 11:18:45 MSD 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Mark it BROKEN on 5.x.
>How-To-Repeat:
>Fix:

--- structuresynth.patch begins here ---
diff -ruN structuresynth.orig/Makefile structuresynth/Makefile
--- structuresynth.orig/Makefile	2008-05-04 23:20:58.000000000 +0400
+++ structuresynth/Makefile	2008-05-04 23:21:59.000000000 +0400
@@ -38,4 +38,10 @@
 	${MKDIR} ${DATADIR}/Misc
 	${INSTALL_DATA} ${WRKSRC}/Misc/* ${DATADIR}/Misc
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+BROKEN=	Does not compile
+.endif
+
+.include <bsd.port.post.mk>
--- structuresynth.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?20080504194526.982A017049>