Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 09:36:09 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491925 - in head/security: fprint_demo pscan pure-sfv pvk
Message-ID:  <201902020936.x129a9Xq089077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Feb  2 09:36:08 2019
New Revision: 491925
URL: https://svnweb.freebsd.org/changeset/ports/491925

Log:
  security/*: Use NO_WRKSUBDIR

Modified:
  head/security/fprint_demo/Makefile
  head/security/pscan/Makefile
  head/security/pure-sfv/Makefile
  head/security/pvk/Makefile

Modified: head/security/fprint_demo/Makefile
==============================================================================
--- head/security/fprint_demo/Makefile	Sat Feb  2 09:30:38 2019	(r491924)
+++ head/security/fprint_demo/Makefile	Sat Feb  2 09:36:08 2019	(r491925)
@@ -13,15 +13,16 @@ COMMENT=	Demo and test application for libfprint
 
 LIB_DEPENDS=	libfprint.so:security/libfprint
 
-GNU_CONFIGURE=	yes
 USES=		autoreconf pkgconfig desktop-file-utils
 USE_GNOME=	atk glib20 gtk20 pango
 INSTALLS_ICONS=	yes
 
-WRKSRC=	${WRKDIR}
+NO_WRKSUBDIR=	yes
 
-CONFIGURE_ENV+=	CRYPTO_CFLAGS=-I${OPENSSLINC} \
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CRYPTO_CFLAGS=-I${OPENSSLINC} \
 		CRYPTO_LIBS=-lcrypto
+
 CFLAGS+=	-DHAVE_MEMMEM
 
 .include <bsd.port.mk>

Modified: head/security/pscan/Makefile
==============================================================================
--- head/security/pscan/Makefile	Sat Feb  2 09:30:38 2019	(r491924)
+++ head/security/pscan/Makefile	Sat Feb  2 09:36:08 2019	(r491925)
@@ -11,7 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Security C code scanner for misuse of format strings
 
 ALL_TARGET=	#empty
-WRKSRC=		${WRKDIR}
+NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/pscan bin/find_formats
 

Modified: head/security/pure-sfv/Makefile
==============================================================================
--- head/security/pure-sfv/Makefile	Sat Feb  2 09:30:38 2019	(r491924)
+++ head/security/pure-sfv/Makefile	Sat Feb  2 09:36:08 2019	(r491925)
@@ -14,8 +14,7 @@ LICENSE=	GPLv2
 
 USES=		gmake
 
-WRKSRC=		${WRKDIR}
-
+NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/pure-sfv
 PORTDOCS=	ReadMe.txt
 

Modified: head/security/pvk/Makefile
==============================================================================
--- head/security/pvk/Makefile	Sat Feb  2 09:30:38 2019	(r491924)
+++ head/security/pvk/Makefile	Sat Feb  2 09:36:08 2019	(r491925)
@@ -12,9 +12,10 @@ MAINTAINER=	sobomax@FreeBSD.org
 COMMENT=	Tool to convert a RSA key in PEM format into a PVK file and vice versa
 
 USES=		ssl
-WRKSRC=		${WRKDIR}
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
+
+NO_WRKSUBDIR=	yes
 
 post-patch:
 	${REINPLACE_CMD} -e 's|\(-lcrypto\)|$$(LDFLAGS) \1|g' \



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