Date: Sun, 11 Feb 2007 16:27:55 +0100 (CET) From: Ed Schouten <ed@fxq.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109051: [audio/herrie] Bump to 1.4 - fixes magical segfault on amd64 Message-ID: <20070211152755.2D4151CC18@palm.hoeg.nl> Resent-Message-ID: <200702111530.l1BFU3CH013892@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109051 >Category: ports >Synopsis: [audio/herrie] Bump to 1.4 - fixes magical segfault on amd64 >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 Feb 11 15:30:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ed Schouten >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD palm.hoeg.nl 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Dec 10 13:48:08 CET 2006 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: The current port of Herrie doesn't compile properly on AMD64 because of an internal compiler error. Herrie 1.4 doesn't do this anymore, though I don't know why. >How-To-Repeat: >Fix: Herrie 1.4 has a configure-script instead of a GNU Makefile, so we don't need GNU Make anymore. --- audio/herrie/Makefile Tue Jan 23 17:32:27 2007 +++ audio/herrie/Makefile Sun Feb 11 16:22:34 2007 @@ -6,7 +6,7 @@ # PORTNAME= herrie -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= audio MASTER_SITES= http://g-rave.nl/projects/herrie/distfiles/ \ http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \ @@ -17,11 +17,12 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +HAS_CONFIGURE= yes +CONFIGURE_ENV+= PREFIX=${PREFIX} + USE_OPENSSL= yes USE_GNOME= glib20 USE_GETTEXT= yes -USE_GMAKE= yes -MAKEFILE= GNUmakefile OPTIONS= MAD "MAD MP3 support" on \ VORBIS "Ogg Vorbis support" on \ @@ -40,25 +41,25 @@ LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad \ id3tag.0:${PORTSDIR}/audio/libid3tag .else -MAKE_ENV+= NO_MP3=yes +CONFIGURE_ARGS+=no_mp3 .endif .if !defined(WITHOUT_VORBIS) LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis .else -MAKE_ENV+= NO_VORBIS=yes +CONFIGURE_ARGS+=no_vorbis .endif .if !defined(WITHOUT_SNDFILE) LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile .else -MAKE_ENV+= NO_SNDFILE=yes +CONFIGURE_ARGS+=no_sndfile .endif .if !defined(WITHOUT_LIBAO) LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao -MAKE_ARGS+= AUDIO_OUTPUT=ao +CONFIGURE_ARGS+=ao .endif .if !defined(WITHOUT_XCURSES) LIB_DEPENDS= XCurses.2:${PORTSDIR}/devel/pdcurses -MAKE_ARGS+= XCURSES=yes +CONFIGURE_ARGS+=xcurses .endif .include <bsd.port.post.mk> --- audio/herrie/distinfo Tue Jan 23 17:32:27 2007 +++ audio/herrie/distinfo Sun Feb 11 16:22:34 2007 @@ -1,3 +1,3 @@ -MD5 (herrie-1.3.tar.gz) = 39402125831e5ffbad29d90790048bad -SHA256 (herrie-1.3.tar.gz) = 90ef7bdc5bdea84c869c5434c6908cfe90f0d4d90a4b4a409df570160b9156f7 -SIZE (herrie-1.3.tar.gz) = 46752 +MD5 (herrie-1.4.tar.gz) = 1ef247bfb75fdac7844773e4a3f72650 +SHA256 (herrie-1.4.tar.gz) = 08b62c954102bea5cafa649e1e0cae212a556d4d3cc1b0d30f7fc6e242c54f4f +SIZE (herrie-1.4.tar.gz) = 47302 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070211152755.2D4151CC18>