Index: head/sysutils/inotify-tools/Makefile =================================================================== --- head/sysutils/inotify-tools/Makefile (revision 555074) +++ head/sysutils/inotify-tools/Makefile (revision 555075) @@ -1,46 +1,46 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= inotify-tools # new fork https://github.com/ericcurtin/inotify-tools -DISTVERSION= 3.20.2.2 +DISTVERSION= 3.20.11.0 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Command-line utilities to watch for file events LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libinotify.so:devel/libinotify USES= autoreconf gmake libtool localbase USE_GITHUB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= STATIC OPTIONS_SUB= yes post-patch: @${REINPLACE_CMD} -e 's|stat64|stat|' \ ${WRKSRC}/src/common.c \ ${WRKSRC}/libinotifytools/src/inotifytools.c post-build-STATIC-on: @cd ${WRKSRC}/src && \ ${CC} -pthread ${LDFLAGS} -static -o inotifywait.static inotifywait.o common.o ../libinotifytools/src/.libs/libinotifytools.a ${LOCALBASE}/lib/libinotify.a && \ ${CC} -pthread ${LDFLAGS} -static -o inotifywatch.static inotifywatch.o common.o ../libinotifytools/src/.libs/libinotifytools.a ${LOCALBASE}/lib/libinotify.a post-install-STATIC-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/inotifywait.static ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/inotifywatch.static ${STAGEDIR}${PREFIX}/bin do-test: # Some tests are known to fail: https://github.com/inotify-tools/inotify-tools/issues/108 @${ECHO} "unit test" @cd ${WRKSRC}/libinotifytools/src && ${GMAKE} test && ./test @${ECHO} "integration test" @cd ${WRKSRC}/t && ${GMAKE} .include Index: head/sysutils/inotify-tools/distinfo =================================================================== --- head/sysutils/inotify-tools/distinfo (revision 555074) +++ head/sysutils/inotify-tools/distinfo (revision 555075) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580619013 -SHA256 (inotify-tools-inotify-tools-3.20.2.2_GH0.tar.gz) = 770fb1d94ace659f975d7494e3ab8b421a6aab930b9c37c7c290ab5280abb7b8 -SIZE (inotify-tools-inotify-tools-3.20.2.2_GH0.tar.gz) = 81006 +TIMESTAMP = 1605329236 +SHA256 (inotify-tools-inotify-tools-3.20.11.0_GH0.tar.gz) = 58a3cde89e4a5111a87ac16b56b06a8f885460fca0aea51b69c856ce30a37a14 +SIZE (inotify-tools-inotify-tools-3.20.11.0_GH0.tar.gz) = 84827 Index: head/sysutils/inotify-tools/files/patch-src_Makefile.am =================================================================== --- head/sysutils/inotify-tools/files/patch-src_Makefile.am (revision 555074) +++ head/sysutils/inotify-tools/files/patch-src_Makefile.am (revision 555075) @@ -1,11 +1,11 @@ ---- src/Makefile.am.orig 2020-01-30 00:04:48 UTC +--- src/Makefile.am.orig 2020-11-13 10:52:25 UTC +++ src/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = inotifywait inotifywatch inotifywait_SOURCES = inotifywait.c common.c common.h inotifywatch_SOURCES = inotifywatch.c common.c common.h --AM_CFLAGS = -Wall -Wextra -Wpointer-arith -Werror -std=c99 -I../libinotifytools/src -+AM_CFLAGS = -Wall -Wextra -Wpointer-arith -Werror -std=c99 +-AM_CFLAGS = -Wall -Wextra -Wshadow -Wpointer-arith -Werror -std=c99 -I../libinotifytools/src ++AM_CFLAGS = -Wall -Wextra -Wshadow -Wpointer-arith -Werror -std=c99 AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src LDADD = ../libinotifytools/src/libinotifytools.la