FreeBSD Bugzilla – Attachment 112873 Details for
Bug 154367
Patch net-mgmt/p5-SNMP_Session to avoid redefinition of SNMP_Session::*_INET6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 878 bytes, created by
Doug Barton
on 2011-01-29 03:40:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Doug Barton
Created:
2011-01-29 03:40:09 UTC
Size:
878 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/net-mgmt/p5-SNMP_Session/Makefile,v >retrieving revision 1.32 >diff -u -r1.32 Makefile >--- Makefile 4 Dec 2008 13:28:54 -0000 1.32 >+++ Makefile 29 Jan 2011 03:25:41 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= SNMP_Session > PORTVERSION= 1.12 >+PORTREVISION= 1 > CATEGORIES= net-mgmt perl5 > MASTER_SITES= http://www.switch.ch/misc/leinen/snmp/perl/dist/%SUBDIR%/ > MASTER_SITE_SUBDIR= . old >@@ -19,6 +20,12 @@ > > DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} > >+post-patch: >+ @${CP} ${WRKSRC}/lib/SNMP_Session.pm ${WRKSRC}/lib/SNMP_Session.pm.Dist >+ @${SED} -e 's#import Socket6#Socket6->import(qw(pack_sockaddr_in6 inet_pton))#' \ >+ ${WRKSRC}/lib/SNMP_Session.pm.Dist > \ >+ ${WRKSRC}/lib/SNMP_Session.pm >+ > post-install: > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR}
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 154367
: 112873