diff options
author | mat <mat@FreeBSD.org> | 2016-09-14 23:59:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-09-14 23:59:34 +0800 |
commit | 26f4e5927b33637101bdfee46dfcf88f0d5bcfc2 (patch) | |
tree | f23e8a579d549355c932d46189671753887892e7 /japanese | |
parent | 1b2cdedd19d56d9cc5d5f94228d3e2b4d4ed384e (diff) | |
download | freebsd-ports-gnome-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.tar.gz freebsd-ports-gnome-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.tar.zst freebsd-ports-gnome-26f4e5927b33637101bdfee46dfcf88f0d5bcfc2.zip |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/dbskkd-cdb/Makefile | 2 | ||||
-rw-r--r-- | japanese/ibus-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/mecab-ipadic/Makefile | 2 | ||||
-rw-r--r-- | japanese/mecab/Makefile | 2 | ||||
-rw-r--r-- | japanese/nhocr/Makefile | 2 | ||||
-rw-r--r-- | japanese/p5-MeCab/Makefile | 2 | ||||
-rw-r--r-- | japanese/py-mecab/Makefile | 2 | ||||
-rw-r--r-- | japanese/ruby-mecab/Makefile | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/japanese/dbskkd-cdb/Makefile b/japanese/dbskkd-cdb/Makefile index ddbd56824542..2c6e6890f6d2 100644 --- a/japanese/dbskkd-cdb/Makefile +++ b/japanese/dbskkd-cdb/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Yet another dictionary server for SKK +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= ${LOCALBASE}/lib/libcdb.a:databases/tinycdb RUN_DEPENDS= ${SKKJISYOCDB}:japanese/skk-jisyo-cdb diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index ad7d3af1b49c..c92e8966913f 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -12,6 +12,8 @@ PKGNAMEPREFIX= ja- MAINTAINER= daichi@FreeBSD.org COMMENT= Anthy engine for IBus +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= swig:devel/swig13 LIB_DEPENDS= libanthy.so:japanese/anthy \ libibus-1.0.so:textproc/ibus diff --git a/japanese/mecab-ipadic/Makefile b/japanese/mecab-ipadic/Makefile index 3bb00e6e34ff..f253107c9d51 100644 --- a/japanese/mecab-ipadic/Makefile +++ b/japanese/mecab-ipadic/Makefile @@ -11,6 +11,8 @@ PROJECTHOST= mecab MAINTAINER= yasu@utahime.org COMMENT?= MeCab IPA dictionary meta-port +BROKEN= Unfetchable (google code has gone away) + .if empty(PKGNAMESUFFIX) USES= metaport OPTIONS_RADIO= CHARSET diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index abd432c6f869..4e268a180bab 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -13,6 +13,8 @@ COMMENT= Yet Another Part-of-Speech and Morphological Analyzer LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= multi +BROKEN= Unfetchable (google code has gone away) + GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_stdcpp_main=no INSTALL_TARGET= install-strip diff --git a/japanese/nhocr/Makefile b/japanese/nhocr/Makefile index eebf2dbb9d02..adc35bb3ca6c 100644 --- a/japanese/nhocr/Makefile +++ b/japanese/nhocr/Makefile @@ -11,6 +11,8 @@ COMMENT= OCR engine for Japanese language LICENSE= APACHE20 +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= ${LOCALBASE}/lib/libsip.a:graphics/O2-tools LIB_DEPENDS= libfreetype.so:print/freetype2 diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile index 71febf52d069..bab24d1d7c75 100644 --- a/japanese/p5-MeCab/Makefile +++ b/japanese/p5-MeCab/Makefile @@ -15,6 +15,8 @@ COMMENT= MeCab library module for Perl5 LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= dual +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libmecab.so:japanese/mecab USES= perl5 diff --git a/japanese/py-mecab/Makefile b/japanese/py-mecab/Makefile index 9d6f00656ac8..732c65f4212f 100644 --- a/japanese/py-mecab/Makefile +++ b/japanese/py-mecab/Makefile @@ -14,6 +14,8 @@ COMMENT= Python bindings for MeCab LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= dual +BROKEN= Unfetchable (google code has gone away) + BUILD_DEPENDS= swig:devel/swig13 LIB_DEPENDS= libmecab.so:japanese/mecab diff --git a/japanese/ruby-mecab/Makefile b/japanese/ruby-mecab/Makefile index e86dfc493f10..ef224f9b4c69 100644 --- a/japanese/ruby-mecab/Makefile +++ b/japanese/ruby-mecab/Makefile @@ -14,6 +14,8 @@ COMMENT= MeCab library module for Ruby LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= dual +BROKEN= Unfetchable (google code has gone away) + LIB_DEPENDS= libmecab.so:japanese/mecab USE_RUBY= yes |