Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2014 20:47:05 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348806 - head/japanese/mecab
Message-ID:  <201403222047.s2MKl5YW098987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Mar 22 20:47:04 2014
New Revision: 348806
URL: http://svnweb.freebsd.org/changeset/ports/348806
QAT: https://qat.redports.org/buildarchive/r348806/

Log:
  - Strip shared library [1]
  - Make PORTDOCS always install [1]
  - Change LICENSE_COMB to multi, fix spelling in pkg-descr
  
  PR:		ports/187829 [1]
  Submitted by:	maintainer

Modified:
  head/japanese/mecab/Makefile
  head/japanese/mecab/pkg-descr

Modified: head/japanese/mecab/Makefile
==============================================================================
--- head/japanese/mecab/Makefile	Sat Mar 22 20:14:45 2014	(r348805)
+++ head/japanese/mecab/Makefile	Sat Mar 22 20:47:04 2014	(r348806)
@@ -10,7 +10,7 @@ MAINTAINER=	yasu@utahime.org
 COMMENT=	Yet Another Part-of-Speech and Morphological Analyzer
 
 LICENSE=	BSD3CLAUSE GPLv2 LGPL21
-LICENSE_COMB=	dual
+LICENSE_COMB=	multi
 
 USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtool
 USES=		iconv gettext:build perl5
@@ -29,8 +29,6 @@ PORTDOCS=	AUTHORS README *.html
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \
 			 -e 's/-O3/${CFLAGS}/' ${WRKSRC}/${CONFIGURE_SCRIPT}.in
@@ -43,10 +41,9 @@ pre-install:
 	${CHMOD} a+x ${WRKSRC}/install-sh
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:N*.html:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}
-.endif
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmecab.so
 
 .include <bsd.port.mk>

Modified: head/japanese/mecab/pkg-descr
==============================================================================
--- head/japanese/mecab/pkg-descr	Sat Mar 22 20:14:45 2014	(r348805)
+++ head/japanese/mecab/pkg-descr	Sat Mar 22 20:47:04 2014	(r348806)
@@ -1,7 +1,7 @@
 MeCab is open source Japanese dependency structure analyzer developed
 through the joint research project between Graduate School of Informatics
 Kyoto University and NTT (Nippon Telegraph and Telephone)
-Communication Science Laboratories. It has following featers:
+Communication Science Laboratories. It has following features:
 
 * General-purpose design independent from language, dictionary and
   corpus.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403222047.s2MKl5YW098987>