pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/recode Replace /usr/pkg/share/locale with $...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b25e47ac8b13
branches:  trunk
changeset: 556635:b25e47ac8b13
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Wed Mar 25 06:08:16 2009 +0000

description:
Replace /usr/pkg/share/locale with $(prefix)/share/locale, my bad.
Bump PKGREVISION. Ok'ed by wiz.

diffstat:

 converters/recode/Makefile         |   4 ++--
 converters/recode/distinfo         |   4 ++--
 converters/recode/patches/patch-aa |  12 ++----------
 3 files changed, 6 insertions(+), 14 deletions(-)

diffs (55 lines):

diff -r e944a7794c3b -r b25e47ac8b13 converters/recode/Makefile
--- a/converters/recode/Makefile        Wed Mar 25 00:01:24 2009 +0000
+++ b/converters/recode/Makefile        Wed Mar 25 06:08:16 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2008/06/20 01:09:10 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2009/03/25 06:08:16 yyamano Exp $
 #
 
 DISTNAME=              recode-3.6
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            converters
 MASTER_SITES=          ${MASTER_SITE_GNU:=recode/}
 
diff -r e944a7794c3b -r b25e47ac8b13 converters/recode/distinfo
--- a/converters/recode/distinfo        Wed Mar 25 00:01:24 2009 +0000
+++ b/converters/recode/distinfo        Wed Mar 25 06:08:16 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/03/04 08:44:13 yyamano Exp $
+$NetBSD: distinfo,v 1.6 2009/03/25 06:08:17 yyamano Exp $
 
 SHA1 (recode-3.6.tar.gz) = 2de90cd2ba553bc07d75a29913ea4424dd9e616b
 RMD160 (recode-3.6.tar.gz) = 97dcb2544472c9025689452a94bed98ea36374b5
 Size (recode-3.6.tar.gz) = 1751886 bytes
-SHA1 (patch-aa) = 249f24a2598987107dc171ec1d6a7dd4249b20f8
+SHA1 (patch-aa) = a5150ed676e2776ca547f42f398968895aef7a3d
diff -r e944a7794c3b -r b25e47ac8b13 converters/recode/patches/patch-aa
--- a/converters/recode/patches/patch-aa        Wed Mar 25 00:01:24 2009 +0000
+++ b/converters/recode/patches/patch-aa        Wed Mar 25 06:08:16 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2009/03/04 08:44:13 yyamano Exp $
+$NetBSD: patch-aa,v 1.2 2009/03/25 06:08:17 yyamano Exp $
 
 --- lib/Makefile.in.orig       2001-01-22 10:14:14.000000000 -0800
 +++ lib/Makefile.in
-@@ -108,14 +108,18 @@ AUTOMAKE_OPTIONS = gnits
+@@ -108,7 +108,11 @@ AUTOMAKE_OPTIONS = gnits
  
  noinst_LIBRARIES = libreco.a
  noinst_HEADERS = error.h getopt.h gettext.h pathmax.h xstring.h
@@ -14,14 +14,6 @@
  
  EXTRA_DIST = alloca.c gettext.c malloc.c realloc.c strtol.c strtoul.c
  
- INCLUDES = -I.. -I$(srcdir)
- 
- libreco_a_LIBADD = @ALLOCA@ @LIBOBJS@
--localedir = $(prefix)/share/locale
-+localedir = /usr/pkg/share/locale
- aliaspath = $(localedir):.
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../config.h
 @@ -128,7 +132,11 @@ CPPFLAGS = @CPPFLAGS@
  LDFLAGS = @LDFLAGS@
  LIBS = @LIBS@



Home | Main Index | Thread Index | Old Index