[24485] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 25 15:13:31 PDT 2007


Revision: 24485
          http://trac.macosforge.org/projects/macports/changeset/24485
Author:   pmq at macports.org
Date:     2007-04-25 15:13:31 -0700 (Wed, 25 Apr 2007)

Log Message:
-----------
New port: varnish-1.0.3.

Added Paths:
-----------
    trunk/dports/www/varnish/
    trunk/dports/www/varnish/Portfile
    trunk/dports/www/varnish/files/
    trunk/dports/www/varnish/files/clockgettime_glibtool.patch

Added: trunk/dports/www/varnish/Portfile
===================================================================
--- trunk/dports/www/varnish/Portfile	                        (rev 0)
+++ trunk/dports/www/varnish/Portfile	2007-04-25 22:13:31 UTC (rev 24485)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem	      1.0
+
+name		      varnish
+version		      1.0.3
+categories	      www
+maintainers	      pmq at macports.org
+
+description	      Varnish is a state-of-the-art, high-performance HTTP accelerator
+long_description      Varnish was written from the ground up to be a high \
+		      performance caching reverse proxy.
+
+homepage	      http://www.varnish-cache.org
+master_sites	      sourceforge
+
+checksums	      sha1 f9c34cf635a1f58178bee25e7042eba6f72376a0 \
+                      rmd160 f7c827a497c50a2d3e51915b4e007e16c9cad5d6
+
+depends_lib-append    bin:gcc:gcc40
+patchfiles	      clockgettime_glibtool.patch


Property changes on: trunk/dports/www/varnish/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

Added: trunk/dports/www/varnish/files/clockgettime_glibtool.patch
===================================================================
--- trunk/dports/www/varnish/files/clockgettime_glibtool.patch	                        (rev 0)
+++ trunk/dports/www/varnish/files/clockgettime_glibtool.patch	2007-04-25 22:13:31 UTC (rev 24485)
@@ -0,0 +1,28 @@
+Index: bin/varnishd/cache_backend.c
+===================================================================
+--- bin/varnishd/cache_backend.c	(revision 1367)
++++ bin/varnishd/cache_backend.c	(working copy)
+@@ -48,6 +48,10 @@
+ #include <sys/select.h>
+ #include <sys/ioctl.h>
+ 
++#ifndef HAVE_CLOCK_GETTIME
++#include "compat/clock_gettime.h"
++#endif
++
+ #include "heritage.h"
+ #include "shmlog.h"
+ #include "cache.h"
+Index: autogen.sh
+===================================================================
+--- autogen.sh	(revision 1367)
++++ autogen.sh	(working copy)
+@@ -28,7 +28,7 @@
+ set -ex
+ 
+ aclocal ${FIX_BROKEN_FREEBSD_PORTS}
+-libtoolize --copy --force
++glibtoolize --copy --force
+ autoheader
+ automake --add-missing --copy --foreign
+ autoconf

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


More information about the macports-changes mailing list