1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/japanese
Yasuhiro Kimura ba4eb3a50e editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
  TREESITTER are ON by default. PGTK and WEBP options are excluded
  from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
  result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
  result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
  via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
  and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared
  libraries.
* When PGTK option is ON and SCROLLBARS is OFF, configure fails as
  following

  ----------------------------------------------------------------------
  checking for gnutls >= 2.12.2... yes
  checking for jansson >= 2.7... yes
  checking for tree-sitter >= 0.20.2... yes
  checking for libkqueue... no
  checking for library containing kqueue... none required
  configure: error: Non-toolkit scroll bars are not implemented for your system
  ----------------------------------------------------------------------

  So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting.
* When MODULES option is OFF and TREESITTER is ON, link error happens
  as following.

  ----------------------------------------------------------------------
  cc -o temacs.tmp \
    -Demacs  -I. -I. -I../lib -I../lib   -I/usr/local/include   -I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE   -I/usr/local/include/libpng16  -I/usr/local/include/libxml2   -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include  -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE   -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -I/usr/local/include/webp   -I/usr/local/include  -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread  -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include  -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16  -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -MMD -MF deps/.d -MP  -I/usr/local/include   -I/usr/local/include  -I/usr/local/include -I/usr/local/include/p11-kit-1   -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE      -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include    -fstack-protector-strong -L/usr/local/lib  -L/usr/local/lib \
      dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o  dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o  syntax.o  bytecode.o comp.o  process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o kqueue.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o itree.o      xfont.o ftfont.o ftcrfont.o hbfont.o  fontset.o fringe.o image.o xgselect.o json.o     terminfo.o lastfile.o      ../lib/libgnu.a      ../oldXMenu/libXMenu11.a  -ltiff -ljpeg -L/usr/local/lib -lpng16  -lgif  -L/usr/local/lib -lwebpdemux -lwebpdecoder   -lSM -lICE -lX11   -lXrender  -L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo        -lrt -L/usr/local/lib -ldbus-1  -lexecinfo -L/usr/local/lib -lXrandr  -L/usr/local/lib -lXinerama  -L/usr/local/lib -lXfixes  -lXext -lXext -L/usr/local/lib -lxml2   -lutil -L/usr/local/lib -lcairo  -lncurses  -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl   -L/usr/local/lib -lfreetype  -L/usr/local/lib -lfontconfig -lfreetype  -L/usr/local/lib -lharfbuzz    -L/usr/local/lib -lgnutls  -lpthread  -L/usr/local/lib -llcms2 -llcms2_fast_float -llcms2_threaded   -lm -lz   -L/usr/local/lib -ljansson  -lgmp  -L/usr/local/lib -lXi   -L/usr/local/lib -ltree-sitter  -lsqlite3 -lXcomposite -lXext
  ld: error: undefined symbol: dynlib_error
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced 1 more times

  ld: error: undefined symbol: dynlib_sym
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)

  ld: error: undefined symbol: dynlib_open
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  ----------------------------------------------------------------------

  So add MODULES to TREESITTER_IMPLIES to avoid such options setting.
  * Bump PORTREVISION of ports that use "USES=emacs".

ChangeLog:	https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D41444
2023-08-20 09:53:11 +09:00
..
a2ps
ack Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
ajaxzip2-core Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
ajaxzip2-data Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
alias-fonts
another-htmllint Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
anthy japanese/anthy: Fix runtime error of anthy.el with editors/emacs-devel 2023-01-28 21:37:59 +09:00
ASCIIdates98-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
awffull
bible_names-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
boiled-mozc editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
bookview Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
bugzilla44 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
bugzilla50 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
canna-lib japanese/canna-lib: fix build with clang 15 2022-12-18 18:27:33 +01:00
canna-server japanese/canna-server: Fix build with llvm16 2023-08-18 21:42:06 +02:00
cannadic Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
cdrom2 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
celrw japanese/celrw: Fix build with llvm15 2023-06-08 17:30:54 +02:00
CGdic-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
chasen-base japanese/chasen-base: Fix build with llvm16 2023-07-23 17:53:03 +02:00
cmigemo Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
cmigemo-dict Fix WWW in parent/child ports 2022-09-10 19:41:16 +02:00
cp5022x-el editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
csrd Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
ctags Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
dams japanese/dams: Fix build with llvm16 2023-08-05 20:01:12 +02:00
dbskkd-cdb Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
ddskk editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
devil-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
dvi2tty
e2ps
eb
ebd-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
eblook Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
ebnetd
ebview-gtk2 */*: llvm15 build fixes 2023-05-17 18:30:15 +02:00
edict */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
edict-fpw Remove WWW lines that have been moved into Makefiles 2022-09-08 17:46:38 +02:00
edyvalue Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
eijiro-fpw Remove WWW lines that have been moved into Makefiles 2022-09-08 17:46:38 +02:00
epwutil
esecanna Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
esecanna-module-vje25 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
esecanna-module-vje30 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
esecanna-module-wnn6 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
eterm Fix WWW in parent/child ports 2022-09-10 19:41:16 +02:00
fcitx5-anthy fcitx5: Update related ports to the latest version as 2023-03-18 2023-03-18 21:12:46 +08:00
fcitx-anthy Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
fcitx-mozc
fcitx-skk Mk/Uses: always use colon for build/run suffix 2022-09-11 12:20:14 +02:00
flower-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
foldoc-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-aozoramincho Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-ayu18 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-ayu20 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-cica Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-elisa8 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-elisa10 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-firge Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-firge-nerd Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-genjyuugothic Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-genshingothic Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-hackgen japanese/font-hackgen{,-nf}: update to 2.9.0. 2023-06-22 21:52:12 +09:00
font-hackgen-nf japanese/font-hackgen{,-nf}: update to 2.9.0. 2023-06-22 21:52:12 +09:00
font-ipa Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-ipa-uigothic Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-ipaex Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-ipamjm Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-jisx0213 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-kaname12
font-kanji18
font-kanji26
font-kappa20 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-kochi Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-koruri Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-marumoji
font-mgenplus Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-migmix Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-migu Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-mikachan Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-mona Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-mona-ipa Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-mona-ttf Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-motoya-al Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-mplus-bitmap Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-mplus-ipa Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-mplus-outline Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-myrica Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-myricam Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-naga10 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-nasu Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-plemoljp japanese/font-plemoljp{,-nf,-ns}: update to 1.6.0. 2023-06-22 21:52:13 +09:00
font-plemoljp-hs japanese/font-plemoljp{,-nf,-ns}: update to 1.6.0. 2023-06-22 21:52:13 +09:00
font-plemoljp-nf japanese/font-plemoljp{,-nf,-ns}: update to 1.6.0. 2023-06-22 21:52:13 +09:00
font-ricty Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-ricty-discord
font-rounded-mgenplus Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-sazanami Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-shinonome Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-std
font-takao Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-udev-gothic japanese/font-udev-gothic{,-nf}: update to 1.3.1. 2023-07-16 13:25:13 +09:00
font-udev-gothic-nf japanese/font-udev-gothic{,-nf}: update to 1.3.1. 2023-07-16 13:25:13 +09:00
font-ume Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
font-vlgothic Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
freepwing Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
FreeWnn-lib */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
FreeWnn-server {chinese,japanese,korean}/FreeWnn-server: Fix build with llvm16 2023-08-07 17:24:46 +02:00
fumeikai-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
gawk
gd
gedy Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
groff */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
gskk Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
gsuica Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
hns Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
ibus-anthy all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
ibus-mozc japanese/mozc-server: Fix PORTREVISION changed in fa81a4f5f8 2023-03-06 03:10:20 +09:00
ibus-skk accessibility/at-spi2-core: update to 2.46.0 2023-03-02 06:23:10 +01:00
icanna Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
ipadic Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
jacode.pl japanese/jacode.pl: Update to 2.13.4.31 2023-05-10 11:02:47 +01:00
japana Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
japaneseAFM
jargon-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
jcode.pl
jed Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
jishyo audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
jls japanese/jls: Fix build with llvm16 2023-08-07 13:54:42 +02:00
jvim3 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
kakasi japanese/kakasi: fix build with clang 15 2023-01-16 20:04:47 +01:00
kasumi japanese/kasumi: Fix build on current 2023-07-01 21:13:18 +09:00
kbanner Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
kcc
kcode Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
kdrill japanese/kdrill: Fix build with llvm16 2023-08-02 18:22:20 +02:00
kinput2 */*: llvm15 build fixes 2023-05-17 18:30:15 +02:00
kiten KDE: Update KDE Gear to 23.04.3 2023-07-09 12:45:54 +02:00
kon2-14dot
kon2-16dot
latex-jlisting Mk/**tex.mk: Convert bsd.tex.mk to USES=tex 2022-12-19 08:44:58 -06:00
leafrogue Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
less Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
libreoffice editors/libreoffice: update to 7.5.5 release (+) 2023-07-25 10:16:49 +03:00
libskk */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
libslang
libtomoe-gtk accessibility/at-spi2-core: update to 2.46.0 2023-03-02 06:23:10 +01:00
lipsf Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
lookup editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
lsd-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
lynx Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
lynx-current Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
man
man-doc
mecab */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
mecab-ipadic japanese/mecab-ipadic: Do not set LICENSE for metaport 2022-11-28 21:55:45 +09:00
mecab-ipadic-eucjp
mecab-ipadic-sjis
mecab-ipadic-utf8
mh japanese/mh: remove my mirror which does not host this distfile 2022-10-19 22:15:05 +03:00
migemo Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
migemo.el editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
mime_pls
mozc-el
mozc-server editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
mozc-tool japanese/mozc-server: Fix PORTREVISION changed in fa81a4f5f8 2023-03-06 03:10:20 +09:00
mypaedia-fpw-package Mk/Uses/magick.mk: Bump all consumers 2023-04-30 13:10:42 +02:00
namazu Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
namazu2 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
navi2ch editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
ne Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
nethack34 japanese/nethack34: Fix build with llvm16 2023-08-06 20:30:38 +02:00
newosaka
ng Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
ng-canna Fix WWW in parent/child ports 2022-09-10 19:41:16 +02:00
ng-devel Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
ngraph-fonts
nkf Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
onew japanese/onew: broken (doesn't fetch) 2023-05-06 11:01:18 +02:00
p5-2chproxy Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Date-Japanese-Era Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Date-Japanese-Holiday Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-DateTime-Calendar-Japanese-Era Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-DateTime-Format-Japanese Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Encode-EUCJPASCII Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Encode-EUCJPMS Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Encode-ISO2022 Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Encode-JP-Emoji Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Encode-JP-Mobile Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-HTML-MobileJp Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Jcode Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Lingua-JA-Kana Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Lingua-JA-Moji Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Lingua-JA-Numbers Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Lingua-JA-Regular-Unicode Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Lingua-JA-Romanize-Japanese Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Lingua-JA-Summarize-Extract Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-MeCab japanese/p5-MeCab: Fix build with llvm16 2023-07-23 12:50:18 +02:00
p5-nkf Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Number-Phone-JP Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-PDFJ Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Text-ChaSen Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Text-Kakasi Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Text-MeCab Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-Unicode-Japanese Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-WWW-2ch Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
p5-WWW-MobileCarrierJP japanese/p5-WWW-MobileCarrierJP: Fix build and pkg-plist 2023-04-27 14:18:14 +02:00
pejv-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
plain2
plan
prn
py-jaconv all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
qkc Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
qolibri audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
quit
R-cran-zipangu japanese/R-cran-zipangu: Update to 0.3.2 2023-05-12 05:02:39 +00:00
roget-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
rogue_s
ruby-romkan Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
ruby-uconv */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
rubygem-jpmobile4 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-jpmobile-ipaddresses Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-jpmobile-terminfo Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-mail-iso-2022-jp japanese/rubygem-mail-iso-2022-jp: Fix gemspec for rubygem-mail 2.8.0 update 2023-01-30 21:02:30 +08:00
rubygem-myrurema Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
ryaku-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
scim-anthy accessibility/at-spi2-core: update to 2.46.0 2023-03-02 06:23:10 +01:00
scim-canna Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
scim-honoka Change remaining "WWW:" into "See also:" 2022-09-08 18:53:02 +02:00
scim-honoka-plugin-romkan Change remaining "WWW:" into "See also:" 2022-09-08 18:53:02 +02:00
scim-honoka-plugin-wnn Change remaining "WWW:" into "See also:" 2022-09-08 18:53:02 +02:00
scim-skk Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
scim-tables Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
scim-tomoe Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
scim-uim textproc/uim: Update to the snapshot on 2022-09-27 2022-11-27 23:34:17 +09:00
seaside audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
sj3-lib
sj3-server japanese/sj3-server: Fix build with llvm16 2023-08-05 13:53:17 +02:00
skk Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
skk-jisyo Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
skk-jisyo-cdb Fix WWW in parent/child ports 2022-09-10 19:41:16 +02:00
skk-tools Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
skkinput Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
skkinput3 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
skkserv Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
slimeforest Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
slrn Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
sourcehansans-otf Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
sourcehanserif-otf Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
spoqahansans-ttf Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
srd-fpw-package Mk/Uses/magick.mk: Bump all consumers 2023-04-30 13:10:42 +02:00
suicavalue Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
tdiary
tegaki-zinnia-japanese Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
tex-ptex */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
tgif
tiarra Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
timidity++-slang Fix WWW in parent/child ports 2022-09-10 19:41:16 +02:00
today Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
tomoe */*: Fix some ports conversion from USE_RUBY to USES=ruby 2023-01-14 20:45:23 -06:00
uim-anthy accessibility/at-spi2-core: update to 2.46.0 2023-03-02 06:23:10 +01:00
uim-mozc textproc/uim: Update to the snapshot on 2022-09-27 2022-11-27 23:34:17 +09:00
uim-tomoe-gtk accessibility/at-spi2-core: update to 2.46.0 2023-03-02 06:23:10 +01:00
vera-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
vftool
w3m Fix WWW in parent/child ports 2022-09-10 19:41:16 +02:00
w3m-img accessibility/at-spi2-core: update to 2.46.0 2023-03-02 06:23:10 +01:00
waeijiro-fpw Remove WWW lines that have been moved into Makefiles 2022-09-08 17:46:38 +02:00
wdic-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
web1913-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
webalizer
wnn7egg Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
Wnn6-lib */*: llvm15 build fixes 2023-05-17 18:30:15 +02:00
Wnn7-lib japanese/Wnn7-lib: Fix build on 14 2023-08-18 21:42:06 +02:00
wordnet-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
wordpress */wordpress*: Update to 6.2.2 2023-06-06 08:46:47 +02:00
wwasw-fpw Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
xpdf
xshodou Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
xtr *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
xv */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
yc.el editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
zinnia japanese/zinnia: fix build with clang 16 2023-06-12 20:36:01 +02:00
zinnia-tomoe Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
zipcodes japanese/zipcodes: Update to 20221228 2023-01-08 22:06:44 +09:00
Makefile japanese/kterm: Remove expired port 2023-07-12 21:59:02 +02:00
Makefile.inc