[35247] trunk/dports/net/heimdal/Portfile

landonf at macports.org landonf at macports.org
Fri Mar 21 21:45:57 PDT 2008


Revision: 35247
          http://trac.macosforge.org/projects/macports/changeset/35247
Author:   landonf at macports.org
Date:     2008-03-21 21:45:53 -0700 (Fri, 21 Mar 2008)

Log Message:
-----------
Put heimdal in a seperate prefix. No other ports depend on it, it conflicts with the system kerberos.
Shame, since it's so much nicer than the included MIT kerberos.

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

Modified: trunk/dports/net/heimdal/Portfile
===================================================================
--- trunk/dports/net/heimdal/Portfile	2008-03-21 23:36:54 UTC (rev 35246)
+++ trunk/dports/net/heimdal/Portfile	2008-03-22 04:45:53 UTC (rev 35247)
@@ -4,6 +4,7 @@
 
 name		heimdal
 version		1.1
+revision	1
 categories	net security
 maintainers	landonf at macports.org
 platforms	darwin
@@ -25,8 +26,10 @@
 checksums	md5 7892e97b346534cc9afeeee461fe3bab \
 		sha1 64ddb2a2c47f732b2d9bbf2621062eaffa32e10f
 
-configure.args	--sysconfdir=${prefix}/etc --enable-shared \
-		--infodir=${prefix}/share/info --mandir=${prefix}/share/man \
+# Use a seperate prefix to avoid conflicts with the system kerberos headers
+# and libraries.
+configure.args	--prefix=${prefix}/heimdal \
+		--sysconfdir=${prefix}/etc --enable-shared \
 		--enable-static --without-x
 
 test.run	yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080321/407ad8ff/attachment-0001.html 


More information about the macports-changes mailing list