Codebase list entr / e5ab781a-b666-44d0-a844-a033cec0e48e/main
Refresh patches. Debian Janitor 2 years ago
2 changed file(s) with 16 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
44 Forwarded: not-needed
55 Updated: 2019-10-24
66
7 Index: entr/Makefile.kfreebsd
8 ===================================================================
79 --- /dev/null
8 +++ b/Makefile.kfreebsd
10 +++ entr/Makefile.kfreebsd
911 @@ -0,0 +1,6 @@
1012 +PKG_CONFIG ?= pkg-config
1113 +CFLAGS += -D_GNU_SOURCE $(shell $(PKG_CONFIG) --cflags libbsd-overlay)
1315 +MANPREFIX ?= ${PREFIX}/share/man
1416 +
1517 +include Makefile.bsd
16 --- a/configure
17 +++ b/configure
18 @@ -8,6 +8,7 @@
18 Index: entr/configure
19 ===================================================================
20 --- entr.orig/configure
21 +++ entr/configure
22 @@ -8,6 +8,7 @@ copy_mk() {
1923 case `uname` in
2024 Darwin) copy_mk macos ;;
2125 Linux) copy_mk linux ;;
44 Forwarded: not-needed
55 Updated: 2020-01-29
66
7 --- a/Makefile.linux
8 +++ b/Makefile.linux
7 Index: entr/Makefile.linux
8 ===================================================================
9 --- entr.orig/Makefile.linux
10 +++ entr/Makefile.linux
911 @@ -1,5 +1,7 @@
1012 -CPPFLAGS += -D_GNU_SOURCE -D_LINUX_PORT -Imissing
1113 +PKG_CONFIG ?= pkg-config
1618 +EXTRA_SRC = missing/kqueue_inotify.c
1719
1820 include Makefile.bsd
19 --- a/missing/compat.h
20 +++ b/missing/compat.h
21 Index: entr/missing/compat.h
22 ===================================================================
23 --- entr.orig/missing/compat.h
24 +++ entr/missing/compat.h
2125 @@ -4,7 +4,7 @@
2226 #define NOTE_TRUNCATE 0
2327 #endif