FreeBSD Bugzilla – Attachment 96324 Details for
Bug 134927
[UPDATE] dns/ldns 1.5.1_1 - adding build option for example programs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.28 KB, created by
Konstantin Saurbier
on 2009-05-25 06:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Konstantin Saurbier
Created:
2009-05-25 06:20:01 UTC
Size:
2.28 KB
patch
obsolete
>diff -ruN ldns.orig/Makefile ldns/Makefile >--- ldns.orig/Makefile 2009-02-26 21:16:58.000000000 +0000 >+++ ldns/Makefile 2009-04-02 16:36:39.901242476 +0000 >@@ -7,6 +7,7 @@ > > PORTNAME= ldns > PORTVERSION= 1.5.1 >+PORTREVISION= 1 > CATEGORIES= dns > MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ > >@@ -18,7 +19,8 @@ > USE_OPENSSL= yes > USE_LDCONFIG= yes > >-OPTIONS= DOCS "With documentation" Off >+OPTIONS= DOCS "With documentation" Off \ >+ EXAMPLES "With example programs" Off > > .include <bsd.port.pre.mk> > >@@ -217,4 +219,29 @@ > ldns_zone_sort.3 > .endif > >+.if defined(WITH_EXAMPLES) >+PLIST_SUB+= EXAMPLES="" >+NOMANCOMPRESS= true >+MANCOMPRESSED= no >+MAN1= ldns-chaos.1 ldns-nsec3-hash.1 ldns-update.1 ldns-compare-zones.1 \ >+ ldns-read-zone.1 ldns-verify-zone.1 ldns-dpa.1 ldns-resolver.1 \ >+ ldns-version.1 ldns-key2ds.1 ldns-revoke.1 ldns-walk.1 \ >+ ldns-keyfetcher.1 ldns-rrsig.1 ldns-zcat.1 ldns-keygen.1 \ >+ ldns-signzone.1 ldns-zsplit.1 ldns-mx.1 ldns-testns.1 ldnsd.1 \ >+ ldns-notify.1 >+ >+post-configure: >+ @(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \ >+ --infodir=${PREFIX}/${INFO_PATH} --mandir=${MANPREFIX}/man \ >+ --build=${CONFIGURE_TARGET}) >+ >+post-build: >+ @(cd ${WRKSRC}/examples; ${GMAKE}) >+ >+post-install: >+ @(cd ${WRKSRC}/examples; ${GMAKE} install) >+.else >+PLIST_SUB+= EXAMPLES="@comment " >+.endif >+ > .include <bsd.port.post.mk> >Files ldns.orig/ldns-1.5.1.tbz and ldns/ldns-1.5.1.tbz differ >diff -ruN ldns.orig/pkg-plist ldns/pkg-plist >--- ldns.orig/pkg-plist 2009-01-27 19:32:50.000000000 +0000 >+++ ldns/pkg-plist 2009-03-31 17:53:18.618627785 +0000 >@@ -1,3 +1,25 @@ >+%%EXAMPLES%%bin/ldns-chaos >+%%EXAMPLES%%bin/ldns-compare-zones >+%%EXAMPLES%%bin/ldns-dpa >+%%EXAMPLES%%bin/ldns-key2ds >+%%EXAMPLES%%bin/ldns-keyfetcher >+%%EXAMPLES%%bin/ldns-keygen >+%%EXAMPLES%%bin/ldns-mx >+%%EXAMPLES%%bin/ldns-notify >+%%EXAMPLES%%bin/ldns-nsec3-hash >+%%EXAMPLES%%bin/ldns-read-zone >+%%EXAMPLES%%bin/ldns-resolver >+%%EXAMPLES%%bin/ldns-revoke >+%%EXAMPLES%%bin/ldns-rrsig >+%%EXAMPLES%%bin/ldns-signzone >+%%EXAMPLES%%bin/ldns-testns >+%%EXAMPLES%%bin/ldns-update >+%%EXAMPLES%%bin/ldns-verify-zone >+%%EXAMPLES%%bin/ldns-version >+%%EXAMPLES%%bin/ldns-walk >+%%EXAMPLES%%bin/ldns-zcat >+%%EXAMPLES%%bin/ldns-zsplit >+%%EXAMPLES%%bin/ldnsd > include/ldns/buffer.h > include/ldns/common.h > include/ldns/dname.h
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 134927
: 96324