From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 25 01:20:01 2011 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 92B57106566C for ; Tue, 25 Oct 2011 01: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 6C51D8FC18 for ; Tue, 25 Oct 2011 01:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9P1K1Wr020850 for ; Tue, 25 Oct 2011 01:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9P1K16r020849; Tue, 25 Oct 2011 01:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 25 Oct 2011 01:20:01 GMT Resent-Message-Id: <201110250120.p9P1K16r020849@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, Nali Toja Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37554106566C for ; Tue, 25 Oct 2011 01:10:59 +0000 (UTC) (envelope-from nalitoja@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C11F78FC08 for ; Tue, 25 Oct 2011 01:10:58 +0000 (UTC) Received: by bkbzu17 with SMTP id zu17so11366159bkb.13 for ; Mon, 24 Oct 2011 18:10:57 -0700 (PDT) Received: by 10.204.34.75 with SMTP id k11mr18756630bkd.68.1319505056977; Mon, 24 Oct 2011 18:10:56 -0700 (PDT) Received: from nil (exit-01b.noisetor.net. [173.254.216.67]) by mx.google.com with ESMTPS id j9sm25662872bkd.2.2011.10.24.18.10.52 (version=SSLv3 cipher=OTHER); Mon, 24 Oct 2011 18:10:55 -0700 (PDT) Message-Id: <86sjmhooz8.fsf@gmail.com> Date: Tue, 25 Oct 2011 01:10:35 +0000 From: Nali Toja To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/161984: [patch] devel/libtool: don't split INFO doc (install) 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: Tue, 25 Oct 2011 01:20:01 -0000 >Number: 161984 >Category: ports >Synopsis: [patch] devel/libtool: don't split INFO doc (install) >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: Tue Oct 25 01:20:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nali Toja >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: >Description: prune old *.info files pregenerated without --no-split so that they're not picked up by automake during install cf. install-info-am target >How-To-Repeat: $ make install $ ls -1 /usr/local/info/libtool* /usr/local/info/libtool.info /usr/local/info/libtool.info-1 /usr/local/info/libtool.info-2 >Fix: --- nosplit.diff begins here --- Index: devel/libtool/Makefile =================================================================== RCS file: /a/.csup/ports/devel/libtool/Makefile,v retrieving revision 1.31 diff -u -p -r1.31 Makefile --- devel/libtool/Makefile 11 Oct 2011 12:40:10 -0000 1.31 +++ devel/libtool/Makefile 25 Oct 2011 01:00:58 -0000 @@ -29,6 +29,9 @@ INFO?= libtool MAN1= libtool.1 libtoolize.1 .endif +post-extract: + @${RM} -f ${WRKSRC}/doc/*.info* + post-patch: @${REINPLACE_CMD} -e 's|sed gsed|sed|g' \ -e 's|CC=cc|CC=${CC}|g' \ --- nosplit.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: