Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 20:34:25 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304597 - head/lang/gforth
Message-ID:  <201209202034.q8KKYPZK090465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209202034.q8KKYPZK090465>