pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2016Q3] pkgsrc/textproc/php-mecab



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Dec  4 15:21:07 UTC 2016

Modified Files:
        pkgsrc/textproc/php-mecab [pkgsrc-2016Q3]: Makefile PLIST.extras

Log Message:
Pullup ticket #5165 - requested by taca
textproc/php-mecab: build fix

Revisions pulled up:
- textproc/php-mecab/Makefile                                   1.12
- textproc/php-mecab/PLIST.extras                               1.3

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Nov 27 14:55:30 UTC 2016

   Modified Files:
        pkgsrc/textproc/php-mecab: Makefile PLIST.extras

   Log Message:
   Solve build problem after enabling use of ${PREFIX}/etc/php.d and incomplete
   fix of previous commit.

   Bump PKGREVISION due to PLIST change.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.2.1 pkgsrc/textproc/php-mecab/Makefile
cvs rdiff -u -r1.2 -r1.2.8.1 pkgsrc/textproc/php-mecab/PLIST.extras

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/php-mecab/Makefile
diff -u pkgsrc/textproc/php-mecab/Makefile:1.11 pkgsrc/textproc/php-mecab/Makefile:1.11.2.1
--- pkgsrc/textproc/php-mecab/Makefile:1.11     Mon Sep  5 20:14:28 2016
+++ pkgsrc/textproc/php-mecab/Makefile  Sun Dec  4 15:21:07 2016
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2016/09/05 20:14:28 joerg Exp $
+# $NetBSD: Makefile,v 1.11.2.1 2016/12/04 15:21:07 bsiegert Exp $
 #
 
 PECL_DISTNAME= ${MODNAME}-${PECL_VERSION}
 MODNAME=       mecab
 PECL_VERSION=  0.6.0
 PECL_LEGACY_VERSION_SCHEME=    yes
+PKGREVISION=   1
 CATEGORIES=    textproc japanese
 MASTER_SITES=   http://pecl.opendogs.org/get/
 #EXTRACT_SUFX= .tar.gz
@@ -14,12 +15,13 @@ HOMEPAGE=   https://github.com/rsky/php-me
 COMMENT=       PHP extension for MeCab Morphological Analyzer
 LICENSE=       mit
 
-INSTALLATION_DIRS+=    ${EGDIR}
+INSTALLATION_DIRS+=    ${EGDIR}/mecab
 PLIST_SRC+=            ${.CURDIR}/PLIST.extras
 
 post-install:
        cd ${WRKSRC}/examples && \
-       ${INSTALL_DATA} *.php ${DESTDIR}${EGDIR}
+       ${INSTALL_DATA} *.php ${DESTDIR}${EGDIR}/mecab
+       ${INSTALL_DATA} ${WRKSRC}/*.ini ${DESTDIR}${EGDIR}
 
 .include "../../textproc/mecab-base/buildlink3.mk"
 .include "../../lang/php/ext.mk"

Index: pkgsrc/textproc/php-mecab/PLIST.extras
diff -u pkgsrc/textproc/php-mecab/PLIST.extras:1.2 pkgsrc/textproc/php-mecab/PLIST.extras:1.2.8.1
--- pkgsrc/textproc/php-mecab/PLIST.extras:1.2  Sun Dec 13 17:20:21 2015
+++ pkgsrc/textproc/php-mecab/PLIST.extras      Sun Dec  4 15:21:07 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.extras,v 1.2 2015/12/13 17:20:21 taca Exp $
+@comment $NetBSD: PLIST.extras,v 1.2.8.1 2016/12/04 15:21:07 bsiegert Exp $
 share/examples/php/mecab/allmorphs-func.php
 share/examples/php/mecab/allmorphs-ns.php
 share/examples/php/mecab/allmorphs-oo.php
@@ -16,6 +16,7 @@ share/examples/php/mecab/format-ns.php
 share/examples/php/mecab/format-ns2.php
 share/examples/php/mecab/format-oo.php
 share/examples/php/mecab/format-oo2.php
+share/examples/php/mecab.ini
 share/examples/php/mecab/nbest-func.php
 share/examples/php/mecab/nbest-ns.php
 share/examples/php/mecab/nbest-oo.php



Home | Main Index | Thread Index | Old Index