Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 03:53:30 +0100 (CET)
From:      Michael Nottebrock <lofi@lofi.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Kris Kennaway <kris@FreeBSD.org>
Subject:   ports/49091: maintainer update: audio/ices (bento-fix)
Message-ID:  <200303110253.h2B2rUIM078849@lofi.dyndns.org>

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

>Number:         49091
>Category:       ports
>Synopsis:       maintainer update: audio/ices (bento-fix)
>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:   Mon Mar 10 19:00:26 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 5.0-RELEASE-p4 FreeBSD 5.0-RELEASE-p4 #0: Mon Mar 3 23:26:31 CET 2003 lofi@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	- Fix my previous half-complete (broken) ices-bento-build-fix
	
>How-To-Repeat:
	
>Fix:
diff -urN ices-orig/Makefile ices/Makefile
--- ices-orig/Makefile	Wed Mar  5 11:20:14 2003
+++ ices/Makefile	Tue Mar 11 03:40:38 2003
@@ -20,10 +20,13 @@
 		vorbis.2:${PORTSDIR}/audio/libvorbis \
 		xml2.5:${PORTSDIR}/textproc/libxml2
 
+AUTOMAKE_ARGS=  --add-missing
+AUTOMAKE_ENV=   CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
+		LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
 CONFIGURE_ARGS=	--disable-oggtest --disable-vorbistest --disable-shouttest
 CONFIGURE_ENV=	CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
-GNU_CONFIGURE=	yes
+USE_AUTOMAKE_VER=15
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 USE_REINPLACE=	yes


>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?200303110253.h2B2rUIM078849>