Update to the latest git snapshot, dated Jun-28-2015
Tested by me and kirby@ with ownCloud and Seafile OK kirby@ (maintainer)
This commit is contained in:
parent
4f110bb894
commit
64168a8ee4
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2014/11/06 13:11:28 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/07/02 16:33:04 dcoppa Exp $
|
||||
|
||||
COMMENT = kevent based inotify
|
||||
|
||||
DISTNAME = libinotify-20141104
|
||||
DISTNAME = libinotify-20150628
|
||||
|
||||
SHARED_LIBS = inotify 0.0
|
||||
SHARED_LIBS = inotify 1.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -15,8 +15,9 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB = pthread
|
||||
|
||||
MASTER_SITES = https://distfiles.bsdfrog.org/
|
||||
WRKDIST = ${WRKDIR}/dmatveev-libinotify-kqueue-eb214de
|
||||
MASTER_SITES = http://www.linklevel.net/distfiles/ \
|
||||
https://distfiles.bsdfrog.org/
|
||||
WRKDIST = ${WRKDIR}/dmatveev-libinotify-kqueue-b41b7ee
|
||||
|
||||
BUILD_DEPENDS = devel/libtool \
|
||||
${MODGNU_AUTOCONF_DEPENDS} \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libinotify-20141104.tar.gz) = A/nKIkp7vdW5qVr82F30cW6D/yIO3lVZF1/pHH8JI8U=
|
||||
SIZE (libinotify-20141104.tar.gz) = 34508
|
||||
SHA256 (libinotify-20150628.tar.gz) = RKVZNRvzs/pgg9ZyZaIBuwoKmoRWs30hLrV7o/dYW3c=
|
||||
SIZE (libinotify-20150628.tar.gz) = 57673
|
||||
|
15
devel/libinotify/patches/patch-Makefile_am
Normal file
15
devel/libinotify/patches/patch-Makefile_am
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-Makefile_am,v 1.3 2015/07/02 16:33:04 dcoppa Exp $
|
||||
|
||||
Unbreak separate build
|
||||
|
||||
--- Makefile.am.orig Thu Jul 2 09:32:47 2015
|
||||
+++ Makefile.am Thu Jul 2 09:33:08 2015
|
||||
@@ -41,7 +41,7 @@ libinotify_la_SOURCES += compat/fstatat.c
|
||||
endif
|
||||
|
||||
libinotify_la_CFLAGS = -I. -DNDEBUG @PTHREAD_CFLAGS@
|
||||
-libinotify_la_LDFLAGS = @PTHREAD_LIBS@ -export-symbols libinotify.sym
|
||||
+libinotify_la_LDFLAGS = @PTHREAD_LIBS@ -export-symbols $(top_srcdir)/libinotify.sym
|
||||
endif
|
||||
|
||||
############################################################
|
15
devel/libinotify/patches/patch-tests_symlink_test_cc
Normal file
15
devel/libinotify/patches/patch-tests_symlink_test_cc
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-tests_symlink_test_cc,v 1.1 2015/07/02 16:33:04 dcoppa Exp $
|
||||
|
||||
XXX: OpenBSD does not support changing the timestamp of a symlink
|
||||
|
||||
--- tests/symlink_test.cc.orig Thu Jul 2 09:22:39 2015
|
||||
+++ tests/symlink_test.cc Thu Jul 2 09:22:53 2015
|
||||
@@ -209,7 +209,7 @@ void symlink_test::run ()
|
||||
cons.output.reset ();
|
||||
cons.input.receive ();
|
||||
|
||||
- system ("touch -h slt-wd3/baz");
|
||||
+ system ("touch slt-wd3/baz");
|
||||
|
||||
cons.output.wait ();
|
||||
received = cons.output.registered ();
|
Loading…
x
Reference in New Issue
Block a user