mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade to version 1.4.1, the latest from our friends at HP. This version
contains some nice bug fixes, and a few enhancements. While I'm here, adopt this orphan port since I use it anyway. I bumped the version by .1 from the PR to accomodate the very latest release, otherwise it's basically the same, with the addtion of the pkg-message stuff. PR: ports/52699 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
b1d455c372
commit
f1d4c56212
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81951
@ -6,14 +6,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= hpijs
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= hpinkjet
|
||||
DIST_SUBDIR= ghostscript
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The drivers and support resources for the HP Inkjet Printers
|
||||
MAINTAINER= DougB@FreeBSD.org
|
||||
COMMENT= Drivers and support resources for HP Inkjet Printers
|
||||
|
||||
LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs
|
||||
|
||||
@ -23,15 +23,17 @@ USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --disable-foomatic-install
|
||||
|
||||
CPPFLAGS= `${IJS_CONFIG} --cflags`
|
||||
LDFLAGS= `${IJS_CONFIG} --libs`
|
||||
|
||||
CFLAGS+= -DTRACE="printf"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|CFLAGS="-O2 -Wall"|CFLAGS="\$$CFLAGS"|g ; \
|
||||
s|<malloc.h>|<stdlib.h>|g ; \
|
||||
s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g' \
|
||||
${WRKSRC}/configure
|
||||
s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="\$$CXXFLAGS"|g ; \
|
||||
s|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's| ijs.[cho]||g ; \
|
||||
s| ijs_client.h||g ; \
|
||||
s| ijs_server.[cho]||g ; \
|
||||
@ -45,4 +47,7 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/hpijs_readme.html ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ghostscript/hpijs-1.3.1.tar.gz) = a2ae6ce240dd40747ea0e3731c549f81
|
||||
MD5 (ghostscript/hpijs-1.4.1.tar.gz) = fff91a62e0917a5fac6111f524ed7d21
|
||||
|
@ -1,5 +1,5 @@
|
||||
The Hewlett-Packard Co. Linux Inkjet Driver Project is a add-on to
|
||||
the GNU Ghostscript application. This driver is based on the Hewlett
|
||||
Packard Appliance APDK for deskjet printers.
|
||||
the GNU Ghostscript application. This driver is based on the
|
||||
Hewlett-Packard Appliance APDK for deskjet printers.
|
||||
|
||||
WWW: http://hpinkjet.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user