svn commit: r495763 - head/net-mgmt/pnp
Tobias Kortkamp
tobik at FreeBSD.org
Fri Mar 15 04:50:28 UTC 2019
Author: tobik
Date: Fri Mar 15 04:50:27 2019
New Revision: 495763
URL: https://svnweb.freebsd.org/changeset/ports/495763
Log:
net-mgmt/pnp: Fix PDF option
Options helpers are ineffective when set after bsd.port.options.mk.
Move them before that point.
Reported by: tobik (in D19553)
Modified:
head/net-mgmt/pnp/Makefile
Modified: head/net-mgmt/pnp/Makefile
==============================================================================
--- head/net-mgmt/pnp/Makefile Fri Mar 15 04:44:10 2019 (r495762)
+++ head/net-mgmt/pnp/Makefile Fri Mar 15 04:50:27 2019 (r495763)
@@ -3,7 +3,7 @@
PORTNAME= pnp
PORTVERSION= 0.6.26
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= SF/pnp4nagios/PNP-0.6
DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
@@ -24,6 +24,8 @@ OPTIONS_DEFINE= PDF EXAMPLES
OPTIONS_DEFAULT= PDF
PDF_DESC= Use built-in fpdf library to produce PDF views
+PDF_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-disable-pdf
+
.include <bsd.port.options.mk>
USE_PHP= gd iconv json pcre session simplexml sockets xml zlib
@@ -41,8 +43,6 @@ PNP_RRDS= ${PNP_STATE}/rrd
PNP_SPOOL= ${PNP_STATE}/perfspool
PNP_URL?= ${NAGIOSHTMURL}/pnp
FPDF_DIR?= share/fpdf
-
-PDF_EXTRA_PATCHES_OFF+= ${FILESDIR}/extra-patch-disable-pdf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= \
More information about the svn-ports-all
mailing list