FreeBSD Bugzilla – Attachment 177527 Details for
Bug 214939
[PATCH] net/py-pcap: Add LIBPCAP option and take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch
patch.txt (text/plain), 917 bytes, created by
Craig Leres
on 2016-11-30 00:52:39 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2016-11-30 00:52:39 UTC
Size:
917 bytes
patch
obsolete
>Index: net/py-pcap/Makefile >=================================================================== >--- net/py-pcap/Makefile (revision 427372) >+++ net/py-pcap/Makefile (working copy) >@@ -8,7 +8,7 @@ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= pylib${PORTNAME}-${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= leres@ee.lbl.gov > COMMENT= Python interface to LBL Packet Capture library (libpcap) > > LICENSE= BSD3CLAUSE >@@ -19,7 +19,18 @@ > USES= python > USE_PYTHON= distutils autoplist > >+OPTIONS_DEFINE= LIBPCAP >+LIBPCAP_DESC= Use the ports version of libpcap >+LIBPCAP_LIB_DEPENDS= libpcap.so.1:net/libpcap >+ > post-install: > ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pcapmodule.so > >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MLIBPCAP} >+post-patch: >+ @${REINPLACE_CMD} -e "s,^libpcap_dir = None,libpcap_dir = \"${PREFIX}/lib\"," ${WRKSRC}/setup.py >+.endif >+ > .include <bsd.port.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 Raw
Flags:
leres
:
maintainer-approval+
Actions:
View
Attachments on
bug 214939
: 177527 |
177528