upgrade to 0.98

This commit is contained in:
Ying-Chieh Liao 2001-03-15 06:52:47 +00:00
parent 5392a49f11
commit 4aeae14800
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39871
5 changed files with 15 additions and 16 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= regexx
PORTVERSION= 0.97
PORTVERSION= 0.98
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -1 +1 @@
MD5 (regexx-0.97.tar.gz) = d7a61514141438be5688c8b55db0e0d0
MD5 (regexx-0.98.tar.gz) = bc2116ddf4a70e130ae37138d9b414bc

View file

@ -1,11 +1,10 @@
--- configure.in.orig Fri Mar 2 01:11:35 2001
+++ configure.in Fri Mar 2 01:11:44 2001
@@ -24,8 +24,3 @@
--- configure.in.orig Thu Mar 15 14:20:50 2001
+++ configure.in Thu Mar 15 14:21:01 2001
@@ -23,7 +23,5 @@
dnl Checks for library functions.
-AC_CONFIG_SUBDIRS(pcre)
-
AC_OUTPUT([Makefile src/Makefile examples/Makefile regexx.spec])
-
-cd pcre
-./configure
-cd ..
-

View file

@ -1,11 +1,11 @@
--- src/Makefile.am.orig Tue Aug 22 21:54:30 2000
+++ src/Makefile.am Wed Mar 7 19:25:48 2001
--- src/Makefile.am.orig Thu Mar 15 14:40:46 2001
+++ src/Makefile.am Tue Mar 13 22:42:21 2001
@@ -5,6 +5,7 @@
##
+INCLUDES=-I/usr/local/include
+INCLUDES=`pcre-config --cflags`
lib_LTLIBRARIES = libregexx.la
libregexx_la_SOURCES = regexx.cc regexx.hh split.cc split.hh
-libregexx_la_LDFLAGS = -version-info 1:1:1 ../pcre/maketables.lo ../pcre/get.lo ../pcre/study.lo ../pcre/pcre.lo
+libregexx_la_LDFLAGS = -version-info 1:1:1 -lpcre -L/usr/local/lib
-libregexx_la_LDFLAGS = -version-info 2:0:1 ../pcre/maketables.lo ../pcre/get.lo ../pcre/study.lo ../pcre/pcre.lo
+libregexx_la_LDFLAGS = -version-info 2:0:1 `pcre-config --libs`
include_HEADERS = regexx.hh split.hh

View file

@ -2,4 +2,4 @@ include/regexx.hh
include/split.hh
lib/libregexx.a
lib/libregexx.so
lib/libregexx.so.1
lib/libregexx.so.2