FreeBSD Bugzilla – Attachment 215816 Details for
Bug 247437
net-mgmt/flow-tools: Fails to run with Python 3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
flow-tools-0.68.6_2.diff
flow-tools-0.68.6_2.diff (text/plain), 1.74 KB, created by
Lewis Cook
on 2020-06-20 16:08:49 UTC
(
hide
)
Description:
flow-tools-0.68.6_2.diff
Filename:
MIME Type:
Creator:
Lewis Cook
Created:
2020-06-20 16:08:49 UTC
Size:
1.74 KB
patch
obsolete
>Index: net-mgmt/flow-tools/Makefile >=================================================================== >--- net-mgmt/flow-tools/Makefile (revision 537962) >+++ net-mgmt/flow-tools/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= flow-tools > PORTVERSION= 0.68.6 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-mgmt > > MAINTAINER= bofh@FreeBSD.org >@@ -15,32 +15,36 @@ > > BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man > >-USES= autoreconf libtool:keepla python:run shebangfix >- >-OPTIONS_DEFINE= MYSQL OPENSSL PGSQL >-PGSQL_CONFIGURE_ON= --with-postgresql >-PGSQL_USES= pgsql >-MYSQL_CONFIGURE_ON= --with-mysql="${LOCALBASE}" >-MYSQL_USES= mysql >-OPENSSL_CONFIGURE_ON= --with-openssl="${OPENSSLBASE}" >-OPENSSL_USES= ssl >- >-SHEBANG_FILES= bin/flow-* >-GNU_CONFIGURE= yes >-USE_LDCONFIG= yes >- >+USES= autoreconf libtool:keepla python:2.7 shebangfix > USE_GITHUB= yes > GH_ACCOUNT= 5u623l20 > GH_TAGNAME= 6e7c849 >-SUB_LIST= FLOW_CAPTURE_SPOOL="${FLOW_CAPTURE_SPOOL}" \ >- FLOW_CAPTURE_PIDDIR="${FLOW_CAPTURE_PIDDIR}" >+USE_LDCONFIG= yes > USE_RC_SUBR= flow_capture flow_fanout > >+SHEBANG_FILES= bin/flow-* >+GNU_CONFIGURE= yes >+ >+SUB_LIST= FLOW_CAPTURE_PIDDIR="${FLOW_CAPTURE_PIDDIR}" \ >+ FLOW_CAPTURE_SPOOL="${FLOW_CAPTURE_SPOOL}" >+ >+USERS= flowtools >+GROUPS= flowtools >+ > VARDIR?= /var > FLOW_CAPTURE_SPOOL= ${VARDIR}/db/flows > FLOW_CAPTURE_PIDDIR= ${VARDIR}/run/flow-capture > >-USERS= flowtools >-GROUPS= flowtools >+OPTIONS_DEFINE= MYSQL OPENSSL PGSQL > >+MYSQL_USES= mysql >+MYSQL_CONFIGURE_ON= --with-mysql="${LOCALBASE}" >+OPENSSL_USES= ssl >+OPENSSL_CONFIGURE_ON= --with-openssl="${OPENSSLBASE}" >+PGSQL_USES= pgsql >+PGSQL_CONFIGURE_ON= --with-postgresql >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libft.so.0.0.0 >+ > .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 Diff
View Attachment As Raw
Flags:
lcook
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 247437
:
215810
|
215815
| 215816