Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2007 21:40:41 +0100
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/110153: [audio/herrie] Bump to 1.5.1
Message-ID:  <20070310204041.GF7449@hoeg.nl>
In-Reply-To: <200703101320.l2ADK35q031138@freefall.freebsd.org>
References:  <20070310111243.DD5271CC46@palm.hoeg.nl> <200703101320.l2ADK35q031138@freefall.freebsd.org>

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

--VV4b6MQE+OnNyhkM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Woops!

It looks like the current port contains some really awful bugs. There is
some usage of the =3D operator on LIB_DEPENDS, causing dependencies to be
overwritten. Please apply the patch below, instead of the one stated in
the PR:

--- audio/herrie/Makefile	Tue Feb 27 22:02:37 2007
+++ audio/herrie/Makefile	Sat Mar 10 21:38:31 2007
@@ -6,7 +6,7 @@
 #
=20
 PORTNAME=3D	herrie
-PORTVERSION=3D	1.5
+PORTVERSION=3D	1.5.1
 CATEGORIES=3D	audio
 MASTER_SITES=3D	http://g-rave.nl/projects/herrie/distfiles/ \
 		http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
@@ -15,7 +15,7 @@
 MAINTAINER=3D	ed@fxq.nl
 COMMENT=3D	A small command line interface music player
=20
-LIB_DEPENDS=3D	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+=3D	curl:${PORTSDIR}/ftp/curl
=20
 HAS_CONFIGURE=3D	yes
 CONFIGURE_ENV+=3D	PREFIX=3D${PREFIX}
@@ -31,9 +31,6 @@
 		LIBAO "LibAO support (breaks chroot)" off \
 		XCURSES "Build XCurses version" off
=20
-PLIST_FILES=3D	bin/herrie \
-		share/locale/nl/LC_MESSAGES/herrie.mo \
-		share/locale/tr/LC_MESSAGES/herrie.mo
 MAN1=3D		herrie.1
 MANCOMPRESSED=3D	yes
=20
@@ -61,11 +58,11 @@
 CONFIGURE_ARGS+=3Dno_modplug
 .endif
 .if !defined(WITHOUT_LIBAO)
-LIB_DEPENDS=3D	ao.3:${PORTSDIR}/audio/libao
+LIB_DEPENDS+=3D	ao.3:${PORTSDIR}/audio/libao
 CONFIGURE_ARGS+=3Dao
 .endif
 .if !defined(WITHOUT_XCURSES)
-LIB_DEPENDS=3D	XCurses.2:${PORTSDIR}/devel/pdcurses
+LIB_DEPENDS+=3D	XCurses.2:${PORTSDIR}/devel/pdcurses
 CONFIGURE_ARGS+=3Dxcurses
 .endif
=20
--- audio/herrie/distinfo	Tue Feb 27 22:02:37 2007
+++ audio/herrie/distinfo	Sat Mar 10 21:37:59 2007
@@ -1,3 +1,3 @@
-MD5 (herrie-1.5.tar.gz) =3D f6af704b8e29becccd354ca21eaaee89
-SHA256 (herrie-1.5.tar.gz) =3D 955a7aff01f0380dc92d0395967021c53d2332192ed=
d269140ef76f83a372908
-SIZE (herrie-1.5.tar.gz) =3D 53159
+MD5 (herrie-1.5.1.tar.gz) =3D a4b208a6486d175787cff36b886fc06e
+SHA256 (herrie-1.5.1.tar.gz) =3D cf12a622541ab3954ef08dbad097a4c20eb38c99e=
cba200f332a2ae8eca80800
+SIZE (herrie-1.5.1.tar.gz) =3D 53842
diff -urN /usr/ports/audio/herrie/pkg-plist herrie/pkg-plist
--- audio/herrie/pkg-plist	Thu Jan  1 01:00:00 1970
+++ audio/herrie/pkg-plist	Sat Mar 10 21:37:59 2007
@@ -0,0 +1,4 @@
+bin/herrie
+etc/herrie.conf.sample
+share/locale/nl/LC_MESSAGES/herrie.mo
+share/locale/tr/LC_MESSAGES/herrie.mo

Yours,
--=20
 Ed Schouten <ed@fxq.nl>
 WWW: http://g-rave.nl/

--VV4b6MQE+OnNyhkM
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)

iD8DBQFF8xfJ52SDGA2eCwURAlI7AJ4hqAReECunuOTBnWQZhsUs2mOvWgCfXMAO
j9MHK4/mWmGzEwViFr4BHuY=
=204G
-----END PGP SIGNATURE-----

--VV4b6MQE+OnNyhkM--



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