Date: Sun, 3 Jul 2005 22:44:07 +0200 (CEST) From: Emanuel Haupt <ehaupt@critical.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sec@42.org, lawrance@FreeBSD.org Subject: ports/82952: audio/libsidplay - gcc 3.4 issue with audio/ocp Message-ID: <200507032044.j63Ki79i000533@beaver.critical.ch> Resent-Message-ID: <200507032050.j63KoAC7099456@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 82952 >Category: ports >Synopsis: audio/libsidplay - gcc 3.4 issue with audio/ocp >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 03 20:50:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RELEASE-p3 FreeBSD 5.4-RELEASE-p3 #0: Thu Jun 30 20:20:39 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386 >Description: Hi Stefan I'm the maintainer of audio/ocp which depends on audio/libsidplay. ocp is having problems on 4.x if libsidplay was compiled with a gcc version older than 3.4. Could you maybe consider applying one of the two possible patches to audio/libsidplay? Thanks in advance, Emanuel >How-To-Repeat: >Fix: OPTION 1: --- audio-libsidplay-Makefile-FORCEGCC34.patch begins here --- --- Makefile.orig Sun Jul 3 22:21:30 2005 +++ Makefile Sun Jul 3 22:22:09 2005 @@ -16,6 +16,7 @@ USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes +USE_GCC= 3.4+ .include <bsd.port.pre.mk> --- audio-libsidplay-Makefile-FORCEGCC34.patch ends here --- OPTION 2: --- audio-libsidplay-Makefile-OPTIONALGCC34.patch begins here --- --- Makefile.orig Sun Jul 3 22:21:30 2005 +++ Makefile Sun Jul 3 22:32:22 2005 @@ -19,6 +19,10 @@ .include <bsd.port.pre.mk> +.if defined(WITH_GCC34) +USE_GCC= 3.4+ +.endif + .if (${ARCH} == i386) CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint .endif --- audio-libsidplay-Makefile-OPTIONALGCC34.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?200507032044.j63Ki79i000533>