pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/textproc/namazu2 Pullup ticket 597 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f4bc154b3ee
branches:  pkgsrc-2005Q2
changeset: 495886:7f4bc154b3ee
user:      snj <snj%pkgsrc.org@localhost>
date:      Thu Jul 21 19:28:18 2005 +0000

description:
Pullup ticket 597 - requested by Takahiro Kambe
build fix for namazu2

Revisions pulled up:
- pkgsrc/textproc/namazu2/Makefile      1.20
- pkgsrc/textproc/namazu2/PLIST         1.10

    Module Name:    pkgsrc
    Committed By:   taca
    Date:           Tue Jul 12 16:03:56 UTC 2005

    Modified Files:
            pkgsrc/textproc/namazu2: Makefile PLIST

    Log Message:
    - add missing message files in PLIST.
    - deprecate USE_PERL5 and LTCONFIG_OVERRIDE.

    Bump PKGREVISION.

diffstat:

 textproc/namazu2/Makefile |  13 +++++++------
 textproc/namazu2/PLIST    |   6 +++++-
 2 files changed, 12 insertions(+), 7 deletions(-)

diffs (66 lines):

diff -r 68cf323d488a -r 7f4bc154b3ee textproc/namazu2/Makefile
--- a/textproc/namazu2/Makefile Thu Jul 21 19:20:06 2005 +0000
+++ b/textproc/namazu2/Makefile Thu Jul 21 19:28:18 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:36 tv Exp $
+# $NetBSD: Makefile,v 1.19.2.1 2005/07/21 19:28:18 snj Exp $
 
 DISTNAME=      namazu-2.0.14
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    japanese textproc www
 MASTER_SITES=  http://www.namazu.org/stable/
 
@@ -18,11 +18,12 @@
 
 USE_PKGLOCALEDIR=      yes
 USE_PKGINSTALL=                yes
-USE_PERL5=             run
+USE_TOOLS=             perl
+TOOLS_DEPMETHOD.perl=  DEPENDS
 GNU_CONFIGURE=         yes
 USE_LANGUAGE=          c
 USE_LIBTOOL=           yes
-LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
+SHLIBTOOL_OVERRIDE=     libtool
 TEST_TARGET=           check
 
 CONFIGURE_ARGS+=       --localstatedir=${DATADIR} \
@@ -38,7 +39,7 @@
 
 PKG_SYSCONFSUBDIR?=    namazu
 .for f in ${EXAMPLES}
-CONF_FILES+=           ${EXAMPLESDIR}/$f       ${PKG_SYSCONFDIR}/$f
+CONF_FILES+=           ${EXAMPLESDIR}/${f}     ${PKG_SYSCONFDIR}/${f}
 .endfor
 MAKE_DIRS+=            ${DATADIR}/namazu/index
 OWN_DIRS+=             ${PKG_SYSCONFDIR} ${DATADIR}/namazu
@@ -47,7 +48,7 @@
        ${INSTALL_DATA_DIR} ${DATADIR}/namazu
        ${INSTALL_DATA_DIR} ${EXAMPLESDIR}
 .for f in ${EXAMPLES}
-       cd ${WRKSRC}/conf; ${INSTALL_DATA} $f-sample ${EXAMPLESDIR}/$f
+       cd ${WRKSRC}/conf; ${INSTALL_DATA} ${f}-sample ${EXAMPLESDIR}/${f}
 .endfor
 
 .include "../../converters/libiconv/buildlink3.mk"
diff -r 68cf323d488a -r 7f4bc154b3ee textproc/namazu2/PLIST
--- a/textproc/namazu2/PLIST    Thu Jul 21 19:20:06 2005 +0000
+++ b/textproc/namazu2/PLIST    Thu Jul 21 19:28:18 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2005/02/13 16:19:08 taca Exp $
+@comment $NetBSD: PLIST,v 1.9.4.1 2005/07/21 19:28:18 snj Exp $
 bin/adnmz
 bin/bnamazu
 bin/gcnmz
@@ -36,6 +36,10 @@
 share/examples/namazu/mknmzrc
 share/examples/namazu/namazurc
 @dirrm share/examples/namazu
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/namazu.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/namazu.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/namazu.mo
+${PKGLOCALEDIR}/locale/ja_JP.SJIS/LC_MESSAGES/namazu.mo
 share/namazu/doc/en/manual.html
 share/namazu/doc/en/nmz.html
 share/namazu/doc/en/tips.html



Home | Main Index | Thread Index | Old Index