From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 9 14:50:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DA316A47B for ; Sat, 9 Sep 2006 14:50:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B8C43D4C for ; Sat, 9 Sep 2006 14:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k89EoMCS007106 for ; Sat, 9 Sep 2006 14:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k89EoMoU007101; Sat, 9 Sep 2006 14:50:22 GMT (envelope-from gnats) Resent-Date: Sat, 9 Sep 2006 14:50:22 GMT Resent-Message-Id: <200609091450.k89EoMoU007101@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, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B97B16A407; Sat, 9 Sep 2006 14:48:56 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAEE43D53; Sat, 9 Sep 2006 14:48:52 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.86.26] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GM48X-0004Q6-Vh; Sat, 09 Sep 2006 18:48:51 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 5F0A411B23; Sat, 9 Sep 2006 18:48:07 +0400 (MSD) Message-Id: <20060909144807.5F0A411B23@fonon.realnet> Date: Sat, 9 Sep 2006 18:48:07 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: obrien@FreeBSD.org Subject: ports/103069: [PATCH] editors/vim: fix ctags menu entry 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, 09 Sep 2006 14:50:24 -0000 >Number: 103069 >Category: ports >Synopsis: [PATCH] editors/vim: fix ctags menu entry >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 09 14:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Aug 31 10:34:52 MSD 2006 >Description: - Freebsd's ctags has no -R option Copy of this message was sent to (obrien@FreeBSD.org). >How-To-Repeat: >Fix: --- vim-7.0.88_1.patch begins here --- Index: Makefile =================================================================== RCS file: /work/src/fbsd-cvs/ports/editors/vim/Makefile,v retrieving revision 1.282 diff -u -u -r1.282 Makefile --- Makefile 5 Sep 2006 16:28:24 -0000 1.282 +++ Makefile 9 Sep 2006 14:41:09 -0000 @@ -9,7 +9,7 @@ PORTNAME?= vim PATCHLEVEL= 88 PORTVERSION= 7.0.${PATCHLEVEL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= editors MASTER_SITES= ${MASTER_SITE_VIM} DISTNAME= vim-${PORTVERSION:C/\.[0-9a-z]*$//} @@ -41,6 +41,7 @@ PATCH_DIST_ARGS= -d ${WRKSRC:S/src$//} --batch --forward --quiet -E ${PATCH_DIST_STRIP} # consider #PATCH_DIST_ARGS= -t +REINPLACE_ARGS= -i "" MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib ${CSCOPE_ARG}" ALL_TARGET= # _DATADIR= ${DISTNAME:S/-//g:S/.//g} @@ -137,6 +138,11 @@ USE_ICONV= yes .endif +post-patch: + @(${FIND} ${WRKSRC}/../runtime/ -name menu\*.vim -print0 | ${XARGS} -0\ + ${REINPLACE_CMD} \ + -e 's,ctags -R \.,${FIND} . -type f|${XARGS} ctags,g') + pre-configure: @(cd ${WRKSRC} ; ${MAKE} distclean) @${REINPLACE_CMD} -e ' \ --- vim-7.0.88_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: