[51045] trunk/dports/net/heimdal

devans at macports.org devans at macports.org
Sat May 16 13:37:59 PDT 2009


Revision: 51045
          http://trac.macports.org/changeset/51045
Author:   devans at macports.org
Date:     2009-05-16 13:37:59 -0700 (Sat, 16 May 2009)
Log Message:
-----------
heimdal: add patch to define ASL_KEY_FACILITY for tiger builds.  Closes #17959.

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

Added Paths:
-----------
    trunk/dports/net/heimdal/files/
    trunk/dports/net/heimdal/files/patch-appl-ftp-ftpd-logwtmp.c.diff

Modified: trunk/dports/net/heimdal/Portfile
===================================================================
--- trunk/dports/net/heimdal/Portfile	2009-05-16 19:54:00 UTC (rev 51044)
+++ trunk/dports/net/heimdal/Portfile	2009-05-16 20:37:59 UTC (rev 51045)
@@ -25,6 +25,8 @@
 		sha1 68b013a68bca7d544d29af0f890b9c668ec16936 \
 		rmd160 055e858200e53108ac24760516ff9d58e4fee0d2
 
+patchfiles      patch-appl-ftp-ftpd-logwtmp.c.diff
+
 # Use a separate prefix to avoid conflicts with the system kerberos headers
 # and libraries.
 configure.args	--prefix=${prefix}/heimdal \

Added: trunk/dports/net/heimdal/files/patch-appl-ftp-ftpd-logwtmp.c.diff
===================================================================
--- trunk/dports/net/heimdal/files/patch-appl-ftp-ftpd-logwtmp.c.diff	                        (rev 0)
+++ trunk/dports/net/heimdal/files/patch-appl-ftp-ftpd-logwtmp.c.diff	2009-05-16 20:37:59 UTC (rev 51045)
@@ -0,0 +1,14 @@
+--- appl/ftp/ftpd/logwtmp.c.orig	2009-05-11 21:35:47.000000000 -0700
++++ appl/ftp/ftpd/logwtmp.c	2009-05-11 21:37:29.000000000 -0700
+@@ -73,6 +73,11 @@
+ #endif
+ 
+ #ifdef HAVE_ASL_H
++
++#ifndef ASL_KEY_FACILITY
++#define ASL_KEY_FACILITY "Facility"
++#endif
++
+ static void
+ ftpd_logwtmp_asl(char *line, char *name, char *host)
+ {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090516/3359f71b/attachment.html>


More information about the macports-changes mailing list