Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 1998 07:16:01 -0800 (PST)
From:      Andreas Klemm <andreas@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: ports/print/lyx Makefile ports/print/lyx/files md5 ports/print/lyx/pkg PLIST
Message-ID:  <199811101516.HAA22862@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     1998/11/10 07:16:01 PST

  Modified files:
    print/lyx            Makefile 
    print/lyx/files      md5 
    print/lyx/pkg        PLIST 
  Log:
  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
  
  Revision  Changes    Path
  1.23      +2 -4      ports/print/lyx/Makefile
  1.6       +1 -1      ports/print/lyx/files/md5
  1.9       +15 -8     ports/print/lyx/pkg/PLIST

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811101516.HAA22862>