Date: Mon, 4 Feb 2002 12:56:53 +0100 (CET) From: Miguel Mendez <flynn@energyhq.homeip.net> To: FreeBSD-gnats-submit@freebsd.org Cc: dirk@freebsd.org Subject: ports/34609: Can't compile print/lyx (fix included) Message-ID: <20020204115653.EDBEB3FC36@energyhq.homeip.net>
next in thread | raw e-mail | index | archive | help
>Number: 34609 >Category: ports >Synopsis: Can't compile print/lyx (fix included) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 04 04:00:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 4.5-STABLE i386 >Organization: Linux Free World, Inc >Environment: System: FreeBSD energyhq.homeip.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 19:35:41 CET 2002 root@energyhq.homeip.net:/storage2/obj/storage2/src/sys/ENERGYHQ i386 >Description: The src makefile calls autoheader and barfs, it needs to call autoheader213. >How-To-Repeat: cd /usr/ports/print/lyx && make >Fix: --- lyx.diff begins here --- diff -ruN lyx.old/Makefile lyx/Makefile --- lyx.old/Makefile Tue Jan 22 15:36:29 2002 +++ lyx/Makefile Mon Feb 4 12:45:31 2002 @@ -48,4 +48,7 @@ (cd ${WRKSRC}; ${TOUCH} Makefile.in */Makefile.in src/config.h.in) (cd ${WRKSRC}/lib/doc; ${RM} -f *.orig) +post-configure: + @${PERL} -pi -e 's@autoheader@autoheader213@g' ${WRKSRC}/src/Makefile + .include <bsd.port.mk> --- lyx.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: 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?20020204115653.EDBEB3FC36>