ports/62405: Can't install print/lyx

Tilman Linneweh arved at FreeBSD.org
Fri Feb 13 09:32:31 UTC 2004


Synopsis: Can't install print/lyx

State-Changed-From-To: feedback->analyzed
State-Changed-By: arved
State-Changed-When: Fri Feb 13 01:28:32 PST 2004
State-Changed-Why: 
This is the same failure bento is reporting.

There have also been frequent reports on the lyx-devel list
(e.g. http://www.mail-archive.com/cgi-bin/htsearch?config=lyx-devel_lists_lyx_org&restrict=&exclude=&words=%22lyx-1.3.x+compile+failure%22 ).

A patch was passed that looked like this:
I have not tested this. Perhaps the maintainer can test try to adapt the 
patch for the port.

Index: lib/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v
retrieving revision 1.51.2.2
diff -u -p -r1.51.2.2 Makefile.am
--- lib/Makefile.am     17 Sep 2003 13:47:24 -0000      1.51.2.2
+++ lib/Makefile.am     5 Nov 2003 16:49:56 -0000
@@ -58,8 +58,10 @@ install-xfonts:
          ln -f -s `kpsewhich $$i` $(DESTDIR)$(pkgdatadir)/xfonts/$$i ; \
        done ; \
        $(INSTALL_DATA) xfonts/fonts.dir $(DESTDIR)$(pkgdatadir)/xfonts/fonts.dir ; \
-       $(INSTALL_DATA) xfonts/fonts.scale $(DESTDIR)$(pkgdatadir)/xfonts/fonts.scale
-       test -f xfonts/PSres.upr && $(INSTALL_DATA) xfonts/PSres.upr $(DESTDIR)$(pkgdatadir)/xfonts/PSres.upr
+       $(INSTALL_DATA) xfonts/fonts.scale $(DESTDIR)$(pkgdatadir)/xfonts/fonts.scale ; \
+       if test -f xfonts/PSres.upr ; then \
+         $(INSTALL_DATA) xfonts/PSres.upr $(DESTDIR)$(pkgdatadir)/xfonts/PSres.upr ; \
+       fi

http://www.freebsd.org/cgi/query-pr.cgi?pr=62405



More information about the freebsd-ports-bugs mailing list