From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 10 21:00:55 2007 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E981A16A400 for ; Sat, 10 Mar 2007 21:00:55 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (palm.hoeg.nl [83.98.131.212]) by mx1.freebsd.org (Postfix) with ESMTP id B02DD13C428 for ; Sat, 10 Mar 2007 21:00:55 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 69BD01CC46; Sat, 10 Mar 2007 21:40:41 +0100 (CET) Date: Sat, 10 Mar 2007 21:40:41 +0100 From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20070310204041.GF7449@hoeg.nl> References: <20070310111243.DD5271CC46@palm.hoeg.nl> <200703101320.l2ADK35q031138@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VV4b6MQE+OnNyhkM" Content-Disposition: inline In-Reply-To: <200703101320.l2ADK35q031138@freefall.freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: Subject: Re: ports/110153: [audio/herrie] Bump to 1.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2007 21:00:56 -0000 --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 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--