Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2013 17:55:32 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1244 - in trunk/security/nss: . files
Message-ID:  <201304171755.r3HHtWK3048889@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Apr 17 17:55:32 2013
New Revision: 1244

Log:
remove obsolete patch

Deleted:
   trunk/security/nss/files/patch-pr175656
Modified:
   trunk/security/nss/Makefile

Modified: trunk/security/nss/Makefile
==============================================================================
--- trunk/security/nss/Makefile	Wed Apr 17 14:31:28 2013	(r1243)
+++ trunk/security/nss/Makefile	Wed Apr 17 17:55:32 2013	(r1244)
@@ -11,7 +11,8 @@
 COMMENT=	Libraries to support development of security-enabled applications
 
 BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip \
-		nspr>=4.8.8:${PORTSDIR}/devel/nspr
+		nspr>=4.8.8:${PORTSDIR}/devel/nspr \
+		sqlite3>=3.7.15:${PORTSDIR}/databases/sqlite3
 LIB_DEPENDS=	nspr4.1:${PORTSDIR}/devel/nspr \
 		sqlite3.8:${PORTSDIR}/databases/sqlite3
 

Deleted: trunk/security/nss/files/patch-pr175656
==============================================================================
--- trunk/security/nss/files/patch-pr175656	Wed Apr 17 17:55:32 2013	(r1243)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,13 +0,0 @@
---- lib/softoken/sdb.c~
-+++ lib/softoken/sdb.c
-@@ -38,6 +38,10 @@
- #include <unistd.h>
- #endif
- 
-+#ifndef SQLITE_FCNTL_TEMPFILENAME
-+#define SQLITE_FCNTL_TEMPFILENAME 16
-+#endif
-+
- #ifdef SQLITE_UNSAFE_THREADS
- #include "prlock.h"
- /*



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