[33826] trunk/dports/sysutils/dpkg

afb at macports.org afb at macports.org
Wed Feb 6 05:17:48 PST 2008


Revision: 33826
          http://trac.macosforge.org/projects/macports/changeset/33826
Author:   afb at macports.org
Date:     2008-02-06 05:17:08 -0800 (Wed, 06 Feb 2008)

Log Message:
-----------
fix build on leopard (#13201, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/sysutils/dpkg/Portfile
    trunk/dports/sysutils/dpkg/files/patch-utils_start-stop-daemon.c

Modified: trunk/dports/sysutils/dpkg/Portfile
===================================================================
--- trunk/dports/sysutils/dpkg/Portfile	2008-02-06 12:47:40 UTC (rev 33825)
+++ trunk/dports/sysutils/dpkg/Portfile	2008-02-06 13:17:08 UTC (rev 33826)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name			dpkg
 version			1.10.28
+revision		1
 platforms		darwin freebsd
 categories		sysutils archivers
 maintainers		landonf at macports.org

Modified: trunk/dports/sysutils/dpkg/files/patch-utils_start-stop-daemon.c
===================================================================
--- trunk/dports/sysutils/dpkg/files/patch-utils_start-stop-daemon.c	2008-02-06 12:47:40 UTC (rev 33825)
+++ trunk/dports/sysutils/dpkg/files/patch-utils_start-stop-daemon.c	2008-02-06 13:17:08 UTC (rev 33826)
@@ -18,6 +18,16 @@
  #include <sys/param.h>
  #include <sys/user.h>
  #include <sys/proc.h>
+@@ -58,7 +58,9 @@
+ #include <sys/types.h>
+  
+ #include <err.h>
++#if !defined(OSDarwin)
+ #include <kvm.h>
++#endif
+ #include <limits.h>
+ #endif
+ 
 @@ -723,11 +725,12 @@
  {
  #if defined(OSLinux) || defined(OShpux)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080206/83516c6f/attachment.html


More information about the macports-changes mailing list