Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2011 09:26:22 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163106: [Maintainer Update] print/cups-bjnp
Message-ID:  <201112070926.pB79QMXN059855@red.freebsd.org>
Resent-Message-ID: <201112070930.pB79UBGj084446@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 900000
-#BROKEN=		Does not compile on FreeBSD 9
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


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



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