pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/clearsilver Make diff call portable. Fixes ruby-cl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a492639f650c
branches: trunk
changeset: 639776:a492639f650c
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Thu Sep 25 12:25:02 2014 +0000
description:
Make diff call portable. Fixes ruby-clearsilver on SunOS at least.
diffstat:
www/clearsilver/distinfo | 3 ++-
www/clearsilver/patches/patch-ruby_Makefile | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 007ee2ce2a23 -r a492639f650c www/clearsilver/distinfo
--- a/www/clearsilver/distinfo Thu Sep 25 11:03:52 2014 +0000
+++ b/www/clearsilver/distinfo Thu Sep 25 12:25:02 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2012/12/22 02:25:56 joerg Exp $
+$NetBSD: distinfo,v 1.18 2014/09/25 12:25:02 fhajny Exp $
SHA1 (clearsilver-0.10.5.tar.gz) = 138865dc91e27328fe29fcaaac1bc6558f19dd75
RMD160 (clearsilver-0.10.5.tar.gz) = bd5c616f326b544df8a74eec71a98a474b408249
@@ -7,4 +7,5 @@
SHA1 (patch-ae) = 58326210ecef3936579a19f3cbcb9b9374bc3541
SHA1 (patch-af) = e88106bb0c57d632c348bc16ff673e0ef7487847
SHA1 (patch-python_neo__cgi.c) = 0baf7f06bdf7c5686131b1b1abbd4fb0fef11c85
+SHA1 (patch-ruby_Makefile) = 1b183a6a97ce04fd6387f328f7356d80b3c058ae
SHA1 (patch-util_neo__err.h) = 599f4d34b958cbdfb673e9b68409eeea5c1861aa
diff -r 007ee2ce2a23 -r a492639f650c www/clearsilver/patches/patch-ruby_Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/clearsilver/patches/patch-ruby_Makefile Thu Sep 25 12:25:02 2014 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ruby_Makefile,v 1.1 2014/09/25 12:25:02 fhajny Exp $
+
+Make diff call portable.
+--- ruby/Makefile.orig 2005-12-02 10:35:52.000000000 +0000
++++ ruby/Makefile
+@@ -26,7 +26,7 @@ testrb: ext/hdf/hdf.so
+ @failed=0; \
+ rm -f hdftest.out; \
+ $(RUBY) -Ilib -Iext/hdf test/hdftest.rb > hdftest.out; \
+- diff --brief hdftest.out hdftest.gold > /dev/null 2>&1; \
++ diff hdftest.out hdftest.gold > /dev/null 2>&1; \
+ return_code=$$?; \
+ if [ $$return_code -ne 0 ]; then \
+ diff hdftest.out hdftest.gold > hdftest.err; \
Home |
Main Index |
Thread Index |
Old Index