Bug 146769 - [patch] misc/amanda-server requires net/samba3 with no way to use other samba ports
Summary: [patch] misc/amanda-server requires net/samba3 with no way to use other samba...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-20 18:50 UTC by Ricky Morse
Modified: 2010-05-22 12:50 UTC (History)
0 users

See Also:


Attachments
file.diff (458 bytes, patch)
2010-05-20 18:50 UTC, Ricky Morse
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ricky Morse 2010-05-20 18:50:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-20 18:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-22 12:41:05 UTC
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"
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2010-05-22 12:41:21 UTC
State Changed
From-To: open->closed

Committed, thanks!