Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2004 12:20:22 -0800 (PST)
From:      Miguel Mendez <flynn@energyhq.es.eu.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/62405: Can't install lyx
Message-ID:  <200402182020.i1IKKMs5013485@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62405; it has been noted by GNATS.

From: Miguel Mendez <flynn@energyhq.es.eu.org>
To: Kirill Ponomarew <krion@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/62405: Can't install lyx
Date: Wed, 18 Feb 2004 21:13:21 +0100

 This is a multi-part message in MIME format.
 --------------010905020303050907050105
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Kirill Ponomarew wrote:
 Hi,
 
 > Could you please review this PR ?
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/62405
 > 
 > -Kirill
 
 Sorry for the delay, as pointed out by Tilman the suggested patch seems 
 to fix the problem on my 5.2.1-RC box. See attached patch.
 
 Cheers,
 -- 
 	Miguel Mendez <flynn@energyhq.es.eu.org>
 	http://www.energyhq.es.eu.org
 	PGP Key: 0xDC8514F1
 
 
 --------------010905020303050907050105
 Content-Type: text/plain;
  name="lyx.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="lyx.diff"
 
 diff -ruN lyx.old/Makefile lyx/Makefile
 --- lyx.old/Makefile	Tue Feb 17 09:34:10 2004
 +++ lyx/Makefile	Wed Feb 18 18:19:03 2004
 @@ -21,10 +21,6 @@
  RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
  		latex:${PORTSDIR}/print/teTeX
  
 -BROKEN=		"Does not install"
 -DEPRECATED=	${BROKEN}
 -EXPIRATION_DATE=2004-04-16
 -
  USE_BZIP2=	yes
  USE_GETTEXT=	yes
  USE_PERL5=	yes
 diff -ruN lyx.old/files/patch-lib::Makefile.am lyx/files/patch-lib::Makefile.am
 --- lyx.old/files/patch-lib::Makefile.am	Thu Jan  1 01:00:00 1970
 +++ lyx/files/patch-lib::Makefile.am	Wed Feb 18 18:24:53 2004
 @@ -0,0 +1,15 @@
 +--- 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.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
 + 
 + uninstall-xfonts:
 + 	rm -rf $(DESTDIR)$(pkgdatadir)/xfonts
 
 --------------010905020303050907050105--



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