From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 26 22:20:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85DE41065670 for ; Sat, 26 Sep 2009 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 367BB8FC16 for ; Sat, 26 Sep 2009 22:20:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8QMK1Px007881 for ; Sat, 26 Sep 2009 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8QMK1Ps007880; Sat, 26 Sep 2009 22:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 26 Sep 2009 22:20:01 GMT Resent-Message-Id: <200909262220.n8QMK1Ps007880@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DB81106566B for ; 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 ; Sat, 26 Sep 2009 22:14:34 +0000 (UTC) Received: by ewy5 with SMTP id 5so1890783ewy.36 for ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139163: [patch] textproc/flex: install info documentation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2009 22:20:01 -0000 >Number: 139163 >Category: ports >Synopsis: [patch] textproc/flex: install info documentation >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: Sat Sep 26 22:20:00 UTC 2009 >Closed-Date: >Last-Modified: >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 --- flex.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: