diff options
author | krion <krion@FreeBSD.org> | 2004-08-08 03:15:49 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-08 03:15:49 +0800 |
commit | 25b44ed09f2bfe5ff60473e0a8e2f7819246234c (patch) | |
tree | 07d8fd998ddf232bb87fba2e891ffccc83f1c4ed /lang/pfe-devel | |
parent | 48b20842a380baed014c985139c0c1dd437f036f (diff) | |
download | freebsd-ports-gnome-25b44ed09f2bfe5ff60473e0a8e2f7819246234c.tar.gz freebsd-ports-gnome-25b44ed09f2bfe5ff60473e0a8e2f7819246234c.tar.zst freebsd-ports-gnome-25b44ed09f2bfe5ff60473e0a8e2f7819246234c.zip |
Update to version 0.32.94
PR: ports/70118
Submitted by: Ports Fury
Diffstat (limited to 'lang/pfe-devel')
-rw-r--r-- | lang/pfe-devel/Makefile | 13 | ||||
-rw-r--r-- | lang/pfe-devel/distinfo | 4 | ||||
-rw-r--r-- | lang/pfe-devel/files/patch-pfe::configure | 15 | ||||
-rw-r--r-- | lang/pfe-devel/pkg-plist | 143 |
4 files changed, 93 insertions, 82 deletions
diff --git a/lang/pfe-devel/Makefile b/lang/pfe-devel/Makefile index 2197e3766d77..df36e48ee7fd 100644 --- a/lang/pfe-devel/Makefile +++ b/lang/pfe-devel/Makefile @@ -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 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@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 --git a/lang/pfe-devel/distinfo b/lang/pfe-devel/distinfo index c26c6db1d4ff..4a5869edd4b5 100644 --- a/lang/pfe-devel/distinfo +++ b/lang/pfe-devel/distinfo @@ -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 --git a/lang/pfe-devel/files/patch-pfe::configure b/lang/pfe-devel/files/patch-pfe::configure new file mode 100644 index 000000000000..905d4d4d10bc --- /dev/null +++ b/lang/pfe-devel/files/patch-pfe::configure @@ -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 --git a/lang/pfe-devel/pkg-plist b/lang/pfe-devel/pkg-plist index d82637275862..177af6b4a10d 100644 --- a/lang/pfe-devel/pkg-plist +++ b/lang/pfe-devel/pkg-plist @@ -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-ext.h 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/useful-ext.h include/pfe/utils-sub.h include/pfe/version-sub.h include/pfe/your-ext.h -@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 -@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 -@dirrm share/pfe/test -@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 +@dirrm %%DATADIR%%/test +@dirrm %%DATADIR%%/lib +@dirrm %%DATADIR%% @dirrm lib/pfe -lib/libpfe.a -lib/libpfe.la -lib/libpfe.so -bin/pfe -bin/pfe-config +@dirrm include/pfe |