FreeBSD Bugzilla – Attachment 128676 Details for
Bug 172527
net/beacon: OptionsNG Conversion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 725 bytes, created by
Gabor Pali
on 2012-10-09 23:30:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gabor Pali
Created:
2012-10-09 23:30:11 UTC
Size:
725 bytes
patch
obsolete
>diff --git a/net/beacon/Makefile b/net/beacon/Makefile >index b1e37e9..b20ae0a 100644 >--- a/net/beacon/Makefile >+++ b/net/beacon/Makefile >@@ -22,15 +22,22 @@ PLIST_SUB+= VERSION=${PORTVERSION} > USE_PERL5= yes > USE_AUTOTOOLS= autoconf > >-OPTIONS= IPV6 "Enable IPv6 PTR lookups" off >+OPTIONS_DEFINE= IPV6 >+OPTIONS_DEFAULT= > >-.ifdef(WITH_IPV6) >+IPV6_DESC= Enable IPv6 PTR lookups >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MIPV6} > BUILD_DEPENDS+= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 > CONFIGURE_ARGS+= --enable-ipv6 >+.else >+CONFIGURE_ARGS+= --disable-ipv6 > .endif > > post-install: >-.ifndef(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR}/ > @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ > .endif
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 172527
: 128676