Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2004 00:26:18 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72607: [PATCH] audio/libsndfile: Remove gcc3.4 dependency, use libtool 15 
Message-ID:  <200410130426.i9D4QIg4083016@blueheron.ahze.net>
Resent-Message-ID: <200410130430.i9D4UNPl018976@freefall.freebsd.org>

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

>Number:         72607
>Category:       ports
>Synopsis:       [PATCH] audio/libsndfile: Remove gcc3.4 dependency, use libtool 15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 13 04:30:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD aretnap.ahze.net 4.10-STABLE FreeBSD 4.10-STABLE #9: Thu Sep 16 06:46:36 EDT 2004 
>Description:
- Remove gcc3.4 dependency
- Use libtool 15 now.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- libsndfile-1.0.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/libsndfile/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	30 Sep 2004 05:31:49 -0000	1.23
+++ Makefile	13 Oct 2004 04:22:32 -0000
@@ -14,9 +14,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Reading and writing files containing sampled sound (like WAV or AIFF)
 
-USE_GCC=	3.4
-USE_GNOME=	gnomehack gnometarget lthack pkgconfig
-USE_INC_LIBTOOL_VER=	13
+USE_GNOME=	gnomehack gnometarget pkgconfig
+USE_LIBTOOL_VER=15
 USE_REINPLACE=	yes
 CONFIGURE_ARGS=	--enable-justsrc --disable-gcc-pipe
 INSTALLS_SHLIB=	yes
--- libsndfile-1.0.10.patch ends here ---

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



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