mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Add libgcrypt-devel, repocopied from libgcrypt.
Version 1.1.91 is incompatible with 1.1.12. The -devel is required by the upcoming GnuTLS version and the new vpnc version. The Stable version is still required by the Aegypten plugins. Approved by: portmgr(marcus) Repocopied by: joe
This commit is contained in:
parent
539e01c6f7
commit
2209477fd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99378
@ -150,6 +150,7 @@
|
||||
SUBDIR += libecc
|
||||
SUBDIR += libfwbuilder
|
||||
SUBDIR += libgcrypt
|
||||
SUBDIR += libgcrypt-devel
|
||||
SUBDIR += libgpg-error
|
||||
SUBDIR += libgringotts
|
||||
SUBDIR += libidea
|
||||
|
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgcrypt
|
||||
PORTVERSION= 1.1.12
|
||||
PORTVERSION= 1.1.91
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= alpha/libgcrypt
|
||||
@ -15,10 +15,17 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
COMMENT= "General purpose crypto library based on code used in GnuPG"
|
||||
|
||||
LIB_DEPENDS= gpg-error.1:${PORTSDIR}/security/libgpg-error \
|
||||
pth.20:${PORTSDIR}/devel/pth
|
||||
|
||||
CONFLICTS= libgcrypt-1.1*
|
||||
USE_REINPLACE= yes
|
||||
USE_PERL5= yes
|
||||
USE_GNOME= lthack
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" \
|
||||
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include/pth" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib/pth"
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
@ -39,10 +46,9 @@ pre-extract:
|
||||
@${ECHO_CMD} "===> GnuPG not installed. Signature can not be verified"
|
||||
.endif
|
||||
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \
|
||||
${WRKSRC}/scripts/ltmain.sh
|
||||
${WRKSRC}/ltmain.sh
|
||||
|
||||
pre-configure:
|
||||
@${RM} -f ${WRKSRC}/doc/gcrypt.info*
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libgcrypt-1.1.12.tar.gz) = c245f62bf8da9a83c5dae26d9fa3559d
|
||||
MD5 (libgcrypt-1.1.12.tar.gz.sig) = a00de178c9f44b9a30f5f04f6260538c
|
||||
MD5 (libgcrypt-1.1.91.tar.gz) = 8f3581d2d2a66c8f42b16f6ce13dedc3
|
||||
MD5 (libgcrypt-1.1.91.tar.gz.sig) = 6c97d0902b4053a72841ca7a62bfe9d6
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- scripts/ltmain.sh.orig Wed Jul 17 15:42:41 2002
|
||||
+++ scripts/ltmain.sh Wed Jul 17 15:47:36 2002
|
||||
+++ ltmain.sh Wed Jul 17 15:47:36 2002
|
||||
@@ -1062,8 +1062,16 @@
|
||||
continue
|
||||
;;
|
||||
|
@ -1,6 +1,10 @@
|
||||
bin/libgcrypt-config
|
||||
include/gcrypt.h
|
||||
include/gcrypt-module.h
|
||||
lib/libgcrypt.a
|
||||
lib/libgcrypt.so
|
||||
lib/libgcrypt.so.6
|
||||
lib/libgcrypt.so.10
|
||||
lib/libgcrypt-pthread.a
|
||||
lib/libgcrypt-pthread.so.10
|
||||
lib/libgcrypt-pthread.so
|
||||
share/aclocal/libgcrypt.m4
|
||||
|
Loading…
x
Reference in New Issue
Block a user