FreeBSD Bugzilla – Attachment 218019 Details for
Bug 249388
net-mgmt/flow-tools failed to compile with all options turned off and depends on python2.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port's Makefile patch
patch-Makefile (text/plain), 1.09 KB, created by
Volodymyr Pushkar
on 2020-09-17 08:47:13 UTC
(
hide
)
Description:
port's Makefile patch
Filename:
MIME Type:
Creator:
Volodymyr Pushkar
Created:
2020-09-17 08:47:13 UTC
Size:
1.09 KB
patch
obsolete
>--- Makefile.orig 2020-09-17 11:39:03.464365000 +0300 >+++ Makefile 2020-09-17 11:37:14.464658000 +0300 >@@ -15,7 +15,7 @@ > > BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man > >-USES= autoreconf libtool:keepla python:2.7 shebangfix >+USES= autoreconf libtool:keepla python shebangfix > USE_GITHUB= yes > USE_LDCONFIG= yes > USE_RC_SUBR= flow_capture flow_fanout >@@ -38,12 +38,27 @@ > > OPTIONS_DEFINE= MYSQL OPENSSL PGSQL > >+PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER} >+PY2TO3_ARGS= --fix=all --no-diffs --nobackups --verbose --write >+ > 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 >+PGSQL_CONFIGURE_OFF= --with-postgresql=no >+ >+.include <bsd.port.pre.mk> >+ >+post-patch: >+. if ${PYTHON_MAJOR_VER} >= 3 >+ ${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/bin/flow-* >+. endif >+ >+#.if ${PYTHON_REL} >= 3000 >+# @${PY2TO3_CMD} ${PY2TO3_ARGS} ${WRKSRC}/bin/flow-* >+#.endif > > post-install: > ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libft.so.0.0.0
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 249388
: 218019