[30544] trunk/dports/x11/xorg-xproto

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 18:41:45 PDT 2007


Revision: 30544
          http://trac.macosforge.org/projects/macports/changeset/30544
Author:   bbyer at macports.org
Date:     2007-10-30 18:41:45 -0700 (Tue, 30 Oct 2007)

Log Message:
-----------
fixed naming issue with patch

Modified Paths:
--------------
    trunk/dports/x11/xorg-xproto/Portfile

Added Paths:
-----------
    trunk/dports/x11/xorg-xproto/files/patch-Xpoll.h.in.diff

Removed Paths:
-------------
    trunk/dports/x11/xorg-xproto/files/patch-Xpoll.h.in

Modified: trunk/dports/x11/xorg-xproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xproto/Portfile	2007-10-31 01:17:08 UTC (rev 30543)
+++ trunk/dports/x11/xorg-xproto/Portfile	2007-10-31 01:41:45 UTC (rev 30544)
@@ -21,7 +21,7 @@
             sha1 61dd55a4fa98d256ce27c2824c0beec94613cee9 \
             rmd160 9557b9646df7155977bfa64bf7d6eb1c73ec42a2
 
-patchfiles  patch-Xpoll.h.in
+patchfiles  patch-Xpoll.h.in.diff
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}

Deleted: trunk/dports/x11/xorg-xproto/files/patch-Xpoll.h.in
===================================================================
--- trunk/dports/x11/xorg-xproto/files/patch-Xpoll.h.in	2007-10-31 01:17:08 UTC (rev 30543)
+++ trunk/dports/x11/xorg-xproto/files/patch-Xpoll.h.in	2007-10-31 01:41:45 UTC (rev 30544)
@@ -1,11 +0,0 @@
---- Xpoll.h.in.orig	2007-10-16 20:45:03.000000000 +0200
-+++ Xpoll.h.in	2007-10-16 20:46:23.000000000 +0200
-@@ -91,7 +91,7 @@
- 
- #ifdef CSRG_BASED
- #include <sys/param.h>
--# if BSD < 199103
-+# if BSD < 199103 || defined(__APPLE__)
- typedef long fd_mask;
- # endif
- #endif

Copied: trunk/dports/x11/xorg-xproto/files/patch-Xpoll.h.in.diff (from rev 30543, trunk/dports/x11/xorg-xproto/files/patch-Xpoll.h.in)
===================================================================
--- trunk/dports/x11/xorg-xproto/files/patch-Xpoll.h.in.diff	                        (rev 0)
+++ trunk/dports/x11/xorg-xproto/files/patch-Xpoll.h.in.diff	2007-10-31 01:41:45 UTC (rev 30544)
@@ -0,0 +1,11 @@
+--- Xpoll.h.in.orig	2007-10-16 20:45:03.000000000 +0200
++++ Xpoll.h.in	2007-10-16 20:46:23.000000000 +0200
+@@ -91,7 +91,7 @@
+ 
+ #ifdef CSRG_BASED
+ #include <sys/param.h>
+-# if BSD < 199103
++# if BSD < 199103 || defined(__APPLE__)
+ typedef long fd_mask;
+ # endif
+ #endif

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


More information about the macports-changes mailing list