pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/dvdstyler Fix pkglocaledir.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27899b940795
branches:  trunk
changeset: 639791:27899b940795
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 15:06:23 2014 +0000

description:
Fix pkglocaledir.

diffstat:

 multimedia/dvdstyler/distinfo                         |   3 ++-
 multimedia/dvdstyler/patches/patch-locale_Makefile.in |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 6a1f880f1ede -r 27899b940795 multimedia/dvdstyler/distinfo
--- a/multimedia/dvdstyler/distinfo     Thu Sep 25 14:53:05 2014 +0000
+++ b/multimedia/dvdstyler/distinfo     Thu Sep 25 15:06:23 2014 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2014/03/31 23:28:39 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2014/09/25 15:06:23 jperkin Exp $
 
 SHA1 (DVDStyler-2.7.1.tar.bz2) = e8bd2510dd7cee09a48ecfac19842a20a1232f61
 RMD160 (DVDStyler-2.7.1.tar.bz2) = 38eaa277818b67b3c79ec7e379c6b1284a73b9bb
 Size (DVDStyler-2.7.1.tar.bz2) = 5816255 bytes
 SHA1 (patch-aa) = 2629351931c11d2a3bf910fc7a3eed34486528a4
+SHA1 (patch-locale_Makefile.in) = 2b17db6e3057a974456cc220681e4d30a613bee2
diff -r 6a1f880f1ede -r 27899b940795 multimedia/dvdstyler/patches/patch-locale_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/dvdstyler/patches/patch-locale_Makefile.in     Thu Sep 25 15:06:23 2014 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-locale_Makefile.in,v 1.1 2014/09/25 15:06:23 jperkin Exp $
+
+Fix pkglocaledir.
+
+--- locale/Makefile.in.orig    2013-10-27 19:24:57.000000000 +0000
++++ locale/Makefile.in
+@@ -8,7 +8,7 @@ LINGUAS=ar ca cs da de el es es_ar eu fi
+ 
+ prefix=@prefix@
+ datarootdir=@datarootdir@
+-DATADIR=@datadir@
++DATADIR=@localedir@
+ INSTALL=@INSTALL@
+ 
+ # the programs we use (TODO: use configure to detect them)



Home | Main Index | Thread Index | Old Index