FreeBSD Bugzilla – Attachment 138215 Details for
Bug 184115
[PATCH] net-mgmt/flow-tools-ng: new OPTIONS framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
flow-tools-ng-0.68.5.1.patch
flow-tools-ng-0.68.5.1.patch (text/plain), 3.59 KB, created by
Muhammad Moinur Rahman
on 2013-11-20 10:50:00 UTC
(
hide
)
Description:
flow-tools-ng-0.68.5.1.patch
Filename:
MIME Type:
Creator:
Muhammad Moinur Rahman
Created:
2013-11-20 10:50:00 UTC
Size:
3.59 KB
patch
obsolete
>diff -ruN /usr/ports//net-mgmt/flow-tools-ng/Makefile ./Makefile >--- /usr/ports//net-mgmt/flow-tools-ng/Makefile 2013-09-21 04:24:43.000000000 +0600 >+++ ./Makefile 2013-11-20 16:13:36.000000000 +0600 >@@ -1,5 +1,5 @@ > # Created by: @BABOLO <.@babolo.ru> >-# $FreeBSD: net-mgmt/flow-tools-ng/Makefile 327757 2013-09-20 22:24:43Z bapt $ >+# $FreeBSD: head/net-mgmt/flow-tools-ng/Makefile 327757 2013-09-20 22:24:43Z bapt $ > > PORTNAME= flow-tools > PORTVERSION= 0.68.5.1 >@@ -10,6 +10,22 @@ > MAINTAINER= c.kworr@gmail.com > COMMENT= Suite of tools and library to work with netflow data > >+LICENSE= BSD >+ >+OPTIONS_DEFINE= MYSQL OPENSSL PGSQL >+ >+PGSQL_CONFIGURE_ON= --with-postgresql >+PGSQL_CONFIGURE_OFF= --without-postgresql >+PGSQL_USE= PGSQL= yes >+ >+MYSQL_CONFIGURE_ON= --with-mysql="${PREFIX}" >+MYSQL_CONFIGURE_OFF= --without-mysql >+MYSQL_USE= MYSQL= yes >+ >+OPENSSL_CONFIGURE_ON= --with-openssl="${OPENSSLBASE}" >+OPENSSL_CONFIGURE_OFF= --without-openssl >+OPENSSL_USE= OPENSSL= yes >+ > CONFLICTS= flow-tools-[0-9]* > > USE_PYTHON_RUN= yes >@@ -44,28 +60,8 @@ > FLOW_CAPTURE_GID= 174 > FLOW_CAPTURE_PIDDIR= ${VARDIR}/run/flow-capture > >-.if defined(WITH_PGSQL) >-CONFIGURE_ARGS+=--with-postgresql >-USE_PGSQL= yes >-.else >-CONFIGURE_ARGS+=--without-postgresql >-.endif >- >-.if defined(WITH_MYSQL) >-CONFIGURE_ARGS+=--with-mysql="${PREFIX}" >-USE_MYSQL= yes >-.else >-CONFIGURE_ARGS+=--without-mysql >-.endif >- >-.if defined(WITH_OPENSSL) >-USE_OPENSSL= Yes >-CONFIGURE_ARGS+=--with-openssl="${OPENSSLBASE}" >-.else >-CONFIGURE_ARGS+=--without-openssl >-.endif >- > NO_STAGE= yes >+ > post-patch: > @${REINPLACE_CMD}\ > -e 's|@sysconfdir@/sym/|${PREFIX}/share/flow-tools/|' \ >diff -ruN /usr/ports//net-mgmt/flow-tools-ng/files/flow_capture.in ./files/flow_capture.in >--- /usr/ports//net-mgmt/flow-tools-ng/files/flow_capture.in 2012-07-14 20:29:18.000000000 +0600 >+++ ./files/flow_capture.in 2013-11-06 02:03:34.000000000 +0600 >@@ -1,6 +1,6 @@ > #!/bin/sh > # >-# $FreeBSD: net-mgmt/flow-tools-ng/files/flow_capture.in 300897 2012-07-14 14:29:18Z beat $ >+# $FreeBSD: head/net-mgmt/flow-tools-ng/files/flow_capture.in 300897 2012-07-14 14:29:18Z beat $ > # > > # PROVIDE: flow_capture >diff -ruN /usr/ports//net-mgmt/flow-tools-ng/files/flow_fanout.in ./files/flow_fanout.in >--- /usr/ports//net-mgmt/flow-tools-ng/files/flow_fanout.in 2012-07-14 20:29:18.000000000 +0600 >+++ ./files/flow_fanout.in 2013-11-06 02:03:34.000000000 +0600 >@@ -1,6 +1,6 @@ > #!/bin/sh > # >-# $FreeBSD: net-mgmt/flow-tools-ng/files/flow_fanout.in 300897 2012-07-14 14:29:18Z beat $ >+# $FreeBSD: head/net-mgmt/flow-tools-ng/files/flow_fanout.in 300897 2012-07-14 14:29:18Z beat $ > # > > # PROVIDE: flow_fanout >diff -ruN /usr/ports//net-mgmt/flow-tools-ng/files/pkg-deinstall.in ./files/pkg-deinstall.in >--- /usr/ports//net-mgmt/flow-tools-ng/files/pkg-deinstall.in 2012-07-14 20:29:18.000000000 +0600 >+++ ./files/pkg-deinstall.in 2013-11-06 02:03:34.000000000 +0600 >@@ -1,6 +1,6 @@ > #!/bin/sh > # >-# $FreeBSD: net-mgmt/flow-tools-ng/files/pkg-deinstall.in 300897 2012-07-14 14:29:18Z beat $ >+# $FreeBSD: head/net-mgmt/flow-tools-ng/files/pkg-deinstall.in 300897 2012-07-14 14:29:18Z beat $ > # > > PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin >diff -ruN /usr/ports//net-mgmt/flow-tools-ng/files/pkg-install.in ./files/pkg-install.in >--- /usr/ports//net-mgmt/flow-tools-ng/files/pkg-install.in 2012-07-14 20:29:18.000000000 +0600 >+++ ./files/pkg-install.in 2013-11-06 02:03:34.000000000 +0600 >@@ -1,6 +1,6 @@ > #!/bin/sh > # >-# $FreeBSD: net-mgmt/flow-tools-ng/files/pkg-install.in 300897 2012-07-14 14:29:18Z beat $ >+# $FreeBSD: head/net-mgmt/flow-tools-ng/files/pkg-install.in 300897 2012-07-14 14:29:18Z beat $ > # > > PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin
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 184115
: 138215