[Midnightbsd-cvs] mports [19946] trunk/devel/libinotify/pkg-plist: libinotify 20150516
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 22 17:25:40 EDT 2015
Revision: 19946
http://svnweb.midnightbsd.org/mports/?rev=19946
Author: laffer1
Date: 2015-08-22 17:25:39 -0400 (Sat, 22 Aug 2015)
Log Message:
-----------
libinotify 20150516
Modified Paths:
--------------
trunk/devel/libinotify/Makefile
trunk/devel/libinotify/distinfo
trunk/devel/libinotify/files/Makefile
trunk/devel/libinotify/pkg-plist
Property Changed:
----------------
trunk/devel/libinotify/files/Makefile
Modified: trunk/devel/libinotify/Makefile
===================================================================
--- trunk/devel/libinotify/Makefile 2015-08-22 21:23:25 UTC (rev 19945)
+++ trunk/devel/libinotify/Makefile 2015-08-22 21:25:39 UTC (rev 19946)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= libinotify
-PORTVERSION= 20140622
+PORTVERSION= 20150516
CATEGORIES= devel
MAINTAINER= ports at MidnightBSD.org
@@ -14,10 +14,10 @@
USE_GITHUB= yes
GH_ACCOUNT= dmatveev
GH_PROJECT= libinotify-kqueue
-GH_COMMIT= d775062
+GH_COMMIT= f4a092a
GH_TAGNAME= ${GH_COMMIT}
-WRKSRC= ${WRKDIR}/libinotify-kqueue-d775062
+WRKSRC= ${WRKDIR}/libinotify-kqueue-${GH_COMMIT}
USE_LDCONFIG= yes
@@ -24,5 +24,8 @@
post-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
@${TOUCH} ${WRKSRC}/config.h
+ @echo "#define HAVE_PTHREAD_BARRIER 1" >> ${WRKSRC}/config.h
+ @echo "#define BUILD_LIBRARY 1" >> ${WRKSRC}/config.h
+ @echo "#include <sys/tree.h>" >> ${WRKSRC}/config.h
.include <bsd.port.mk>
Modified: trunk/devel/libinotify/distinfo
===================================================================
--- trunk/devel/libinotify/distinfo 2015-08-22 21:23:25 UTC (rev 19945)
+++ trunk/devel/libinotify/distinfo 2015-08-22 21:25:39 UTC (rev 19946)
@@ -1,2 +1,2 @@
-SHA256 (libinotify-20140622_GH0.tar.gz) = 283e995b815cf7adc169626ab3de1fc5dc6c3eba6de4b009ee3fb239f71ebcf4
-SIZE (libinotify-20140622_GH0.tar.gz) = 33440
+SHA256 (libinotify-20150516_GH0.tar.gz) = ad001b8229e83d379d41c0add348cff97b50c07ce60cf3f78aff86ddd18bdda3
+SIZE (libinotify-20150516_GH0.tar.gz) = 42543
Modified: trunk/devel/libinotify/files/Makefile
===================================================================
--- trunk/devel/libinotify/files/Makefile 2015-08-22 21:23:25 UTC (rev 19945)
+++ trunk/devel/libinotify/files/Makefile 2015-08-22 21:25:39 UTC (rev 19946)
@@ -7,11 +7,12 @@
LDADD= -lpthread
SRCS= utils.c
-SRCS+= barriers.c
+SRCS+= compat.c
SRCS+= conversions.c
SRCS+= dep-list.c
+SRCS+= inotify-watch.c
+SRCS+= watch-set.c
SRCS+= watch.c
-SRCS+= worker-sets.c
SRCS+= worker-thread.c
SRCS+= worker.c
SRCS+= controller.c
Property changes on: trunk/devel/libinotify/files/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/devel/libinotify/pkg-plist
===================================================================
--- trunk/devel/libinotify/pkg-plist 2015-08-22 21:23:25 UTC (rev 19945)
+++ trunk/devel/libinotify/pkg-plist 2015-08-22 21:25:39 UTC (rev 19946)
@@ -1,4 +1,3 @@
include/sys/inotify.h
lib/libinotify.so
lib/libinotify.so.0
- at dirrmtry include/sys
More information about the Midnightbsd-cvs
mailing list