FreeBSD Bugzilla – Attachment 159751 Details for
Bug 201773
net-mgmt/collectd5: Fix Python option when building with debug enabled python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Revised Patch file fixing net-mgmt/collectd5 port (version 5.50) to build with python plugin when using debug enabled python
collectd5_debug_python.patch (text/plain), 2.71 KB, created by
Suraj Ravichandran
on 2015-08-11 05:47:35 UTC
(
hide
)
Description:
Revised Patch file fixing net-mgmt/collectd5 port (version 5.50) to build with python plugin when using debug enabled python
Filename:
MIME Type:
Creator:
Suraj Ravichandran
Created:
2015-08-11 05:47:35 UTC
Size:
2.71 KB
patch
obsolete
>diff --git net-mgmt/collectd5/Makefile net-mgmt/collectd5/Makefile >index ca108cb..4204c3f 100644 >--- net-mgmt/collectd5/Makefile >+++ net-mgmt/collectd5/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= collectd > PORTVERSION= 5.5.0 >+PORTREVISION= 1 > CATEGORIES= net-mgmt > MASTER_SITES= https://collectd.org/files/ \ > http://collectd.org/files/ >diff --git net-mgmt/collectd5/files/patch-configure.ac net-mgmt/collectd5/files/patch-configure.ac >index 4d26a52..dfb7779 100644 >--- net-mgmt/collectd5/files/patch-configure.ac >+++ net-mgmt/collectd5/files/patch-configure.ac >@@ -1,5 +1,5 @@ >---- configure.ac.orig 2015-02-26 11:49:16 UTC >-+++ configure.ac >+--- configure.ac.orig 2015-08-10 21:01:03.912199467 -0700 >++++ configure.ac 2015-08-10 21:03:13.983072533 -0700 > @@ -120,7 +120,7 @@ then > fi > >@@ -26,7 +26,34 @@ > fi > AM_CONDITIONAL(BUILD_WITH_LIBKSTAT, test "x$with_kstat" = "xyes") > AM_CONDITIONAL(BUILD_WITH_LIBDEVINFO, test "x$with_devinfo" = "xyes") >-@@ -3629,7 +3632,7 @@ fi >+@@ -3576,7 +3579,7 @@ >+ if test "x$with_python" = "xyes" >+ then >+ AC_MSG_CHECKING([for Python CPPFLAGS]) >+- python_include_path=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_python_inc())" | "$with_python_prog" 2>&1` >++ python_include_path=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_python_inc())" | "$with_python_prog" 2> /dev/null` >+ python_config_status=$? >+ >+ if test "$python_config_status" -ne 0 || test "x$python_include_path" = "x" >+@@ -3599,7 +3602,7 @@ >+ if test "x$with_python" = "xyes" >+ then >+ AC_MSG_CHECKING([for Python LDFLAGS]) >+- python_library_path=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_config_vars(\"LIBDIR\").__getitem__(0))" | "$with_python_prog" 2>&1` >++ python_library_path=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_config_vars(\"LIBDIR\").__getitem__(0))" | "$with_python_prog" 2> /dev/null` >+ python_config_status=$? >+ >+ if test "$python_config_status" -ne 0 || test "x$python_library_path" = "x" >+@@ -3614,7 +3617,7 @@ >+ if test "x$with_python" = "xyes" >+ then >+ AC_MSG_CHECKING([for Python LIBS]) >+- python_library_flags=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_config_vars(\"BLDLIBRARY\").__getitem__(0))" | "$with_python_prog" 2>&1` >++ python_library_flags=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_config_vars(\"BLDLIBRARY\").__getitem__(0))" | "$with_python_prog" 2> /dev/null` >+ python_config_status=$? >+ >+ if test "$python_config_status" -ne 0 || test "x$python_library_flags" = "x" >+@@ -3629,7 +3632,7 @@ > if test "x$with_python" = "xyes" > then > LDFLAGS="-L$python_library_path $LDFLAGS"
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 201773
:
159084
| 159751