diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2012-06-08 00:39:18 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2012-06-08 00:39:18 +0800 |
commit | ddbb4ead3fef95b26bc1cca8753d7b770559e465 (patch) | |
tree | 9e245f726fda86fcb91922b7e20e6794e8082939 /devel/libev | |
parent | e4adcaf4e075c5ca2664f0f7425b80b278cb08b6 (diff) | |
download | freebsd-ports-gnome-ddbb4ead3fef95b26bc1cca8753d7b770559e465.tar.gz freebsd-ports-gnome-ddbb4ead3fef95b26bc1cca8753d7b770559e465.tar.zst freebsd-ports-gnome-ddbb4ead3fef95b26bc1cca8753d7b770559e465.zip |
Update to 4.11.
Suggested by: osa
Diffstat (limited to 'devel/libev')
-rw-r--r-- | devel/libev/Makefile | 3 | ||||
-rw-r--r-- | devel/libev/distinfo | 4 | ||||
-rw-r--r-- | devel/libev/files/patch-configure | 21 |
3 files changed, 14 insertions, 14 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile index a1c54691c706..df34857ce299 100644 --- a/devel/libev/Makefile +++ b/devel/libev/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libev -PORTVERSION= 4.04 -PORTREVISION= 1 +PORTVERSION= 4.11 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://dist.schmorp.de/libev/ \ diff --git a/devel/libev/distinfo b/devel/libev/distinfo index e36a85846a04..a4224e8ec9fd 100644 --- a/devel/libev/distinfo +++ b/devel/libev/distinfo @@ -1,2 +1,2 @@ -SHA256 (libev-4.04.tar.gz) = ab3a09e967e3b868055cd9363fd236aa093f8643d19cc7042e90e0dfe905b012 -SIZE (libev-4.04.tar.gz) = 471713 +SHA256 (libev-4.11.tar.gz) = 9f55f16ff6e4d60a1b1fa7f4962af69768468f0d7c362aab6387f52020938cdf +SIZE (libev-4.11.tar.gz) = 484766 diff --git a/devel/libev/files/patch-configure b/devel/libev/files/patch-configure index 985565c13e16..8db0ad5b00e6 100644 --- a/devel/libev/files/patch-configure +++ b/devel/libev/files/patch-configure @@ -1,16 +1,17 @@ ---- ./configure.orig 2011-02-16 09:03:29.000000000 +0100 -+++ ./configure 2011-08-19 16:59:46.000000000 +0200 -@@ -10433,13 +10433,6 @@ +--- configure.orig 2012-06-07 20:32:46.000000000 +0400 ++++ configure 2012-06-07 20:33:03.000000000 +0400 +@@ -3810,14 +3810,6 @@ + fi - # Only expand once: - -- --if test "x$GCC" = xyes ; then -- CFLAGS="-O3 $CFLAGS" +-if test -z "$orig_CFLAGS"; then +- if test x$GCC = xyes; then +- CFLAGS="-g -O3" +- fi -fi - - - for ac_header in sys/inotify.h sys/epoll.h sys/event.h port.h poll.h sys/select.h sys/eventfd.h sys/signalfd.h - do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` + case `pwd` in + *\ * | *\ *) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 |