Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2016 09:07:15 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427478 - head/security/cryptopp
Message-ID:  <201612010907.uB197FYC031258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Dec  1 09:07:15 2016
New Revision: 427478
URL: https://svnweb.freebsd.org/changeset/ports/427478

Log:
  Set library SONAME, this makes pkg correctly detect provided package
  functionality and fixes pkg check -d.
  
  PR:		214857
  Submitted by:	myself
  Approved by:	delphij no longer maintainer

Modified:
  head/security/cryptopp/Makefile

Modified: head/security/cryptopp/Makefile
==============================================================================
--- head/security/cryptopp/Makefile	Thu Dec  1 09:00:42 2016	(r427477)
+++ head/security/cryptopp/Makefile	Thu Dec  1 09:07:15 2016	(r427478)
@@ -3,7 +3,7 @@
 
 PORTNAME=		cryptopp
 PORTVERSION=		5.6.2
-PORTREVISION=		3
+PORTREVISION=		4
 CATEGORIES=		security
 MASTER_SITES=		http://www.cryptopp.com/
 DISTNAME=		cryptopp${PORTVERSION:S/.//g}
@@ -21,6 +21,7 @@ NO_WRKSUBDIR=		yes
 EXTRACT_BEFORE_ARGS=	-aq
 USES=			gmake zip:infozip
 MAKEFILE=		GNUmakefile
+LDFLAGS+=		-Wl,-soname,libcryptopp.so.${LIBVERSION}
 
 LIBVERSION=		0
 PLIST_SUB+=		LIBVERSION=${LIBVERSION}



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