aboutsummaryrefslogtreecommitdiff
path: root/print/hplip
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2019-11-18 11:51:54 +0000
committerDima Panov <fluffy@FreeBSD.org>2019-11-18 11:51:54 +0000
commit2c4467d099f5e34cb37637cc342ed5e62a7eb3c2 (patch)
treeefd2eae691cb6d7b3bf7365a8c86bb9209628725 /print/hplip
parent8fa03d4a52160e592459a9e8d5f2fff928ec5513 (diff)
downloadports-2c4467d099f5e34cb37637cc342ed5e62a7eb3c2.tar.gz
ports-2c4467d099f5e34cb37637cc342ed5e62a7eb3c2.zip
- Update HPLIP package to 3.19.11 release
- Unbreak build with python 3.8+ by provide full path to cpython includes PR: 242055 Submitted by: myself Approved by: maintainer (woodsb02)
Notes
Notes: svn path=/head/; revision=517864
Diffstat (limited to 'print/hplip')
-rw-r--r--print/hplip/Makefile5
-rw-r--r--print/hplip/distinfo6
2 files changed, 6 insertions, 5 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index 36d112a00378..6bb9621b1b48 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hplip
-PORTVERSION= 3.19.10
+PORTVERSION= 3.19.11
CATEGORIES= print
MASTER_SITES= SF
@@ -37,7 +37,8 @@ CONFIGURE_ARGS= --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \
--with-htmldir=${DOCSDIR} \
--with-drvdir=${PREFIX}/share/cups/drv \
--disable-qt4
-CPPFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV+= PYTHONINCLUDEDIR=${PYTHON_INCLUDEDIR}
+CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}
LIBS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS FAX SCAN SNMP X11 XSANE QT5
diff --git a/print/hplip/distinfo b/print/hplip/distinfo
index 1b1d35c509db..e8b68b416136 100644
--- a/print/hplip/distinfo
+++ b/print/hplip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572800571
-SHA256 (hplip-3.19.10.tar.gz) = a0998712b1a89377d3cfb7f2519e8e5eabc18164dee056866565f303f326858d
-SIZE (hplip-3.19.10.tar.gz) = 25636705
+TIMESTAMP = 1574072147
+SHA256 (hplip-3.19.11.tar.gz) = 3d75773eead54ecf850eb9cdbfae3cb55ae0fc030dd3a7b5c524b72244f5d551
+SIZE (hplip-3.19.11.tar.gz) = 25632761