From owner-svn-ports-head@FreeBSD.ORG Wed Jul 24 09:29:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C651CF72; Wed, 24 Jul 2013 09:29:59 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7568252A; Wed, 24 Jul 2013 09:29:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6O9Tx2X096424; Wed, 24 Jul 2013 09:29:59 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6O9Twwc096417; Wed, 24 Jul 2013 09:29:58 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201307240929.r6O9Twwc096417@svn.freebsd.org> From: Florian Smeets Date: Wed, 24 Jul 2013 09:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323581 - head/www/linux-seamonkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 09:29:59 -0000 Author: flo Date: Wed Jul 24 09:29:58 2013 New Revision: 323581 URL: http://svnweb.freebsd.org/changeset/ports/323581 Log: Update to 2.19 Modified: head/www/linux-seamonkey/Makefile head/www/linux-seamonkey/Makefile.common head/www/linux-seamonkey/distinfo head/www/linux-seamonkey/pkg-plist Modified: head/www/linux-seamonkey/Makefile ============================================================================== --- head/www/linux-seamonkey/Makefile Wed Jul 24 09:15:50 2013 (r323580) +++ head/www/linux-seamonkey/Makefile Wed Jul 24 09:29:58 2013 (r323581) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= seamonkey -PORTVERSION= 2.17.1 +PORTVERSION= 2.19 CATEGORIES= www -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${PORTVERSION}/linux-i686/en-US MAINTAINER= gecko@FreeBSD.org COMMENT= The open source, standards compliant web browser Modified: head/www/linux-seamonkey/Makefile.common ============================================================================== --- head/www/linux-seamonkey/Makefile.common Wed Jul 24 09:15:50 2013 (r323580) +++ head/www/linux-seamonkey/Makefile.common Wed Jul 24 09:29:58 2013 (r323581) @@ -6,10 +6,7 @@ # CATEGORIES+= linux -.ifndef MASTER_SITES -MASTER_SITES= MOZILLA -MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${DISTVERSION} -.endif +MASTER_SITES?= MOZILLA/${PORTNAME}/releases/${PORTVERSION}esr/linux-i686/en-US PKGNAMEPREFIX?= linux- NO_BUILD= yes @@ -25,7 +22,7 @@ COMMON_DIR= ${.CURDIR}/../../www/linux-s PLIST_SUB+= APP_NAME=${APP_NAME} SUB_LIST+= APP_NAME=${APP_NAME} SUB_FILES= ${APP_NAME}.desktop -PREFS_FILE= ${WRKSRC}/defaults/pref/browser-prefs.js +PREFS_FILE?= ${WRKSRC}/defaults/pref/browser-prefs.js .if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX:M*devel*} DESKTOP_SUFFIX?= (Linux, devel) .endif @@ -37,16 +34,20 @@ _Q= 2>/dev/null || true .if !target(post-extract) post-extract: @${RM} -rf ${WRKSRC}/updates - @${MKDIR} ${WRKSRC}/plugins ${WRKSRC}/extensions + @${MKDIR} ${WRKSRC}/${APP_SUBDIR}plugins + @${MKDIR} ${WRKSRC}/${APP_SUBDIR}extensions .endif .if ${CATEGORIES:Mwww} .if !target(post-patch) post-patch: - @${ECHO} 'pref("general.useragent.vendor", "'${OPSYS}'");' >> ${PREFS_FILE} - @${ECHO} 'pref("general.useragent.vendorSub", "'${ARCH}'");' >> ${PREFS_FILE} - # prefer libsydneyaudio (bug780531) + @${MKDIR} ${PREFS_FILE:H} + + # no AFMT_FLOAT support in kernel (bug 780531) ${ECHO} 'pref("media.use_cubeb", false);' >> ${PREFS_FILE} + + # out-of-process plugins don't work with linuxulator (ports/170402) + ${ECHO} 'pref("dom.ipc.plugins.enabled", false);' >> ${PREFS_FILE} .endif .endif @@ -58,9 +59,9 @@ do-install: @${CHOWN} -R ${BINOWN}:${BINGRP} ${FDIR}/ @${LN} -sf ${FDIR}/${BIN_NAME} ${PREFIX}/bin/${APP_NAME} @${CP} -R ${LOCALBASE}/lib/npapi/symlinks/${APP_NAME}/ \ - ${FDIR}/plugins/ ${_Q} + ${FDIR}/${APP_SUBDIR}plugins/ ${_Q} @${CP} -R ${LOCALBASE}/lib/xpi/symlinks/${APP_NAME}/ \ - ${FDIR}/extensions/ ${_Q} + ${FDIR}/${APP_SUBDIR}extensions/ ${_Q} .endif # Keep empty directories with pkg_* tools @@ -90,12 +91,12 @@ create-plist: build cd ${WRKSRC} && ${FIND} -s . -type f -or -type l | \ ${SED} -e "s#^\.#lib/%%APP_NAME%%#" | ${SORT} >> ${PLIST} ${ECHO_CMD} '@exec ${CP} -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ \ - %D/lib/%%APP_NAME%%/plugins/ ${_Q}' >> ${PLIST} + %D/lib/%%APP_NAME%%/${APP_SUBDIR}plugins/ ${_Q}' >> ${PLIST} ${ECHO_CMD} '@exec ${CP} -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ \ - %D/lib/%%APP_NAME%%/extensions/ ${_Q}' >> ${PLIST} - ${ECHO_CMD} '@unexec ${FIND} %D/lib/%%APP_NAME%%/plugins/ \ + %D/lib/%%APP_NAME%%/${APP_SUBDIR}extensions/ ${_Q}' >> ${PLIST} + ${ECHO_CMD} '@unexec ${FIND} %D/lib/%%APP_NAME%%/${APP_SUBDIR}plugins/ \ -depth 1 -type l -delete ${_Q}' >> ${PLIST} - ${ECHO_CMD} '@unexec ${FIND} %D/lib/%%APP_NAME%%/extensions/ \ + ${ECHO_CMD} '@unexec ${FIND} %D/lib/%%APP_NAME%%/${APP_SUBDIR}extensions/ \ -depth 1 -type l -delete ${_Q}' >> ${PLIST} cd ${WRKSRC} && ${FIND} -sd . -type d | \ ${SED} -e "s#^\.#@dirrm lib/%%APP_NAME%%#" >> ${PLIST} Modified: head/www/linux-seamonkey/distinfo ============================================================================== --- head/www/linux-seamonkey/distinfo Wed Jul 24 09:15:50 2013 (r323580) +++ head/www/linux-seamonkey/distinfo Wed Jul 24 09:29:58 2013 (r323581) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.17.1.tar.bz2) = 1beda01853c1e130dd34e76e7a1c8ebe1ff841ae9fb451c451dc57de3afeacb3 -SIZE (seamonkey-2.17.1.tar.bz2) = 26587871 +SHA256 (seamonkey-2.19.tar.bz2) = 418d8ebc992340f8719042c599aeaf2c3751e4dc99454c1e28648d8be9e5f006 +SIZE (seamonkey-2.19.tar.bz2) = 26816834 Modified: head/www/linux-seamonkey/pkg-plist ============================================================================== --- head/www/linux-seamonkey/pkg-plist Wed Jul 24 09:15:50 2013 (r323580) +++ head/www/linux-seamonkey/pkg-plist Wed Jul 24 09:29:58 2013 (r323581) @@ -53,7 +53,7 @@ lib/%%APP_NAME%%/chrome/icons/default/se lib/%%APP_NAME%%/chrome/icons/default/venkman-window.png lib/%%APP_NAME%%/chrome/icons/default/venkman-window16.png lib/%%APP_NAME%%/chrome/icons/default/venkman-window48.png -lib/%%APP_NAME%%/components/binary.manifest +lib/%%APP_NAME%%/components/components.manifest lib/%%APP_NAME%%/components/libdbusservice.so lib/%%APP_NAME%%/components/libmozgnome.so lib/%%APP_NAME%%/components/libnkgnomevfs.so @@ -101,7 +101,6 @@ lib/%%APP_NAME%%/libsmime3.so lib/%%APP_NAME%%/libsoftokn3.chk lib/%%APP_NAME%%/libsoftokn3.so lib/%%APP_NAME%%/libssl3.so -lib/%%APP_NAME%%/libxpcom.so lib/%%APP_NAME%%/libxul.so lib/%%APP_NAME%%/license.txt lib/%%APP_NAME%%/mozilla-xremote-client @@ -138,19 +137,6 @@ lib/%%APP_NAME%%/updater.ini @dirrm lib/%%APP_NAME%%/extensions @dirrm lib/%%APP_NAME%%/icons @dirrm lib/%%APP_NAME%%/isp -@dirrm lib/%%APP_NAME%%/modules/services-aitc -@dirrm lib/%%APP_NAME%%/modules/services-common -@dirrm lib/%%APP_NAME%%/modules/services-crypto -@dirrm lib/%%APP_NAME%%/modules/services-sync/stages -@dirrm lib/%%APP_NAME%%/modules/services-sync/engines -@dirrm lib/%%APP_NAME%%/modules/services-sync -@dirrm lib/%%APP_NAME%%/modules/services/datareporting -@dirrm lib/%%APP_NAME%%/modules/services -@dirrm lib/%%APP_NAME%%/modules/identity -@dirrm lib/%%APP_NAME%%/modules/commonjs/promise -@dirrm lib/%%APP_NAME%%/modules/commonjs -@dirrm lib/%%APP_NAME%%/modules/accessibility -@dirrm lib/%%APP_NAME%%/modules @dirrm lib/%%APP_NAME%%/plugins @dirrm lib/%%APP_NAME%%/searchplugins @dirrm lib/%%APP_NAME%%