Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 13:20:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/187076: commit references a PR
Message-ID:  <201403021320.s22DK1jN083555@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/187076; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187076: commit references a PR
Date: Sun,  2 Mar 2014 13:13:35 +0000 (UTC)

 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}
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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