ports/163106: [Maintainer Update] print/cups-bjnp
Stephen Hurd
shurd at sasktel.net
Wed Dec 7 09:30:11 UTC 2011
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list