Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2002 20:43:30 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dwcjr@freebsd.org
Subject:   ports/33777: samba WITH_CUPS pulls in cups meta-port, not cups-base
Message-ID:  <200201110143.g0B1hUT46481@wwweasel.geeksrus.net>

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

>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




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