diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-07-01 10:06:36 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-07-01 10:06:36 +0000 |
commit | a5febd0494fd333eece564199d42d287f4af098f (patch) | |
tree | 5928285003a55696ce2ca23e4407629c3df2681b /lang | |
parent | 5bc7ee70a2655485adb1313c4bd218ff072d371b (diff) | |
download | ports-a5febd0494fd333eece564199d42d287f4af098f.tar.gz ports-a5febd0494fd333eece564199d42d287f4af098f.zip |
Disable utterly broken testmodule installation
PR: 201135
Submitted by: amdmi3
Notes
Notes:
svn path=/head/; revision=391044
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pfe/Makefile | 7 | ||||
-rw-r--r-- | lang/pfe/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 2cdc49eb2ca6..5ba5e6464f14 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -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 <bsd.port.mk> diff --git a/lang/pfe/pkg-plist b/lang/pfe/pkg-plist index 91168e6cfa0e..68a02d9fbebb 100644 --- a/lang/pfe/pkg-plist +++ b/lang/pfe/pkg-plist @@ -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 |