ports/70118: Update port: lang/pfe-devel to 0.32.94

KATO Tsuguru tkato432 at yahoo.com
Sat Aug 7 12:10:28 UTC 2004


>Number:         70118
>Category:       ports
>Synopsis:       Update port: lang/pfe-devel to 0.32.94
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 07 12:10:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.32.94

New file:
files/patch-pfe::configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/lang/pfe-devel/Makefile lang/pfe-devel/Makefile
--- /usr/ports/lang/pfe-devel/Makefile	Thu Jun  3 13:25:53 2004
+++ lang/pfe-devel/Makefile	Sat Aug  7 18:36:09 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	pfe
-PORTVERSION=	0.32.91
-PORTREVISION=	1
+PORTVERSION=	0.32.94
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,10 +14,14 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Implementation of ANSI Forth
 
-GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	#
+USE_PERL5_BUILD=	yes
+USE_GNOME=	gnometarget lthack
 USE_GMAKE=	yes
-MAKE_ARGS=      mandir=/usr/local/man
+USE_LIBTOOL_VER=	13
+LIBTOOLFILES=	pfe/configure
+LIBTOOLFLAGS=	# none
+CONFIGURE_ARGS=	--mandir=${PREFIX}/man
+
 MAN1=        pfe.1 pfe-config.1
 
 .include <bsd.port.mk>
diff -urN /usr/ports/lang/pfe-devel/distinfo lang/pfe-devel/distinfo
--- /usr/ports/lang/pfe-devel/distinfo	Wed Mar 31 18:09:49 2004
+++ lang/pfe-devel/distinfo	Thu Jun  3 14:08:28 2004
@@ -1,2 +1,2 @@
-MD5 (pfe-0.32.91.tar.gz) = 8692440b7ae932c2551958b0e8be180c
-SIZE (pfe-0.32.91.tar.gz) = 1044189
+MD5 (pfe-0.32.94.tar.gz) = bdc666bf88d2aa407e35611af893a55c
+SIZE (pfe-0.32.94.tar.gz) = 1426995
diff -urN /usr/ports/lang/pfe-devel/files/patch-pfe::configure lang/pfe-devel/files/patch-pfe::configure
--- /usr/ports/lang/pfe-devel/files/patch-pfe::configure	Thu Jan  1 09:00:00 1970
+++ lang/pfe-devel/files/patch-pfe::configure	Sat Aug  7 18:44:25 2004
@@ -0,0 +1,15 @@
+--- pfe/configure.orig	Tue Mar  4 07:04:06 2003
++++ pfe/configure	Sat Aug  7 18:44:13 2004
+@@ -11693,10 +11693,10 @@
+ GCC_WARN="" ; OPTIM="" ; DEBUG=""
+ echo "$as_me:11694: checking optimize level \"$WITHVAL_OPT\" is..." >&5
+ echo $ECHO_N "checking optimize level \"$WITHVAL_OPT\" is...... $ECHO_C" >&6
+-CFLAGS=`echo " $CFLAGS " | sed -e 's/ -O[0-9]* / /'`
++CFLAGS=`echo " $CFLAGS "`
+ opt_level="$WITHVAL_OPT"
+ if test "$GCC" = "yes" ; then
+-   OPTIM="-O$opt_level"
++   OPTIM=""
+    if test "$with_sbr_call_threading" != "yes" ; then
+ 
+ cat >>confdefs.h <<\EOF
diff -urN /usr/ports/lang/pfe-devel/pkg-plist lang/pfe-devel/pkg-plist
--- /usr/ports/lang/pfe-devel/pkg-plist	Tue Jan 14 18:48:09 2003
+++ lang/pfe-devel/pkg-plist	Thu Jun  3 14:54:33 2004
@@ -1,5 +1,5 @@
-include/pfe-config.h
-include/pfe-target.h
+bin/pfe
+bin/pfe-config
 include/pfe/block-ext.h
 include/pfe/block-mix.h
 include/pfe/block-sub.h
@@ -40,6 +40,7 @@
 include/pfe/floating-mix.h
 include/pfe/forth-83-ext.h
 include/pfe/forth-usual-ext.h
+include/pfe/fpnostack-ext.h
 include/pfe/gforth-ext.h
 include/pfe/header-ext.h
 include/pfe/header-sub.h
@@ -74,97 +75,89 @@
 include/pfe/utils-sub.h
 include/pfe/version-sub.h
 include/pfe/your-ext.h
- at dirrm include/pfe
-share/pfe/lib/arrays.4th
-share/pfe/lib/defer-is.4th
-share/pfe/lib/doermake.4th
-share/pfe/lib/library.4th
-share/pfe/lib/loading.4th
-share/pfe/lib/pardot.4th
-share/pfe/lib/sh-libs.4th
-share/pfe/lib/struct.4th
- at dirrm share/pfe/lib
-share/pfe/test/answords.fs
-share/pfe/test/arith.4th
-share/pfe/test/bubble.fs
-share/pfe/test/checkans.4th
-share/pfe/test/checkans.fs
-share/pfe/test/compare.4th
-share/pfe/test/compspeed.fs
-share/pfe/test/coretest.4th
-share/pfe/test/coretest.fs
-share/pfe/test/dbltest.4th
-share/pfe/test/dbltest.fs
-share/pfe/test/defs.4th
-share/pfe/test/environ.4th
-share/pfe/test/exceptn.4th
-share/pfe/test/fib.fs
-share/pfe/test/file.4th
-share/pfe/test/float.4th
-share/pfe/test/hashvocdistri.fs
-share/pfe/test/intactv.4th
-share/pfe/test/locals-ext.4th
-share/pfe/test/loop-test.4th
-share/pfe/test/matrix.fs
-share/pfe/test/mini-oof.fs
-share/pfe/test/moof-exm.fs
-share/pfe/test/moofglos.fs
-share/pfe/test/postpone.4th
-share/pfe/test/postpone.fs
-share/pfe/test/search-order.4th
-share/pfe/test/search-order.fs
-share/pfe/test/siev.fs
-share/pfe/test/sieve.fs
-share/pfe/test/sievem.fs
-share/pfe/test/sokoban.4th
-share/pfe/test/sokoban.fs
-share/pfe/test/speedwhile.fs
-share/pfe/test/stack.4th
-share/pfe/test/string.4th
-share/pfe/test/suite.4th
-share/pfe/test/tester.fs
-share/pfe/test/trydstrings.fs
-share/pfe/test/tt.4th
-share/pfe/test/tt.fs
-share/pfe/test/wordsets.4th
-share/pfe/test/wordsets.fs
- at dirrm share/pfe/test
- at dirrm share/pfe
-lib/pfe/dstrings.a
+include/pfe-config.h
+include/pfe-target.h
+lib/libpfe-0.so.32
+lib/libpfe.a
+lib/libpfe.la
+lib/libpfe.so
 lib/pfe/dstrings.la
 lib/pfe/dstrings.so
-lib/pfe/edit.a
 lib/pfe/edit.la
 lib/pfe/edit.so
-lib/pfe/floating.a
 lib/pfe/floating.la
 lib/pfe/floating.so
-lib/pfe/gforth.a
+lib/pfe/fpnostack.la
+lib/pfe/fpnostack.so
 lib/pfe/gforth.la
 lib/pfe/gforth.so
-lib/pfe/help.a
 lib/pfe/help.la
 lib/pfe/help.so
-lib/pfe/module.a
 lib/pfe/module.la
 lib/pfe/module.so
-lib/pfe/smart-go.a
 lib/pfe/smart-go.la
 lib/pfe/smart-go.so
-lib/pfe/struct.a
 lib/pfe/struct.la
 lib/pfe/struct.so
-lib/pfe/toolbelt.a
 lib/pfe/toolbelt.la
 lib/pfe/toolbelt.so
-lib/pfe/zchar.a
 lib/pfe/zchar.la
 lib/pfe/zchar.so
-lib/libpfe-0.so
-lib/libpfe-0.so.32
+%%DATADIR%%/lib/arrays.4th
+%%DATADIR%%/lib/defer-is.4th
+%%DATADIR%%/lib/doermake.4th
+%%DATADIR%%/lib/library.4th
+%%DATADIR%%/lib/loading.4th
+%%DATADIR%%/lib/pardot.4th
+%%DATADIR%%/lib/sh-libs.4th
+%%DATADIR%%/lib/struct.4th
+%%DATADIR%%/test/answords.fs
+%%DATADIR%%/test/arith.4th
+%%DATADIR%%/test/bubble.fs
+%%DATADIR%%/test/checkans.4th
+%%DATADIR%%/test/checkans.fs
+%%DATADIR%%/test/compare.4th
+%%DATADIR%%/test/compspeed.fs
+%%DATADIR%%/test/coretest.4th
+%%DATADIR%%/test/coretest.fs
+%%DATADIR%%/test/dbltest.4th
+%%DATADIR%%/test/dbltest.fs
+%%DATADIR%%/test/defs.4th
+%%DATADIR%%/test/environ.4th
+%%DATADIR%%/test/exceptn.4th
+%%DATADIR%%/test/fib.fs
+%%DATADIR%%/test/file.4th
+%%DATADIR%%/test/float.4th
+%%DATADIR%%/test/fpnostack.4th
+%%DATADIR%%/test/hashvocdistri.fs
+%%DATADIR%%/test/intactv.4th
+%%DATADIR%%/test/locals-ext.4th
+%%DATADIR%%/test/loop-test.4th
+%%DATADIR%%/test/matrix.fs
+%%DATADIR%%/test/mini-oof.fs
+%%DATADIR%%/test/moof-exm.fs
+%%DATADIR%%/test/moofglos.fs
+%%DATADIR%%/test/postpone.4th
+%%DATADIR%%/test/postpone.fs
+%%DATADIR%%/test/search-order.4th
+%%DATADIR%%/test/search-order.fs
+%%DATADIR%%/test/siev.fs
+%%DATADIR%%/test/sieve.fs
+%%DATADIR%%/test/sievem.fs
+%%DATADIR%%/test/sokoban.4th
+%%DATADIR%%/test/sokoban.fs
+%%DATADIR%%/test/speedwhile.fs
+%%DATADIR%%/test/stack.4th
+%%DATADIR%%/test/string.4th
+%%DATADIR%%/test/suite.4th
+%%DATADIR%%/test/tester.fs
+%%DATADIR%%/test/trydstrings.fs
+%%DATADIR%%/test/tt.4th
+%%DATADIR%%/test/tt.fs
+%%DATADIR%%/test/wordsets.4th
+%%DATADIR%%/test/wordsets.fs
+ at dirrm %%DATADIR%%/test
+ at dirrm %%DATADIR%%/lib
+ at dirrm %%DATADIR%%
 @dirrm lib/pfe
-lib/libpfe.a
-lib/libpfe.la
-lib/libpfe.so
-bin/pfe
-bin/pfe-config
+ at dirrm include/pfe
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list