ports/81333: www/linux-firefox doesn't pick up linux-flashplugin7 via linkfarm

Damian Gerow dgerow at afflictions.org
Sat May 21 13:47:53 UTC 2005


Thus spake Pav Lucistnik (pav at 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
-------------- next part --------------
--- 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}/*" \


More information about the freebsd-ports-bugs mailing list