svn commit: r525490 - head/security/nss

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Feb 7 15:28:25 UTC 2020


Author: lwhsu
Date: Fri Feb  7 15:28:25 2020
New Revision: 525490
URL: https://svnweb.freebsd.org/changeset/ports/525490

Log:
  Remove special setting of USE_LDCONFIG as now it installs lib to common path
  
  While here:
  - Pet portlint more
  - Remove MAKE_JOBS_UNSAFE as it builds fine
  
  Submitted by:	tobik, sunpoet

Modified:
  head/security/nss/Makefile

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Fri Feb  7 15:14:38 2020	(r525489)
+++ head/security/nss/Makefile	Fri Feb  7 15:28:25 2020	(r525490)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nss
 PORTVERSION=	3.49.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
 
@@ -17,11 +17,11 @@ LIB_DEPENDS=	libnspr4.so:devel/nspr \
 		libsqlite3.so:databases/sqlite3
 TEST_DEPENDS=	bash:shells/bash
 
+USES=		cpe gmake perl5
+
 WRKSRC_SUBDIR=	nss
 
-MAKE_JOBS_UNSAFE=	yes
-USE_LDCONFIG=	${PREFIX}/lib/nss
-USES=		cpe gmake perl5
+USE_LDCONFIG=	yes
 CPE_VENDOR=	mozilla
 CPE_PRODUCT=	network_security_services
 USE_PERL5=	build


More information about the svn-ports-head mailing list