Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2004 01:32:31 -0800 (PST)
From:      Tilman Linneweh <arved@FreeBSD.org>
To:        andrew@grillet.co.uk, arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/62405: Can't install print/lyx
Message-ID:  <200402130932.i1D9WVBw039888@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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