ports/69682: [MAINTAINER] devel/libopendaap: update to 0.2.1

Michael Johnson ahze at ahze.net
Tue Jul 27 22:30:26 UTC 2004


>Number:         69682
>Category:       ports
>Synopsis:       [MAINTAINER] devel/libopendaap: update to 0.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 22:30:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #58: Fri Jul 23 20:15:17 EDT 2004
>Description:
- Update to 0.2.1

please commit this and close pr-69681

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libopendaap-0.2.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	9 Jul 2004 17:42:14 -0000	1.5
+++ Makefile	27 Jul 2004 22:19:22 -0000
@@ -6,30 +6,31 @@
 #
 
 PORTNAME=	libopendaap
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	devel net
 MASTER_SITES=	http://crazney.net/programs/itunes/files/
 
 MAINTAINER=	ahze at ahze.net
 COMMENT=	C lib used to connect to iTunes(R) music shares
 
-SHLIB_VER=	1
 USE_BZIP2=	yes
 USE_REINPLACE=	yes
 USE_GNOME=	gnomehack gnometarget pkgconfig
 USE_INC_LIBTOOL_VER=15
 USE_GCC=	3.3
-PLIST_SUB=	SHLIB_VER="${SHLIB_VER}"
 
 CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}"
 
 INSTALLS_SHLIB=	yes
 
+pre-configure:
+# Broken libtool fix
+	@cd ${WRKSRC} && \
+		${LIBTOOLIZE} --force
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
 		${WRKSRC}/Makefile.am \
 		${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} -e 's|%%SHLIB_VER%%|.${SHLIB_VER}|' \
-		${WRKSRC}/ltmain.sh
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	29 Apr 2004 20:52:08 -0000	1.3
+++ distinfo	27 Jul 2004 18:40:07 -0000
@@ -1,2 +1,2 @@
-MD5 (libopendaap-0.2.0.tar.bz2) = 7d5085ae1f7173760b69dbbfe6112b02
-SIZE (libopendaap-0.2.0.tar.bz2) = 338569
+MD5 (libopendaap-0.2.1.tar.bz2) = 539ad7ec4c55b3d3e63c2bdc4e4ed485
+SIZE (libopendaap-0.2.1.tar.bz2) = 325586
Index: pkg-plist
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	29 Apr 2004 20:52:08 -0000	1.2
+++ pkg-plist	27 Jul 2004 21:30:54 -0000
@@ -1,6 +1,6 @@
 include/daap/client.h
 lib/libopendaap.a
 lib/libopendaap.so
-lib/libopendaap.so.%%SHLIB_VER%%
+lib/libopendaap.so.0
 libdata/pkgconfig/opendaap.pc
 @dirrm include/daap
Index: files/patch-ltmain.sh
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/devel/libopendaap/files/patch-ltmain.sh,v
retrieving revision 1.1
diff -u -r1.1 patch-ltmain.sh
--- files/patch-ltmain.sh	29 Apr 2004 20:52:08 -0000	1.1
+++ files/patch-ltmain.sh	27 Jul 2004 21:32:48 -0000
@@ -1,26 +1 @@
---- ltmain.sh.orig	Tue Apr 13 09:05:11 2004
-+++ ltmain.sh	Thu Apr 29 22:49:03 2004
-@@ -2980,8 +2980,8 @@
- 	  ;;
- 
- 	freebsd-elf)
--	  major=".$current"
--	  versuffix=".$current";
-+	  major=".1"
-+	  versuffix=".1";
- 	  ;;
- 
- 	irix | nonstopux)
-@@ -5528,10 +5528,12 @@
- 	fi
- 
- 	# Install the pseudo-library for information purposes.
-+	if /usr/bin/false; then
- 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- 	instname="$dir/$name"i
- 	$show "$install_prog $instname $destdir/$name"
- 	$run eval "$install_prog $instname $destdir/$name" || exit $?
-+	fi
- 
- 	# Maybe install the static library, too.
- 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+
--- libopendaap-0.2.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list