svn commit: r402199 - head/sysutils/dar

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Nov 21 20:31:38 UTC 2015


Author: bofh
Date: Sat Nov 21 20:31:37 2015
New Revision: 402199
URL: https://svnweb.freebsd.org/changeset/ports/402199

Log:
  sysutils/dar: Add new OPTIONS
  
  - Add ZLIB, BZIP2, LZMA and GPGME support in the new version
  
  PR:		204715
  Submitted by:	neil at darlow.co.uk

Modified:
  head/sysutils/dar/Makefile

Modified: head/sysutils/dar/Makefile
==============================================================================
--- head/sysutils/dar/Makefile	Sat Nov 21 20:23:05 2015	(r402198)
+++ head/sysutils/dar/Makefile	Sat Nov 21 20:31:37 2015	(r402199)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dar
 PORTVERSION=	2.5.1
+PORTREVISION=	1
 CATEGORIES=	sysutils archivers
 MASTER_SITES=	SF
 
@@ -25,9 +26,16 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=		DOCS GCRYPT LZO NLS
+OPTIONS_DEFINE=		GCRYPT GPGME LZO ZLIB BZIP2 LZMA DOCS NLS
 OPTIONS_SUB=		yes
 
+ZLIB_CONFIGURE_OFF=	--disable-libz-linking
+BZIP2_CONFIGURE_OFF=	--disable-libbz2-linking
+LZMA_CONFIGURE_OFF=	--disable-libxz-linking
+GPGME_DESC=		gpgme for asymetric crypto algorithms
+GPGME_CONFIGURE_OFF=	--disable-gpgme-linking
+GPGME_LIB_DEPENDS=	libgpgme.so:${PORTSDIR}/security/gpgme
+GPGME_IMPLIES=		GCRYPT
 GCRYPT_CONFIGURE_OFF=	--disable-libgcrypt-linking
 GCRYPT_LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
 LZO_DESC=		Support lzo compression via liblzo2


More information about the svn-ports-all mailing list