svn commit: r302928 - head/lang/gforth

Erwin Lansing erwin at FreeBSD.org
Wed Aug 22 06:56:57 UTC 2012


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



More information about the svn-ports-head mailing list