[Midnightbsd-cvs] mports [15577] U trunk/www/varnish/files: varnish 3.0.4
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Nov 13 20:38:26 EST 2013
Revision: 15577
http://svnweb.midnightbsd.org/mports/?rev=15577
Author: laffer1
Date: 2013-11-13 20:38:25 -0500 (Wed, 13 Nov 2013)
Log Message:
-----------
varnish 3.0.4
Modified Paths:
--------------
trunk/www/varnish/Makefile
trunk/www/varnish/distinfo
trunk/www/varnish/files/patch-configure.ac
Property Changed:
----------------
trunk/www/varnish/files/bug-1201.patch
trunk/www/varnish/files/no-inet6.patch
trunk/www/varnish/files/patch-bug-1202
trunk/www/varnish/files/patch-configure.ac
trunk/www/varnish/files/patch-digest
trunk/www/varnish/files/pkg-message.in
trunk/www/varnish/files/varnishd.in
trunk/www/varnish/files/varnishlog.in
trunk/www/varnish/files/varnishncsa.in
Modified: trunk/www/varnish/Makefile
===================================================================
--- trunk/www/varnish/Makefile 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/Makefile 2013-11-14 01:38:25 UTC (rev 15577)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= varnish
-PORTVERSION= 3.0.3
+PORTVERSION= 3.0.4
CATEGORIES= www
MASTER_SITES= http://repo.varnish-cache.org/source/
@@ -18,7 +18,7 @@
CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests
CONFIGURE_ENV= RST2MAN=true
USE_LDCONFIG= yes
-USE_GNOME= pkgconfig
+USES= pkgconfig
USE_AUTOTOOLS= aclocal libtool libtoolize automake autoconf
ACLOCAL_ARGS= -I m4
LIBTOOLFLAGS= --copy --force --disable-static
@@ -35,7 +35,6 @@
BAD_TESTS+= r00832
EXTRA_PATCHES+= ${FILESDIR}/no-inet6.patch
.endif
-MAKE_JOBS_SAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
Modified: trunk/www/varnish/distinfo
===================================================================
--- trunk/www/varnish/distinfo 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/distinfo 2013-11-14 01:38:25 UTC (rev 15577)
@@ -1,2 +1,2 @@
-SHA256 (varnish-3.0.3.tar.gz) = 2d37d18d952f58b208ac3a0706d4d3e4c0de304b1fcc9df5019571c75f148ab2
-SIZE (varnish-3.0.3.tar.gz) = 2070020
+SHA256 (varnish-3.0.4.tar.gz) = 4e044ccb5c76222bddf89c808f13ea8f66977972675aecb48a920f6800ad0f79
+SIZE (varnish-3.0.4.tar.gz) = 2081361
Index: trunk/www/varnish/files/bug-1201.patch
===================================================================
--- trunk/www/varnish/files/bug-1201.patch 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/files/bug-1201.patch 2013-11-14 01:38:25 UTC (rev 15577)
Property changes on: trunk/www/varnish/files/bug-1201.patch
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/www/varnish/files/no-inet6.patch
===================================================================
--- trunk/www/varnish/files/no-inet6.patch 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/files/no-inet6.patch 2013-11-14 01:38:25 UTC (rev 15577)
Property changes on: trunk/www/varnish/files/no-inet6.patch
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/www/varnish/files/patch-bug-1202
===================================================================
--- trunk/www/varnish/files/patch-bug-1202 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/files/patch-bug-1202 2013-11-14 01:38:25 UTC (rev 15577)
Property changes on: trunk/www/varnish/files/patch-bug-1202
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/www/varnish/files/patch-configure.ac
===================================================================
--- trunk/www/varnish/files/patch-configure.ac 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/files/patch-configure.ac 2013-11-14 01:38:25 UTC (rev 15577)
@@ -1,42 +1,28 @@
---- configure.ac.orig 2012-08-20 11:20:40.000000000 +0200
-+++ configure.ac 2012-09-03 23:05:28.000000000 +0200
-@@ -147,17 +147,30 @@
+--- configure.ac.orig 2013-06-14 10:39:32.000000000 +0200
++++ configure.ac 2013-09-04 22:58:56.000000000 +0200
+@@ -147,9 +147,22 @@
AC_SUBST(PCRE_CFLAGS)
AC_SUBST(PCRE_LIBS)
-PKG_CHECK_MODULES([LIBEDIT], [libedit],
- [AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])],
-- [AC_CHECK_HEADERS([readline/readline.h])
-- AC_CHECK_HEADERS([edit/readline/readline.h])
-- AC_CHECK_LIB(edit, el_init,
-- [ AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])
+- [AX_LIB_READLINE])
+case $target in
+*-*-freebsd*)
+ AC_CHECK_LIB(edit, el_init,
+ [ AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])
+ AC_DEFINE([HAVE_READLINE_READLINE_H], [1], [Define if we have readline.h])
- LIBEDIT_CFLAGS=""
-- LIBEDIT_LIBS="-ledit ${CURSES_LIBS}"
++ LIBEDIT_CFLAGS=""
+ LIBEDIT_LIBS="-lreadline ${CURSES_LIBS}"
- ],
-- [AC_MSG_WARN([libedit not found, disabling libedit support])],
-- [${CURSES_LIBS}])])
++ ],
+ [AC_MSG_WARN([libedit not found, disabling libedit support])])
+ ;;
+*)
+ PKG_CHECK_MODULES([LIBEDIT], [libedit],
+ [AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])],
-+ [AC_CHECK_HEADERS([readline/readline.h])
-+ AC_CHECK_HEADERS([edit/readline/readline.h])
-+ AC_CHECK_LIB(edit, el_init,
-+ [ AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])
-+ LIBEDIT_CFLAGS=""
-+ LIBEDIT_LIBS="-ledit ${CURSES_LIBS}"
-+ ],
-+ [AC_MSG_WARN([libedit not found, disabling libedit support])],
-+ [${CURSES_LIBS}])])
++ [AX_LIB_READLINE])
+ ;;
+esac
-
- # Checks for header files.
- AC_HEADER_STDC
+ if test "$ac_cv_have_readline" = no; then
+ AC_MSG_ERROR([libedit or readline not found])
+ fi
Property changes on: trunk/www/varnish/files/patch-configure.ac
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/www/varnish/files/patch-digest
===================================================================
--- trunk/www/varnish/files/patch-digest 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/files/patch-digest 2013-11-14 01:38:25 UTC (rev 15577)
Property changes on: trunk/www/varnish/files/patch-digest
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/www/varnish/files/pkg-message.in
===================================================================
--- trunk/www/varnish/files/pkg-message.in 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/files/pkg-message.in 2013-11-14 01:38:25 UTC (rev 15577)
Property changes on: trunk/www/varnish/files/pkg-message.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/www/varnish/files/varnishd.in
===================================================================
--- trunk/www/varnish/files/varnishd.in 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/files/varnishd.in 2013-11-14 01:38:25 UTC (rev 15577)
Property changes on: trunk/www/varnish/files/varnishd.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/www/varnish/files/varnishlog.in
===================================================================
--- trunk/www/varnish/files/varnishlog.in 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/files/varnishlog.in 2013-11-14 01:38:25 UTC (rev 15577)
Property changes on: trunk/www/varnish/files/varnishlog.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/www/varnish/files/varnishncsa.in
===================================================================
--- trunk/www/varnish/files/varnishncsa.in 2013-11-09 16:46:42 UTC (rev 15576)
+++ trunk/www/varnish/files/varnishncsa.in 2013-11-14 01:38:25 UTC (rev 15577)
Property changes on: trunk/www/varnish/files/varnishncsa.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list