From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 19 15:30:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB9B16A4DE for ; Sat, 19 Aug 2006 15:30:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A86243D60 for ; Sat, 19 Aug 2006 15:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7JFULpA045347 for ; Sat, 19 Aug 2006 15:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7JFULvK045345; Sat, 19 Aug 2006 15:30:21 GMT (envelope-from gnats) Date: Sat, 19 Aug 2006 15:30:21 GMT Message-Id: <200608191530.k7JFULvK045345@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ed Schouten Cc: Subject: Re: ports/102273: [audio/herrie] Bump to 0.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2006 15:30:24 -0000 The following reply was made to PR ports/102273; it has been noted by GNATS. From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/102273: [audio/herrie] Bump to 0.2 Date: Sat, 19 Aug 2006 17:28:47 +0200 Ouch! Looks like the latest Herrie doesn't build on FreeBSD 4.x because of a missing #include. Please use the following patch: %%% --- herrie/Makefile Tue Aug 1 22:05:31 2006 +++ herrie/Makefile Sat Aug 19 17:24:16 2006 @@ -6,7 +6,7 @@ # PORTNAME= herrie -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= audio MASTER_SITES= http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \ http://www.stack.nl/~ed/projects/herrie/distfiles/ @@ -14,19 +14,42 @@ MAINTAINER= ed@fxq.nl COMMENT= A small command line interface music player -LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ - mad.2:${PORTSDIR}/audio/mad \ - sndfile.1:${PORTSDIR}/audio/libsndfile - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +USE_GNOME= glib20 +USE_OPENSSL= yes +USE_GMAKE= yes +MAKEFILE= GNUmakefile +ALL_TARGET= herrie +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +OPTIONS= MAD "MAD MP3 support" on \ + VORBIS "Ogg Vorbis support" on \ + SNDFILE "libsndfile support" off \ + SCROBBLER "AudioScrobbler support" on PLIST_FILES= bin/herrie +MAN1= herrie.1 .include -.if ${OSVERSION} < 500000 -IGNORE= doesn't like 4.x thread libs +.if !defined(WITHOUT_MAD) +LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad +.else +MAKE_ENV+= NO_MP3=yes +.endif +.if !defined(WITHOUT_VORBIS) +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +.else +MAKE_ENV+= NO_VORBIS=yes +.endif +.if !defined(WITHOUT_SNDFILE) +LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile +.else +MAKE_ENV+= NO_SNDFILE=yes +.endif +.if !defined(WITHOUT_SCROBBLER) +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +.else +MAKE_ENV+= NO_SCROBBLER=yes .endif .include --- herrie/distinfo Tue Aug 1 22:05:31 2006 +++ herrie/distinfo Sat Aug 19 17:24:25 2006 @@ -1,3 +1,3 @@ -MD5 (herrie-0.1.tar.gz) = 895e18c071d41beef6b9806bfb7c97c7 -SHA256 (herrie-0.1.tar.gz) = b0858b939575155bb6b6da8160b27459099aa11d002564f40520edf106a8965e -SIZE (herrie-0.1.tar.gz) = 128954 +MD5 (herrie-0.2.tar.gz) = dd29736faeae572bd4f21ea5b3fa9fb3 +SHA256 (herrie-0.2.tar.gz) = 6344d8471ddb1adb12cea5baa034bd064ecc7692ad8cc8a804d1d807b44be0f0 +SIZE (herrie-0.2.tar.gz) = 37705 --- herrie/files/patch-scrobbler_hash.c Thu Jan 1 01:00:00 1970 +++ herrie/files/patch-scrobbler_hash.c Sat Aug 19 17:25:52 2006 @@ -0,0 +1,10 @@ +--- scrobbler/scrobbler_hash.c Sat Aug 19 15:52:12 2006 ++++ scrobbler/scrobbler_hash.c Sat Aug 19 17:25:13 2006 +@@ -29,6 +29,7 @@ + * @file scrobbler/scrobbler_hash.c + */ + ++#include + #include + + #include --- herrie/pkg-descr Tue Aug 1 22:05:31 2006 +++ herrie/pkg-descr Sat Aug 19 17:24:25 2006 @@ -1,5 +1,6 @@ Herrie is a small command line music player. It has vim-like controls and has some unique features, like chroot()'ing and dropping privileges. -This makes it an ideal application for low-end jukeboxes. +It also supports submission of songs to AudioScrobbler. This makes it an +ideal application for low-end jukeboxes. WWW: http://g-rave.nl/projects/herrie/ %%% Yours, -- Ed Schouten WWW: http://g-rave.nl/