pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
surf-git: Remove no longer needed patch-Makefile
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Nov 8 08:57:19 2020 +0100
Changeset: 9026a2524b2acbafda590d889bea2bf733ee99d4
Modified Files:
surf-git/distinfo
Removed Files:
surf-git/patches/patch-Makefile
Log Message:
surf-git: Remove no longer needed patch-Makefile
Fixed upstream differently.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9026a2524b2acbafda590d889bea2bf733ee99d4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
surf-git/distinfo | 1 -
surf-git/patches/patch-Makefile | 24 ------------------------
2 files changed, 25 deletions(-)
diffs:
diff --git a/surf-git/distinfo b/surf-git/distinfo
index e7c2d35f28..afc76512f4 100644
--- a/surf-git/distinfo
+++ b/surf-git/distinfo
@@ -1,3 +1,2 @@
$NetBSD$
-SHA1 (patch-Makefile) = 2d54359d5ca287310ba61e1303d1a9adeb1240be
diff --git a/surf-git/patches/patch-Makefile b/surf-git/patches/patch-Makefile
deleted file mode 100644
index 674eedef88..0000000000
--- a/surf-git/patches/patch-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
-Move .SUFFIXES definition so the `.so' rule are honored.
-
-XXX: POSIX make doesn't seem to require such ordering, i.e. also at the end of
-XXX: the Makefile that should work.
-
---- Makefile.orig 2020-11-04 15:09:31.937492724 +0000
-+++ Makefile
-@@ -2,6 +2,8 @@
- # See LICENSE file for copyright and license details.
- .POSIX:
-
-+.SUFFIXES: .so .o .c
-+
- include config.mk
-
- SRC = surf.c
-@@ -73,5 +75,4 @@ uninstall:
- done
- - rmdir $(DESTDIR)$(LIBDIR)
-
--.SUFFIXES: .so .o .c
- .PHONY: all options distclean clean dist install uninstall
Home |
Main Index |
Thread Index |
Old Index