[Midnightbsd-cvs] mports [17314] libev 4.15
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 15 20:33:16 EDT 2014
Revision: 17314
http://svnweb.midnightbsd.org/mports/?rev=17314
Author: laffer1
Date: 2014-09-15 20:33:14 -0400 (Mon, 15 Sep 2014)
Log Message:
-----------
libev 4.15
Modified Paths:
--------------
trunk/devel/libev/Makefile
trunk/devel/libev/distinfo
trunk/devel/libev/files/patch-configure
trunk/devel/libev/pkg-plist
Property Changed:
----------------
trunk/devel/libev/files/libev.pc.in
trunk/devel/libev/files/patch-Makefile.in
trunk/devel/libev/files/patch-configure
trunk/devel/libev/files/patch-ev.c
Modified: trunk/devel/libev/Makefile
===================================================================
--- trunk/devel/libev/Makefile 2014-09-16 00:30:54 UTC (rev 17313)
+++ trunk/devel/libev/Makefile 2014-09-16 00:33:14 UTC (rev 17314)
@@ -1,21 +1,21 @@
# $MidnightBSD$
PORTNAME= libev
-PORTVERSION= 4.04
+PORTVERSION= 4.15
CATEGORIES= devel
MASTER_SITES= http://dist.schmorp.de/libev/ \
http://dist.schmorp.de/libev/Attic/
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A full-featured and high-performance event loop library
+COMMENT= Full-featured and high-performance event loop library
+
LICENSE= bsd2
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool pkgconfig
USE_LDCONFIG= yes
-USE_GNOME= pkgconfig
-MAN3= ev.3
-
PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig
post-patch:
Modified: trunk/devel/libev/distinfo
===================================================================
--- trunk/devel/libev/distinfo 2014-09-16 00:30:54 UTC (rev 17313)
+++ trunk/devel/libev/distinfo 2014-09-16 00:33:14 UTC (rev 17314)
@@ -1,3 +1,2 @@
-SHA256 (libev-4.04.tar.gz) = ab3a09e967e3b868055cd9363fd236aa093f8643d19cc7042e90e0dfe905b012
-RMD160 (libev-4.04.tar.gz) = cd82228834c51cf152a0214b77a57b0359aead7b
-SIZE (libev-4.04.tar.gz) = 471713
+SHA256 (libev-4.15.tar.gz) = b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb
+SIZE (libev-4.15.tar.gz) = 513919
Index: trunk/devel/libev/files/libev.pc.in
===================================================================
--- trunk/devel/libev/files/libev.pc.in 2014-09-16 00:30:54 UTC (rev 17313)
+++ trunk/devel/libev/files/libev.pc.in 2014-09-16 00:33:14 UTC (rev 17314)
Property changes on: trunk/devel/libev/files/libev.pc.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/devel/libev/files/patch-Makefile.in
===================================================================
--- trunk/devel/libev/files/patch-Makefile.in 2014-09-16 00:30:54 UTC (rev 17313)
+++ trunk/devel/libev/files/patch-Makefile.in 2014-09-16 00:33:14 UTC (rev 17314)
Property changes on: trunk/devel/libev/files/patch-Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/devel/libev/files/patch-configure
===================================================================
--- trunk/devel/libev/files/patch-configure 2014-09-16 00:30:54 UTC (rev 17313)
+++ trunk/devel/libev/files/patch-configure 2014-09-16 00:33:14 UTC (rev 17314)
@@ -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
Property changes on: trunk/devel/libev/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Index: trunk/devel/libev/files/patch-ev.c
===================================================================
--- trunk/devel/libev/files/patch-ev.c 2014-09-16 00:30:54 UTC (rev 17313)
+++ trunk/devel/libev/files/patch-ev.c 2014-09-16 00:33:14 UTC (rev 17314)
Property changes on: trunk/devel/libev/files/patch-ev.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/devel/libev/pkg-plist
===================================================================
--- trunk/devel/libev/pkg-plist 2014-09-16 00:30:54 UTC (rev 17313)
+++ trunk/devel/libev/pkg-plist 2014-09-16 00:33:14 UTC (rev 17314)
@@ -1,7 +1,7 @@
lib/libev.a
-lib/libev.la
lib/libev.so
lib/libev.so.4
libdata/pkgconfig/libev.pc
include/ev.h
include/ev++.h
+man/man3/ev.3.gz
More information about the Midnightbsd-cvs
mailing list