Date: Sat, 10 Jan 2004 03:12:50 -0800 (PST) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba-devel Makefile Message-ID: <200401101112.i0ABCoIC092221@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <scott+freebsd@fishballoon.org> Approved by: maintainer timeout Revision Changes Path 1.98 +10 -1 ports/net/samba-devel/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401101112.i0ABCoIC092221>