Installing the package version of the cups metaport doesn't do anything, since it contains only BUILD_DEPENDS lines, not run dependencies. Fix: Presumably replace the BUILD_DEPENDS with RUN_DEPENDS How-To-Repeat: pkg_add -r cups
Responsible Changed From-To: freebsd-ports-bugs->freebsd-ports-bugs Edit-pr on freefall is still unpatched.
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->analyzed Switching BUILD with RUN Depends don't help. This patch will solve the problem, I will commit it after the Freeze. --- ./Makefile 2007-09-30 06:17:39.000000000 +0200 +++ /usr/ports/current/cups/Makefile 2007-11-03 11:13:19.000000000 +0100 @@ -9,6 +9,7 @@ PORTNAME= cups PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -18,6 +19,7 @@ BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster cupsd:${PORTSDIR}/${PKGCATEGORY}/cups-base +RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes NO_INSTALL= yes
dinoex 2007-12-11 20:44:11 UTC FreeBSD ports repository Modified files: print/cups Makefile Log: - fix package PR: 117779 - update to 1.3.4 Revision Changes Path 1.36 +2 -1 ports/print/cups/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: analyzed->closed committed, thanks.