Date: Sat, 21 May 2005 09:47:41 -0400 From: Damian Gerow <dgerow@afflictions.org> To: Pav Lucistnik <pav@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/81333: www/linux-firefox doesn't pick up linux-flashplugin7 via linkfarm Message-ID: <20050521134741.GK52914@afflictions.org> In-Reply-To: <1116681742.79313.13.camel@hood.oook.cz> References: <200505211145.j4LBjZMV052143@freefall.freebsd.org> <20050521130058.GJ52914@afflictions.org> <1116681742.79313.13.camel@hood.oook.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
--jq0ap7NbKX2Kqbes Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thus spake Pav Lucistnik (pav@FreeBSD.org) [21/05/05 09:36]: : > : linkfarm file is generated from port Makefile, so can you please provide : > : patch for port Makefile? : > : > Try the attached patch instead. : : Good, but I think you missed flashplugin7 in this patch, which was the : main point of this exercise, correct? :) <sigh> That'll teach me to make patches three minutes after I wake up. Try this one instead. - Damian --jq0ap7NbKX2Kqbes Content-Type: text/plain; charset=us-ascii Content-Description: www/linux-firefox patch for linkfarm Content-Disposition: attachment; filename=asdf --- Makefile.orig Sat May 21 01:18:28 2005 +++ Makefile Sat May 21 09:46:05 2005 @@ -27,7 +27,7 @@ NO_BUILD= yes NO_FILTER_SHLIBS=yes -ONLY_FOR_ARCHS=i386 +ONLY_FOR_ARCHS=amd64 i386 FIREFOX_NAME= ${PKGNAMEPREFIX}${PORTNAME} DESCR= ${.CURDIR}/pkg-descr MD5_FILE= ${.CURDIR}/distinfo @@ -45,6 +45,9 @@ >>${WRKDIR}/linkfarm ${ECHO_CMD} "cd ${PREFIX}/lib/${FIREFOX_NAME}/plugins" \ >>${WRKDIR}/linkfarm + ${ECHO_CMD} "${FIND} -L . -type l -delete" \ + >>${WRKDIR}/linkfarm + .for ii in \ lib/linux-beonex/plugins \ lib/netscape-linux/plugins \ @@ -52,6 +55,7 @@ lib/linux-mozilla/plugins \ lib/linux-netscape*/plugins \ lib/linux-flashplugin6 \ + lib/linux-flashplugin7 \ linux-blackdown-jdk1.3.1/jre/plugin/i386/mozilla \ linux-blackdown-jdk1.4.1/jre/plugin/i386/mozilla ${ECHO_CMD} -n "${FIND} ${LOCALBASE}/${ii}/*" \ --jq0ap7NbKX2Kqbes--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050521134741.GK52914>