From owner-freebsd-ports Fri Oct 27 0:49: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 1CADA37B479; Fri, 27 Oct 2000 00:48:57 -0700 (PDT) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id e9R7ofb10369; Fri, 27 Oct 2000 10:50:49 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.0/8.9.3) with ESMTP id e9R7mcO23420; Fri, 27 Oct 2000 10:48:38 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39F93354.1FD3B656@FreeBSD.org> Date: Fri, 27 Oct 2000 10:48:36 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: REG@FreeBSD.org Cc: ports@FreeBSD.org Subject: Missed zip/unzip dependency in mozilla port Content-Type: multipart/mixed; boundary="------------802232013BC67B3489751334" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------802232013BC67B3489751334 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Accidentally building Mozilla on machine with zip/unzip installed I found several files not listed in pkg-plist left behind after uninstall. After studying the reasons for this I discovered that configure script checks for zip/unzip and enables creation of jar packages if they are present. Therefore I propose to add zip/unzip into BUILD/RUN depends and adjust pkg-plist accordingly (see attached patch). -Maxim --------------802232013BC67B3489751334 Content-Type: text/plain; charset=koi8-r; name="mozilla_zip.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mozilla_zip.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mozilla/Makefile,v retrieving revision 1.49 diff -d -u -r1.49 Makefile --- Makefile 2000/10/25 05:15:45 1.49 +++ Makefile 2000/10/27 07:43:19 @@ -14,7 +14,11 @@ MAINTAINER= reg@FreeBSD.org +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ + unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit +RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ + unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/${PORTNAME} Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/mozilla/pkg-plist,v retrieving revision 1.28 diff -d -u -r1.28 pkg-plist --- pkg-plist 2000/10/25 05:15:45 1.28 +++ pkg-plist 2000/10/27 07:43:21 @@ -67,6 +67,7 @@ lib/mozilla/chrome/all-locales.rdf lib/mozilla/chrome/all-packages.rdf lib/mozilla/chrome/all-skins.rdf +lib/mozilla/chrome/blue.jar lib/mozilla/chrome/blue/skin/blue/communicator/bookmarks/bookmark-folder-closed-sel.gif lib/mozilla/chrome/blue/skin/blue/communicator/bookmarks/bookmark-folder-closed.gif lib/mozilla/chrome/blue/skin/blue/communicator/bookmarks/bookmark-folder-open-sel.gif @@ -503,6 +504,7 @@ lib/mozilla/chrome/blue/skin/blue/navigator/reload.gif lib/mozilla/chrome/blue/skin/blue/navigator/search.gif lib/mozilla/chrome/blue/skin/blue/navigator/stop.gif +lib/mozilla/chrome/classic.jar lib/mozilla/chrome/classic/skin/classic/communicator/bookmarks/bookmark-folder-closed.gif lib/mozilla/chrome/classic/skin/classic/communicator/bookmarks/bookmark-folder-open.gif lib/mozilla/chrome/classic/skin/classic/communicator/bookmarks/bookmark-item.gif @@ -1076,6 +1078,7 @@ lib/mozilla/chrome/classic/skin/classic/navigator/stop-hover.gif lib/mozilla/chrome/classic/skin/classic/navigator/stop.gif lib/mozilla/chrome/classic/skins/classic/communicator/sidebar/sidebar.css +lib/mozilla/chrome/comm.jar lib/mozilla/chrome/comm/content/communicator/PSMTaskMenu.xul lib/mozilla/chrome/comm/content/communicator/bookmarks/bm-find.js lib/mozilla/chrome/comm/content/communicator/bookmarks/bm-find.xul @@ -1420,6 +1423,7 @@ lib/mozilla/chrome/comm/content/navigator/viewSourceDD.js lib/mozilla/chrome/comm/content/navigator/viewsource.js lib/mozilla/chrome/comm/content/necko/redirect_loop.xul +lib/mozilla/chrome/embed.jar lib/mozilla/chrome/embed/content/embed/back.gif lib/mozilla/chrome/embed/content/embed/contents.rdf lib/mozilla/chrome/embed/content/embed/embedding.css @@ -1433,6 +1437,7 @@ lib/mozilla/chrome/embed/locale/en-US/embed/contents.rdf lib/mozilla/chrome/embed/locale/en-US/embed/embedding.dtd lib/mozilla/chrome/embed/skin/classic/embed/contents.rdf +lib/mozilla/chrome/en-US.jar lib/mozilla/chrome/en-US/locale/en-US/communicator/PSMTaskMenu.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/bookmarks/bm-find.dtd lib/mozilla/chrome/en-US/locale/en-US/communicator/bookmarks/bm-props.dtd @@ -1703,6 +1708,7 @@ lib/mozilla/chrome/en-US/locale/en-US/necko/necko.properties lib/mozilla/chrome/en-US/locale/en-US/necko/redirect_loop.dtd lib/mozilla/chrome/installed-chrome.txt +lib/mozilla/chrome/messenger.jar lib/mozilla/chrome/messenger/content/messenger/AccountManager.js lib/mozilla/chrome/messenger/content/messenger/AccountManager.xul lib/mozilla/chrome/messenger/content/messenger/AccountWizard.js @@ -1857,6 +1863,7 @@ lib/mozilla/chrome/messenger/content/messenger/threadPane.js lib/mozilla/chrome/messenger/content/messenger/threadPane.xul lib/mozilla/chrome/messenger/content/messenger/widgetglue.js +lib/mozilla/chrome/modern.jar lib/mozilla/chrome/modern/skin/modern/communicator/bookmarks/bookmark-folder-closed-sel.gif lib/mozilla/chrome/modern/skin/modern/communicator/bookmarks/bookmark-folder-closed.gif lib/mozilla/chrome/modern/skin/modern/communicator/bookmarks/bookmark-folder-closed.png @@ -2584,6 +2591,7 @@ lib/mozilla/chrome/overlayinfo/editor/content/overlays.rdf lib/mozilla/chrome/overlayinfo/messenger/content/overlays.rdf lib/mozilla/chrome/overlayinfo/navigator/content/overlays.rdf +lib/mozilla/chrome/toolkit.jar lib/mozilla/chrome/toolkit/content/global/about.xul lib/mozilla/chrome/toolkit/content/global/autocomplete.xml lib/mozilla/chrome/toolkit/content/global/charsetDetectorsOverlay.js --------------802232013BC67B3489751334-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message