svn commit: r396169 - in head/graphics: openrm panoglview
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Sep 5 13:26:25 UTC 2015
Author: danfe
Date: Sat Sep 5 13:26:23 2015
New Revision: 396169
URL: https://svnweb.freebsd.org/changeset/ports/396169
Log:
Remove BROKEN statements for Tier-2 architectures: they do build fine on at
least PowerPC and I could not find a reason (MD code, etc.) why they should
fail on sparc64 or ia64 (and the latter is no longer supported in -CURRENT).
Modified:
head/graphics/openrm/Makefile
head/graphics/panoglview/Makefile
Modified: head/graphics/openrm/Makefile
==============================================================================
--- head/graphics/openrm/Makefile Sat Sep 5 13:17:47 2015 (r396168)
+++ head/graphics/openrm/Makefile Sat Sep 5 13:26:23 2015 (r396169)
@@ -45,12 +45,6 @@ DEMO_DISTFILE= ${DISTNAME:S,-devel-,-dem
DEMO_WRKSRC= ${WRKDIR}/rmdemo
.endif
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64, powerpc, or sparc64
-.endif
-
post-patch:
.if ${PORT_OPTIONS:MEXAMPLES}
${REINPLACE_CMD} -e \
@@ -83,4 +77,4 @@ do-install:
${INSTALL_DATA} ${DEMO_WRKSRC}/data/* ${STAGEDIR}${EXAMPLESDIR}/data
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/graphics/panoglview/Makefile
==============================================================================
--- head/graphics/panoglview/Makefile Sat Sep 5 13:17:47 2015 (r396168)
+++ head/graphics/panoglview/Makefile Sat Sep 5 13:26:23 2015 (r396169)
@@ -27,6 +27,4 @@ WX_CONF_ARGS= relative
PLIST_FILES= bin/panoglview
-BROKEN_powerpc= Does not configure on powerpc
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list