[76575] trunk/dports/net/samba3/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Feb 28 12:11:42 PST 2011


Revision: 76575
          http://trac.macports.org/changeset/76575
Author:   jeremyhu at macports.org
Date:     2011-02-28 12:11:42 -0800 (Mon, 28 Feb 2011)
Log Message:
-----------
samba3: Fix dylib references for nmbd, smbd, and swat (#16023)

Modified Paths:
--------------
    trunk/dports/net/samba3/Portfile

Modified: trunk/dports/net/samba3/Portfile
===================================================================
--- trunk/dports/net/samba3/Portfile	2011-02-28 20:07:05 UTC (rev 76574)
+++ trunk/dports/net/samba3/Portfile	2011-02-28 20:11:42 UTC (rev 76575)
@@ -6,7 +6,7 @@
 name			samba3
 conflicts		talloc
 version			3.2.15
-revision        1
+revision        2
 categories		net
 platforms		darwin
 maintainers		mww openmaintainer
@@ -133,6 +133,9 @@
 	system "install_name_tool ${changeline} ${destroot}${prefix}/bin/tdbdump"
 	system "install_name_tool ${changeline} ${destroot}${prefix}/bin/tdbtool"
 	system "install_name_tool ${changeline} ${destroot}${prefix}/bin/testparm"
+	system "install_name_tool ${changeline} ${destroot}${prefix}/sbin/nmbd"
+	system "install_name_tool ${changeline} ${destroot}${prefix}/sbin/smbd"
+	system "install_name_tool ${changeline} ${destroot}${prefix}/sbin/swat"
 }
 
 livecheck.type	regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110228/c9b9a0b8/attachment.html>


More information about the macports-changes mailing list