Date: Fri, 14 Dec 2012 00:43:09 -0500 (EST) From: AN <andy@neu.net> To: freebsd-gecko@freebsd.org Subject: Re: [SVN-Commit] r1120 - trunk/Mk Message-ID: <alpine.BSF.2.00.1212140040100.46601@mail.neu.net> In-Reply-To: <201212140417.qBE4HKvK076300@trillian.chruetertee.ch> References: <201212140417.qBE4HKvK076300@trillian.chruetertee.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 14 Dec 2012, svn-freebsd-gecko@chruetertee.ch wrote: > Author: jbeich > Date: Fri Dec 14 04:17:20 2012 > New Revision: 1120 > > Log: > -nss requires -dbm after r1061 > > Modified: > trunk/Mk/bsd.gecko.mk > > Modified: trunk/Mk/bsd.gecko.mk > ============================================================================== > --- trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:13 2012 (r1119) > +++ trunk/Mk/bsd.gecko.mk Fri Dec 14 04:17:20 2012 (r1120) > @@ -441,7 +441,7 @@ > # > # Ports can use the following: > # > -# USE_MOZILLA By default, it enables the denendencies: cairo, dbm, > +# USE_MOZILLA By default, it enables the denendencies: cairo, > # event, ffi, hunspell, jpeg, nspr, nss, png, sqlite, > # vpx and zip. Search for '_ALL_DEPENDS' below to see > # the list. If your port doesn't need one of list then > @@ -568,14 +568,12 @@ > .endif > > # Standard depends > -_ALL_DEPENDS= cairo dbm event ffi hunspell jpeg nspr nss png sqlite vpx zip > +_ALL_DEPENDS= cairo event ffi hunspell jpeg nspr nss png sqlite vpx zip > > cairo_LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo > cairo_MOZ_OPTIONS= --enable-system-cairo --enable-system-pixman > cairo_EXTRACT_AFTER_ARGS= --exclude mozilla*/gfx/cairo > > -dbm_EXTRACT_AFTER_ARGS= --exclude mozilla*/dbm > - > event_LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2 > event_MOZ_OPTIONS= --with-system-libevent > event_EXTRACT_AFTER_ARGS= --exclude mozilla*/ipc/chromium/src/third_party/libevent > @@ -598,7 +596,8 @@ > > nss_LIB_DEPENDS= nss3:${PORTSDIR}/security/nss > nss_MOZ_OPTIONS= --with-system-nss > -nss_EXTRACT_AFTER_ARGS= --exclude mozilla*/security/coreconf \ > +nss_EXTRACT_AFTER_ARGS= --exclude mozilla*/dbm \ > + --exclude mozilla*/security/coreconf \ > --exclude mozilla*/security/nss > > png_LIB_DEPENDS= png15:${PORTSDIR}/graphics/png > _______________________________________________ FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r244190: Thu Dec 13 16:21:14 EST 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 # svn up Updating '.': At revision 1124. [root@FBSD10 ~/ff_nightly]# make update && make makesum && time make all deinstall install clean ===> Found saved configuration for firefox-nightly-20.0.,1 ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/sbin/pkg - found ===> Found saved configuration for firefox-nightly-20.0.,1 ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/sbin/pkg - found ===> Extracting for firefox-nightly-20.0.115911,1 ===> Found saved configuration for firefox-nightly-20.0.,1 ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for firefox-nightly/b11065872128.tar.bz2. ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Patching for firefox-nightly-20.0.115911,1 ===> firefox-nightly-20.0.115911,1 depends on file: /usr/local/bin/perl5.16.2 - found ===> Applying FreeBSD patches for firefox-nightly-20.0.115911,1 ===> Applying NSS patches cannot open /root/ff_nightly/../../security/nss/files/patch-*: No such file or directory *** [gecko-post-patch] Error code 2 Stop in /root/ff_nightly. *** [/root/ff_nightly/work/.patch_done.firefox._usr_local] Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1212140040100.46601>