FreeBSD Bugzilla – Attachment 35536 Details for
Bug 57346
[MAINTAINER] security/gnutls: reduce port dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gnutls-0.8.10_1.patch
gnutls-0.8.10_1.patch (text/plain), 3.20 KB, created by
Sergei Kolobov
on 2003-09-29 12:40:19 UTC
(
hide
)
Description:
gnutls-0.8.10_1.patch
Filename:
MIME Type:
Creator:
Sergei Kolobov
Created:
2003-09-29 12:40:19 UTC
Size:
3.20 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /FreeBSD/cvs/ports/security/gnutls/Makefile,v >retrieving revision 1.10 >diff -u -u -r1.10 Makefile >--- Makefile 26 Sep 2003 11:22:04 -0000 1.10 >+++ Makefile 29 Sep 2003 10:44:59 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= gnutls > PORTVERSION= 0.8.10 >+PORTREVISION= 1 > CATEGORIES= security net > MASTER_SITES= ${MASTER_SITE_GNUPG} \ > http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ >@@ -17,9 +18,7 @@ > MAINTAINER= sergei@kolobov.com > COMMENT= GNU Transport Layer Security library > >-LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ >- tasn1.2:${PORTSDIR}/security/libtasn1 \ >- opencdk.6:${PORTSDIR}/security/opencdk >+LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt > > USE_LIBTOOL= yes > INSTALLS_SHLIB= yes >@@ -27,6 +26,19 @@ > LDFLAGS+= -L${LOCALBASE}/lib > CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_ARGS= --with-included-lzo >+ >+.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.2) >+LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1 >+.else >+CONFIGURE_ARGS+= --with-included-libtasn1 >+.endif >+ >+.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.6) >+LIB_DEPENDS+= opencdk.6:${PORTSDIR}/security/opencdk >+.else >+CONFIGURE_ARGS+= --disable-openpgp-authentication >+.endif > > DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps > EXAMPLES= doc/examples/*.c >Index: pkg-plist >=================================================================== >RCS file: /FreeBSD/cvs/ports/security/gnutls/pkg-plist,v >retrieving revision 1.6 >diff -u -u -r1.6 pkg-plist >--- pkg-plist 24 Sep 2003 09:06:54 -0000 1.6 >+++ pkg-plist 29 Sep 2003 10:43:15 -0000 >@@ -1,21 +1,23 @@ > @comment $FreeBSD: ports/security/gnutls/pkg-plist,v 1.6 2003/09/24 09:06:54 krion Exp $ >-bin/gnutls-serv > bin/gnutls-cli >-bin/gnutls-srpcrypt > bin/gnutls-cli-debug >+bin/gnutls-serv >+bin/gnutls-srpcrypt > bin/libgnutls-config > bin/libgnutls-extra-config >-include/gnutls/extra.h > include/gnutls/compat4.h >-include/gnutls/openssl.h >+include/gnutls/extra.h > include/gnutls/gnutls.h >+include/gnutls/openssl.h > @dirrm include/gnutls >-lib/libgnutls.so.7 >-lib/libgnutls.so >-lib/libgnutls.a >-lib/libgnutls-extra.so.7 >-lib/libgnutls-extra.so > lib/libgnutls-extra.a >+lib/libgnutls-extra.la >+lib/libgnutls-extra.so >+lib/libgnutls-extra.so.7 >+lib/libgnutls.a >+lib/libgnutls.la >+lib/libgnutls.so >+lib/libgnutls.so.7 > share/aclocal/libgnutls.m4 > share/aclocal/libgnutls-extra.m4 > %%PORTDOCS%%%%DOCSDIR%%/AUTHORS >Index: files/patch-configure >=================================================================== >RCS file: files/patch-configure >diff -N files/patch-configure >--- files/patch-configure 27 Feb 2003 20:52:02 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,13 +0,0 @@ >- >-$FreeBSD: ports/security/gnutls/files/patch-configure,v 1.1 2003/02/27 20:52:02 naddy Exp $ >- >---- configure.orig Thu Feb 27 21:25:22 2003 >-+++ configure Thu Feb 27 21:25:36 2003 >-@@ -12529,6 +12529,7 @@ >- >- # This can be used to rebuild libtool when needed >- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" >-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS >- >- # Always use our own libtool. >- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57346
: 35536