Date: Wed, 19 Mar 2008 01:34:36 +0300 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/121845: [MAINTAINER] graphics/wings: unmark broken Message-ID: <20080318223436.9D9C91702D@hades.panopticon> Resent-Message-ID: <200803182240.m2IMe2Tn022025@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121845 >Category: ports >Synopsis: [MAINTAINER] graphics/wings: unmark broken >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: Tue Mar 18 22:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: Unmark broken: compiles fine on my amd64 >How-To-Repeat: >Fix: --- wings.patch begins here --- diff -ruN wings.orig/Makefile wings/Makefile --- wings.orig/Makefile 2008-03-19 00:44:20.000000000 +0300 +++ wings/Makefile 2008-03-19 00:44:32.000000000 +0300 @@ -27,12 +27,6 @@ USE_BZIP2= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - post-patch: @${REINPLACE_CMD} -e 's|$$(GCC)|${CC} -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \ ${WRKSRC}/plugins_src/accel/Makefile @@ -45,4 +39,4 @@ @${INSTALL_SCRIPT} ${WRKDIR}/wings.sh ${PREFIX}/bin/wings @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- wings.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?20080318223436.9D9C91702D>