Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2020 15:28:25 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525490 - head/security/nss
Message-ID:  <202002071528.017FSPE8073947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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