mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Backout last commit to build gnutls successfully
- Bump PORTEPOCH Submitted by: maintainer Discussed with: gnutls developers, maintainer
This commit is contained in:
parent
2baff7eed9
commit
1fbf0ef056
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89443
@ -6,7 +6,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= opencdk
|
PORTNAME= opencdk
|
||||||
PORTVERSION= 0.5.1
|
PORTVERSION= 0.4.5
|
||||||
|
PORTEPOCH= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_GNUPG} \
|
MASTER_SITES= ${MASTER_SITE_GNUPG} \
|
||||||
http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \
|
http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \
|
||||||
@ -19,15 +20,13 @@ COMMENT= Open Crypto Development Kit
|
|||||||
|
|
||||||
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt
|
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt
|
||||||
|
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE}
|
CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE}
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
DOCS= AUTHORS NEWS README THANKS doc/opencdk-api.html
|
DOCS= AUTHORS NEWS README THANKS
|
||||||
EXAMPLES= tests/*.c tests/*.gpg
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.for file in encrypt.c main.c misc.c
|
.for file in encrypt.c main.c misc.c
|
||||||
@ -36,10 +35,14 @@ post-patch:
|
|||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${EXAMPLESDIR}
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/tests/*.gpg ${EXAMPLESDIR}
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
.for file in ${DOCS}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/doc/opencdk-api.html ${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (opencdk-0.5.1.tar.bz2) = ecdbbba6eb0239e132013818cc7fb029
|
MD5 (opencdk-0.4.5.tar.gz) = 53e7822ae35d6b391951933e73d3cce0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@comment $FreeBSD$
|
@comment $FreeBSD$
|
||||||
bin/opencdk-config
|
bin/opencdk-config
|
||||||
include/opencdk.h
|
include/opencdk.h
|
||||||
lib/libopencdk.so.8
|
lib/libopencdk.so.6
|
||||||
lib/libopencdk.so
|
lib/libopencdk.so
|
||||||
lib/libopencdk.a
|
lib/libopencdk.a
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||||
|
Loading…
Reference in New Issue
Block a user