Date: Thu, 18 Jan 2001 12:38:53 +0100 (CET) From: Espen Skoglund <esk@ira.uka.de> To: "Donald J . Maddox" <dmaddox@sc.rr.com> Cc: freebsd-ports@FreeBSD.ORG, rlewis@liveoaktelecom.com Subject: Re: ports/24417: FreeBSD ports problem Message-ID: <14950.54733.358429.799329@i30nb2.ira.uka.de> In-Reply-To: <200101180040.f0I0e2626706@freefall.freebsd.org> References: <200101180040.f0I0e2626706@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[Donald J Maddox] > Actually, this is not strictly true. Skin support will work just > fine w/o unzip if your skins are a) not zipped or b) gzipped. It > only fails in the specific case that skins are stored in ZIP > format. OK. Could we fix this once and for all. We could either: (1) insert a RUN_DEPENDS in the Makefile, so that zip is installed, (2) add a comment in pkg-descr about zipped skins (zip is after all only needed when skins ara zipped), or (3) add the same message in pkg-message. Patches below. BTW, when/if someone commits one of the patches (pick your choice) they should also do a close on ports/23346 which reports the same problem. eSk ================================================================ --- Makefile.orig Thu Jan 18 12:05:58 2001 +++ Makefile Thu Jan 18 12:06:44 2001 @@ -22,2 +22,3 @@ LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml +RUN_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip ================================================================ ================================================================ --- pkg-descr.orig Thu Jan 18 12:06:50 2001 +++ pkg-descr Thu Jan 18 12:05:19 2001 @@ -7,2 +7,5 @@ +NOTE: If you want to use skinfiles in zip-format with XMMS, the +archivers/zip port will have to be installed. + WWW: http://www.xmms.org/ ================================================================ ================================================================ --- Makefile.orig Thu Jan 18 12:05:58 2001 +++ Makefile Thu Jan 18 12:24:18 2001 @@ -102,2 +102,5 @@ +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> --- /dev/null Thu Jan 18 12:11:22 2001 +++ pkg-message Thu Jan 18 12:20:34 2001 @@ -0,0 +1,4 @@ + +NOTE: If you want to use skinfiles in zip-format with XMMS, the +archivers/zip port will have to be installed. + ================================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14950.54733.358429.799329>