upgrade to 0.8

drop maintainership
This commit is contained in:
Ying-Chieh Liao 2001-11-26 18:55:40 +00:00
parent 43afafd4f2
commit ea0f10e128
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50590
4 changed files with 17 additions and 33 deletions

View File

@ -7,11 +7,11 @@
#
PORTNAME= liboop
PORTVERSION= 0.7
PORTVERSION= 0.8
CATEGORIES= devel
MASTER_SITES= http://download.gale.org/
MASTER_SITES= http://download.ofb.net/liboop/
MAINTAINER= ijliao@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= adns:${PORTSDIR}/net/adns \
wwwcore:${PORTSDIR}/www/libwww
@ -23,6 +23,6 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/w
INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e "s,%%GLIB_CONFIG%%,${GLIB_CONFIG},g" ${WRKSRC}/configure
@${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (liboop-0.7.tar.gz) = 6dee9bcc861577c16515177b97929f00
MD5 (liboop-0.8.tar.gz) = 903f8d2f9b94e7b0ac73be61d6a5442f

View File

@ -1,33 +1,11 @@
--- configure.orig Sun Jun 3 09:40:33 2001
+++ configure Sun Jun 3 09:42:36 2001
@@ -2056,8 +2056,8 @@
fi
--- configure.orig Tue Nov 27 02:48:10 2001
+++ configure Tue Nov 27 02:48:38 2001
@@ -2057,7 +2057,7 @@
-# Extract the first word of "glib-config", so it can be a program name with args.
# Extract the first word of "glib-config", so it can be a program name with args.
-set dummy glib-config; ac_word=$2
+# Extract the first word of "glib12-config", so it can be a program name with args.
+set dummy glib12-config; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2063: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_PROG_GLIB_CONFIG'+set}'`\" = set"; then
@@ -2071,7 +2071,7 @@
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
- ac_cv_prog_PROG_GLIB_CONFIG="glib-config"
+ ac_cv_prog_PROG_GLIB_CONFIG="%%GLIB_CONFIG%%"
break
fi
done
@@ -2086,8 +2086,8 @@
fi
if test -n "$PROG_GLIB_CONFIG" ; then
- GLIB_INCLUDES="`glib-config --cflags`"
- GLIB_LIBS="liboop-glib.la `glib-config --libs`"
+ GLIB_INCLUDES="`%%GLIB_CONFIG%% --cflags`"
+ GLIB_LIBS="liboop-glib.la `%%GLIB_CONFIG%% --libs`"
cat >> confdefs.h <<\EOF
#define HAVE_GLIB 1
EOF

View File

@ -1,20 +1,26 @@
include/oop-adns.h
include/oop-glib.h
include/oop-read.h
include/oop-rl.h
include/oop-tcl.h
include/oop-www.h
include/oop.h
lib/liboop-adns.a
lib/liboop-adns.la
lib/liboop-adns.so
lib/liboop-adns.so.1
lib/liboop-adns.so.2
lib/liboop-glib.a
lib/liboop-glib.la
lib/liboop-glib.so
lib/liboop-glib.so.0
lib/liboop-glib.so.1
lib/liboop-rl.a
lib/liboop-rl.la
lib/liboop-rl.so
lib/liboop-rl.so.0
lib/liboop-tcl.a
lib/liboop-tcl.la
lib/liboop-tcl.so
lib/liboop-tcl.so.0
lib/liboop-www.a
lib/liboop-www.la
lib/liboop-www.so