Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 10:06:36 +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: r391044 - head/lang/pfe
Message-ID:  <201507011006.t61A6aes023753@svn.freebsd.org>

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



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