If the "SAMBA" option is provided to the misc/amanda-server port, it requires the installation of net/samba3. There are several newer ports available (net/samba32, net/samba33, net/samba34). The port's makefile should allow this to be overruled. Fix: I"ve attached a patch that allows the samba port used to be overridden (e.g. in /usr/local/etc/ports.conf). Patch attached with submission follows: How-To-Repeat: Install net/samba34, then misc/amanda-server with the SAMBA option. This will then start installing net/samba3.
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer (via the GNATS Auto Assign Tool)
kuriyama 2010-05-22 11:40:51 UTC FreeBSD ports repository Modified files: misc/amanda-server Makefile Added files: misc/amanda-server/files patch-common-src::glib-util.c Log: - Add workaround for glib-2.24 [1]. - Allow to choose samba port [2]. PR: ports/146768 [1], ports/146769 [2] Submitted by: Ricky Morse <remorse@partners.org> [1,2] Revision Changes Path 1.118 +4 -3 ports/misc/amanda-server/Makefile 1.1 +51 -0 ports/misc/amanda-server/files/patch-common-src::glib-util.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!