lyx builds by editing to 1.3.4

Dr. Richard E. Hawkins hawk at slytherin.ds.psu.edu
Sat Feb 28 13:47:27 PST 2004


On Sat, Feb 28, 2004 at 01:29:42PM -0800, Kris Kennaway wrote:
> On Sat, Feb 28, 2004 at 08:43:31AM -0500, Dr. Richard E. Hawkins wrote:

> > make WITH_ASPELL=yes WITH_QT=yes NOCHECKSUM=yes

> > make package, however, seems to fail for missing files.

> > Building on an up to date stable also failed.

> > In any event, the port needn't be deleted.

> Well, a broken package is still a broken package ;-)

Well, yes, but it's not broken :)

Well, not on current.

It looks like the patch that breaks on stable is
hedwig# less files/patch-lib::Makefile.am 
--- lib/Makefile.am.orig        Wed Sep 17 15:13:05 2003
+++ lib/Makefile.am     Wed Feb 18 18:24:39 2004
@@ -58,8 +58,10 @@
          ln -f -s `kpsewhich $$i` $(DESTDIR)$(pkgdatadir)/xfonts/$$i ; \
        done ; \
        $(INSTALL_DATA) xfonts/fonts.dir $(DESTDIR)$(pkgdatadir)/xfonts/fonts.di
r ; \
-       $(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.up
r ;
+       fi
 
 uninstall-xfonts:
        rm -rf $(DESTDIR)$(pkgdatadir)/xfonts

hawk


-- 
Richard E. Hawkins, Asst. Prof. of Economics    /"\   ASCII ribbon campaign
dochawk at psu.edu  111 Hiller (814) 375-4846      \ /   against HTML mail
These opinions will not be those of              X    and postings. 
Penn State until it pays my retainer.           / \   


More information about the freebsd-ports mailing list