Date: Tue, 27 Jul 2004 17:35:00 -0400 (EDT) From: Michael Johnson <ahze@gentoo.ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69681: [PATCH] devel/libopendaap: update to 0.2.1 Message-ID: <200407272135.i6RLZ0IT040215@gentoo.ahze.net> Resent-Message-ID: <200407272140.i6RLeMIR031820@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69681 >Category: ports >Synopsis: [PATCH] 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: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 27 21:40:21 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 libopendaap.so is going backwords in version, but since nothing in ports depends on libopendaap yet I dont think it will matter. 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 21:32:13 -0000 @@ -6,20 +6,19 @@ # PORTNAME= libopendaap -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= devel net MASTER_SITES= http://crazney.net/programs/itunes/files/ MAINTAINER= ahze@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 +# Broken libtool, force use of ports libtool +USE_LIBTOOL_VER=15 USE_GCC= 3.3 -PLIST_SUB= SHLIB_VER="${SHLIB_VER}" CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" @@ -29,7 +28,5 @@ @${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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407272135.i6RLZ0IT040215>