diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 02:43:25 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 02:43:25 +0000 |
commit | b0d53c6558454ad61905833f0bbaf97a77c32b8d (patch) | |
tree | 2362b907ffa28d3dcfe16fded01b772121e8c052 /lang/ferite | |
parent | 9bb34a221c36615340b4a3b0c10b87e92333e9ac (diff) | |
download | ports-b0d53c6558454ad61905833f0bbaf97a77c32b8d.tar.gz ports-b0d53c6558454ad61905833f0bbaf97a77c32b8d.zip |
Update to 0.99.3
PR: 32027
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=50451
Diffstat (limited to 'lang/ferite')
-rw-r--r-- | lang/ferite/Makefile | 9 | ||||
-rw-r--r-- | lang/ferite/distinfo | 2 | ||||
-rw-r--r-- | lang/ferite/files/patch-configure | 24 | ||||
-rw-r--r-- | lang/ferite/files/patch-ferite-config.in | 12 | ||||
-rw-r--r-- | lang/ferite/files/patch-ltmain.sh | 10 | ||||
-rw-r--r-- | lang/ferite/files/patch-scripts::test::test.fe | 15 | ||||
-rw-r--r-- | lang/ferite/pkg-plist | 3 |
7 files changed, 41 insertions, 34 deletions
diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile index 12204cd2696f..f4e39c18cfe5 100644 --- a/lang/ferite/Makefile +++ b/lang/ferite/Makefile @@ -6,15 +6,13 @@ # PORTNAME= ferite -PORTVERSION= 0.99.2 +PORTVERSION= 0.99.3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ishmael27@home.com -BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake - LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool \ mysqlclient.10:${PORTSDIR}/databases/mysql323-client \ pcre.0:${PORTSDIR}/devel/pcre \ @@ -40,8 +38,9 @@ post-install: .endif post-patch: - @${PERL} -pi -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:S/"//g}|g' \ - ${WRKSRC}/ferite-config.in + @${PERL} -pi -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \ + s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:S/"//g}|g' \ + ${WRKSRC}/configure ${WRKSRC}/ferite-config.in post-configure: @${PERL} -pi -e 's|^s%\@LIBS.*|s%\@LIBS\@%-L${LOCALBASE}/lib%g|' \ diff --git a/lang/ferite/distinfo b/lang/ferite/distinfo index 5d85edc9b95d..f00081bb302b 100644 --- a/lang/ferite/distinfo +++ b/lang/ferite/distinfo @@ -1 +1 @@ -MD5 (ferite-0.99.2.tar.gz) = 036385afde16239ea17792b5a268d72d +MD5 (ferite-0.99.3.tar.gz) = 294b9161383c3bc4080753c778db5c6e diff --git a/lang/ferite/files/patch-configure b/lang/ferite/files/patch-configure index 7655b8194c36..73ca4d9078d2 100644 --- a/lang/ferite/files/patch-configure +++ b/lang/ferite/files/patch-configure @@ -1,5 +1,8 @@ ---- configure.orig Sun Nov 11 11:47:08 2001 -+++ configure Sun Nov 11 21:39:39 2001 + +$FreeBSD$ + +--- configure.orig Thu Nov 15 11:09:00 2001 ++++ configure Thu Nov 15 18:26:26 2001 @@ -261,7 +261,6 @@ : ${ac_max_here_lines=38} @@ -27,29 +30,20 @@ # Check whether --enable-shared or --disable-shared was given. if test "${enable_shared+set}" = set; then enableval="$enable_shared" -@@ -6507,7 +6494,7 @@ - build_old_libs=$enable_static - - # Whether or not to add -lc for building shared libraries. --build_libtool_need_lc=$need_lc -+build_libtool_need_lc=no - - # Whether or not to optimize for fast installation. - fast_install=$enable_fast_install @@ -7096,13 +7083,13 @@ { (exit 1); exit 1; }; } fi -echo "$as_me:7099: checking for pthread_mutex_lock in -lpthread" >&5 -echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6 -+echo "$as_me:7099: checking for pthread_mutex_lock in -pthread" >&5 -+echo $ECHO_N "checking for pthread_mutex_lock in -pthread... $ECHO_C" >&6 ++echo "$as_me:7099: checking for pthread_mutex_lock in %%PTHREAD_LIBS%%" >&5 ++echo $ECHO_N "checking for pthread_mutex_lock in %%PTHREAD_LIBS%%... $ECHO_C" >&6 if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lpthread $LIBS" -+LIBS="-pthread $LIBS" ++LIBS="%%PTHREAD_LIBS%% $LIBS" cat >conftest.$ac_ext <<_ACEOF #line 7107 "configure" #include "confdefs.h" @@ -58,7 +52,7 @@ EOF - LIBS="-lpthread $LIBS" -+ LIBS="-pthread $LIBS" ++ LIBS="%%PTHREAD_LIBS%% $LIBS" else diff --git a/lang/ferite/files/patch-ferite-config.in b/lang/ferite/files/patch-ferite-config.in index 93b5323c9d06..630421b686fa 100644 --- a/lang/ferite/files/patch-ferite-config.in +++ b/lang/ferite/files/patch-ferite-config.in @@ -1,6 +1,14 @@ + +$FreeBSD$ + --- ferite-config.in.orig Wed Jul 25 15:47:03 2001 -+++ ferite-config.in Sat Aug 25 19:13:09 2001 -@@ -46,7 +46,7 @@ ++++ ferite-config.in Thu Nov 15 18:21:57 2001 +@@ -42,11 +42,11 @@ + if test @includedir@ != /usr/include ; then + includes=-I@includedir@ + fi +- echo $includes @debugdefs@ ++ echo %%PTHREAD_CFLAGS%% $includes @debugdefs@ ;; --libs) libdirs=-L@libdir@ diff --git a/lang/ferite/files/patch-ltmain.sh b/lang/ferite/files/patch-ltmain.sh index d8d625d4e6c7..63517d276ed8 100644 --- a/lang/ferite/files/patch-ltmain.sh +++ b/lang/ferite/files/patch-ltmain.sh @@ -1,8 +1,8 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 +--- ltmain.sh.orig Tue Aug 14 16:55:55 2001 ++++ ltmain.sh Thu Nov 15 18:07:04 2001 @@ -944,6 +944,7 @@ ;; @@ -11,7 +11,7 @@ $FreeBSD$ avoid_version=yes continue ;; -@@ -2408,6 +2408,9 @@ +@@ -2408,6 +2409,9 @@ *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; @@ -20,8 +20,8 @@ $FreeBSD$ + ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4175,10 +4179,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/lang/ferite/files/patch-scripts::test::test.fe b/lang/ferite/files/patch-scripts::test::test.fe index a8e19aef6fb8..0e131485dc0e 100644 --- a/lang/ferite/files/patch-scripts::test::test.fe +++ b/lang/ferite/files/patch-scripts::test::test.fe @@ -1,5 +1,8 @@ + +$FreeBSD$ + --- scripts/test/test.fe.orig Thu Jul 26 01:10:56 2001 -+++ scripts/test/test.fe Sun Aug 26 00:06:31 2001 ++++ scripts/test/test.fe Thu Nov 15 18:53:41 2001 @@ -17,17 +17,17 @@ a_global_int = 10; testfile = new File(); @@ -16,11 +19,11 @@ - (\/[a-z]*(\/[a-z]*)*) # mount point - [\ \t]* # whitespace - ext2 # force adherance to ext2 -+ (\/dev\/[ad][ad][0-9]s[1-4][a-h]) # device entry -+ [\ \t]* # whitespace -+ (\/[a-z]*(\/[a-z]*)*) # mount point -+ [\ \t]* # whitespace -+ ufs # force adherance to ext2 ++ (\/dev\/[adw][ad][0-9][0-9]?s?[1-4]?[a-h]) # device entry ++ [\ \t]* # whitespace ++ (\/[a-z]*(\/[a-z]*)*) # mount point ++ [\ \t]* # whitespace ++ ufs # force adherance to ufs /xoi /* make usre it's not case sensitive */ ) { diff --git a/lang/ferite/pkg-plist b/lang/ferite/pkg-plist index 6471a8448b1b..09e93dd83676 100644 --- a/lang/ferite/pkg-plist +++ b/lang/ferite/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/builder bin/ferite bin/ferite-config @@ -35,6 +36,7 @@ lib/ferite/modules/system.so lib/ferite/modules/time.so lib/ferite/modules/xml.so lib/ferite/scripts/cgi/cgi.fe +lib/ferite/scripts/test/autoload.fe lib/ferite/scripts/test/error.fe lib/ferite/scripts/test/helloworld.fe lib/ferite/scripts/test/loop.fe @@ -49,6 +51,7 @@ lib/ferite/scripts/test/test.fe lib/ferite/scripts/test/test2.fe lib/ferite/scripts/test/testfncparams.fe lib/ferite/scripts/test/uarray.fe +lib/ferite/scripts/test/var_args.fe lib/libferite.a lib/libferite.so lib/libferite.so.0 |