FreeBSD Bugzilla – Attachment 49487 Details for
Bug 75567
Automatic dependency was broken for security/gnutls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.31 KB, created by
Kensaku Masuda
on 2004-12-28 11:10:22 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kensaku Masuda
Created:
2004-12-28 11:10:22 UTC
Size:
1.31 KB
patch
obsolete
>--- Makefile.old Wed Oct 13 18:08:06 2004 >+++ Makefile Tue Dec 28 11:07:29 2004 >@@ -20,14 +20,6 @@ > LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \ > gpg-error.1:${PORTSDIR}/security/libgpg-error > >-.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.8) >-LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk >-.endif >- >-.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.2) >-LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1 >-.endif >- > CONFLICTS= gnutls-devel-[0-9]* > > USE_GPG?= yes >@@ -47,6 +39,24 @@ > DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps > EXAMPLES= doc/examples/*.c > >+.include <bsd.port.pre.mk> >+ >+.if exists(${LOCALBASE}/lib/libopencdk.so) && !defined(WITHOUT_OPENCDK) >+WITH_OPENCDK= yes >+.endif >+ >+.if exists(${LOCALBASE}/lib/libtasn1.so) && !defined(WITHOUT_LIBTASN1) >+WITH_LIBTASN1= yes >+.endif >+ >+.if defined(WITH_OPENCDK) >+LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk >+.endif >+ >+.if defined(WITH_LIBTASN1) >+LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1 >+.endif >+ > post-install: > @${MKDIR} ${EXAMPLESDIR} > cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} >@@ -55,4 +65,4 @@ > cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 75567
: 49487