pkgsrc-WIP-changes archive

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

rtcmix: fix test operator



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Oct 26 07:50:32 2017 +0200
Changeset:	f2414e8cd9ba3aeb6a292e823e4349434278cd00

Modified Files:
	rtcmix/TODO
	rtcmix/distinfo
Added Files:
	rtcmix/patches/patch-utils_scripts_sfconv

Log Message:
rtcmix: fix test operator

Add more stuff to TODO (doesn't build on amd64).

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

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

diffstat:
 rtcmix/TODO                               |  3 +++
 rtcmix/distinfo                           |  1 +
 rtcmix/patches/patch-utils_scripts_sfconv | 13 +++++++++++++
 3 files changed, 17 insertions(+)

diffs:
diff --git a/rtcmix/TODO b/rtcmix/TODO
index db84793303..d533364fc6 100644
--- a/rtcmix/TODO
+++ b/rtcmix/TODO
@@ -3,3 +3,6 @@ Talk with the developers to clean the source and make it more portable.
 Only tested in NetBSD evbarm.
 
 trebol, 2017.
+
+Problems: needs -fPIC; has trouble linking against -lgen. (NetBSD/amd64)
+-- wiz 20171026
diff --git a/rtcmix/distinfo b/rtcmix/distinfo
index 4c3553d199..338c200363 100644
--- a/rtcmix/distinfo
+++ b/rtcmix/distinfo
@@ -153,3 +153,4 @@ SHA1 (patch-utils_Makefile) = 48b6d5217560cf6a2de29079291f9c1a242d0b69
 SHA1 (patch-utils_cmixplay.cpp) = a44a43bc115a42e2d780fba17d7e0402bbbae377
 SHA1 (patch-utils_head_Makefile) = 4e285f593c912958c409ae81be0865b65158d8b6
 SHA1 (patch-utils_resample_Makefile) = bcf2582dfb0a3a8e5464f488ac606a8fb35cea70
+SHA1 (patch-utils_scripts_sfconv) = b186edc3cc86ee071a0de7ebc66a2c3d14ba8db5
diff --git a/rtcmix/patches/patch-utils_scripts_sfconv b/rtcmix/patches/patch-utils_scripts_sfconv
new file mode 100644
index 0000000000..b7c752dd59
--- /dev/null
+++ b/rtcmix/patches/patch-utils_scripts_sfconv
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- utils/scripts/sfconv.orig	2015-10-03 21:09:58.000000000 +0000
++++ utils/scripts/sfconv
+@@ -18,7 +18,7 @@ then
+    exit 1
+ fi
+ 
+-if [ $1 == $2 ]
++if [ $1 = $2 ]
+ then
+    echo "Your input file name is the same as your output file name!"
+    exit 1


Home | Main Index | Thread Index | Old Index