Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Feb 2005 07:31:41 -0500
From:      "Frank J.Laszlo" <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dmehler26@woh.rr.com
Subject:   ports/77207: [UPDATE]: audio/ezstream: fix dependency on libtool
Message-ID:  <E1Cy83J-0002GS-Aw@ritamari.vonostingroup.com>
Resent-Message-ID: <200502071240.j17CeJhn075230@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Cy83J-0002GS-Aw>