From owner-svn-ports-head@FreeBSD.ORG Wed Aug 22 06:56:57 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B0FD106566B; Wed, 22 Aug 2012 06:56:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0519B8FC12; Wed, 22 Aug 2012 06:56:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7M6uuY7084652; Wed, 22 Aug 2012 06:56:56 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7M6uuQ3084650; Wed, 22 Aug 2012 06:56:56 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201208220656.q7M6uuQ3084650@svn.freebsd.org> From: Erwin Lansing Date: Wed, 22 Aug 2012 06:56:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302928 - head/lang/gforth X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2012 06:56:57 -0000 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 -.if ${OSVERSION} < 800000 -BROKEN= Does not build on FreeBSD < 8.x -.endif - .if ${ARCH} == i386 || ${ARCH} == "powerpc" WORDSIZE=32 .else