Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2013 21:14:32 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1290 - in trunk/security/nss: . files
Message-ID:  <201307192114.r6JLEWV7086852@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jul 19 21:14:32 2013
New Revision: 1290

Log:
fix bitrot in skipping system deps

Modified:
   trunk/security/nss/Makefile
   trunk/security/nss/files/patch-sysdb

Modified: trunk/security/nss/Makefile
==============================================================================
--- trunk/security/nss/Makefile	Fri Jul 19 21:14:25 2013	(r1289)
+++ trunk/security/nss/Makefile	Fri Jul 19 21:14:32 2013	(r1290)
@@ -32,9 +32,7 @@
 
 DIST=		${WRKSRC:H}/dist
 
-EXTERNALS=	CVS dbm security/nss/lib/zlib nsprpub security/dbm
-EXTRACT_AFTER_ARGS=| ${TAR} -xf -	\
-	${EXTERNALS:C,^,--exclude ${PORTNAME}-${PORTVERSION}/mozilla/,}
+EXTRACT_AFTER_ARGS=--exclude */lib/zlib --exclude */lib/dbm
 
 INSTALL_BINS=	certcgi certutil checkcert cmsutil crlutil derdump makepqg \
 		mangle modutil ocspclnt oidcalc p7content p7env p7sign \

Modified: trunk/security/nss/files/patch-sysdb
==============================================================================
--- trunk/security/nss/files/patch-sysdb	Fri Jul 19 21:14:25 2013	(r1289)
+++ trunk/security/nss/files/patch-sysdb	Fri Jul 19 21:14:32 2013	(r1290)
@@ -122,6 +122,17 @@
  #include "seccomon.h"
  #include "secdert.h"
  #include "secoidt.h"
+--- lib/manifest.mn~
++++ lib/manifest.mn
+@@ -20,7 +20,7 @@ DIRS = \
+ 	$(UTIL_SRCDIR) \
+ 	$(FREEBL_SRCDIR) \
+ 	$(SQLITE_SRCDIR) \
+-	$(DBM_SRCDIR) \
++	$(NULL) \
+ 	$(SOFTOKEN_SRCDIR) \
+ 	base dev pki \
+ 	libpkix \
 --- cmd/platlibs.mk.orig	2009-08-31 12:57:13.000000000 +0200
 +++ cmd/platlibs.mk	2009-08-31 12:57:29.000000000 +0200
 @@ -85,7 +85,7 @@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307192114.r6JLEWV7086852>