Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 07:00:35 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47475: Update port: devel/liboop to 0.9
Message-ID:  <20030126070035.76750c4b.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>Number:         47475
>Category:       ports
>Synopsis:       Update port: devel/liboop to 0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 25 14:10:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.9

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/liboop/Makefile devel/liboop/Makefile
--- /usr/ports/devel/liboop/Makefile	Mon Nov 11 18:59:14 2002
+++ devel/liboop/Makefile	Fri Jan 24 02:23:07 2003
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	liboop
-PORTVERSION=	0.8
-PORTREVISION=	1
+PORTVERSION=	0.9
 CATEGORIES=	devel
 MASTER_SITES=	http://download.ofb.net/liboop/
 
@@ -17,18 +16,16 @@
 LIB_DEPENDS=	adns.1:${PORTSDIR}/net/adns \
 		wwwcore.1:${PORTSDIR}/www/libwww
 
+USE_BZIP2=	yes
 USE_GNOMENG=	yes
 USE_GNOME=	glib12
 USE_LIBTOOL=	yes
-USE_REINPLACE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
+		PROG_GLIB_CONFIG="${GLIB_CONFIG}"
 INSTALLS_SHLIB=	yes
 
-CPPFLAGS=	-I${LOCALBASE}/include/w3c-libwww -I${LOCALBASE}/include 
-LDFLAGS=	-L${LOCALBASE}/lib
-
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|glib-config|${GLIB_CONFIG:T}|g' ${WRKSRC}/configure
+CPPFLAGS=	`libwww-config --cflags` -I${LOCALBASE}/include 
+LDFLAGS=	`libwww-config --libs` -L${LOCALBASE}/lib
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/liboop/distinfo devel/liboop/distinfo
--- /usr/ports/devel/liboop/distinfo	Tue Nov 27 03:55:40 2001
+++ devel/liboop/distinfo	Fri Jan 24 01:58:13 2003
@@ -1 +1 @@
-MD5 (liboop-0.8.tar.gz) = 903f8d2f9b94e7b0ac73be61d6a5442f
+MD5 (liboop-0.9.tar.bz2) = 7275c1141be619a435a74582a2e3376b
diff -urN /usr/ports/devel/liboop/files/patch-configure devel/liboop/files/patch-configure
--- /usr/ports/devel/liboop/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ devel/liboop/files/patch-configure	Fri Jan 24 02:02:24 2003
@@ -0,0 +1,10 @@
+--- configure.orig	Wed Jan  1 01:57:28 2003
++++ configure	Fri Jan 24 02:02:13 2003
+@@ -7057,6 +7057,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/devel/liboop/pkg-plist devel/liboop/pkg-plist
--- /usr/ports/devel/liboop/pkg-plist	Tue Sep 10 20:08:28 2002
+++ devel/liboop/pkg-plist	Fri Jan 24 02:25:06 2003
@@ -22,4 +22,4 @@
 lib/liboop-www.so.0
 lib/liboop.a
 lib/liboop.so
-lib/liboop.so.3
+lib/liboop.so.4
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030126070035.76750c4b.tkato>