diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-11-02 13:03:43 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-11-02 13:03:46 +0100 |
commit | 0045d6d45fde1ad21fb7d9baa160b21fd2d62e8b (patch) | |
tree | aa6975b4f96f17fa0db9a7629f27a79747d77021 /sysutils/fusefs-httpdirfs/files/patch-Makefile | |
parent | */*: Switch from misc/getopt to devel/util-linux (diff) |
sysutils/fusefs-httpdirfs: Update to 1.2.6
Changelog: https://github.com/fangfufu/httpdirfs/releases/tag/1.2.6
Backport upstream commits 43bdf7e71fde43084519e86051533a6b20c31474 and
08700415d7b61d9f611a858481b26858fe92eb7a
References:
https://github.com/fangfufu/httpdirfs/commit/43bdf7e71fde43084519e86051533a6b20c31474
https://github.com/fangfufu/httpdirfs/commit/08700415d7b61d9f611a858481b26858fe92eb7a
PR: 282451
Reviewed by: 0mp (maintainer)
Diffstat (limited to 'sysutils/fusefs-httpdirfs/files/patch-Makefile')
-rw-r--r-- | sysutils/fusefs-httpdirfs/files/patch-Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/fusefs-httpdirfs/files/patch-Makefile b/sysutils/fusefs-httpdirfs/files/patch-Makefile deleted file mode 100644 index 9304cbac3dc6..000000000000 --- a/sysutils/fusefs-httpdirfs/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig 2021-08-31 18:54:03 UTC -+++ Makefile -@@ -1,6 +1,6 @@ - VERSION = 1.2.3 - --CFLAGS += -O2 -Wall -Wextra -Wshadow -rdynamic -D_GNU_SOURCE\ -+CFLAGS += -Wall -Wextra -Wshadow -D_GNU_SOURCE\ - -D_FILE_OFFSET_BITS=64 -DVERSION=\"$(VERSION)\"\ - `pkg-config --cflags-only-I gumbo libcurl fuse uuid expat` - LDFLAGS += `pkg-config --libs-only-L gumbo libcurl fuse uuid expat` -@@ -44,7 +44,7 @@ ifeq ($(OS),FreeBSD) - $(DESTDIR)$(prefix)/bin/httpdirfs - gzip -f -k doc/man/httpdirfs.1 - install -m 644 doc/man/httpdirfs.1.gz \ -- $(DESTDIR)$(prefix)/man/man1/httpdirfs.1.gz -+ $(DESTDIR)$(prefix)/share/man/man1/httpdirfs.1.gz - endif - ifeq ($(OS),Darwin) - install -d $(DESTDIR)$(prefix)/bin |