From owner-svn-ports-head@FreeBSD.ORG Thu Sep 20 20:34:26 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35BCC1065672; Thu, 20 Sep 2012 20:34:26 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 21AD28FC15; Thu, 20 Sep 2012 20:34:26 +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 q8KKYPJq090468; Thu, 20 Sep 2012 20:34:25 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8KKYPZK090465; Thu, 20 Sep 2012 20:34:25 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201209202034.q8KKYPZK090465@svn.freebsd.org> From: Johan van Selst Date: Thu, 20 Sep 2012 20:34:25 +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: r304597 - 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: Thu, 20 Sep 2012 20:34:26 -0000 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