From owner-freebsd-ports Thu Jan 10 17:50: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72F4837B416 for ; Thu, 10 Jan 2002 17:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0B1o1v81114; Thu, 10 Jan 2002 17:50:01 -0800 (PST) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.67.200.82]) by hub.freebsd.org (Postfix) with ESMTP id 4BAC337B419; Thu, 10 Jan 2002 17:43:51 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g0B1hUT46481; Thu, 10 Jan 2002 20:43:30 -0500 (EST) (envelope-from alane) Message-Id: <200201110143.g0B1hUT46481@wwweasel.geeksrus.net> Date: Thu, 10 Jan 2002 20:43:30 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@freebsd.org Cc: dwcjr@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33777: samba WITH_CUPS pulls in cups meta-port, not cups-base Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33777 >Category: ports >Synopsis: samba WITH_CUPS pulls in cups meta-port, not cups-base >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 10 17:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.4-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:14:12 EST 2001 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: The cups port was split so that the cups lpr commands would not be installed for ports which only need the library. This was done by cups maintainer along with the KDE team. The problem with bringing in all of cups is that it messes up printing for people who don't want/use it. Samba and samba-devel bring in what is now the meta-port, rather than cups-base, if built WITH_CUPS. This one just slipped through the cracks. It would be good to get this in before ports freeze on 2002/01/22. >How-To-Repeat: >Fix: Index: samba/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/net/samba/Makefile,v retrieving revision 1.66 diff -u -3 -r1.66 Makefile --- samba/Makefile 22 Dec 2001 20:21:26 -0000 1.66 +++ samba/Makefile 11 Jan 2002 01:10:12 -0000 @@ -19,7 +19,7 @@ MAINTAINER= dwcjr@FreeBSD.org .if defined(WITH_CUPS) -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base .endif .if defined(WITH_RECYCLE) Index: samba-devel/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/net/samba-devel/Makefile,v retrieving revision 1.76 diff -u -3 -r1.76 Makefile --- samba-devel/Makefile 24 Dec 2001 05:58:18 -0000 1.76 +++ samba-devel/Makefile 11 Jan 2002 01:10:32 -0000 @@ -19,7 +19,7 @@ MAINTAINER= dwcjr@FreeBSD.org .if defined(WITH_CUPS) -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base .endif # directories >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message