ports/77207: [UPDATE]: audio/ezstream: fix dependency on libtool
Frank J.Laszlo
laszlof at vonostingroup.com
Mon Feb 7 12:40:20 UTC 2005
>Number: 77207
>Category: ports
>Synopsis: [UPDATE]: audio/ezstream: fix dependency on libtool
>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: Mon Feb 07 12:40:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Frank J. Laszlo
>Release: FreeBSD 5.3-STABLE i386
>Organization:
VonOstin Group
>Environment:
System: FreeBSD ritamari.vonostingroup.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Thu Dec 23 16:49:19 EST 2004 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386
>Description:
ezstream currently has a dependency on libtool13 (USE_LIBTOOL_VER=13)
I was informed that this does in fact work fine with libtool15. I have
tested and confirmed this. PORTREVISION bumped.
>How-To-Repeat:
>Fix:
--- ezstream-0.1.2_1.diff begins here ---
--- Makefile.orig Mon Feb 7 06:47:41 2005
+++ Makefile Mon Feb 7 07:27:50 2005
@@ -7,6 +7,7 @@
PORTNAME= ezstream
PORTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://svn.xiph.org/releases/ezstream/
@@ -20,7 +21,7 @@
CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
USE_GMAKE= yes
-USE_LIBTOOL_VER= 13
+USE_LIBTOOL_VER= 15
post-install:
.if !defined(NOPORTDOCS)
--- ezstream-0.1.2_1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list