Date: Mon, 9 Feb 2004 00:06:25 -0500 From: "Tom McLaughlin" <tmclaugh@sdf.lonestar.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/62562: editors/gnotepad+: fix build error in post-patch Message-ID: <1076303185.0@compass.straycat.dhs.org> Resent-Message-ID: <200402090510.i195AKbC036895@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62562 >Category: ports >Synopsis: editors/gnotepad+: fix build error in post-patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 08 21:10:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: Tom McLaughlin >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD compass.straycat.dhs.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Sun i386 >Description: Port will not build because "configure.in" is referenced in the post-patch REINPLACE_CMD instead of "configure". >How-To-Repeat: >Fix: --- gnotepad.diff begins here --- --- Makefile.old Thu Feb 5 19:58:20 2004 +++ Makefile Sun Feb 8 21:23:23 2004 @@ -35,7 +35,7 @@ .include <bsd.port.pre.mk> post-patch: - @${REINPLACE_CMD} -e 's|\(use_gtkhtml=\)yes|\1no|g' ${WRKSRC}/configure.in + @${REINPLACE_CMD} -e 's|\(use_gtkhtml=\)yes|\1no|g' ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-extract: --- gnotepad.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1076303185.0>