From swell.k@gmail.com  Fri Nov  5 02:06:54 2010
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 60D6A106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Nov 2010 02:06:54 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54])
	by mx1.freebsd.org (Postfix) with ESMTP id B2CD18FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Nov 2010 02:06:53 +0000 (UTC)
Received: by ewy28 with SMTP id 28so1481115ewy.13
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 04 Nov 2010 19:06:52 -0700 (PDT)
Received: by 10.213.22.203 with SMTP id o11mr1089360ebb.83.1288922811611;
        Thu, 04 Nov 2010 19:06:51 -0700 (PDT)
Received: from localhost (xdsl-78-34-242-160.netcologne.de [78.34.242.160])
        by mx.google.com with ESMTPS id w20sm557534eeh.6.2010.11.04.19.06.45
        (version=SSLv3 cipher=RC4-MD5);
        Thu, 04 Nov 2010 19:06:49 -0700 (PDT)
Message-Id: <867hgsjzgx.fsf@gmail.com>
Date: Fri, 05 Nov 2010 05:06:38 +0300
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch][cosmetic] Mk/*.mk: remove emacs mode, -*- mode: ...; -*-

>Number:         151954
>Category:       ports
>Synopsis:       [patch] Mk/*.mk: remove emacs mode, -*- mode: ...; -*-
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 05 02:10:10 UTC 2010
>Closed-Date:    Wed May 23 08:18:22 UTC 2012
>Last-Modified:  Wed May 23 08:20:14 UTC 2012
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
emacs-24.0.50.102210,1
sxemacs-22.1.10
>Description:
Let emacs recognize mode automatically via auto-mode-alist.
If such a mode is broken it can be disabled in user-init file,
no need to spam file-local variables.

files that do NOT force any mode:

    $ fgrep -Lr -- -\*- Mk/
    Mk/bsd.cran.mk
    Mk/bsd.efl.mk
    Mk/bsd.emacs.mk
    Mk/bsd.fpc.mk
    Mk/bsd.gnustep.mk
    Mk/bsd.ocaml.mk
    Mk/bsd.openssl.mk
    Mk/bsd.php.mk
    Mk/bsd.port.post.mk
    Mk/bsd.port.pre.mk
    Mk/bsd.ruby.mk
    Mk/bsd.sites.mk
    Mk/bsd.xfce.mk

files that force `Fundamental' mode:

    $ fgrep -ir fundamental Mk/
    Mk/bsd.commands.mk
    Mk/bsd.gcc.mk
    Mk/bsd.gecko.mk
    Mk/bsd.gnome.mk
    Mk/bsd.gstreamer.mk
    Mk/bsd.java.mk
    Mk/bsd.mail.mk
    Mk/bsd.port.options.mk
    Mk/bsd.sdl.mk
    Mk/bsd.xorg.mk

and the rest use generic `Makefile' mode:

    $ fgrep -irl -- mode:\ makefile Mk
    Mk/bsd.apache.mk
    Mk/bsd.autotools.mk
    Mk/bsd.cmake.mk
    Mk/bsd.database.mk
    Mk/bsd.destdir.mk
    Mk/bsd.kde.mk
    Mk/bsd.kde4.mk
    Mk/bsd.ldap.mk
    Mk/bsd.licenses.db.mk
    Mk/bsd.licenses.mk
    Mk/bsd.linux-apps.mk
    Mk/bsd.linux-rpm.mk
    Mk/bsd.local.mk
    Mk/bsd.lua.mk
    Mk/bsd.octave.mk
    Mk/bsd.perl.mk
    Mk/bsd.port.mk
    Mk/bsd.port.subdir.mk
    Mk/bsd.python.mk
    Mk/bsd.qt.mk
    Mk/bsd.scons.mk
    Mk/bsd.tcl.mk
    Mk/bsd.wx.mk

>How-To-Repeat:
# actually used to generate the patch
$ sed -i '' 's/mode:[^;]*;[[:space:]]*//I' Mk/*.mk */*/*.mk Tools/scripts/*

# Note, files in *Buffer List* have `BSDmakefile' mode, not `Makefile' nor 'Fundamental'
$ emacs -Q Mk/*.mk
    bsd.xorg.mk          14487  BSDmakefile       Mk/bsd.xorg.mk
    bsd.xfce.mk           2311  BSDmakefile       Mk/bsd.xfce.mk
[...]
    bsd.autotools.mk     10348  BSDmakefile       Mk/bsd.autotools.mk
    bsd.apache.mk        12623  BSDmakefile       Mk/bsd.apache.mk
>Fix:
$ diffstat a.diff
 Mk/bsd.apache.mk              |    2 +-
[...]
 Mk/bsd.xorg.mk                |    2 +-
 Tools/scripts/patchtool.py    |    2 +-
 graphics/libGL/bsd.mesalib.mk |    2 +-
 www/horde-base/bsd.horde.mk   |    2 +-
 36 files changed, 36 insertions(+), 36 deletions(-)

--- a.diff begins here ---
Index: Mk/bsd.apache.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.apache.mk,v
retrieving revision 1.26
diff -u -p -r1.26 bsd.apache.mk
--- Mk/bsd.apache.mk	7 Jun 2010 14:38:44 -0000	1.26
+++ Mk/bsd.apache.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.apache.mk,v 1.26 2010/06/07 14:38:44 pgollucci Exp $
Index: Mk/bsd.autotools.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.autotools.mk,v
retrieving revision 1.36
diff -u -p -r1.36 bsd.autotools.mk
--- Mk/bsd.autotools.mk	7 Aug 2010 10:58:59 -0000	1.36
+++ Mk/bsd.autotools.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.autotools.mk,v 1.36 2010/08/07 10:58:59 gerald Exp $
Index: Mk/bsd.cmake.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.cmake.mk,v
retrieving revision 1.8
diff -u -p -r1.8 bsd.cmake.mk
--- Mk/bsd.cmake.mk	31 Mar 2010 18:07:05 -0000	1.8
+++ Mk/bsd.cmake.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # USE_CMAKE			- If set, this port uses cmake.
Index: Mk/bsd.commands.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.commands.mk,v
retrieving revision 1.6
diff -u -p -r1.6 bsd.commands.mk
--- Mk/bsd.commands.mk	20 Aug 2010 12:15:02 -0000	1.6
+++ Mk/bsd.commands.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.commands.mk - Common commands used within the ports infrastructure
Index: Mk/bsd.database.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.database.mk,v
retrieving revision 1.47
diff -u -p -r1.47 bsd.database.mk
--- Mk/bsd.database.mk	21 Sep 2010 12:20:26 -0000	1.47
+++ Mk/bsd.database.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-# -*- mode: Makefile; tab-width: 4; -*-
+# -*- tab-width: 4; -*-
 # ex: ts=4
 #
 # $FreeBSD: ports/Mk/bsd.database.mk,v 1.47 2010/09/21 12:20:26 mandree Exp $
Index: Mk/bsd.destdir.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.destdir.mk,v
retrieving revision 1.2
diff -u -p -r1.2 bsd.destdir.mk
--- Mk/bsd.destdir.mk	11 Mar 2008 23:37:32 -0000	1.2
+++ Mk/bsd.destdir.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.destdir.mk - Support for chrooted installation
Index: Mk/bsd.gcc.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.gcc.mk,v
retrieving revision 1.49
diff -u -p -r1.49 bsd.gcc.mk
--- Mk/bsd.gcc.mk	17 Oct 2010 11:24:50 -0000	1.49
+++ Mk/bsd.gcc.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.gcc.mk - Support for smarter USE_GCC usage.
Index: Mk/bsd.gecko.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.gecko.mk,v
retrieving revision 1.22
diff -u -p -r1.22 bsd.gecko.mk
--- Mk/bsd.gecko.mk	29 Aug 2010 15:16:20 -0000	1.22
+++ Mk/bsd.gecko.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # Date created:		12 Nov 2005
Index: Mk/bsd.gnome.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.gnome.mk,v
retrieving revision 1.161
diff -u -p -r1.161 bsd.gnome.mk
--- Mk/bsd.gnome.mk	2 Oct 2010 20:56:00 -0000	1.161
+++ Mk/bsd.gnome.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.gnome.mk,v 1.161 2010/10/02 20:56:00 kwm Exp $
Index: Mk/bsd.gstreamer.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.gstreamer.mk,v
retrieving revision 1.47
diff -u -p -r1.47 bsd.gstreamer.mk
--- Mk/bsd.gstreamer.mk	13 Sep 2010 16:05:49 -0000	1.47
+++ Mk/bsd.gstreamer.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.gstreamer.mk - Support for gstreamer-plugins-based ports.
Index: Mk/bsd.java.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.java.mk,v
retrieving revision 1.86
diff -u -p -r1.86 bsd.java.mk
--- Mk/bsd.java.mk	15 Jan 2010 06:07:42 -0000	1.86
+++ Mk/bsd.java.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.java.mk - Support for Java-based ports.
Index: Mk/bsd.kde.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.kde.mk,v
retrieving revision 1.81
diff -u -p -r1.81 bsd.kde.mk
--- Mk/bsd.kde.mk	11 Jun 2009 09:09:28 -0000	1.81
+++ Mk/bsd.kde.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.kde.mk,v 1.81 2009/06/11 09:09:28 erwin Exp $
Index: Mk/bsd.kde4.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.kde4.mk,v
retrieving revision 1.104
diff -u -p -r1.104 bsd.kde4.mk
--- Mk/bsd.kde4.mk	3 Nov 2010 18:03:14 -0000	1.104
+++ Mk/bsd.kde4.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.kde4.mk,v 1.104 2010/11/03 18:03:14 makc Exp $
Index: Mk/bsd.ldap.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.ldap.mk,v
retrieving revision 1.7
diff -u -p -r1.7 bsd.ldap.mk
--- Mk/bsd.ldap.mk	19 Apr 2010 21:38:17 -0000	1.7
+++ Mk/bsd.ldap.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-# -*- mode: Makefile; tab-width: 4; -*-
+# -*- tab-width: 4; -*-
 # ex: ts=4
 #
 # $FreeBSD: ports/Mk/bsd.ldap.mk,v 1.7 2010/04/19 21:38:17 delphij Exp $
Index: Mk/bsd.licenses.db.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.licenses.db.mk,v
retrieving revision 1.7
diff -u -p -r1.7 bsd.licenses.db.mk
--- Mk/bsd.licenses.db.mk	29 Oct 2010 12:06:14 -0000	1.7
+++ Mk/bsd.licenses.db.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.licenses.db.mk,v 1.7 2010/10/29 12:06:14 pav Exp $
Index: Mk/bsd.licenses.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.licenses.mk,v
retrieving revision 1.4
diff -u -p -r1.4 bsd.licenses.mk
--- Mk/bsd.licenses.mk	28 Sep 2010 07:35:44 -0000	1.4
+++ Mk/bsd.licenses.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.licenses.mk,v 1.4 2010/09/28 07:35:44 erwin Exp $
Index: Mk/bsd.linux-apps.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.linux-apps.mk,v
retrieving revision 1.34
diff -u -p -r1.34 bsd.linux-apps.mk
--- Mk/bsd.linux-apps.mk	19 Aug 2010 20:09:05 -0000	1.34
+++ Mk/bsd.linux-apps.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.linux-apps.mk,v 1.34 2010/08/19 20:09:05 mva Exp $
Index: Mk/bsd.linux-rpm.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.linux-rpm.mk,v
retrieving revision 1.24
diff -u -p -r1.24 bsd.linux-rpm.mk
--- Mk/bsd.linux-rpm.mk	28 Oct 2010 21:00:06 -0000	1.24
+++ Mk/bsd.linux-rpm.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.linux-rpm.mk,v 1.24 2010/10/28 21:00:06 erwin Exp $
Index: Mk/bsd.local.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.local.mk,v
retrieving revision 1.2
diff -u -p -r1.2 bsd.local.mk
--- Mk/bsd.local.mk	10 Dec 2006 18:15:33 -0000	1.2
+++ Mk/bsd.local.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-# -*- mode: Makefile; tab-width: 4; -*-
+# -*- tab-width: 4; -*-
 # ex: ts=4
 #
 # bsd.local.mk - Sandbox for local modification to ports framework.
Index: Mk/bsd.lua.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.lua.mk,v
retrieving revision 1.20
diff -u -p -r1.20 bsd.lua.mk
--- Mk/bsd.lua.mk	26 Aug 2010 11:00:36 -0000	1.20
+++ Mk/bsd.lua.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.lua.mk,v 1.20 2010/08/26 11:00:36 philip Exp $
Index: Mk/bsd.mail.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.mail.mk,v
retrieving revision 1.3
diff -u -p -r1.3 bsd.mail.mk
--- Mk/bsd.mail.mk	4 Aug 2007 11:37:23 -0000	1.3
+++ Mk/bsd.mail.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.mail.mk,v 1.3 2007/08/04 11:37:23 gabor Exp $
Index: Mk/bsd.octave.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.octave.mk,v
retrieving revision 1.10
diff -u -p -r1.10 bsd.octave.mk
--- Mk/bsd.octave.mk	23 Jul 2010 20:06:51 -0000	1.10
+++ Mk/bsd.octave.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.octave.mk,v 1.10 2010/07/23 20:06:51 glarkin Exp $
Index: Mk/bsd.perl.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.perl.mk,v
retrieving revision 1.17
diff -u -p -r1.17 bsd.perl.mk
--- Mk/bsd.perl.mk	15 Jul 2010 14:48:50 -0000	1.17
+++ Mk/bsd.perl.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.perl.mk,v 1.17 2010/07/15 14:48:50 skv Exp $
Index: Mk/bsd.port.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.port.mk,v
retrieving revision 1.653
diff -u -p -r1.653 bsd.port.mk
--- Mk/bsd.port.mk	29 Oct 2010 12:41:29 -0000	1.653
+++ Mk/bsd.port.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.port.mk,v 1.653 2010/10/29 12:41:29 erwin Exp $
Index: Mk/bsd.port.options.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.port.options.mk,v
retrieving revision 1.2
diff -u -p -r1.2 bsd.port.options.mk
--- Mk/bsd.port.options.mk	24 May 2007 22:13:55 -0000	1.2
+++ Mk/bsd.port.options.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.port.options.mk - Allow OPTIONS to determine dependencies
Index: Mk/bsd.port.subdir.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.port.subdir.mk,v
retrieving revision 1.76
diff -u -p -r1.76 bsd.port.subdir.mk
--- Mk/bsd.port.subdir.mk	25 May 2010 15:18:06 -0000	1.76
+++ Mk/bsd.port.subdir.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 #	from: @(#)bsd.subdir.mk	5.9 (Berkeley) 2/1/91
Index: Mk/bsd.python.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.python.mk,v
retrieving revision 1.122
diff -u -p -r1.122 bsd.python.mk
--- Mk/bsd.python.mk	12 Sep 2010 09:07:43 -0000	1.122
+++ Mk/bsd.python.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-# -*- mode: Makefile; tab-width: 4; -*-
+# -*- tab-width: 4; -*-
 # ex: ts=4
 #
 # $FreeBSD: ports/Mk/bsd.python.mk,v 1.122 2010/09/12 09:07:43 wen Exp $
Index: Mk/bsd.qt.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.qt.mk,v
retrieving revision 1.19
diff -u -p -r1.19 bsd.qt.mk
--- Mk/bsd.qt.mk	28 Oct 2010 21:00:06 -0000	1.19
+++ Mk/bsd.qt.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.qt.mk,v 1.19 2010/10/28 21:00:06 erwin Exp $
Index: Mk/bsd.scons.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.scons.mk,v
retrieving revision 1.13
diff -u -p -r1.13 bsd.scons.mk
--- Mk/bsd.scons.mk	14 Aug 2009 11:34:57 -0000	1.13
+++ Mk/bsd.scons.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.scons.mk,v 1.13 2009/08/14 11:34:57 miwi Exp $
Index: Mk/bsd.sdl.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.sdl.mk,v
retrieving revision 1.17
diff -u -p -r1.17 bsd.sdl.mk
--- Mk/bsd.sdl.mk	11 Aug 2010 06:57:22 -0000	1.17
+++ Mk/bsd.sdl.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.sdl.mk - Support for SDL-based ports.
Index: Mk/bsd.tcl.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.tcl.mk,v
retrieving revision 1.11
diff -u -p -r1.11 bsd.tcl.mk
--- Mk/bsd.tcl.mk	7 Jul 2009 07:34:31 -0000	1.11
+++ Mk/bsd.tcl.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-# -*- mode: Makefile; tab-width: 4; -*-
+# -*- tab-width: 4; -*-
 # ex: ts=4
 #
 # $FreeBSD: ports/Mk/bsd.tcl.mk,v 1.11 2009/07/07 07:34:31 mm Exp $
Index: Mk/bsd.wx.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.wx.mk,v
retrieving revision 1.15
diff -u -p -r1.15 bsd.wx.mk
--- Mk/bsd.wx.mk	15 Aug 2010 19:39:34 -0000	1.15
+++ Mk/bsd.wx.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # $FreeBSD: ports/Mk/bsd.wx.mk,v 1.15 2010/08/15 19:39:34 nox Exp $
Index: Mk/bsd.xorg.mk
===================================================================
RCS file: /a/.cvsup/ports/Mk/bsd.xorg.mk,v
retrieving revision 1.12
diff -u -p -r1.12 bsd.xorg.mk
--- Mk/bsd.xorg.mk	1 May 2010 11:40:05 -0000	1.12
+++ Mk/bsd.xorg.mk	4 Nov 2010 23:20:52 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.xorg.mk - Support for X.Org ports and dependencies
Index: Tools/scripts/patchtool.py
===================================================================
RCS file: /a/.cvsup/ports/Tools/scripts/patchtool.py,v
retrieving revision 1.15
diff -u -p -r1.15 patchtool.py
--- Tools/scripts/patchtool.py	21 Nov 2009 00:40:59 -0000	1.15
+++ Tools/scripts/patchtool.py	5 Nov 2010 01:11:49 -0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/python
 # ex:ts=4
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 #
 # patchtool.py - a tool to automate common operation with patchfiles in the
 # FreeBSD Ports Collection.
Index: graphics/libGL/bsd.mesalib.mk
===================================================================
RCS file: /a/.cvsup/ports/graphics/libGL/bsd.mesalib.mk,v
retrieving revision 1.16
diff -u -p -r1.16 bsd.mesalib.mk
--- graphics/libGL/bsd.mesalib.mk	7 Feb 2010 11:51:05 -0000	1.16
+++ graphics/libGL/bsd.mesalib.mk	5 Nov 2010 01:25:49 -0000
@@ -1,4 +1,4 @@
-#-*- mode: Fundamental; tab-width: 4; -*-
+#-*- tab-width: 4; -*-
 # ex:ts=4
 #
 # bsd.mesa.mk - an attempt to refactor MesaLib ports.
Index: www/horde-base/bsd.horde.mk
===================================================================
RCS file: /a/.cvsup/ports/www/horde-base/bsd.horde.mk,v
retrieving revision 1.3
diff -u -p -r1.3 bsd.horde.mk
--- www/horde-base/bsd.horde.mk	22 Jun 2007 08:06:14 -0000	1.3
+++ www/horde-base/bsd.horde.mk	5 Nov 2010 01:25:57 -0000
@@ -1,4 +1,4 @@
-#-*- mode: makefile; tab-width: 4; -*
+#-*- tab-width: 4; -*
 # ex:ts=4
 #
 # Maintainers:  Beech Rintoul <beech@FreeBSD.org>,
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: portmgr->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Nov 24 15:43:26 UTC 2010 
Responsible-Changed-Why:  
take for next exp-run 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151954 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed May 23 08:18:20 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151954: commit references a PR
Date: Wed, 23 May 2012 08:18:05 +0000 (UTC)

 miwi        2012-05-23 08:17:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.apache.mk bsd.autotools.mk 
                          bsd.cmake.mk bsd.commands.mk 
                          bsd.database.mk bsd.destdir.mk bsd.gcc.mk 
                          bsd.gecko.mk bsd.gnome.mk 
                          bsd.gstreamer.mk bsd.java.mk bsd.kde.mk 
                          bsd.kde4.mk bsd.ldap.mk 
                          bsd.licenses.db.mk bsd.licenses.mk 
                          bsd.linux-apps.mk bsd.linux-rpm.mk 
                          bsd.local.mk bsd.lua.mk bsd.mail.mk 
                          bsd.octave.mk bsd.perl.mk bsd.port.mk 
                          bsd.port.options.mk bsd.port.subdir.mk 
                          bsd.python.mk bsd.qt.mk bsd.scons.mk 
                          bsd.sdl.mk bsd.tcl.mk bsd.wx.mk 
                          bsd.xorg.mk 
   Log:
   - Remove emacs mode, -*- mode: ...; -*- [1]
   - Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2]
   - Fix make reinstall [3]
   - Trivial comment change for PORTDATA [4]
   
   PR:             151954 [1]
                   161314 [2]
                   167085 [3]
                   167465 [4]
   Submitted by:   Anonymous <swell.k@gmail.com> [1]
                   dougb@ and Chris Rees <utisoft@gmail.com> [2]
                   Garrett Cooper <yanegomi@gmail.com> [3]
                   "Bryan Drewery" <bryan@shatow.net> [4]
   Tested via:     phw
   
   Revision  Changes    Path
   1.36      +2 -2      ports/Mk/bsd.apache.mk
   1.42      +2 -2      ports/Mk/bsd.autotools.mk
   1.14      +2 -2      ports/Mk/bsd.cmake.mk
   1.11      +2 -2      ports/Mk/bsd.commands.mk
   1.75      +2 -2      ports/Mk/bsd.database.mk
   1.4       +2 -2      ports/Mk/bsd.destdir.mk
   1.64      +2 -2      ports/Mk/bsd.gcc.mk
   1.58      +2 -2      ports/Mk/bsd.gecko.mk
   1.174     +2 -2      ports/Mk/bsd.gnome.mk
   1.52      +2 -2      ports/Mk/bsd.gstreamer.mk
   1.94      +2 -2      ports/Mk/bsd.java.mk
   1.83      +2 -2      ports/Mk/bsd.kde.mk
   1.128     +2 -2      ports/Mk/bsd.kde4.mk
   1.10      +2 -2      ports/Mk/bsd.ldap.mk
   1.18      +2 -2      ports/Mk/bsd.licenses.db.mk
   1.12      +2 -2      ports/Mk/bsd.licenses.mk
   1.47      +2 -2      ports/Mk/bsd.linux-apps.mk
   1.27      +2 -2      ports/Mk/bsd.linux-rpm.mk
   1.3       +2 -2      ports/Mk/bsd.local.mk
   1.23      +2 -2      ports/Mk/bsd.lua.mk
   1.4       +2 -2      ports/Mk/bsd.mail.mk
   1.15      +2 -2      ports/Mk/bsd.octave.mk
   1.25      +2 -2      ports/Mk/bsd.perl.mk
   1.710     +16 -8     ports/Mk/bsd.port.mk
   1.3       +2 -2      ports/Mk/bsd.port.options.mk
   1.80      +2 -2      ports/Mk/bsd.port.subdir.mk
   1.144     +2 -2      ports/Mk/bsd.python.mk
   1.30      +2 -2      ports/Mk/bsd.qt.mk
   1.14      +2 -2      ports/Mk/bsd.scons.mk
   1.20      +2 -2      ports/Mk/bsd.sdl.mk
   1.12      +2 -2      ports/Mk/bsd.tcl.mk
   1.19      +2 -2      ports/Mk/bsd.wx.mk
   1.17      +2 -2      ports/Mk/bsd.xorg.mk
 _______________________________________________
 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:
