svn commit: r304597 - head/lang/gforth
Johan van Selst
johans at FreeBSD.org
Thu Sep 20 20:34:26 UTC 2012
Author: johans
Date: Thu Sep 20 20:34:25 2012
New Revision: 304597
URL: http://svn.freebsd.org/changeset/ports/304597
Log:
fix package list (depending on architecture)
Modified:
head/lang/gforth/Makefile
head/lang/gforth/pkg-plist
Modified: head/lang/gforth/Makefile
==============================================================================
--- head/lang/gforth/Makefile Thu Sep 20 20:29:20 2012 (r304596)
+++ head/lang/gforth/Makefile Thu Sep 20 20:34:25 2012 (r304597)
@@ -17,8 +17,6 @@ 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
Modified: head/lang/gforth/pkg-plist
==============================================================================
--- head/lang/gforth/pkg-plist Thu Sep 20 20:29:20 2012 (r304596)
+++ head/lang/gforth/pkg-plist Thu Sep 20 20:34:25 2012 (r304597)
@@ -158,7 +158,7 @@ lib/gforth/%%PORTVERSION%%/libcc-named/f
%%DATADIR%%/%%PORTVERSION%%/kernel/toolsext.fs
%%DATADIR%%/%%PORTVERSION%%/kernel/vars.fs
%%DATADIR%%/%%PORTVERSION%%/kernel/xchars.fs
-%%DATADIR%%/%%PORTVERSION%%/kernl64l.fi
+%%DATADIR%%/%%PORTVERSION%%/kernl%%WORDSIZE%%%%BYTEORDER%%.fi
%%DATADIR%%/%%PORTVERSION%%/lib.fs
%%DATADIR%%/%%PORTVERSION%%/libcc.fs
%%DATADIR%%/%%PORTVERSION%%/libffi.fs
More information about the svn-ports-all
mailing list