From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 18 14:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6663E1065670 for ; Mon, 18 May 2009 14:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 406768FC26 for ; Mon, 18 May 2009 14:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4IEA27r023326 for ; Mon, 18 May 2009 14:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4IEA2YN023325; Mon, 18 May 2009 14:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 18 May 2009 14:10:02 GMT Resent-Message-Id: <200905181410.n4IEA2YN023325@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dirk.meyer@dinoex.sub.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 202C5106566C for ; Mon, 18 May 2009 14:08:48 +0000 (UTC) (envelope-from dm@home3.dinoex.sub.de) Received: from uucp.dinoex.sub.de (uucp.dinoex.sub.de [194.45.71.2]) by mx1.freebsd.org (Postfix) with ESMTP id 656778FC13 for ; Mon, 18 May 2009 14:08:46 +0000 (UTC) (envelope-from dm@home3.dinoex.sub.de) Received: from home3.dinoex.sub.de (home3.dinoex.sub.de [194.45.71.20]) by uucp.dinoex.sub.de (8.14.2/8.14.2) with ESMTP id n4IE8Ed3086479 for ; Mon, 18 May 2009 16:08:29 +0200 (CEST) (envelope-from dm@home3.dinoex.sub.de) Received: (from dm@localhost) by home3.dinoex.sub.de (8.14.3/8.14.3/Submit) id n4IE8FEd056564; Mon, 18 May 2009 16:08:15 +0200 (CEST) (envelope-from dm) Message-Id: <200905181408.n4IE8FEd056564@home3.dinoex.sub.de> Date: Mon, 18 May 2009 16:08:15 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134649: [patch] net/samba reduce depenedencies on cups-base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dirk.meyer@dinoex.sub.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 14:10:02 -0000 >Number: 134649 >Category: ports >Synopsis: [patch] net/samba reduce depenedencies on cups-base >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 18 14:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 7.2-STABLE >Organization: privat >Environment: cups-base >= 1.3.20_1 >Description: This ports need only libcups.so to build. The the dependencies can be changed. Verfied sucessufull build in a clean jail. >How-To-Repeat: >Fix: apply this patches Index: net/samba3/Makefile =================================================================== RCS file: /home/pcvs/ports/net/samba3/Makefile,v retrieving revision 1.184 diff -u -r1.184 Makefile --- net/samba3/Makefile 20 Jan 2009 18:40:43 -0000 1.184 +++ net/samba3/Makefile 18 May 2009 14:00:54 -0000 @@ -120,7 +120,7 @@ .endif .if !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups SUB_LIST+= CUPSD="" .else Index: net/samba32/Makefile =================================================================== RCS file: /home/pcvs/ports/net/samba32/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- net/samba32/Makefile 10 Apr 2009 17:57:15 -0000 1.8 +++ net/samba32/Makefile 18 May 2009 14:00:54 -0000 @@ -107,7 +107,7 @@ .endif .if !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups --enable-iprint SUB_LIST+= CUPS="" .else Index: net/samba33/Makefile =================================================================== RCS file: /home/pcvs/ports/net/samba33/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- net/samba33/Makefile 7 Apr 2009 02:10:45 -0000 1.3 +++ net/samba33/Makefile 18 May 2009 14:00:55 -0000 @@ -116,7 +116,7 @@ .endif .if !defined(WITHOUT_CUPS) -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups --enable-iprint SUB_LIST+= CUPS="" .else >Release-Note: >Audit-Trail: >Unformatted: