[57678] trunk/dports/devel/mcpp

blair at macports.org blair at macports.org
Mon Sep 14 14:34:35 PDT 2009


Revision: 57678
          http://trac.macports.org/changeset/57678
Author:   blair at macports.org
Date:     2009-09-14 14:34:34 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
Fix #21275.

Modified Paths:
--------------
    trunk/dports/devel/mcpp/Portfile

Added Paths:
-----------
    trunk/dports/devel/mcpp/files/patch-src__system.H

Modified: trunk/dports/devel/mcpp/Portfile
===================================================================
--- trunk/dports/devel/mcpp/Portfile	2009-09-14 21:13:36 UTC (rev 57677)
+++ trunk/dports/devel/mcpp/Portfile	2009-09-14 21:34:34 UTC (rev 57678)
@@ -4,7 +4,7 @@
 
 name                mcpp
 version             2.7.2
-revision            2
+revision            3
 categories          devel
 platforms           darwin
 maintainers         blair openmaintainer
@@ -25,6 +25,7 @@
 checksums           md5 512de48c87ab023a69250edc7a0c7b05 \
                     sha1 703356b7c2cd30d7fb6000625bf3ccc2eb977ecb
 patchfiles          patch-src__internal.H \
+                    patch-src__system.H \
                     fix-core-dumps.patch
 configure.args-append --enable-mcpplib --mandir=${prefix}/share/man
 # +universal: Install universal binary of mcpp for i386 and ppc.

Added: trunk/dports/devel/mcpp/files/patch-src__system.H
===================================================================
--- trunk/dports/devel/mcpp/files/patch-src__system.H	                        (rev 0)
+++ trunk/dports/devel/mcpp/files/patch-src__system.H	2009-09-14 21:34:34 UTC (rev 57678)
@@ -0,0 +1,11 @@
+--- src/system.H	2008-02-27 14:26:31.000000000 +0100
++++ src/system.H.patched	2009-09-10 17:17:35.000000000 +0200
+@@ -284,7 +284,7 @@
+ #define PRESTD_RESCAN_LIMIT 0x100
+ #endif
+ #ifndef NBUFF
+-#define NBUFF               0x10000     /* Must be NWORK <= NBUFF   */
++#define NBUFF               0x40000     /* Must be NWORK <= NBUFF   */
+ #endif
+ #ifndef NWORK
+ #define NWORK               NBUFF       /* 0x1000, 0x4000, 0x10000, ..  */


Property changes on: trunk/dports/devel/mcpp/files/patch-src__system.H
___________________________________________________________________
Added: svn:keywords
   + HeadURL Id LastChangedBy LastChangedDate LastChangedRevision
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090914/f4755362/attachment.html>


More information about the macports-changes mailing list