pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/librelp



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Apr 21 12:49:10 UTC 2017

Modified Files:
        pkgsrc/devel/librelp: Makefile distinfo

Log Message:
Update devel/librelp to 1.2.13.

- make build under BSD
- bugfix: duplicated lines after server reconnect


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/librelp/Makefile \
    pkgsrc/devel/librelp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/librelp/Makefile
diff -u pkgsrc/devel/librelp/Makefile:1.1 pkgsrc/devel/librelp/Makefile:1.2
--- pkgsrc/devel/librelp/Makefile:1.1   Mon Feb 13 18:33:24 2017
+++ pkgsrc/devel/librelp/Makefile       Fri Apr 21 12:49:10 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/02/13 18:33:24 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/21 12:49:10 fhajny Exp $
 
-DISTNAME=      librelp-1.2.12
+DISTNAME=      librelp-1.2.13
 CATEGORIES=    devel
 MASTER_SITES=  http://download.rsyslog.com/librelp/
 
@@ -13,6 +13,10 @@ GNU_CONFIGURE=       yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
+CONFIGURE_ARGS.SunOS+= ac_cv_func_epoll_create1=no
+CONFIGURE_ARGS.SunOS+= ac_cv_func_epoll_create=no
+CONFIGURE_ARGS.SunOS+= ac_cv_header_sys_epoll_h=no
+
 PKGCONFIG_OVERRIDE+=   relp.pc.in
 
 .include "../../security/gnutls/buildlink3.mk"
Index: pkgsrc/devel/librelp/distinfo
diff -u pkgsrc/devel/librelp/distinfo:1.1 pkgsrc/devel/librelp/distinfo:1.2
--- pkgsrc/devel/librelp/distinfo:1.1   Mon Feb 13 18:33:24 2017
+++ pkgsrc/devel/librelp/distinfo       Fri Apr 21 12:49:10 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/02/13 18:33:24 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2017/04/21 12:49:10 fhajny Exp $
 
-SHA1 (librelp-1.2.12.tar.gz) = 7582992279eb63012e44208813a672a586b5ab55
-RMD160 (librelp-1.2.12.tar.gz) = de4ce5d7e0faed845d1398e3f90d0ee042419644
-SHA512 (librelp-1.2.12.tar.gz) = bfc38882404e06c047bdabd203d71beba67bc5a717d2d6733863f15f0a3a09b4a792a628a1653c102c828fde7ff67cc8ade637de785399ab48a68605b23a72ed
-Size (librelp-1.2.12.tar.gz) = 437945 bytes
+SHA1 (librelp-1.2.13.tar.gz) = c54fd06bed925f125d020575399a36fb56bb7838
+RMD160 (librelp-1.2.13.tar.gz) = 5677a7fd2b0baead1cfb63537df48834a3022ebb
+SHA512 (librelp-1.2.13.tar.gz) = 62d22998711ed82f30a1fce7c6b25dca514717c513d5833ce9ea6951d20f6922787213285be710c30fd28fd80d07ee9313f92cc7e09531ca8ac5e12627dbc868
+Size (librelp-1.2.13.tar.gz) = 437877 bytes
 SHA1 (patch-src_tcp.c) = 088973b11f649f6815ccf9c734f89763d520c25b



Home | Main Index | Thread Index | Old Index