From swell.k@gmail.com  Sat Sep 26 22:14:35 2009
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7DB81106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Sep 2009 22:14:35 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209])
	by mx1.freebsd.org (Postfix) with ESMTP id 130F48FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Sep 2009 22:14:34 +0000 (UTC)
Received: by ewy5 with SMTP id 5so1890783ewy.36
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Sep 2009 15:14:34 -0700 (PDT)
Received: by 10.211.160.1 with SMTP id m1mr1358679ebo.50.1254003273995;
        Sat, 26 Sep 2009 15:14:33 -0700 (PDT)
Received: from localhost (95-24-211-3.broadband.corbina.ru [95.24.211.3])
        by mx.google.com with ESMTPS id 10sm2305980eyd.21.2009.09.26.15.14.32
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 26 Sep 2009 15:14:33 -0700 (PDT)
Message-Id: <86pr9dl5h6.fsf@gmail.com>
Date: Sun, 27 Sep 2009 02:13:25 +0400
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] textproc/flex: install info documentation
X-Send-Pr-Version: 3.113

>Number:         139163
>Category:       ports
>Synopsis:       [patch] textproc/flex: install info documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 26 22:20:00 UTC 2009
>Closed-Date:    Mon Dec 07 19:17:00 UTC 2009
>Last-Modified:  Mon Dec  7 19:20:04 UTC 2009
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD 9.0-CURRENT #0 r197528M: Sat Sep 26 19:55:38 UTC 2009     root@luffy:/usr/obj/usr/src/sys/PHOENIX  amd64
>Description:
The flex man page is very brief and points to info file.
>How-To-Repeat:
>Fix:
--- flex.diff begins here ---
Index: textproc/flex/Makefile
===================================================================
RCS file: /home/csup/ports/textproc/flex/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- textproc/flex/Makefile	22 Aug 2009 00:36:57 -0000	1.7
+++ textproc/flex/Makefile	26 Sep 2009 22:02:49 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	flex
 PORTVERSION=	2.5.35
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -24,12 +24,15 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-nls --includedir=${PREFIX}/include/flex
 USE_GMAKE=	yes
 MAN1=		flex.1
+INFO=		flex
 PLIST_FILES=	bin/flex include/flex/FlexLexer.h lib/libfl.a lib/libfl_pic.a
 PLIST_DIRS=	include/flex
 
-post-patch:
-	@${REINPLACE_CMD} -e 's/install-info-recursive//g;s/info-recursive//g' \
+post-patch:	.SILENT
+	${REINPLACE_CMD} \
 		-e 's/po //;s/tests//' ${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} -e 's/ install-info-am//' ${WRKSRC}/doc/Makefile.in
+	${REINPLACE_CMD} 's/@MAKEINFO@/& --no-split/g' \
+		${WRKSRC}/doc/Makefile.in
+	${RM} -f ${WRKSRC}/doc/*.info*
 
 .include <bsd.port.mk>
--- flex.diff ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: johans 
State-Changed-When: Mon Dec 7 19:16:36 UTC 2009 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139163 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139163: commit references a PR
Date: Mon,  7 Dec 2009 19:12:15 +0000 (UTC)

 johans      2009-12-07 19:12:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/flex        Makefile 
   Log:
   Install additional info file.
   The flex man page is very brief and points to this info file.
   
   PR:             ports/139163
   Submitted by:   Anonymous <swell.k@gmail.com>
   
   Revision  Changes    Path
   1.8       +7 -4      ports/textproc/flex/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
