1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/chinese
Mathieu Arnold f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
..
arphicttf
aterm
auto-cn-l10n Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
auto-tw-l10n - Make input method settings consistent 2018-05-25 09:28:36 +00:00
autoconvert
bg5pdf Reduce dependency on the python2 metaport 2018-02-19 11:10:43 +00:00
big5width
bitchx
brise
bsdconv-opencc
bug5
c2t
cconv
celvis
chiconv
CJKUnifonts Debian does not provide those distfiles anymore 2017-10-13 12:17:30 +00:00
cless
cnprint Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
CNS11643-font
dictd-database Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
docproj
enscript
eterm
fandol
fcitx Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
fcitx-chewing
fcitx-cloudpinyin
fcitx-configtool
fcitx-libpinyin Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
fcitx-rime
fcitx-sunpinyin
fcitx-table-extra
fcitx-ui-light
fireflyttf
font-std
fortunetw
FreeWnn-lib
FreeWnn-server
gb2jis
gb2ps
gcin Mark broken on powerpc64. 2018-06-04 22:58:16 +00:00
gcin-gtk3 Update to 2.8.6. 2018-05-21 15:36:12 +00:00
gcin-qt4 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
gcin-qt5 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
gimp-help-zh_CN
gydict Remove dependency on the python3 symlink 2018-02-08 18:44:13 +00:00
hc
ibus-array Update to upstream version 0.1.2 2017-12-17 13:02:50 +00:00
ibus-cangjie USE_PYTHON=allflavors shouldn't be used here 2018-01-22 19:40:42 +00:00
ibus-chewing
ibus-libpinyin Mark ports broken on powerpc64, categories a-c. 2018-06-18 01:48:46 +00:00
ibus-pinyin chinese/ibus-pinyin: Fixed build with NLS=off 2018-01-09 23:59:55 +00:00
ibus-table-chinese Redo r472283 with history [1]: 2018-06-25 06:59:17 +00:00
jis2gb
kcfonts
kde4-l10n-zh_CN Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
kde4-l10n-zh_TW Rename KDE4 meta ports 2018-02-10 10:29:51 +00:00
libcangjie New port: chinese/libcangjie 2017-12-31 19:14:12 +00:00
libchewing - Update WWW 2018-03-29 13:28:57 +00:00
libpinyin
libreoffice-zh_CN - Update to 6.0.5 2018-06-26 16:30:49 +00:00
libreoffice-zh_TW - Update to 6.0.5 2018-06-26 16:30:49 +00:00
librime devel/boost-*: update to 1.67.0 2018-04-18 13:57:42 +00:00
libtabe Remove support for variables that have been deprecated for a while. 2018-01-09 07:40:55 +00:00
lunar
moettf
muni
oicq
opencc Update to 1.0.5 2017-12-29 18:47:48 +00:00
opendesktop-fonts Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
oto
p5-Date-Chinese Update WWW 2018-05-27 20:15:16 +00:00
p5-Encode-CNMap Update WWW 2018-05-27 20:15:16 +00:00
p5-Encode-HanConvert Update WWW 2018-05-27 20:15:16 +00:00
p5-Encode-HanExtra Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-Han-PinYin Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-Han-Utils Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-ZH-HanDetect Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-ZH-Keywords Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-ZH-Numbers Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-ZH-Segment Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-ZH-Summarize Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-ZH-TaBE Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-ZH-Toke Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-ZH-WordSegmenter Update WWW 2018-05-27 20:15:16 +00:00
p5-Lingua-ZH-Wrap Update WWW 2018-05-27 20:15:16 +00:00
p5-Text-Greeking-zh_TW Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
pcmanx
php-opencc Introduce PHP flavors. 2018-03-08 19:48:41 +00:00
phpbb3-tw
phpbb-tw Introduce PHP flavors. 2018-03-08 19:48:41 +00:00
pycangjie - Convert to USE_PYTHON=cython 2017-12-31 23:49:30 +00:00
pyzy pyzy doesn't build with python3 2017-12-09 12:25:00 +00:00
qe Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
qt4-codecs-cn Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qt4-codecs-tw Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
qterm Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
reciteword - Pet portlint 2018-07-08 19:29:48 +00:00
scim-fcitx Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
scim-pinyin
scim-tables
sunpinyin - Those ports fail to build with python3 2017-12-11 16:54:20 +00:00
tin
tintin++ Add PORTSCOUT 2017-12-31 22:23:04 +00:00
ttf2pt1
ttfm
ve
wenju
wordpress-zh_CN Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined. 2018-04-25 22:00:04 +00:00
wordpress-zh_TW Update to 4.9 2018-07-08 16:19:17 +00:00
Makefile Redo r472283 with history [1]: 2018-06-25 06:59:17 +00:00
Makefile.inc