From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 29 12:50:11 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDAC16A4CE for ; Thu, 29 Apr 2004 12:50:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33EB243D46 for ; Thu, 29 Apr 2004 12:50:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3TJoBrr082772 for ; Thu, 29 Apr 2004 12:50:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i3TJoBDG082754; Thu, 29 Apr 2004 12:50:11 -0700 (PDT) (envelope-from gnats) Resent-Date: Thu, 29 Apr 2004 12:50:11 -0700 (PDT) Resent-Message-Id: <200404291950.i3TJoBDG082754@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, michael johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2479C16A4CE for ; Thu, 29 Apr 2004 12:48:16 -0700 (PDT) Received: from ahze.ahze.net (adsl-068-209-163-003.sip.clt.bellsouth.net [68.209.163.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id CADC743D5A for ; Thu, 29 Apr 2004 12:48:15 -0700 (PDT) (envelope-from root@ahze.net) Received: by ahze.ahze.net (Postfix, from userid 0) id 88E55657E; Thu, 29 Apr 2004 15:49:06 -0400 (EDT) Message-Id: <20040429194906.88E55657E@ahze.ahze.net> Date: Thu, 29 Apr 2004 15:49:06 -0400 (EDT) From: michael johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66093: [MAINTAINER] devel/libopendaap: update to 0.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 19:50:11 -0000 >Number: 66093 >Category: ports >Synopsis: [MAINTAINER] devel/libopendaap: update to 0.2.0 >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: Thu Apr 29 12:50:10 PDT 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 #43: Thu Apr 22 05:38:22 EDT 2004 >Description: - Update to 0.2.0 Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- libopendaap-0.2.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/libopendaap.orig/Makefile /usr/ports/devel/libopendaap/Makefile --- /usr/ports/devel/libopendaap.orig/Makefile Thu Apr 29 03:52:51 2004 +++ /usr/ports/devel/libopendaap/Makefile Thu Apr 29 15:44:08 2004 @@ -6,29 +6,30 @@ # PORTNAME= libopendaap -PORTVERSION= 0.1.3 +PORTVERSION= 0.2.0 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 pkgconfig lthack -USE_LIBTOOL_VER=13 +USE_GNOME= gnomehack pkgconfig lthack gnometarget +USE_LIBTOOL_VER=15 USE_GCC= 3.3 +PLIST_SUB= SHLIB_VER="${SHLIB_VER}" CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" INSTALLS_SHLIB= yes -pre-everything:: - @${ECHO_MSG} "This version does NOT work with iTunes 4.5" - 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 diff -ruN --exclude=CVS /usr/ports/devel/libopendaap.orig/distinfo /usr/ports/devel/libopendaap/distinfo --- /usr/ports/devel/libopendaap.orig/distinfo Thu Apr 29 03:52:51 2004 +++ /usr/ports/devel/libopendaap/distinfo Thu Apr 29 15:44:10 2004 @@ -1,2 +1,2 @@ -MD5 (libopendaap-0.1.3.tar.bz2) = 72bdf1e6ef9ed0150923bd2f1debf4eb -SIZE (libopendaap-0.1.3.tar.bz2) = 337980 +MD5 (libopendaap-0.2.0.tar.bz2) = 7d5085ae1f7173760b69dbbfe6112b02 +SIZE (libopendaap-0.2.0.tar.bz2) = 338569 diff -ruN --exclude=CVS /usr/ports/devel/libopendaap.orig/files/patch-ltmain.sh /usr/ports/devel/libopendaap/files/patch-ltmain.sh --- /usr/ports/devel/libopendaap.orig/files/patch-ltmain.sh Wed Dec 31 19:00:00 1969 +++ /usr/ports/devel/libopendaap/files/patch-ltmain.sh Thu Apr 29 15:44:19 2004 @@ -0,0 +1,13 @@ +--- ltmain.sh.orig Thu Apr 29 15:26:15 2004 ++++ ltmain.sh Thu Apr 29 15:26:44 2004 +@@ -2980,8 +2980,8 @@ + ;; + + freebsd-elf) +- major=".$current" +- versuffix=".$current"; ++ major="%%SHLIB_VER%%" ++ versuffix="%%SHLIB_VER%%"; + ;; + + irix | nonstopux) diff -ruN --exclude=CVS /usr/ports/devel/libopendaap.orig/pkg-plist /usr/ports/devel/libopendaap/pkg-plist --- /usr/ports/devel/libopendaap.orig/pkg-plist Fri Mar 12 09:22:28 2004 +++ /usr/ports/devel/libopendaap/pkg-plist Thu Apr 29 15:44:40 2004 @@ -1,6 +1,7 @@ include/daap/client.h lib/libopendaap.a +lib/libopendaap.la lib/libopendaap.so -lib/libopendaap.so.0 +lib/libopendaap.so.%%SHLIB_VER%% libdata/pkgconfig/opendaap.pc @dirrm include/daap --- libopendaap-0.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: