Sun Dec 4 15:21:07 2016 UTC ()
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.


(bsiegert)
diff -r1.11 -r1.11.2.1 pkgsrc/textproc/php-mecab/Makefile
diff -r1.2 -r1.2.8.1 pkgsrc/textproc/php-mecab/PLIST.extras

cvs diff -r1.11 -r1.11.2.1 pkgsrc/textproc/php-mecab/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/php-mecab/Makefile 2016/09/05 20:14:28 1.11
+++ pkgsrc/textproc/php-mecab/Makefile 2016/12/04 15:21:07 1.11.2.1
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1# $NetBSD: Makefile,v 1.11 2016/09/05 20:14:28 joerg Exp $ 1# $NetBSD: Makefile,v 1.11.2.1 2016/12/04 15:21:07 bsiegert Exp $
2# 2#
3 3
4PECL_DISTNAME= ${MODNAME}-${PECL_VERSION} 4PECL_DISTNAME= ${MODNAME}-${PECL_VERSION}
5MODNAME= mecab 5MODNAME= mecab
6PECL_VERSION= 0.6.0 6PECL_VERSION= 0.6.0
7PECL_LEGACY_VERSION_SCHEME= yes 7PECL_LEGACY_VERSION_SCHEME= yes
 8PKGREVISION= 1
8CATEGORIES= textproc japanese 9CATEGORIES= textproc japanese
9MASTER_SITES= http://pecl.opendogs.org/get/ 10MASTER_SITES= http://pecl.opendogs.org/get/
10#EXTRACT_SUFX= .tar.gz 11#EXTRACT_SUFX= .tar.gz
11 12
12MAINTAINER= taca@NetBSD.org 13MAINTAINER= taca@NetBSD.org
13HOMEPAGE= https://github.com/rsky/php-mecab 14HOMEPAGE= https://github.com/rsky/php-mecab
14COMMENT= PHP extension for MeCab Morphological Analyzer 15COMMENT= PHP extension for MeCab Morphological Analyzer
15LICENSE= mit 16LICENSE= mit
16 17
17INSTALLATION_DIRS+= ${EGDIR} 18INSTALLATION_DIRS+= ${EGDIR}/mecab
18PLIST_SRC+= ${.CURDIR}/PLIST.extras 19PLIST_SRC+= ${.CURDIR}/PLIST.extras
19 20
20post-install: 21post-install:
21 cd ${WRKSRC}/examples && \ 22 cd ${WRKSRC}/examples && \
22 ${INSTALL_DATA} *.php ${DESTDIR}${EGDIR} 23 ${INSTALL_DATA} *.php ${DESTDIR}${EGDIR}/mecab
 24 ${INSTALL_DATA} ${WRKSRC}/*.ini ${DESTDIR}${EGDIR}
23 25
24.include "../../textproc/mecab-base/buildlink3.mk" 26.include "../../textproc/mecab-base/buildlink3.mk"
25.include "../../lang/php/ext.mk" 27.include "../../lang/php/ext.mk"
26.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.2.8.1 pkgsrc/textproc/php-mecab/PLIST.extras (expand / switch to unified diff)

--- pkgsrc/textproc/php-mecab/PLIST.extras 2015/12/13 17:20:21 1.2
+++ pkgsrc/textproc/php-mecab/PLIST.extras 2016/12/04 15:21:07 1.2.8.1
@@ -1,31 +1,32 @@ @@ -1,31 +1,32 @@
1@comment $NetBSD: PLIST.extras,v 1.2 2015/12/13 17:20:21 taca Exp $ 1@comment $NetBSD: PLIST.extras,v 1.2.8.1 2016/12/04 15:21:07 bsiegert Exp $
2share/examples/php/mecab/allmorphs-func.php 2share/examples/php/mecab/allmorphs-func.php
3share/examples/php/mecab/allmorphs-ns.php 3share/examples/php/mecab/allmorphs-ns.php
4share/examples/php/mecab/allmorphs-oo.php 4share/examples/php/mecab/allmorphs-oo.php
5share/examples/php/mecab/common.inc.php 5share/examples/php/mecab/common.inc.php
6share/examples/php/mecab/dicinfo-func.php 6share/examples/php/mecab/dicinfo-func.php
7share/examples/php/mecab/dicinfo-ns.php 7share/examples/php/mecab/dicinfo-ns.php
8share/examples/php/mecab/dicinfo-oo.php 8share/examples/php/mecab/dicinfo-oo.php
9share/examples/php/mecab/dumpall-func.php 9share/examples/php/mecab/dumpall-func.php
10share/examples/php/mecab/dumpall-ns.php 10share/examples/php/mecab/dumpall-ns.php
11share/examples/php/mecab/dumpall-ns2.php 11share/examples/php/mecab/dumpall-ns2.php
12share/examples/php/mecab/dumpall-oo.php 12share/examples/php/mecab/dumpall-oo.php
13share/examples/php/mecab/dumpall-oo2.php 13share/examples/php/mecab/dumpall-oo2.php
14share/examples/php/mecab/format-func.php 14share/examples/php/mecab/format-func.php
15share/examples/php/mecab/format-ns.php 15share/examples/php/mecab/format-ns.php
16share/examples/php/mecab/format-ns2.php 16share/examples/php/mecab/format-ns2.php
17share/examples/php/mecab/format-oo.php 17share/examples/php/mecab/format-oo.php
18share/examples/php/mecab/format-oo2.php 18share/examples/php/mecab/format-oo2.php
 19share/examples/php/mecab.ini
19share/examples/php/mecab/nbest-func.php 20share/examples/php/mecab/nbest-func.php
20share/examples/php/mecab/nbest-ns.php 21share/examples/php/mecab/nbest-ns.php
21share/examples/php/mecab/nbest-oo.php 22share/examples/php/mecab/nbest-oo.php
22share/examples/php/mecab/parse-func.php 23share/examples/php/mecab/parse-func.php
23share/examples/php/mecab/parse-ns.php 24share/examples/php/mecab/parse-ns.php
24share/examples/php/mecab/parse-oo.php 25share/examples/php/mecab/parse-oo.php
25share/examples/php/mecab/provides-r.php 26share/examples/php/mecab/provides-r.php
26share/examples/php/mecab/provides.php 27share/examples/php/mecab/provides.php
27share/examples/php/mecab/split-func.php 28share/examples/php/mecab/split-func.php
28share/examples/php/mecab/split-ns.php 29share/examples/php/mecab/split-ns.php
29share/examples/php/mecab/split-oo.php 30share/examples/php/mecab/split-oo.php
30share/examples/php/mecab/test-func.php 31share/examples/php/mecab/test-func.php
31share/examples/php/mecab/test-ns.php 32share/examples/php/mecab/test-ns.php