diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-11-10 15:16:00 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-11-10 15:16:00 +0000 |
commit | 3e134b2d4bf88d71f6388bd227b048ce3e431d72 (patch) | |
tree | 14ebb576d2f7567f81861d6d43bf69a8b2016334 /print/lyx16/pkg-plist | |
parent | add official kerberos patch (diff) |
Upgrade to latest version 1.0.0pre2
Not broken for ELF, since xforms lib isn't broken anymore
Although xforms should be ok for ELF I got the following error message
at startup of lyx:
/usr/libexec/ld-elf.so.1: Shared object "libforms.so.0.88" not found
Had to apply a symlink manually:
root{207} /usr/X11R6/lib ln -s libxforms.so.0 libforms.so.0.88
root{208} /usr/X11R6/lib ldconfig -m /usr/X11R6/lib
Diffstat (limited to 'print/lyx16/pkg-plist')
-rw-r--r-- | print/lyx16/pkg-plist | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/print/lyx16/pkg-plist b/print/lyx16/pkg-plist index ae0ead3c2313..5d648481f1ca 100644 --- a/print/lyx16/pkg-plist +++ b/print/lyx16/pkg-plist @@ -1,28 +1,28 @@ bin/lyx -share/locale/da/LC_MESSAGES/lyx.mo share/locale/de/LC_MESSAGES/lyx.mo -share/locale/es/LC_MESSAGES/lyx.mo -share/locale/fi/LC_MESSAGES/lyx.mo share/locale/fr/LC_MESSAGES/lyx.mo +share/locale/sv/LC_MESSAGES/lyx.mo +share/locale/es/LC_MESSAGES/lyx.mo share/locale/hu/LC_MESSAGES/lyx.mo +share/locale/da/LC_MESSAGES/lyx.mo share/locale/nl/LC_MESSAGES/lyx.mo share/locale/no/LC_MESSAGES/lyx.mo -share/locale/sv/LC_MESSAGES/lyx.mo +share/locale/fi/LC_MESSAGES/lyx.mo share/locale/tr/LC_MESSAGES/lyx.mo share/lyx/CREDITS share/lyx/bind/cua.bind +share/lyx/bind/de_menus.bind share/lyx/bind/emacs.bind +share/lyx/bind/hu_menus.bind share/lyx/bind/math.bind share/lyx/bind/menus.bind -share/lyx/bind/menus_de.bind -share/lyx/bind/menus_hu.bind share/lyx/bind/xemacs.bind share/lyx/chkconfig.ltx share/lyx/clipart/platypus.eps share/lyx/configure -share/lyx/doc/AdvancedEdit.lyx share/lyx/doc/BUGS.lyx share/lyx/doc/Customization.lyx +share/lyx/doc/Extended.lyx share/lyx/doc/HowDoI-.lyx share/lyx/doc/Intro.lyx share/lyx/doc/LaTeXConfig.lyx @@ -63,6 +63,8 @@ share/lyx/images/standard.xbm share/lyx/images/standard.xpm share/lyx/kbd/american-2.kmap share/lyx/kbd/american.kmap +share/lyx/kbd/brazil.kmap +share/lyx/kbd/brazil2.kmap share/lyx/kbd/czech.kmap share/lyx/kbd/francais.kmap share/lyx/kbd/french.kmap @@ -76,6 +78,7 @@ share/lyx/kbd/iso8859-7.cdef share/lyx/kbd/magyar-2.kmap share/lyx/kbd/magyar-3.kmap share/lyx/kbd/magyar.kmap +share/lyx/kbd/polish-2.kmap share/lyx/kbd/polish.kmap share/lyx/kbd/portuges.kmap share/lyx/kbd/romanian.kmap @@ -100,6 +103,7 @@ share/lyx/layouts/dinbrief.layout share/lyx/layouts/ejour2.layout share/lyx/layouts/foils.layout share/lyx/layouts/iletter.layout +share/lyx/layouts/latex8.layout share/lyx/layouts/letter.layout share/lyx/layouts/linuxdoc.layout share/lyx/layouts/lyxmacros.inc @@ -107,9 +111,11 @@ share/lyx/layouts/obsolete.inc share/lyx/layouts/paper.layout share/lyx/layouts/report.layout share/lyx/layouts/revtex.layout -share/lyx/layouts/scr.inc share/lyx/layouts/scrartcl.layout share/lyx/layouts/scrbook.layout +share/lyx/layouts/scrclass.inc +share/lyx/layouts/scrlettr.layout +share/lyx/layouts/scrmacros.inc share/lyx/layouts/scrreprt.layout share/lyx/layouts/slides.layout share/lyx/layouts/stdclass.inc @@ -138,6 +144,7 @@ share/lyx/reLyX/syntax.default share/lyx/templates/aapaper.lyx share/lyx/templates/dinbrief.lyx share/lyx/templates/iletter.lyx +share/lyx/templates/latex8.lyx share/lyx/templates/latex_letter.lyx share/lyx/templates/linuxdoctemplate.lyx share/lyx/templates/revtex.lyx |