Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2010 23:04:06 GMT
From:      Chris Petrik <chris@officialunix.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/146894: [PATCH] fix install print/hplip
Message-ID:  <201005232304.o4NN46Op058845@www.freebsd.org>
Resent-Message-ID: <201005232310.o4NNA2hD070263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146894
>Category:       misc
>Synopsis:       [PATCH] fix install print/hplip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 23:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        FreeBSD 8.1-Pre
>Organization:
Officialunix
>Environment:
>Description:
Revert back changes to configure args. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: print/hplip/Makefile
===================================================================
RCS file: /usr/local/freebsdcvs/ports/print/hplip/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- print/hplip/Makefile	22 May 2010 06:33:23 -0000	1.33
+++ print/hplip/Makefile	23 May 2010 22:52:26 -0000
@@ -2,7 +2,7 @@
 # Date created:		1 April 2006
 # Whom:			amistry@am-productions.biz
 #
-# $FreeBSD: ports/print/hplip/Makefile,v 1.33 2010/05/22 06:33:23 miwi Exp $
+# $FreeBSD: ports/print/hplip/Makefile,v 1.32 2010/05/17 13:16:56 pav Exp $
 #
 
 PORTNAME=	hplip
@@ -29,14 +29,10 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking \
-		--enable-pp-build \
+		--disable-pp-build \
 		--enable-foomatic-ppd-install \
 		--enable-foomatic-rip-hplip-install \
 		--enable-hpijs-install \
-		--enable-hpijs-only-build \
-		--enable-hpcups-only-build \
-		--enable-hpcups-install \
-		--enable-new-hpcups \
 		--with-icondir=${LOCALBASE}/share/applications \
 		--with-cupsbackenddir=${LOCALBASE}/libexec/cups/backend \
 		--with-cupsfilterdir=${LOCALBASE}/libexec/cups/filter \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005232304.o4NN46Op058845>