FreeBSD Bugzilla – Attachment 131220 Details for
Bug 175258
[PATCH] japanese/mecab: add license information etc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ja-mecab
patch-ja-mecab (text/plain), 1.81 KB, created by
Yasuhiro Kimura
on 2013-01-13 12:00:01 UTC
(
hide
)
Description:
patch-ja-mecab
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2013-01-13 12:00:01 UTC
Size:
1.81 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 310295) >+++ Makefile (working copy) >@@ -1,9 +1,4 @@ >-# New ports collection makefile for: mecab >-# Date created: 2 April 2003 >-# Whom: Akinori MUSHA aka knu <knu@idaemons.org> >-# > # $FreeBSD$ >-# > > PORTNAME= mecab > PORTVERSION= 0.994 >@@ -13,6 +8,12 @@ > MAINTAINER= clsung@FreeBSD.org > COMMENT= Yet Another Part-of-Speech and Morphological Analyzer > >+LICENSE= BSD GPLv2 LGPL21 >+LICENSE_COMB= dual >+LICENSE_FILE_BSD= ${WRKSRC}/BSD >+LICENSE_FILE_GPLv2= ${WRKSRC}/GPL >+LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL >+ > USE_AUTOTOOLS= libtool > USE_ICONV= yes > USE_PERL5_BUILD= yes >@@ -22,6 +23,9 @@ > CPPFLAGS+= ${PTHREAD_CFLAGS} -I ${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > >+OPTIONS_DEFINE= DOCS >+OPTIONS_DEFAULT= DOCS >+ > # Default charset (euc-jp/shift_jis/utf-8) > .if defined(WITH_CHARSET) > CONFIGURE_ARGS+= --with-charset=${WITH_CHARSET} >@@ -31,7 +35,7 @@ > > DOCS= AUTHORS README doc/*.html > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > > post-patch: > ${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' \ >@@ -48,7 +52,7 @@ > @if [ ! -f ${PREFIX}/etc/mecabrc ]; then \ > ${INSTALL_DATA} ${PREFIX}/etc/mecabrc.dist ${PREFIX}/etc/mecabrc; \ > fi >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > .for f in ${DOCS} > ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ >@@ -56,4 +60,4 @@ > .endif > @${CAT} ${PKGMESSAGE} > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 310295) >+++ pkg-descr (working copy) >@@ -1,4 +1,4 @@ > MeCab: Yet Another Part-of-Speech and Morphological Analyzer > > Author: Taku Kudo <taku@chasen.org> >-WWW: http://mecab.sourceforge.net/ >+WWW: https://code.google.com/p/mecab/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 175258
: 131220 |
131221
|
131222
|
131223
|
131224
|
131225