FreeBSD Bugzilla – Attachment 232682 Details for
Bug 262756
net/ntopng: broken ports build due to missing symbols from glib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ntopng build fix.
ntopng.diff (text/plain), 1.74 KB, created by
Guido Falsi
on 2022-03-24 20:52:47 UTC
(
hide
)
Description:
ntopng build fix.
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2022-03-24 20:52:47 UTC
Size:
1.74 KB
patch
obsolete
>diff --git a/net/ndpi/Makefile b/net/ndpi/Makefile >index be5586355e87..bf446f5a7baa 100644 >--- a/net/ndpi/Makefile >+++ b/net/ndpi/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= ndpi > PORTVERSION= 4.2.d20220210 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= net > >@@ -11,7 +12,8 @@ COMMENT= NTOP-maintained superset of the popular OpenDPI library > LICENSE= LGPL3+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-LIB_DEPENDS= libjson-c.so:devel/json-c \ >+LIB_DEPENDS= librrd.so:databases/rrdtool \ >+ libjson-c.so:devel/json-c \ > libgcrypt.so:security/libgcrypt \ > libgpg-error.so:security/libgpg-error > >diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile >index 0152a1c83dab..3c147efe9b1b 100644 >--- a/net/ntopng/Makefile >+++ b/net/ntopng/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= ntopng > PORTVERSION= 5.2.d20220314 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= net > >diff --git a/net/ntopng/files/patch-configure.ac.in b/net/ntopng/files/patch-configure.ac.in >index 6beddc465a27..e004ff597172 100644 >--- a/net/ntopng/files/patch-configure.ac.in >+++ b/net/ntopng/files/patch-configure.ac.in >@@ -1,5 +1,16 @@ >---- configure.ac.in.orig 2022-02-08 09:52:25 UTC >+--- configure.ac.in.orig 2022-03-14 16:15:57 UTC > +++ configure.ac.in >+@@ -236,8 +236,8 @@ PKG_CHECK_MODULES([NDPI], [libndpi >= 2.0], [ >+ PKG_CHECK_MODULES([NDPI], [libndpi >= 2.0], [ >+ NDPI_INC=`echo $NDPI_CFLAGS | sed -e "s/[ ]*$//"` >+ # Use static libndpi library as building against the dynamic library fails >+- NDPI_LIB="-Wl,-Bstatic $NDPI_LIBS -Wl,-Bdynamic" >+- #NDPI_LIB="$NDPI_LIBS" >++ #NDPI_LIB="-Wl,-Bstatic $NDPI_LIBS -Wl,-Bdynamic" >++ NDPI_LIB="$NDPI_LIBS" >+ NDPI_LIB_DEP= >+ ], [ >+ AC_MSG_CHECKING(for nDPI source) > @@ -444,7 +444,7 @@ if test "${with_nedge+set}" != set; then > PF_RING_HOME=${HOME}/PF_RING >
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 262756
:
232674
| 232682