Date: Mon, 28 Oct 2002 11:30:02 -0800 (PST) From: Vivek Khera <khera@kcilink.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/44568: samba without CUPS still links CUPS Message-ID: <200210281930.g9SJU2Fj059777@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/44568; it has been noted by GNATS. From: Vivek Khera <khera@kcilink.com> To: "David W. Chapman Jr." <dwcjr@inethouston.net> Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/44568: samba without CUPS still links CUPS Date: Mon, 28 Oct 2002 14:24:20 -0500 >>>>> "DWC" == David W Chapman, <David> writes: DWC> Which portrevision did you try? /usr/ports/net/samba: PORTNAME= samba PORTVERSION= 2.2.6 No PORTREVISION present. The Makefile is dated October 17. Aside from this, it seems to me that if samba has CUPS linked, it uses it instead of the bsd printing mechanism I configured... but that's another issue. If I pkg_delete cups_base first, then it works as expected (and prints ok, too). Someone sent this patch along, which I haven't tried: diff -u -r1.104 Makefile --- Makefile 17 Oct 2002 13:49:31 -0000 1.104 +++ Makefile 28 Oct 2002 17:26:04 -0000 @@ -123,6 +125,8 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib +.else +CONFIGURE_ARGS+= --without-cups .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) 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?200210281930.g9SJU2Fj059777>