diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-10-27 20:20:31 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-10-27 20:20:31 +0000 |
commit | 74c5a4e39d024126af8d95d35a3d1940e5b5ec9f (patch) | |
tree | bdd6105063bf4b40b8e2df09aa20eb1a328a77c6 /fonts | |
parent | 04fbd523a699c91785e5cf8ef9a940beecde81a6 (diff) | |
download | pkgsrc-74c5a4e39d024126af8d95d35a3d1940e5b5ec9f.tar.gz |
Remove the Latin-1 umlaut from the header comment of the patch. It messes
with sed on El Capitan, which apparently assumes valid UTF-8 inputs.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontconfig/distinfo | 5 | ||||
-rw-r--r-- | fonts/fontconfig/patches/patch-scandir.c | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/fonts/fontconfig/distinfo b/fonts/fontconfig/distinfo index ad33141bb0a..530bcd63729 100644 --- a/fonts/fontconfig/distinfo +++ b/fonts/fontconfig/distinfo @@ -1,13 +1,14 @@ -$NetBSD: distinfo,v 1.50 2014/07/15 14:48:34 ryoon Exp $ +$NetBSD: distinfo,v 1.51 2015/10/27 20:20:31 bsiegert Exp $ SHA1 (fontconfig-2.11.1.tar.bz2) = 08565feea5a4e6375f9d8a7435dac04e52620ff2 RMD160 (fontconfig-2.11.1.tar.bz2) = 9d0a242ec05737f5dba3949ffe095f3c100217c7 +SHA512 (fontconfig-2.11.1.tar.bz2) = acf4e6293e0e5521e4b8f29f4b48860ecd1d39744d0eab21c7332e56bfc3ccc63548e459243c5e425b8e5ef265f2cf065eece02460725e794041219d41188149 Size (fontconfig-2.11.1.tar.bz2) = 1516095 bytes SHA1 (patch-aa) = ae9a465321dcaee634faf016e2dd01e2f544af12 SHA1 (patch-ac) = 4a0b7b55aa4b5c106fd256c4ef81df2240224803 SHA1 (patch-af) = d351265c894738284215f0bb38d47cc1c8f28ec7 SHA1 (patch-configure) = f03b6a4e6223b035ea6f19710f8130164e51c5a8 -SHA1 (patch-scandir.c) = 9711a60a4a952c50e7f11328228f52724d18acfa +SHA1 (patch-scandir.c) = e35f4c005f635dd0d8bb949cd32aa34f5e314200 SHA1 (patch-src_fccharset.c) = f3855554b3b3cab2530b46bc1ccec6a33303de7a SHA1 (patch-src_fcftint.h) = d629fd7ef9713ccc56800d033ba2e09c5a9e2bff SHA1 (patch-src_fcint.h) = 13602cc605d7dadd2f7c30633236454bb134a50a diff --git a/fonts/fontconfig/patches/patch-scandir.c b/fonts/fontconfig/patches/patch-scandir.c index ac8f7358931..a07b036904b 100644 --- a/fonts/fontconfig/patches/patch-scandir.c +++ b/fonts/fontconfig/patches/patch-scandir.c @@ -1,4 +1,4 @@ -$NetBSD: patch-scandir.c,v 1.1 2014/07/15 14:48:34 ryoon Exp $ +$NetBSD: patch-scandir.c,v 1.2 2015/10/27 20:20:31 bsiegert Exp $ --- scandir.c.orig 2014-07-14 12:36:57.000000000 +0000 +++ scandir.c @@ -12,7 +12,7 @@ $NetBSD: patch-scandir.c,v 1.1 2014/07/15 14:48:34 ryoon Exp $ + * Update Count : 2 + * Status : Unknown, Use with caution! + * -+ * (C) Copyright 1997, Universität Dortmund, all rights reserved. ++ * (C) Copyright 1997, Universitaet Dortmund, all rights reserved. + * (C) Copyright CNIDR (see ../doc/CNIDR/COPYRIGHT) + */ + |