svn commit: r425117 - head/security/openssl-devel

Jan Beich jbeich at FreeBSD.org
Wed Nov 2 07:15:10 UTC 2016


Author: jbeich
Date: Wed Nov  2 07:15:08 2016
New Revision: 425117
URL: https://svnweb.freebsd.org/changeset/ports/425117

Log:
  security/openssl-devel: adjust conflicts like r422717 and r424947
  
  This permits bundling when DEPENDS_TARGET != install e.g.,
  
    BUILD_DEPENDS += ${NONEXISTENT}:security/openssl-devel:stage
  
    CPPFLAGS+=		-I${WRKDIR}/openssl-devel/include
    LDFLAGS+=		-L${WRKDIR}/openssl-devel/lib
  
    pre-configure:
  	@(cd `${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/openssl-devel`${LOCALBASE} \
  	    && ${COPYTREE_SHARE} . ${WRKDIR}/openssl-devel "! -name *.so*")
  
  PR:		213889
  Approved by:	portmgr blanket

Modified:
  head/security/openssl-devel/Makefile   (contents, props changed)

Modified: head/security/openssl-devel/Makefile
==============================================================================
--- head/security/openssl-devel/Makefile	Wed Nov  2 06:39:57 2016	(r425116)
+++ head/security/openssl-devel/Makefile	Wed Nov  2 07:15:08 2016	(r425117)
@@ -15,9 +15,9 @@ COMMENT=	SSL and crypto library (1.1.x)
 LICENSE=	OpenSSL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CONFLICTS=	libressl-[0-9]* \
-		libressl-devel-[0-9]* \
-		openssl-[0-9]*
+CONFLICTS_INSTALL=	libressl-[0-9]* \
+			libressl-devel-[0-9]* \
+			openssl-[0-9]*
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	config


More information about the svn-ports-head mailing list