svn commit: r301591 - head/devel/nant
Erwin Lansing
erwin at FreeBSD.org
Fri Jul 27 06:50:39 UTC 2012
Author: erwin
Date: Fri Jul 27 06:50:38 2012
New Revision: 301591
URL: http://svn.freebsd.org/changeset/ports/301591
Log:
Extend BROKEN to i386 as well, mark BROKEN in general
Submitted by: pointyhat
Modified:
head/devel/nant/Makefile
Modified: head/devel/nant/Makefile
==============================================================================
--- head/devel/nant/Makefile Fri Jul 27 04:37:43 2012 (r301590)
+++ head/devel/nant/Makefile Fri Jul 27 06:50:38 2012 (r301591)
@@ -17,6 +17,8 @@ COMMENT= A .NET build tool inspired by A
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
+BROKEN= fails to build
+
DATADIR= ${PREFIX}/share/NAnt
DOCSDIR= ${PREFIX}/share/doc/NAnt
INSTALL_TARGET= install prefix=${PREFIX}
@@ -25,12 +27,6 @@ MAKE_JOBS_UNSAFE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-BROKEN= fails to build
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|MCS=mcs|MCS=dmcs|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/NAnt.build
@@ -44,4 +40,4 @@ post-install:
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list