cvs commit: ports/net/samba-devel Makefile

Edwin Groothuis edwin at FreeBSD.org
Sat Jan 10 03:12:51 PST 2004


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 at fishballoon.org>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.98      +10 -1     ports/net/samba-devel/Makefile


More information about the cvs-all mailing list