svn commit: r393029 - head/net-mgmt/ccnet

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 27 20:10:07 UTC 2015


Author: amdmi3
Date: Mon Jul 27 20:10:06 2015
New Revision: 393029
URL: https://svnweb.freebsd.org/changeset/ports/393029

Log:
  - Fix build on pre-10.x by enforcing OpenSSL from ports
  
  PR:		199265
  Approved by:	portmgr blanket

Modified:
  head/net-mgmt/ccnet/Makefile

Modified: head/net-mgmt/ccnet/Makefile
==============================================================================
--- head/net-mgmt/ccnet/Makefile	Mon Jul 27 19:42:14 2015	(r393028)
+++ head/net-mgmt/ccnet/Makefile	Mon Jul 27 20:10:06 2015	(r393029)
@@ -52,6 +52,12 @@ PLIST_SUB=	SEAFILE_USERNAME=${SEAFILE_US
 		SEAFILE_SERVER=${SEAFILE_SERVER} \
 		HAIWENDIR=${HAIWENDIR}
 
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+WITH_OPENSSL_PORT=	yes
+.endif
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/${SEABIN} ${STAGEDIR}${PREFIX}/${SEALIB}
 	${INSTALL_PROGRAM} ${STAGEDIR}${PREFIX}/bin/ccnet-init ${STAGEDIR}${PREFIX}/${SEABIN}


More information about the svn-ports-all mailing list