From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 7 09:30:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4FAF106566C for ; Wed, 7 Dec 2011 09:30:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 801CF8FC18 for ; Wed, 7 Dec 2011 09:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pB79UBl1084448 for ; Wed, 7 Dec 2011 09:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pB79UBGj084446; Wed, 7 Dec 2011 09:30:11 GMT (envelope-from gnats) Resent-Date: Wed, 7 Dec 2011 09:30:11 GMT Resent-Message-Id: <201112070930.pB79UBGj084446@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Hurd Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F583106564A for ; Wed, 7 Dec 2011 09:26:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7CA8FC12 for ; Wed, 7 Dec 2011 09:26:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pB79QMMj059856 for ; Wed, 7 Dec 2011 09:26:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pB79QMXN059855; Wed, 7 Dec 2011 09:26:22 GMT (envelope-from nobody) Message-Id: <201112070926.pB79QMXN059855@red.freebsd.org> Date: Wed, 7 Dec 2011 09:26:22 GMT From: Stephen Hurd To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163106: [Maintainer Update] print/cups-bjnp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2011 09:30:11 -0000 >Number: 163106 >Category: ports >Synopsis: [Maintainer Update] print/cups-bjnp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 07 09:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen Hurd >Release: 9.0-RC2 >Organization: >Environment: FreeBSD cracked.hurd.local 9.0-RC2 FreeBSD 9.0-RC2 #0: Sat Nov 12 18:09:11 UTC 2011 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The port as was building for me on 9.0-RC2, however, the dependencies were incorrect. This update fixes them and (hopefully) it will build on the cluster now. >How-To-Repeat: >Fix: Patch. Patch attached with submission follows: --- print/cups-bjnp/Makefile.orig 2011-12-07 01:07:07.000000000 -0800 +++ print/cups-bjnp/Makefile 2011-12-07 01:14:42.000000000 -0800 @@ -14,17 +14,12 @@ MAINTAINER= shurd@sasktel.net COMMENT= CUPS backend for Canon USB over IP protocol -LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image +BUILD_DEPENDS= ${LOCALBASE}/libexec/cups.backend:${PORTSDIR}/print/cups-base GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lcompat" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include - -.if ${OSVERSION} > 900000 -#BROKEN= Does not compile on FreeBSD 9 -.endif - -.include +.include >Release-Note: >Audit-Trail: >Unformatted: