[68834] trunk/dports/net/openload

ryandesign at macports.org ryandesign at macports.org
Tue Jun 15 01:09:33 PDT 2010


Revision: 68834
          http://trac.macports.org/changeset/68834
Author:   ryandesign at macports.org
Date:     2010-06-15 01:09:27 -0700 (Tue, 15 Jun 2010)
Log Message:
-----------
openload: fixed compilation on Snow Leopard; see #25262

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

Added Paths:
-----------
    trunk/dports/net/openload/files/
    trunk/dports/net/openload/files/patch-src-tmplchunk.h.diff

Modified: trunk/dports/net/openload/Portfile
===================================================================
--- trunk/dports/net/openload/Portfile	2010-06-15 08:00:52 UTC (rev 68833)
+++ trunk/dports/net/openload/Portfile	2010-06-15 08:09:27 UTC (rev 68834)
@@ -4,6 +4,7 @@
 
 name                openload
 version             0.1.2
+revision            1
 categories          net
 maintainers         gmail.com:smibrahim
 description         Load testing of web applications.
@@ -19,6 +20,8 @@
                     sha1 2a425a362fc94a7e81dd96036600236f60bd79ec \
                     rmd160 830a8214795e8e3f7ad9ecc3480eee64f4aeda17
 
+patchfiles          patch-src-tmplchunk.h.diff
+
 post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \

Added: trunk/dports/net/openload/files/patch-src-tmplchunk.h.diff
===================================================================
--- trunk/dports/net/openload/files/patch-src-tmplchunk.h.diff	                        (rev 0)
+++ trunk/dports/net/openload/files/patch-src-tmplchunk.h.diff	2010-06-15 08:09:27 UTC (rev 68834)
@@ -0,0 +1,11 @@
+--- src/tmplchunk.h.orig	2001-06-25 20:00:25.000000000 +0700
++++ src/tmplchunk.h	2010-06-15 12:58:31.000000000 +0600
+@@ -31,7 +31,7 @@
+     void Append(CTmplChunk*& pStart, CTmplChunk*& pEnd);
+     /** verifies this chunk against the data given by pos and parm.
+      *  pos is incremented by the length of the chunk */
+-    virtual int CTmplChunk::Verify(const char*& pos, const char* parm);
++    virtual int Verify(const char*& pos, const char* parm);
+     /** dump the chunk list */
+     virtual void Dump();
+ public: // Public attributes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100615/4fde955f/attachment.html>


More information about the macports-changes mailing list