FreeBSD Bugzilla – Attachment 228689 Details for
Bug 259153
sysutils/nut: includes nut-scanner manpage but not nut-scanner
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add ltdl dependency
nut.diff (text/plain), 2.67 KB, created by
Cy Schubert
on 2021-10-14 03:01:49 UTC
(
hide
)
Description:
Add ltdl dependency
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2021-10-14 03:01:49 UTC
Size:
2.67 KB
patch
obsolete
>diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile >index 41277cd1ae68..ae58342129fc 100644 >--- a/sysutils/nut-devel/Makefile >+++ b/sysutils/nut-devel/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= nut > PORTVERSION= ${NUT_COMMIT_DATE} >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > PKGNAMESUFFIX= -devel > # MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ >@@ -69,6 +69,9 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ > --with-group=${NUT_GROUP} \ > --with-dev > >+CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib >+LIB_DEPENDS+= libltdl.so:devel/ltdl >+ > BUILD_DEPENDS= asciidoc:textproc/asciidoc > > .if ${PORT_OPTIONS:MCGI} >diff --git a/sysutils/nut-devel/pkg-plist b/sysutils/nut-devel/pkg-plist >index c20f86209e65..2e93f9586d30 100644 >--- a/sysutils/nut-devel/pkg-plist >+++ b/sysutils/nut-devel/pkg-plist >@@ -20,6 +20,7 @@ > @sample %%EXAMPLESDIR%%/newsyslog.sample etc/newsyslog.conf.d/nut.conf > @sample %%EXAMPLESDIR%%/syslog.sample etc/syslog.d/nut > %%NUT_USB%%etc/devd/nut-usb.conf >+bin/nut-scanner > bin/upsc > bin/upscmd > bin/upslog >@@ -47,6 +48,10 @@ lib/libnutclientstub.a > lib/libnutclientstub.so > lib/libnutclientstub.so.1 > lib/libnutclientstub.so.1.0.0 >+lib/libnutscan.a >+lib/libnutscan.so >+lib/libnutscan.so.1 >+lib/libnutscan.so.1.0.0 > libdata/pkgconfig/libnutclient.pc > libdata/pkgconfig/libnutscan.pc > libdata/pkgconfig/libupsclient.pc >diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile >index 73868507ed9c..cf1466b7e1c3 100644 >--- a/sysutils/nut/Makefile >+++ b/sysutils/nut/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= nut > PORTVERSION= 2.7.4 >-PORTREVISION= 19 >+PORTREVISION= 20 > CATEGORIES= sysutils > MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >@@ -62,6 +62,9 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ > --with-group=${NUT_GROUP} \ > --with-dev > >+CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib >+LIB_DEPENDS+= libltdl.so:devel/ltdl >+ > .if ${PORT_OPTIONS:MCGI} > LIB_DEPENDS+= libgd.so:graphics/gd > CGIDIR?= ${PREFIX}/www/cgi-bin/${PORTNAME} >diff --git a/sysutils/nut/pkg-plist b/sysutils/nut/pkg-plist >index 2fd0ddea5389..c29388ae986c 100644 >--- a/sysutils/nut/pkg-plist >+++ b/sysutils/nut/pkg-plist >@@ -20,6 +20,7 @@ > @sample %%EXAMPLESDIR%%/newsyslog.sample etc/newsyslog.conf.d/nut.conf > @sample %%EXAMPLESDIR%%/syslog.sample etc/syslog.d/nut > %%NUT_USB%%etc/devd/nut-usb.conf >+bin/nut-scanner > bin/upsc > bin/upscmd > bin/upslog >@@ -37,6 +38,10 @@ lib/libnutclient.a > lib/libnutclient.so > lib/libnutclient.so.0 > lib/libnutclient.so.0.0.0 >+lib/libnutscan.a >+lib/libnutscan.so >+lib/libnutscan.so.1 >+lib/libnutscan.so.1.0.0 > lib/libupsclient.a > lib/libupsclient.so > lib/libupsclient.so.4
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 259153
:
228689
|
228690