From owner-svn-ports-head@freebsd.org Wed Jul 1 10:06:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5885E990820; Wed, 1 Jul 2015 10:06:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49F37209F; Wed, 1 Jul 2015 10:06:37 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t61A6b94023756; Wed, 1 Jul 2015 10:06:37 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t61A6aes023753; Wed, 1 Jul 2015 10:06:36 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201507011006.t61A6aes023753@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Wed, 1 Jul 2015 10:06:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391044 - head/lang/pfe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 01 Jul 2015 10:06:37 -0000 Author: johans Date: Wed Jul 1 10:06:36 2015 New Revision: 391044 URL: https://svnweb.freebsd.org/changeset/ports/391044 Log: Disable utterly broken testmodule installation PR: 201135 Submitted by: amdmi3 Modified: head/lang/pfe/Makefile head/lang/pfe/pkg-plist Modified: head/lang/pfe/Makefile ============================================================================== --- head/lang/pfe/Makefile Wed Jul 1 10:05:52 2015 (r391043) +++ head/lang/pfe/Makefile Wed Jul 1 10:06:36 2015 (r391044) @@ -3,7 +3,7 @@ PORTNAME= pfe PORTVERSION= 0.33.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= SF @@ -11,22 +11,21 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Implementation of ANSI Forth BROKEN_i386= does not link +BROKEN_powerpc= does not compile GNU_CONFIGURE= yes USES= gmake perl5 libtool tar:bzip2 USE_PERL5= build USE_LDCONFIG= yes +CONFIGURE_ARGS= --without-testmodule MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" INSTALL_TARGET= install-strip -BROKEN_powerpc= does not compile - post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ s|-O$$opt_level||g' ${WRKSRC}/pfe/configure post-install: - @test -d "${STAGEDIR}" && ${RM} -rf ${STAGEDIR}/usr/ports ${LN} -s libpfe-0-forth.so.33 ${STAGEDIR}${PREFIX}/lib/libpfe-0-forth.so .include Modified: head/lang/pfe/pkg-plist ============================================================================== --- head/lang/pfe/pkg-plist Wed Jul 1 10:05:52 2015 (r391043) +++ head/lang/pfe/pkg-plist Wed Jul 1 10:06:36 2015 (r391044) @@ -229,5 +229,3 @@ man/man1/pfe.1.gz %%DATADIR%%/test/tt.fs %%DATADIR%%/test/wordsets.4th %%DATADIR%%/test/wordsets.fs -%%DATADIR%%/testmodule1.fs -%%DATADIR%%/testmodule2.fs