Hi all,

The diff below updates devel/libev to the latest version.

While here, I've merged PFRAG.shared into PLIST.

Ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/libev/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile    21 Mar 2013 08:45:15 -0000      1.12
+++ Makefile    23 Apr 2013 11:15:37 -0000
@@ -2,13 +2,12 @@
 
 COMMENT =      high-performance event loop library
 
-DISTNAME =     libev-4.11
-REVISION =     0
+DISTNAME =     libev-4.15
 CATEGORIES =   devel
 
 MAINTAINER =   David Coppa <dco...@openbsd.org>
 
-SHARED_LIBS=   ev 3.0 # 4.0
+SHARED_LIBS=   ev 3.1 # 4.0
 
 HOMEPAGE =     http://software.schmorp.de/pkg/libev.html
 MASTER_SITES = http://dist.schmorp.de/libev/ \
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/libev/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo    21 Aug 2012 13:22:50 -0000      1.6
+++ distinfo    23 Apr 2013 11:15:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (libev-4.11.tar.gz) = n1Xxb/bk1gobH6f0lir2l2hGjw18NiqrY4f1ICCTjN8=
-SIZE (libev-4.11.tar.gz) = 484766
+SHA256 (libev-4.15.tar.gz) = st1DoHNVb1NQy+0Ftu9ETcxLVj9OCxAJ179EgmFgb+s=
+SIZE (libev-4.15.tar.gz) = 513919
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/devel/libev/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in   22 Feb 2012 10:50:47 -0000      1.3
+++ patches/patch-Makefile_in   23 Apr 2013 11:15:37 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.3 2012/02/22 10:50:47 dcoppa Exp $
---- Makefile.in.orig   Sat Feb  4 20:09:41 2012
-+++ Makefile.in        Wed Feb 22 10:49:15 2012
-@@ -233,9 +233,9 @@ EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
+--- Makefile.in.orig   Fri Mar  1 12:10:35 2013
++++ Makefile.in        Tue Apr 23 08:54:04 2013
+@@ -267,9 +267,9 @@ EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
             ev.3 ev.pod Symbols.ev Symbols.event
  
  man_MANS = ev.3
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/devel/libev/patches/patch-configure,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-configure
--- patches/patch-configure     22 Feb 2012 10:50:47 -0000      1.3
+++ patches/patch-configure     23 Apr 2013 11:15:37 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.3 2012/02/22 10:50:47 dcoppa Exp $
---- configure.orig     Wed Feb 22 10:49:46 2012
-+++ configure  Wed Feb 22 10:50:17 2012
-@@ -3811,11 +3811,6 @@ fi
+--- configure.orig     Fri Mar  1 12:10:34 2013
++++ configure  Tue Apr 23 08:54:04 2013
+@@ -3708,11 +3708,6 @@ fi
  
  
  
Index: patches/patch-ev_c
===================================================================
RCS file: patches/patch-ev_c
diff -N patches/patch-ev_c
--- patches/patch-ev_c  28 Dec 2012 18:27:23 -0000      1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,41 +0,0 @@
-$OpenBSD: patch-ev_c,v 1.4 2012/12/28 18:27:23 dcoppa Exp $
-
-Add support for OpenBSD/alpha and OpenBSD/mips64 (latter from ev.c -r1.412).
-
-Add support for OpenBSD/hppa
-
---- ev.c.orig  Sat Feb  4 20:09:52 2012
-+++ ev.c       Fri Dec 28 19:16:35 2012
-@@ -559,12 +559,12 @@ struct signalfd_siginfo
-   #if ECB_GCC_VERSION(2,5) || defined(__INTEL_COMPILER) || (__llvm__ && 
__GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
-     #if __i386 || __i386__
-       #define ECB_MEMORY_FENCE         __asm__ __volatile__ ("lock; orb $0, 
-1(%%esp)" : : : "memory")
--      #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE /* non-lock xchg 
might be enough */
--      #define ECB_MEMORY_FENCE_RELEASE do { } while (0) /* unlikely to change 
in future cpus */
-+      #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : 
"memory")
-+      #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("")
-     #elif __amd64 || __amd64__ || __x86_64 || __x86_64__
-       #define ECB_MEMORY_FENCE         __asm__ __volatile__ ("mfence" : : : 
"memory")
--      #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("lfence" : : : 
"memory")
--      #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("sfence") /* 
play safe - not needed in any current cpu */
-+      #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : 
"memory")
-+      #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("")
-     #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__
-       #define ECB_MEMORY_FENCE         __asm__ __volatile__ ("sync" : : : 
"memory")
-     #elif defined(__ARM_ARCH_6__ ) || defined(__ARM_ARCH_6J__ ) \
-@@ -579,6 +579,15 @@ struct signalfd_siginfo
-       #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("membar 
#LoadStore |             #StoreStore")
-     #elif defined(__s390__) || defined(__s390x__)
-       #define ECB_MEMORY_FENCE         __asm__ __volatile__ ("bcr 15,0" : : : 
"memory")
-+    #elif defined(__mips__)
-+      #define ECB_MEMORY_FENCE         __asm__ __volatile__ ("sync" : : : 
"memory")
-+    #elif defined(__alpha__)
-+      #define ECB_MEMORY_FENCE         __asm__ __volatile__ ("mb" : : : 
"memory")
-+    #elif defined(__hppa__)
-+      #define ECB_MEMORY_FENCE         __asm__ __volatile__ ("" : : : 
"memory")
-+      #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("")
-+    #elif defined(__ia64__)
-+      #define ECB_MEMORY_FENCE         __asm__ __volatile__ ("mf" : : : 
"memory")
-     #endif
-   #endif
- #endif
Index: pkg/PFRAG.shared
===================================================================
RCS file: pkg/PFRAG.shared
diff -N pkg/PFRAG.shared
--- pkg/PFRAG.shared    2 Sep 2009 19:19:43 -0000       1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/09/02 19:19:43 landry Exp $
-@lib lib/libev.so.${LIBev_VERSION}
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/libev/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- pkg/PLIST   14 Sep 2009 15:53:09 -0000      1.2
+++ pkg/PLIST   23 Apr 2013 11:15:37 -0000
@@ -1,7 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.2 2009/09/14 15:53:09 landry Exp $
-%%SHARED%%
 include/ev++.h
 include/ev.h
 lib/libev.a
 lib/libev.la
+@lib lib/libev.so.${LIBev_VERSION}
 @man man/man3/ev.3

Reply via email to