Date: Mon, 18 May 2009 16:08:15 +0200 (CEST) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134649: [patch] net/samba reduce depenedencies on cups-base Message-ID: <200905181408.n4IE8FEd056564@home3.dinoex.sub.de> Resent-Message-ID: <200905181410.n4IEA2YN023325@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905181408.n4IE8FEd056564>