Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2000 10:30:03 -0700 (PDT)
From:      Bush Doctor <dervish@goku.cl.msu.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/18240: /usr/ports/print/lyx/make  doesn't work (patch included)
Message-ID:  <200004281730.KAA28152@freefall.freebsd.org>

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

From: Bush Doctor <dervish@goku.cl.msu.edu>
To: freebsd-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/18240: /usr/ports/print/lyx/make  doesn't work (patch included)
Date: Fri, 28 Apr 2000 13:22:08 -0400

 --OgqxwSJOaUobr8KG
 Content-Type: text/plain; charset=us-ascii
 
 Out of da blue dennisjun@yahoo.com aka (dennisjun@yahoo.com) said:
 > 
 > >Number:         18240
 > >Category:       ports
 > >Synopsis:       /usr/ports/print/lyx/make  doesn't work
 > >Confidential:   no
 > >Severity:       critical
 > >Priority:       high
 > >Responsible:    freebsd-ports
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Wed Apr 26 12:00:00 PDT 2000
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Dennis Jun
 > >Release:        4.0-STABLE
 > >Organization:
 > >Environment:
 > FreeBSD fred 4.0-STABLE FreeBSD 4.0-STABLE #13: Thu Apr 13 16:04:23 EDT 2000     cappy@fred:/usr/src/sys/compile/FRED  i386
 > >Description:
 > here's the error message:
 > 
 > <snip>
 > lyx_cb.o: In function `AutoSave(void)':
 > lyx_cb.o(.text+0x73dc): warning: tmpnam() possibly used unsafely; consider using mkstemp()
 > Making all in lib
 > Making all in reLyX
 > cp -p ./reLyX.man reLyX.1
 > cd . && automake --foreign --include-deps Makefile
 > aclocal.m4: 1630: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx/work/lyx-1.1.4.
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx/work/lyx-1.1.4.
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx.
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx.
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx.
 > >How-To-Repeat:
 > /usr/ports/print/lyx/make
 > >Fix:
 > don't know, i'm a newbie
 After sending what I thought was the fix to the lyx bugs list,
 I was told that I should have read the patch file.  All that
 needs to be done after the patch is to touch some Makefile.in
 files.  Here's what I've done to fix this port.  Please review
 at your earliest.  Enjoy!!!  Makefile.patch is attached.
 
 --- /usr/ports/print/lyx/Makefile.orig	Fri Apr 28 12:12:29 2000
 +++ /usr/ports/print/lyx/Makefile	Fri Apr 28 13:11:38 2000
 @@ -41,4 +41,11 @@
  	@${ECHO_MSG} "make WITH_ISPELL=yes"
  .endif
  
 +post-patch:
 +	@touch ${WRKSRC}/Makefile.in ${WRKSRC}/intl/Makefile.in
 +	@touch ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/mathed/Makefile.in
 +	@touch ${WRKSRC}/src/insets/Makefile.in ${WRKSRC}/src/support/Makefile.in
 +	@touch ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/reLyX/Makefile.in
 +	@touch ${WRKSRC}/src/config.h.in
 +
  .include <bsd.port.mk>
 
 > 
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-ports" in the body of the message
 
 -- 
 f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.
 
 bush doctor
 <dervish@goku.cl.msu.edu>
 
 --OgqxwSJOaUobr8KG
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="Makefile.patch"
 
 --- Makefile.orig	Fri Apr 28 12:12:29 2000
 +++ Makefile	Fri Apr 28 13:11:38 2000
 @@ -41,4 +41,11 @@
  	@${ECHO_MSG} "make WITH_ISPELL=yes"
  .endif
  
 +post-patch:
 +	@touch ${WRKSRC}/Makefile.in ${WRKSRC}/intl/Makefile.in
 +	@touch ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/mathed/Makefile.in
 +	@touch ${WRKSRC}/src/insets/Makefile.in ${WRKSRC}/src/support/Makefile.in
 +	@touch ${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/reLyX/Makefile.in
 +	@touch ${WRKSRC}/src/config.h.in
 +
  .include <bsd.port.mk>
 
 --OgqxwSJOaUobr8KG--
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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