pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups Use correct locale directory on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9de778cffe72
branches:  trunk
changeset: 504020:9de778cffe72
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 03 01:41:56 2005 +0000

description:
Use correct locale directory on DragonFly.

diffstat:

 print/cups/distinfo         |  4 ++--
 print/cups/patches/patch-an |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 73dc2e651510 -r 9de778cffe72 print/cups/distinfo
--- a/print/cups/distinfo       Sat Dec 03 01:36:09 2005 +0000
+++ b/print/cups/distinfo       Sat Dec 03 01:41:56 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2005/08/11 00:03:18 salo Exp $
+$NetBSD: distinfo,v 1.34 2005/12/03 01:41:56 joerg Exp $
 
 SHA1 (cups-1.1.23-source.tar.bz2) = 32d5bfb44c4edc1b54ccb014b5a44499295c6c5c
 RMD160 (cups-1.1.23-source.tar.bz2) = 255ec4c22422b14f2367d69f3ec7e590dc46bea5
@@ -6,7 +6,7 @@
 SHA1 (patch-ab) = 29c205c31a70229f46f0c99775e70fc9c56af1e8
 SHA1 (patch-ac) = 45388ca8b1bfeaf5d3649b766f65ac7f3108af74
 SHA1 (patch-ad) = 166749eb9fc7b4b20e123d81cd3b2cf96db27677
-SHA1 (patch-an) = de699800471069b1521ab2ba7194df445fb75892
+SHA1 (patch-an) = 8eb0f80067839d3d112d93e08cb8ad6854fa2b4c
 SHA1 (patch-ao) = c4c8f833cf4a09a686a338df6c209cebec36c6ef
 SHA1 (patch-at) = aa36ec591164675b889d2cf32e4d754e9b6db94f
 SHA1 (patch-au) = ab43911c1b27b250a257c67d1d34066237e4da98
diff -r 73dc2e651510 -r 9de778cffe72 print/cups/patches/patch-an
--- a/print/cups/patches/patch-an       Sat Dec 03 01:36:09 2005 +0000
+++ b/print/cups/patches/patch-an       Sat Dec 03 01:41:56 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-an,v 1.5 2004/11/08 16:30:59 adam Exp $
+$NetBSD: patch-an,v 1.6 2005/12/03 01:41:56 joerg Exp $
 
 --- config-scripts/cups-directories.m4.orig    Tue Dec 17 10:56:39 2002
 +++ config-scripts/cups-directories.m4
@@ -80,7 +80,7 @@
 -esac
 +if test x$localedir = x; then
 +      case "$uname" in
-+              Linux* | *BSD* | Darwin*)
++              Linux* | *BSD* | Darwin* | DragonFly*)
 +                      CUPS_LOCALEDIR="$datadir/locale"
 +                      ;;
  



Home | Main Index | Thread Index | Old Index