ports/87523: [patch] www/linux-mozilla: added support for amd64, flash 7 and acrobat
Simun Mikecin
numisemis at yahoo.com
Sun Oct 16 16:50:16 UTC 2005
>Number: 87523
>Category: ports
>Synopsis: [patch] www/linux-mozilla: added support for amd64, flash 7 and acrobat
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 16 16:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Simun Mikecin
>Release: FreeBSD 6.0-RC1 amd64
>Organization:
>Environment:
System: FreeBSD data.home.hr 6.0-RC1 FreeBSD 6.0-RC1 #4: Sun Oct 16 16:47:10 CEST 2005 root@:/var/obj/usr/src/sys/DATA amd64
>Description:
Changes:
- works well on amd64 so added to supported arch list
- support for acrobat reader 7 plugin
- corrected search path for flash 6 plugin (it is in ${X11BASE}, not in ${LOCALBASE})
- support for flash 7 plugin
- changed the order that 'linkfarm' script searches for plugins, so that for
example jdk 1.4 instead of jdk 1.3 is found if both are installed
>How-To-Repeat:
>Fix:
--- Makefile.orig Sun Oct 16 12:17:17 2005
+++ Makefile Sun Oct 16 18:35:12 2005
@@ -21,7 +21,7 @@
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
NO_BUILD= yes
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
USE_LINUX?= yes
USE_ZIP= yes
USE_X_PREFIX= yes
@@ -79,10 +79,14 @@
.for ii in lib/linux-beonex/plugins lib/netscape-linux/plugins lib/flash \
lib/linux-mozilla/plugins lib/linux-netscape*/plugins \
+ lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux \
+ lib/linux-flashplugin7 \
lib/linux-flashplugin6 \
- linux-blackdown-jdk1.3.1/jre/plugin/i386/mozilla \
- linux-blackdown-jdk1.4.2/jre/plugin/i386/mozilla
+ linux-blackdown-jdk1.4.2/jre/plugin/i386/mozilla \
+ linux-blackdown-jdk1.3.1/jre/plugin/i386/mozilla
${ECHO_CMD} -n "${FIND} ${LOCALBASE}/${ii}/*" \
+ >> ${WRKDIR}/linkfarm
+ ${ECHO_CMD} -n " ${X11BASE}/${ii}/*" \
>> ${WRKDIR}/linkfarm
${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" \
>> ${WRKDIR}/linkfarm
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list