pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sds: Clear suffix list in Makefile



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Jul 14 17:31:40 2021 +0200
Changeset:	592a88e61661dc19aecec9ecee970207575352a0

Modified Files:
	sds/distinfo
	sds/patches/patch-Makefile

Log Message:
sds: Clear suffix list in Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=592a88e61661dc19aecec9ecee970207575352a0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sds/distinfo               | 2 +-
 sds/patches/patch-Makefile | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs:
diff --git a/sds/distinfo b/sds/distinfo
index ece8b6b347..907a4dbdf2 100644
--- a/sds/distinfo
+++ b/sds/distinfo
@@ -1,3 +1,3 @@
 $NetBSD$
 
-SHA1 (patch-Makefile) = f30554e1470b83aaca1cd42898237a5b28e5bd50
+SHA1 (patch-Makefile) = b85ff121335d3ab4d24684d94fc9cab157dcff5f
diff --git a/sds/patches/patch-Makefile b/sds/patches/patch-Makefile
index c8c1848ce4..e24c96a672 100644
--- a/sds/patches/patch-Makefile
+++ b/sds/patches/patch-Makefile
@@ -5,13 +5,17 @@ $NetBSD$
 
 --- Makefile.orig	2021-07-14 10:28:45.000000000 +0000
 +++ Makefile
-@@ -1,8 +1,40 @@
+@@ -1,8 +1,44 @@
 -all: sds-test
++# Switch make into POSIX conformant mode (must be the first non-comment line)
 +.POSIX:
  
 -sds-test: sds.c sds.h testhelp.h
 -	$(CC) -o sds-test sds.c -Wall -std=c99 -pedantic -O2 -DSDS_TEST_MAIN
 -	@echo ">>> Type ./sds-test to run the sds.c unit tests."
++# Clear suffix list for inference rules
++.SUFFIXES:
++
 +# ABI version for shared library
 +MAJOR=  2
 +MINOR=  0


Home | Main Index | Thread Index | Old Index