svn commit: r391044 - head/lang/pfe

Johan van Selst johans at FreeBSD.org
Wed Jul 1 10:06:37 UTC 2015


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 at 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>

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


More information about the svn-ports-all mailing list