From owner-cvs-all@FreeBSD.ORG Sat Jan 10 03:12:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F6616A4CE; Sat, 10 Jan 2004 03:12:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0971D43D41; Sat, 10 Jan 2004 03:12:51 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0ABCo0B092222; Sat, 10 Jan 2004 03:12:50 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0ABCoIC092221; Sat, 10 Jan 2004 03:12:50 -0800 (PST) (envelope-from edwin) Message-Id: <200401101112.i0ABCoIC092221@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 10 Jan 2004 03:12:50 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/samba-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2004 11:12:51 -0000 edwin 2004/01/10 03:12:50 PST FreeBSD ports repository Modified files: net/samba-devel Makefile Log: [PATCH] Fix library dependencies in samba-devel port The net/samba-devel port has a WITHOUT_CUPS Makefile option that drops the *port's* dependency on the CUPS library, but does not actually pass the option to configure to build Samba without CUPS support. The resulting binaries will still have a runtime dependency on the CUPS library. Similarly, the binaries built by the port have a runtime dependency on the popt (port devel/popt) library which is not listed in the Makefile. PR: ports/53939 Submitted by: Scott Mitchell Approved by: maintainer timeout Revision Changes Path 1.98 +10 -1 ports/net/samba-devel/Makefile