ports/62562: editors/gnotepad+: fix build error in post-patch

Tom McLaughlin tmclaugh at sdf.lonestar.org
Mon Feb 9 05:10:20 UTC 2004


>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:



More information about the freebsd-ports-bugs mailing list