1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/print
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
..
a2pdf
a2ps editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
abcm2ps print/abcm2ps: Update to 8.14.14 2023-07-14 18:54:38 +01:00
adobe-cmaps
afm
alignmargins
ansiprint
asprint
auctex editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
bibcursed
bibview print/bibview: Fix build with llvm16 2023-08-02 16:16:41 +02:00
brlaser print/brlaser: Update to 6.2 2022-12-26 23:22:57 +01:00
c2ps
catdvi Mk/**tex.mk: Convert bsd.tex.mk to USES=tex 2022-12-19 08:44:58 -06:00
cdlabelgen
cups print/cups: Use upstream release tarball 2023-07-11 22:10:57 +02:00
cups-bjnp
cups-filters */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
cups-fxlinuxprint
cups-pdf
cups-pk-helper print/cups-pk-helper: Update to 0.2.7 2023-01-26 14:53:10 +03:00
cups-smb-backend
deforaos-pdfviewer graphics/poppler: bump dependencies 2023-05-14 07:58:14 +02:00
derelict-ft *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
detex
dot2tex all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
dvi2tty
dvips2ascii
dvisvg */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
dymo-cups-drivers print/dymo-cups-drivers: Fix build on 14 2023-08-18 09:53:32 +02:00
easylatex
enscript-a4
enscript-letter
enscript-letterdj
epson-inkjet-printer-201207w print/epson-inkjet-printer-201207w: Add new port 2022-12-15 21:18:12 +01:00
epson-inkjet-printer-201401w
epson-inkjet-printer-201601w
epson-inkjet-printer-escpr print/epson-inkjet-printer-escpr: Update to 1.7.26 2023-04-28 18:13:41 +02:00
epson-inkjet-printer-escpr2 print/epson-inkjet-printer-escpr2: Update to 1.1.62 2023-04-04 22:14:19 +01:00
epsonepl
fig2dev
flpsed
font2svg
font-amsfonts
fontforge */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
foo2zjs
foomatic-db print/foomatic-db: Update to 20230630 2023-07-02 18:52:42 +01:00
foomatic-db-engine
foomatic-db-hpijs
foomatic-filters
fpc-libcups
fpdf
freetype2 print/freetype2: Update to 2.13.1 2023-07-30 17:15:09 +02:00
ft2demos bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
ghostscript9-agpl-base */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
ghostscript9-agpl-x11
ghostscript10 */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
gimp-gutenprint print/gutenprint: update to 5.3.4 2023-03-05 18:23:59 +01:00
gl2ps
gsfonts
gspdf audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
gtklp accessibility/at-spi2-core: update to 2.46.0 2023-03-02 06:23:10 +01:00
gutenprint print/gutenprint: unbreak the port's packaging with NLS disabled 2023-04-07 09:43:22 +00:00
gv
harfbuzz print/harfbuzz: update to 8.1.1 2023-08-03 21:41:43 +00:00
harfbuzz-cairo print/harfbuzz-hb-view: rename to -cairo after 4872ec2e84 2023-02-23 10:46:47 +00:00
harfbuzz-icu print/harfbuzz: update to 7.2.0 2023-04-28 11:15:35 +00:00
hp2xx
hplip print/hplip: Fix patch from f97941e2c0 2023-08-17 09:32:01 +02:00
hplip-plugin print/hplip(-plugin): Update to 3.23.5 2023-06-23 16:44:25 +02:00
hs-hscolour Uses/cabal.mk: Rework MASTER_SITES and DISTFILES handling. 2022-11-20 20:39:28 +03:00
html2latex
html2ps Mk/Uses/magick.mk: Bump all consumers 2023-04-30 13:10:42 +02:00
hyperlatex editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
indexinfo
ipp-usb all: Bump PORTREVISION after lang/go{119,120} update 2023-08-04 09:24:50 -05:00
kde_poster
latex2rtf Mk/bsd.sites.mk: Add new MACRO TEX 2023-08-02 16:16:41 +02:00
latex-beamer */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
latex-biber */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
latex-ltablex Mk/**tex.mk: Convert bsd.tex.mk to USES=tex 2022-12-19 08:44:58 -06:00
latex-resume Mk/bsd.sites.mk: Add new MACRO TEX 2023-08-02 16:16:41 +02:00
latexdiff print/latexdiff: Update to 1.3.3 2022-11-01 16:32:47 -04:00
libharu print/libharu: adopt and update to 2.4.3 release (+) 2022-10-15 00:09:27 +03:00
libijs
libmspub01 devel/icu: update to 73.1 2023-04-13 00:56:37 +00:00
libotf
libpagemaker
libpaper
libraqm all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
libspectre print/libspectre: update to 0.2.12 release (+) 2023-01-26 20:15:50 +03:00
lilypond */*: adapt to new guile framework 2023-07-31 01:59:04 +03:00
lilypond-devel */*: adapt to new guile framework 2023-07-31 01:59:04 +03:00
limereport Mk/Uses: always use colon for build/run suffix 2022-09-11 12:20:14 +02:00
linux-c7-cups-libs Add missing WWW entries 2022-09-12 17:29:04 +02:00
linux-c7-freetype Add missing WWW entries 2022-09-12 17:29:04 +02:00
linux-c7-harfbuzz Add missing WWW entries 2022-09-12 17:29:04 +02:00
linux-jabref
lout Mk/Uses/magick.mk: Bump all consumers 2023-04-30 13:10:42 +02:00
lprps
lyx print/lyx: Update to 2.3.7 2023-03-05 11:25:40 +08:00
magicfilter */*: llvm15 build fixes 2023-05-17 18:30:15 +02:00
makeindex
mftrace print/mftrace: Update to 1.2.20 2023-05-26 11:37:51 +02:00
miktex */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
min12xxw
mp-a4
mp-letter
mpage
muttprint Mk/Uses/magick.mk: Bump all consumers 2023-04-30 13:10:42 +02:00
nenscript
okc321
openprinting */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
p5-Font-FreeType
p5-Net-CUPS
p5-Net-Printer
p5-PDF-Template
p5-PDFLib
p5-PostScript
p5-PostScript-PPD print/p5-PostScript-PPD: Update to 0.0402 2023-03-22 03:20:22 +08:00
p5-PostScript-Simple
p5-Text-PDF
p5-XML-ApacheFOP
p5-XML-Handler-AxPoint
p910nd print/p910nd: Moved to github 2023-02-05 19:53:56 +00:00
panda */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
papersize-default-a4
papersize-default-letter
paps
pcal
pdf4tcl
pdf-redact-tools all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
pdf-renderer
pdf-tools editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
pdfarranger graphics/poppler: bump dependencies 2023-05-14 07:58:14 +02:00
pdfbox
pdfchain accessibility/at-spi2-core: update to 2.46.0 2023-03-02 06:23:10 +01:00
pdflib
pdflib-perl
pdfmixtool devel/qt6: bump dependent ports 2023-07-26 21:58:56 +02:00
pdfstitch
pdftk bsd.sites.mk: Update all ports using USE_GITLAB 2023-07-12 20:56:04 +02:00
pear-File_PDF
pfbtopfa
photoprint */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
pic2fig print/pic2fig: Fix build with llvm15 2023-06-04 15:23:24 +02:00
pkfonts118
pkfonts240
pkfonts300
pkfonts360
pkfonts400
pkfonts600
pnm2ppa
posterazor Mk/Uses: always use colon for build/run suffix 2022-09-11 12:20:14 +02:00
print-manager KDE: Update KDE Gear to 23.04.3 2023-07-09 12:45:54 +02:00
ps2eps
pscal
psdim
pslib */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
pstotext
psutils Mk/bsd.sites.mk: Add new MACRO TEX 2023-08-02 16:16:41 +02:00
py-collidoscope all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-dehinter all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-font-v all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-fontaine all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-fontbakery all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-fontparts all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-fontpens all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-fonttools all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-fpdf all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-freetype-py devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS} 2023-07-17 20:53:09 -04:00
py-frescobaldi all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-glyphsets print/py-glyphsets: Update to 0.6.2 2023-07-09 18:19:56 +08:00
py-glyphtools all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-pollyreports all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-preppy all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-psautohint all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-pycups all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-pydyf all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-PyMuPDF print/py-PyMuPDF: Clean up USES=python 2023-06-30 15:08:49 +08:00
py-pypdf print/py-pypdf: Update to 3.15.1 2023-08-17 12:57:15 +00:00
py-pypdf2 all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-pypdf3 all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-python-ly devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS} 2023-07-17 20:53:09 -04:00
py-relatorio all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-reportlab all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-rtf all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-ttfautohint-py all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-ufolib2 print/py-ufolib2: Update to 0.16.0 2023-08-17 02:25:40 +08:00
py-uharfbuzz print/py-uharfbuzz: Update to 0.37.2 2023-08-17 02:25:40 +08:00
py-vharfbuzz all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
py-weasyprint all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
qpdf print/qpdf: Update to 11.5.0 2023-07-30 13:40:26 +00:00
qpdfview graphics/poppler: bump dependencies 2023-05-14 07:58:14 +02:00
qt5-printsupport Qt: Update Qt 5 to 5.15.8 2023-01-14 22:15:14 +01:00
R-cran-knitr print/R-cran-knitr: Update to 1.43 2023-06-03 06:45:58 +08:00
R-cran-tinytex print/R-cran-tinytex: Update to 0.46 2023-08-10 11:50:40 +01:00
rlpr
rtf2latex2e
rubygem-afm Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-color Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-color_diff Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-color-tools Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-pdf-core print/rubygem-pdf-core: Update WWW and clean up pkg-descr 2023-04-06 01:31:30 +08:00
rubygem-pdf-reader Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-pdf-writer Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn print/rubygem-prawn: Update WWW and clean up pkg-descr 2023-04-06 01:31:31 +08:00
rubygem-prawn_shapes Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-core Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-flexible-table Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-format Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-graph Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-icon Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-js Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-layout Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-security Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-svg Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-table Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-prawn-templates Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
rubygem-rbpdf print/rubygem-rbpdf: Update to 1.21.3 2023-08-17 02:26:16 +08:00
rubygem-rbpdf-font print/rubygem-rbpdf-font: Strip binary executable 2023-07-09 18:26:22 +08:00
rubygem-ttfunk Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby 2023-01-14 17:08:33 -06:00
scribus-devel print/scribus-devel: fix build with llvm16 while keeping compatibility with older llvm 2023-08-16 01:19:31 +02:00
sgf2tex Mk/**tex.mk: Convert bsd.tex.mk to USES=tex 2022-12-19 08:44:58 -06:00
shrinkpdf
simple-fb2-reader accessibility/at-spi2-core: update to 2.46.0 2023-03-02 06:23:10 +01:00
sioyek */*: Bump jpeg-turbo users treewide 2023-07-28 19:13:17 +02:00
splix
system-config-printer all: remove explicit versions in USES=python for "3.x+" 2023-06-27 21:34:34 +02:00
t1utils
tex-basic-engines */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
tex-dvipdfmx */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
tex-dvipsk */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
tex-formats */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
tex-jadetex */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
tex-luatex print/tex-luatex: Enable the new luahbtex engine 2023-07-18 15:35:33 +02:00
tex-ptexenc */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
tex-xdvik */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
tex-xetex devel/icu: update to 73.1 2023-04-13 00:56:37 +00:00
tex-xmltex */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
texinfo print/texinfo: Update htmlxref.cnf to 20230402 2023-04-19 06:03:55 +08:00
texlive-base graphics/poppler: bump dependencies 2023-05-14 07:58:14 +02:00
texlive-docs */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
texlive-full Mk/**tex.mk: Convert bsd.tex.mk to USES=tex 2022-12-19 08:44:58 -06:00
texlive-texmf */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
texlive-texmf-source */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
texlive-tlmgr */tex*: Update version 20210325=>20230313 2023-04-11 10:43:18 -05:00
texvc lang/ocaml: Update to 4.08.1 2023-07-05 11:55:16 +02:00
tgif2tex
transfig
trueprint
ttf2pt1 */*: Fix build with llvm16 on 13.2-STABLE 2023-07-26 02:48:20 +02:00
ttfautohint
txtbdf2ps
typetools Mk/**tex.mk: Convert bsd.tex.mk to USES=tex 2022-12-19 08:44:58 -06:00
utopia
xmbibtex print/xmbibtex: Fix build with llvm16 2023-07-24 16:46:03 +02:00
xpdfopen print/xpdfopen: Update distinfo from text20230313 2023-04-12 07:39:13 +02:00
xreader print/xreader: unbreak build with Meson 1.2.0 2023-07-29 00:21:58 +00:00
xtexsh Mk/**tex.mk: Convert bsd.tex.mk to USES=tex 2022-12-19 08:44:58 -06:00
yatex editors/emacs: Update to 29.1 2023-08-20 09:53:11 +09:00
Makefile cleanup: Remove expired GhostScript 8 ports: 2023-06-30 23:56:50 +02:00