Date: Wed, 22 Aug 2012 06:56:56 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302928 - head/lang/gforth Message-ID: <201208220656.q7M6uuQ3084650@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: erwin Date: Wed Aug 22 06:56:56 2012 New Revision: 302928 URL: http://svn.freebsd.org/changeset/ports/302928 Log: Mark BROKEN everywhere Submitted by: pointyhat Modified: head/lang/gforth/Makefile (contents, props changed) Modified: head/lang/gforth/Makefile ============================================================================== --- head/lang/gforth/Makefile Wed Aug 22 06:54:33 2012 (r302927) +++ head/lang/gforth/Makefile Wed Aug 22 06:56:56 2012 (r302928) @@ -17,6 +17,8 @@ COMMENT= Fast and portable Forth system LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall +BROKEN= does not package + GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -42,10 +44,6 @@ PORTDOCS= * .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800000 -BROKEN= Does not build on FreeBSD < 8.x -.endif - .if ${ARCH} == i386 || ${ARCH} == "powerpc" WORDSIZE=32 .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208220656.q7M6uuQ3084650>