Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2003 12:43:40 +0100 (CET)
From:      Michael Nottebrock <lofi@lofi.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47460: Maintainer update: audio/libshout2
Message-ID:  <200301251143.h0PBheih055175@lofi.dyndns.org>

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

>Number:         47460
>Category:       ports
>Synopsis:       Maintainer update: audio/libshout2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 25 03:50:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Sat Jan 18 22:20:27 CET 2003 root@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	Try and fix build on bento.

	Changes:
		- Utilize USE_AUTOMAKE
		- Patch src/Makefile.am instead of src/Makefile.in
		- Clean up distfile & modify checksum
		- Bump PORTREVISION
>How-To-Repeat:
	
>Fix:
diff -urN libshout2.orig/Makefile libshout2/Makefile
--- libshout2.orig/Makefile	Wed Jan 15 21:40:47 2003
+++ libshout2/Makefile	Sat Jan 25 12:30:50 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	libshout2
 PORTVERSION=	20021112
+PORTREVISION=	1
 CATEGORIES=	audio net
 MASTER_SITES=	http://tigress.com/lofi/ \
 		http://lofi.dyndns.org/
@@ -19,9 +20,9 @@
 
 CONFIGURE_ENV=	CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
-GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 USE_GMAKE=	yes
+USE_AUTOMAKE=	yes
 USE_LIBTOOL=	yes
 USE_REINPLACE=	yes
 
diff -urN libshout2.orig/distinfo libshout2/distinfo
--- libshout2.orig/distinfo	Wed Jan 15 21:40:47 2003
+++ libshout2/distinfo	Sat Jan 25 12:23:59 2003
@@ -1 +1 @@
-MD5 (libshout-devel-20021112.tar.gz) = 24678973d24ec6b5ae3fdb213a1d47b1
+MD5 (libshout-devel-20021112.tar.gz) = a3302e2f2fd45a16f22f60a5a3b2ba2a
diff -urN libshout2.orig/files/patch-src::Makefile.am libshout2/files/patch-src::Makefile.am
--- libshout2.orig/files/patch-src::Makefile.am	Thu Jan  1 01:00:00 1970
+++ libshout2/files/patch-src::Makefile.am	Sat Jan 25 12:19:04 2003
@@ -0,0 +1,11 @@
+--- src/Makefile.am.orig	Sat Jan 25 12:17:25 2003
++++ src/Makefile.am	Sat Jan 25 12:17:54 2003
+@@ -12,6 +12,8 @@
+ libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\
+ 		httpp/libicehttpp.la thread/libicethread.la
+ 
++libshout_la_LDFLAGS = -version-info 3:0:1
++
+ INCLUDES = -I$(top_srcdir)/include/shout -I$(srcdir)/net -I$(srcdir)/timing -I$(srcdir)/avl -I$(srcdir)/thread -I$(srcdir)/httpp
+ 
+ debug:
diff -urN libshout2.orig/files/patch-src::Makefile.in libshout2/files/patch-src::Makefile.in
--- libshout2.orig/files/patch-src::Makefile.in	Wed Jan 15 21:40:47 2003
+++ libshout2/files/patch-src::Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig	Wed Jan 15 18:27:50 2003
-+++ src/Makefile.in	Wed Jan 15 18:29:09 2003
-@@ -106,7 +106,7 @@
- DEFS = @DEFS@ -I. -I$(srcdir)
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
--libshout_la_LDFLAGS = 
-+libshout_la_LDFLAGS = -version-info 3:0:1
- libshout_la_DEPENDENCIES =  net/libicenet.la timing/libicetiming.la \
- avl/libiceavl.la httpp/libicehttpp.la thread/libicethread.la
- libshout_la_OBJECTS =  shout.lo util.lo vorbis.lo mp3.lo

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301251143.h0PBheih055175>