Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2004 16:47:24 -0500
From:      "Dr. Richard E. Hawkins" <hawk@slytherin.ds.psu.edu>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        andreas@klemm.gtn.com
Subject:   Re: lyx builds by editing to 1.3.4
Message-ID:  <20040228214724.GD18985@slytherin.ds.psu.edu>
In-Reply-To: <20040228212941.GA43420@xor.obsecurity.org>
References:  <20040228134331.GA79965@slytherin.ds.psu.edu> <20040228212941.GA43420@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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.           / \   



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