svn commit: r346762 - head/security/openssl

Dirk Meyer dinoex at FreeBSD.org
Sun Mar 2 13:13:28 UTC 2014


Author: dinoex
Date: Sun Mar  2 13:13:27 2014
New Revision: 346762
URL: http://svnweb.freebsd.org/changeset/ports/346762
QAT: https://qat.redports.org/buildarchive/r346762/

Log:
  - error out early if users trying to break their base system
  PR:		187076

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Sun Mar  2 13:00:26 2014	(r346761)
+++ head/security/openssl/Makefile	Sun Mar  2 13:13:27 2014	(r346762)
@@ -78,6 +78,10 @@ FIX_POD=apps/cms.pod \
 
 .include <bsd.port.pre.mk>
 
+.if ${PREFIX} == /usr
+IGNORE=	OpenSSL can not be installed over the base version
+.endif
+
 OPENSSL_BASE_SONAME!=	readlink ${DESTDIR}/usr/lib/libcrypto.so || true
 OPENSSL_SHLIBVER_BASE=	${OPENSSL_BASE_SONAME:E}
 OPENSSL_BASE_SOPATH=	${OPENSSL_BASE_SONAME:H}


More information about the svn-ports-head mailing list