Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2002 21:42:46 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dwcjr@freebsd.org
Subject:   ports/34683: samba doesn't include cups dependency by default
Message-ID:  <200202070242.g172gk573383@wwweasel.geeksrus.net>

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

>Number:         34683
>Category:       ports
>Synopsis:       samba doesn't include cups dependency by default
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 06 18:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Tue Feb 5 22:58:09 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

All the patches in ports/33803 were applied except one. Result in samba
as built on bento will not use cups printing unless misconfigured. (You
have to configure it halfway to make it work.)

>How-To-Repeat:

Do ldd on /usr/local/sbin/smbd. See that libcups is not present.

>Fix:

Index: net/samba/Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/net/samba/Makefile,v
retrieving revision 1.71
diff -u -3 -r1.71 Makefile
--- net/samba/Makefile	3 Feb 2002 04:45:50 -0000	1.71
+++ net/samba/Makefile	7 Feb 2002 02:35:08 -0000
@@ -17,9 +17,7 @@
 
 MAINTAINER=	dwcjr@FreeBSD.org
 
-.if defined(WITH_CUPS)
 LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-base
-.endif
 
 .if defined(WITH_RECYCLE)
 PATCH_SITES+=	http://www.amherst.edu/~bbstone/recycle_bin/2.2.2/



>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?200202070242.g172gk573383>