From owner-freebsd-ports@FreeBSD.ORG Sun Dec 6 11:17:57 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94713106568F for ; Sun, 6 Dec 2009 11:17:57 +0000 (UTC) (envelope-from matt@chronos.org.uk) Received: from chronos.org.uk (chronos-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:12b::2]) by mx1.freebsd.org (Postfix) with ESMTP id D39D18FC0A for ; Sun, 6 Dec 2009 11:17:56 +0000 (UTC) Received: from workstation1.localnet (workstation1.local.chronos.org.uk [IPv6:2001:470:1f09:12b::20]) (authenticated bits=0) by chronos.org.uk (8.14.3/8.14.3) with ESMTP id nB6BHrWe010969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 6 Dec 2009 11:17:54 GMT (envelope-from matt@chronos.org.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 chronos.org.uk nB6BHrWe010969 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=chronos.org.uk; s=mail; t=1260098274; bh=OJKT9DdigVTkKgxdg4uG3xc3+94fLksxMifStIVM2qA=; h=From:To:Subject:Date:References:In-Reply-To:MIME-Version: Content-Type:Message-Id; b=TfRVejmUZBmKiGAgWkhImpG+E3EXmyB24fqhGcMdCvwsp+MPh+9+VbACF7rVUCNLp qN5DP/nS+V/IdinFa+PLKcDgO4jhjVq8B7k6eJMCY3GokSH2XxiMpH40udGAH/HFZW BGL5mxUAWWGWfolCFB+aVPsTdwatfKCD8C59MaAI= From: Matt Dawson To: freebsd-ports@freebsd.org Date: Sun, 6 Dec 2009 11:17:52 +0000 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE-p1; KDE/4.3.4; amd64; ; ) References: <20091206000003.CBDEC1065705@hub.freebsd.org> In-Reply-To: <20091206000003.CBDEC1065705@hub.freebsd.org> X-Face: Uq{{&_!oO{M&ydj?-f%{D]bN7/|/]a+utod35[+IyH#R>F~YPffK,=?utf-8?q?=25=60=7D=25=0A?=FTMbmzo,]0X3K:N&{h7],FI{?EkORzB; f:V3"vKXsUNw5Yh`}ef4MZ*a4,=?utf-8?q?ObuJ=5F=26=5B1S=27zP=5CK0wcKZP=0A?==?utf-8?q?_=60=23L=25=5Dq*OUPQ-4T=3FHZ=7EAKX0=7D3W=25o=3DP?= X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (chronos.org.uk [IPv6:2001:470:1f09:12b::1]); Sun, 06 Dec 2009 11:17:54 +0000 (GMT) X-Virus-Scanned: clamav-milter 0.95.3 at central.local.chronos.org.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.2 required=3.0 tests=AWL,BAYES_00, DATE_IN_FUTURE_48_96,NO_RELAYS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on central.local.chronos.org.uk Subject: Re: freebsd-ports Digest, Vol 341, Issue 7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2009 11:17:57 -0000 --Boundary-00=_gL5GLKKgoY79NV0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit On Sunday 06 Dec 2009 00:00:03 freebsd-ports-request@freebsd.org wrote: > > An option WITH_LIBUSB was added to the cups-base/Makefile. That's > > probably what Dirk meant. > > Thanks for the explanation, Gary. I have it set with make config but > just hardcoded it into the Makefile and am recompiling but I doubt it > will change but there is still hope. ;) The attached patch works on 8.0-RELEASE for me, restoring the non-libusb functionality. Leave the libusb option disabled and just compile as normal. -- Matt Dawson MTD15-RIPE matt@chronos.org.uk --Boundary-00=_gL5GLKKgoY79NV0 Content-Type: text/x-patch; charset="ISO-8859-1"; name="print.cups-base.Makefile.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="print.cups-base.Makefile.diff" =2D-- ./ports/print/cups-base/Makefile.orig 2009-12-06 11:02:46.000000000 += 0000 +++ ./ports/print/cups-base/Makefile 2009-12-06 11:09:36.000000000 +0000 @@ -175,6 +175,8 @@ =20 .if !defined(CUPS_CLIENT) && !defined(CUPS_IMAGE) && defined(WITH_LIBUSB) LIB_DEPENDS+=3D usb:${PORTSDIR}/devel/libusb +.else +CONFIGURE_ARGS+=3D --disable-libusb .endif =20 .if defined(CUPS_CLIENT) --Boundary-00=_gL5GLKKgoY79NV0--