From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 16 16:50:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D123C16A41F for ; Sun, 16 Oct 2005 16:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9BDC43D53 for ; Sun, 16 Oct 2005 16:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9GGoFYl065018 for ; Sun, 16 Oct 2005 16:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9GGoFjq065015; Sun, 16 Oct 2005 16:50:15 GMT (envelope-from gnats) Resent-Date: Sun, 16 Oct 2005 16:50:15 GMT Resent-Message-Id: <200510161650.j9GGoFjq065015@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simun Mikecin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0298816A41F; Sun, 16 Oct 2005 16:49:17 +0000 (GMT) (envelope-from sime@data.home.hr) Received: from data.home.hr (dh79-11.xnet.hr [83.139.79.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DD8643D48; Sun, 16 Oct 2005 16:49:16 +0000 (GMT) (envelope-from sime@data.home.hr) Received: by data.home.hr (Postfix, from userid 34062) id 7013360083; Sun, 16 Oct 2005 18:49:15 +0200 (CEST) Message-Id: <20051016164915.7013360083@data.home.hr> Date: Sun, 16 Oct 2005 18:49:15 +0200 (CEST) From: Simun Mikecin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: trevor@FreeBSD.org Subject: ports/87523: [patch] www/linux-mozilla: added support for amd64, flash 7 and acrobat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Simun Mikecin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 16:50:16 -0000 >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: