update to pfe-0.33.71

This commit is contained in:
jasper 2015-06-19 08:02:14 +00:00
parent c9b67ac320
commit eb4286ef72
6 changed files with 48 additions and 54 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.23 2015/05/22 11:31:16 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2015/06/19 08:02:14 jasper Exp $
BROKEN-powerpc= does not build, error: lvalue required as increment operand
COMMENT= Portable Forth Environment
DISTNAME= pfe-0.33.69
SHARED_LIBS += pfe 33.69 # .33.69
SHARED_LIBS += pfemodule 33.69 # .33.69
SHARED_LIBS += pfe-0-forth 33.69 # .33.69
DISTNAME= pfe-0.33.71
CATEGORIES= lang
REVISION= 2
SHARED_LIBS += pfe 33.71 # .33.71
SHARED_LIBS += pfe-0-forth 33.71 # .33.71
HOMEPAGE= http://pfe.sourceforge.net/
@ -31,11 +30,11 @@ CONFIGURE_ARGS+=--with-regs
# this renames floating.so to libfloating.so before linking with it
USE_LIBTOOL= gnu
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pfe/
${INSTALL_DATA} ${WRKDIST}/doc/Forthprimer.pdf \
${PREFIX}/share/doc/pfe/
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (pfe-0.33.69.tar.bz2) = wU72lW2nWQt/4abLRnZfVY+GnWBQJKeUBByH+X7/sEo=
SIZE (pfe-0.33.69.tar.bz2) = 1919569
SHA256 (pfe-0.33.71.tar.bz2) = KHkCo8RUBZSCEQ694M2GqQEhI+74/ehFe9NAUZ3AFPc=
SIZE (pfe-0.33.71.tar.bz2) = 1789663

View File

@ -1,17 +1,21 @@
$OpenBSD: patch-pfe_Makefile_in,v 1.3 2008/10/22 12:25:50 jasper Exp $
Patch created without context (diff -C 0), as an RCS Id is found in
the context, which is expanded, while it shouldn't.
*** pfe/Makefile.in.orig Wed Oct 22 14:23:25 2008
--- pfe/Makefile.in Wed Oct 22 14:23:52 2008
***************
*** 327 ****
! DEBUG = @WITHOUT_OPT@ @DEBUG@
--- 327 ----
! DEBUG =
***************
*** 364 ****
! OPTIM = @WITH_OPT@ @OPTIM@
--- 364 ----
! OPTIM =
$OpenBSD: patch-pfe_Makefile_in,v 1.4 2015/06/19 08:02:14 jasper Exp $
--- pfe/Makefile.in.orig Sat Oct 17 20:11:30 2009
+++ pfe/Makefile.in Fri Jun 19 08:55:45 2015
@@ -324,7 +324,7 @@ CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
-DEBUG = @WITHOUT_OPT@ @DEBUG@
+DEBUG =
DEFS = @DEFS@ -I. -I.. -I$(srcdir)/.. # do not do -I$(srcdir) !!
DEPDIR = @DEPDIR@
DLLFLAGS = @DLLFLAGS@
@@ -366,7 +366,7 @@ NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
# $Id: patch-pfe_Makefile_in,v 1.4 2015/06/19 08:02:14 jasper Exp $
-OPTIM = @WITH_OPT@ @OPTIM@
+OPTIM =
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-pfe_configure,v 1.3 2008/10/16 17:30:24 jasper Exp $
--- pfe/configure.orig Mon May 12 01:46:32 2008
+++ pfe/configure Thu Oct 16 10:53:02 2008
@@ -28098,7 +28098,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $
$OpenBSD: patch-pfe_configure,v 1.4 2015/06/19 08:02:14 jasper Exp $
--- pfe/configure.orig Sat Oct 17 19:50:54 2009
+++ pfe/configure Fri Jun 19 08:58:08 2015
@@ -19714,7 +19714,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_save_CFLAGS="$CFLAGS"
@ -10,32 +10,32 @@ $OpenBSD: patch-pfe_configure,v 1.3 2008/10/16 17:30:24 jasper Exp $
do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
@@ -28852,7 +28852,6 @@ test "$with_sbr_threading" = "yes" && uses_sbr_threadi
@@ -20477,7 +20477,6 @@ test "$with_sbr_threading" = "yes" && uses_sbr_threadi
GCC_WARN="" ; OPTIM="" ; DEBUG=""
{ echo "$as_me:$LINENO: checking optimize level \"$WITHVAL_OPT\" is..." >&5
echo $ECHO_N "checking optimize level \"$WITHVAL_OPT\" is...... $ECHO_C" >&6; }
{ $as_echo "$as_me:$LINENO: checking optimize level \"$WITHVAL_OPT\" is..." >&5
$as_echo_n "checking optimize level \"$WITHVAL_OPT\" is...... " >&6; }
-CFLAGS=`echo " $CFLAGS " | sed -e 's/ -O[0-9]* / /'`
opt_level="$WITHVAL_OPT"
if test "$GCC" = "yes" ; then
OPTIM="-O$opt_level"
@@ -29108,16 +29107,6 @@ fi
ac_config_commands="$ac_config_commands $ax_create_pkgconfig_generate"
@@ -20549,16 +20548,6 @@ LIBS=`echo " $LIBS " | sed -e "s/ -lm //g"`
PACKAGE_CFLAGS="$EXTRAS" # PACKAGE_LIBS = -lpfe
-if test "$GCC" = "yes" ; then if test "_$libpfe_no_debug" = "_yes" ; then
-{ echo "$as_me:$LINENO: result: cleaning CFLAGS from -g occurrences" >&5
-echo "${ECHO_T}cleaning CFLAGS from -g occurrences" >&6; }
-{ $as_echo "$as_me:$LINENO: result: cleaning CFLAGS from -g occurrences" >&5
-$as_echo "cleaning CFLAGS from -g occurrences" >&6; }
- CFLAGS=`echo " $CFLAGS " | sed -e "s/ -g //g"`
-fi fi
-if test "_$libpfe_no_strip" = "_yes" ; then
-{ echo "$as_me:$LINENO: result: cleaning LDFLAGS from -Wl" >&5
-echo "${ECHO_T}cleaning LDFLAGS from -Wl" >&6; }
-{ $as_echo "$as_me:$LINENO: result: cleaning LDFLAGS from -Wl" >&5
-$as_echo "cleaning LDFLAGS from -Wl" >&6; }
- LDFLAGS=`echo " $LDFLAGS " | sed -e 's/ -Wl,-S //'`
-fi
if test "$enable_shared" = "yes" ; then
cat >>confdefs.h <<\_ACEOF
@@ -31533,7 +31522,7 @@ sh ./libtool --features
@@ -23900,7 +23889,7 @@ sh ./libtool --features
| sed -e '/^.*undef PFE_WITH_/s,^.*undef ,config no ,'
echo "using defs= $PFE_DEFS"

View File

@ -1,6 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2008/10/16 17:30:24 jasper Exp $
@lib lib/libpfe-0-forth.so.${LIBpfe-0-forth_VERSION}
@lib lib/libpfe.so.${LIBpfe_VERSION}
@comment $OpenBSD: PFRAG.shared,v 1.4 2015/06/19 08:02:14 jasper Exp $
lib/pfe-forth/assembler.so
lib/pfe-forth/complex.so
lib/pfe-forth/dstrings.so
@ -33,7 +31,5 @@ lib/pfe-forth/stackhelp.so
lib/pfe-forth/struct.so
lib/pfe-forth/structs.so
lib/pfe-forth/termcatch.so
lib/pfe-forth/testmodule1.so
lib/pfe-forth/testmodule2.so
lib/pfe-forth/toolbelt.so
lib/pfe-forth/zchar.so

View File

@ -1,8 +1,6 @@
@comment $OpenBSD: PLIST,v 1.4 2015/05/22 11:31:16 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.5 2015/06/19 08:02:14 jasper Exp $
%%SHARED%%
bin/pfe
bin/pfe-config
bin/pfe-config-forth
bin/pfe-exec
@bin bin/pfe-exec-forth
@bin bin/pfe-forth
@ -106,8 +104,10 @@ include/pfe/tools-sub.h
include/pfe/useful-ext.h
include/pfe/version-sub.h
include/pfe/your-ext.h
@lib lib/libpfe-0-forth.so.${LIBpfe-0-forth_VERSION}
lib/libpfe.a
lib/libpfe.la
@lib lib/libpfe.so.${LIBpfe_VERSION}
lib/pfe-forth/
lib/pfe-forth/assembler.a
lib/pfe-forth/assembler.la
@ -140,16 +140,11 @@ lib/pfe-forth/structs.a
lib/pfe-forth/structs.la
lib/pfe-forth/termcatch.a
lib/pfe-forth/termcatch.la
lib/pfe-forth/testmodule1.a
lib/pfe-forth/testmodule1.la
lib/pfe-forth/testmodule2.a
lib/pfe-forth/testmodule2.la
lib/pfe-forth/toolbelt.a
lib/pfe-forth/toolbelt.la
lib/pfe-forth/zchar.a
lib/pfe-forth/zchar.la
lib/pkgconfig/pfe.pc
@man man/man1/pfe-config.1
@man man/man1/pfe.1
share/doc/pfe/
share/doc/pfe/Forthprimer.pdf