Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2012 15:28:06 +0000
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        Martin Wilke <miwi@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/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 ...
Message-ID:  <4FBD0206.5010107@p6m7g8.com>
In-Reply-To: <201205230817.q4N8HnEU023766@repoman.freebsd.org>
References:  <201205230817.q4N8HnEU023766@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Shouldn't you also remove the ex:ts=4 for vi/vim users too ?  I actually
use both editors interchangeably.

On 05/23/12 08:17, Martin Wilke wrote:
> 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
> 
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.apache.mk.diff?r1=1.35&r2=1.36&f=h
> | --- ports/Mk/bsd.apache.mk	2012/01/11 20:09:27	1.35
> | +++ ports/Mk/bsd.apache.mk	2012/05/23 08:17:48	1.36
> | @@ -1,7 +1,7 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.apache.mk,v 1.35 2012/01/11 20:09:27 ohauer Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.apache.mk,v 1.36 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  # bsd.apache.mk - Apache related macros.
> |  # Author: Clement Laforet <clement@FreeBSD.org>
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.autotools.mk.diff?r1=1.41&r2=1.42&f=h
> | --- ports/Mk/bsd.autotools.mk	2012/05/11 20:38:01	1.41
> | +++ ports/Mk/bsd.autotools.mk	2012/05/23 08:17:48	1.42
> | @@ -1,7 +1,7 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.autotools.mk,v 1.41 2012/05/11 20:38:01 ade Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.autotools.mk,v 1.42 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  # Please view me with 4 column tabs!
> |  #
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.cmake.mk.diff?r1=1.13&r2=1.14&f=h
> | --- ports/Mk/bsd.cmake.mk	2011/11/10 19:50:26	1.13
> | +++ ports/Mk/bsd.cmake.mk	2012/05/23 08:17:48	1.14
> | @@ -1,4 +1,4 @@
> | -#-*- mode: Makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  # USE_CMAKE		- If set, this port uses cmake.
> | @@ -26,7 +26,7 @@
> |  #				Default: ${PREFIX}
> |  #
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.cmake.mk,v 1.13 2011/11/10 19:50:26 rakuco Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.cmake.mk,v 1.14 2012/05/23 08:17:48 miwi Exp $
> |  
> |  CMAKE_MAINTAINER=	kde@FreeBSD.org
> |  
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.commands.mk.diff?r1=1.10&r2=1.11&f=h
> | --- ports/Mk/bsd.commands.mk	2012/02/22 17:34:47	1.10
> | +++ ports/Mk/bsd.commands.mk	2012/05/23 08:17:48	1.11
> | @@ -1,11 +1,11 @@
> | -#-*- mode: Fundamental; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  # bsd.commands.mk - Common commands used within the ports infrastructure
> |  #
> |  # Created by: Gabor Kovesdan <gabor@FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.commands.mk,v 1.10 2012/02/22 17:34:47 bapt Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.commands.mk,v 1.11 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  # DO NOT COMMIT CHANGES TO THIS FILE BY YOURSELF, EVEN IF YOU DID NOT GET
> |  # A RESPONSE FROM THE MAINTAINER(S) WITHIN A REASONABLE TIMEFRAME! ALL
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.database.mk.diff?r1=1.74&r2=1.75&f=h
> | --- ports/Mk/bsd.database.mk	2012/05/15 22:14:54	1.74
> | +++ ports/Mk/bsd.database.mk	2012/05/23 08:17:48	1.75
> | @@ -1,7 +1,7 @@
> | -# -*- mode: Makefile; tab-width: 4; -*-
> | +# -*- tab-width: 4; -*-
> |  # ex: ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.database.mk,v 1.74 2012/05/15 22:14:54 girgen Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.database.mk,v 1.75 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  
> |  .if defined(_POSTMKINCLUDED) && !defined(Database_Post_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.destdir.mk.diff?r1=1.3&r2=1.4&f=h
> | --- ports/Mk/bsd.destdir.mk	2011/01/25 13:39:44	1.3
> | +++ ports/Mk/bsd.destdir.mk	2012/05/23 08:17:48	1.4
> | @@ -1,11 +1,11 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  # bsd.destdir.mk - Support for chrooted installation
> |  #
> |  # Created by: Gabor Kovesdan <gabor@FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.destdir.mk,v 1.3 2011/01/25 13:39:44 pav Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.destdir.mk,v 1.4 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  # Please make sure all changes to this file are passed through the maintainer.
> |  
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.gcc.mk.diff?r1=1.63&r2=1.64&f=h
> | --- ports/Mk/bsd.gcc.mk	2012/04/29 12:20:17	1.63
> | +++ ports/Mk/bsd.gcc.mk	2012/05/23 08:17:48	1.64
> | @@ -1,4 +1,4 @@
> | -#-*- mode: Fundamental; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  # bsd.gcc.mk - Support for smarter USE_GCC usage.
> | @@ -29,7 +29,7 @@
> |  # If you are wondering what your port exactly does, use "make test-gcc"
> |  # to see some debugging.
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gcc.mk,v 1.63 2012/04/29 12:20:17 gerald Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gcc.mk,v 1.64 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  
> |  GCC_Include_MAINTAINER=		gerald@FreeBSD.org
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.gecko.mk.diff?r1=1.57&r2=1.58&f=h
> | --- ports/Mk/bsd.gecko.mk	2012/05/12 16:23:08	1.57
> | +++ ports/Mk/bsd.gecko.mk	2012/05/23 08:17:48	1.58
> | @@ -1,10 +1,10 @@
> | -#-*- mode: Fundamental; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  # Date created:		12 Nov 2005
> |  # Whom:			Michael Johnson <ahze@FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gecko.mk,v 1.57 2012/05/12 16:23:08 beat Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gecko.mk,v 1.58 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  # 4 column tabs prevent hair loss and tooth decay!
> |  
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.gnome.mk.diff?r1=1.173&r2=1.174&f=h
> | --- ports/Mk/bsd.gnome.mk	2011/08/12 08:03:18	1.173
> | +++ ports/Mk/bsd.gnome.mk	2012/05/23 08:17:48	1.174
> | @@ -1,7 +1,7 @@
> | -#-*- mode: Fundamental; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gnome.mk,v 1.173 2011/08/12 08:03:18 kwm Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gnome.mk,v 1.174 2012/05/23 08:17:48 miwi Exp $
> |  #	$NetBSD: $
> |  #     $MCom: ports/Mk/bsd.gnome.mk,v 1.549 2011/06/10 22:16:59 mezz Exp $
> |  #
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.gstreamer.mk.diff?r1=1.51&r2=1.52&f=h
> | --- ports/Mk/bsd.gstreamer.mk	2012/04/09 22:34:35	1.51
> | +++ ports/Mk/bsd.gstreamer.mk	2012/05/23 08:17:48	1.52
> | @@ -1,4 +1,4 @@
> | -#-*- mode: Fundamental; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  # bsd.gstreamer.mk - Support for gstreamer-plugins-based ports.
> | @@ -6,7 +6,7 @@
> |  # Created by: Michael Johnson <ahze@FreeBSD.org>
> |  # Date:		4 Oct 2004
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gstreamer.mk,v 1.51 2012/04/09 22:34:35 bapt Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gstreamer.mk,v 1.52 2012/05/23 08:17:48 miwi Exp $
> |  #    $MCom: ports/Mk/bsd.gstreamer.mk,v 1.43 2008/03/21 04:14:18 ahze Exp $
> |  
> |  .if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.java.mk.diff?r1=1.93&r2=1.94&f=h
> | --- ports/Mk/bsd.java.mk	2012/04/13 04:03:42	1.93
> | +++ ports/Mk/bsd.java.mk	2012/05/23 08:17:48	1.94
> | @@ -1,4 +1,4 @@
> | -#-*- mode: Fundamental; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  # bsd.java.mk - Support for Java-based ports.
> | @@ -9,7 +9,7 @@
> |  # Please send all suggested changes to the maintainer instead of committing
> |  # them to CVS yourself.
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.java.mk,v 1.93 2012/04/13 04:03:42 glewis Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.java.mk,v 1.94 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  
> |  .if !defined(Java_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.kde.mk.diff?r1=1.82&r2=1.83&f=h
> | --- ports/Mk/bsd.kde.mk	2011/09/23 22:20:46	1.82
> | +++ ports/Mk/bsd.kde.mk	2012/05/23 08:17:48	1.83
> | @@ -1,7 +1,7 @@
> | -#-*- mode: Makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.kde.mk,v 1.82 2011/09/23 22:20:46 amdmi3 Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.kde.mk,v 1.83 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  # Please view me with 4 column tabs!
> |  
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.kde4.mk.diff?r1=1.127&r2=1.128&f=h
> | --- ports/Mk/bsd.kde4.mk	2012/02/24 13:34:28	1.127
> | +++ ports/Mk/bsd.kde4.mk	2012/05/23 08:17:48	1.128
> | @@ -1,7 +1,7 @@
> | -#-*- mode: Makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.kde4.mk,v 1.127 2012/02/24 13:34:28 avilla Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.kde4.mk,v 1.128 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  
> |  .if !defined(_POSTMKINCLUDED) && !defined(Kde_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.ldap.mk.diff?r1=1.9&r2=1.10&f=h
> | --- ports/Mk/bsd.ldap.mk	2012/05/11 15:19:49	1.9
> | +++ ports/Mk/bsd.ldap.mk	2012/05/23 08:17:49	1.10
> | @@ -1,7 +1,7 @@
> | -# -*- mode: Makefile; tab-width: 4; -*-
> | +# -*- tab-width: 4; -*-
> |  # ex: ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.ldap.mk,v 1.9 2012/05/11 15:19:49 bapt Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.ldap.mk,v 1.10 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  
> |  .if defined(_POSTMKINCLUDED) && !defined(Ldap_Post_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.licenses.db.mk.diff?r1=1.17&r2=1.18&f=h
> | --- ports/Mk/bsd.licenses.db.mk	2012/01/09 15:40:53	1.17
> | +++ ports/Mk/bsd.licenses.db.mk	2012/05/23 08:17:49	1.18
> | @@ -1,7 +1,7 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.licenses.db.mk,v 1.17 2012/01/09 15:40:53 tabthorpe Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.licenses.db.mk,v 1.18 2012/05/23 08:17:49 miwi Exp $
> |  
> |  Licenses_db_Include_MAINTAINER=         portmgr@FreeBSD.org
> |  
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.licenses.mk.diff?r1=1.11&r2=1.12&f=h
> | --- ports/Mk/bsd.licenses.mk	2012/03/13 17:01:54	1.11
> | +++ ports/Mk/bsd.licenses.mk	2012/05/23 08:17:49	1.12
> | @@ -1,7 +1,7 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.licenses.mk,v 1.11 2012/03/13 17:01:54 eadler Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.licenses.mk,v 1.12 2012/05/23 08:17:49 miwi Exp $
> |  
> |  Licenses_Include_MAINTAINER=         portmgr@FreeBSD.org
> |  
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.linux-apps.mk.diff?r1=1.46&r2=1.47&f=h
> | --- ports/Mk/bsd.linux-apps.mk	2012/01/14 22:35:19	1.46
> | +++ ports/Mk/bsd.linux-apps.mk	2012/05/23 08:17:49	1.47
> | @@ -1,7 +1,7 @@
> | -#-*- mode: Makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.linux-apps.mk,v 1.46 2012/01/14 22:35:19 netchild Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.linux-apps.mk,v 1.47 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # Please view me with 4 column tabs!
> |  
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.linux-rpm.mk.diff?r1=1.26&r2=1.27&f=h
> | --- ports/Mk/bsd.linux-rpm.mk	2011/04/18 13:07:21	1.26
> | +++ ports/Mk/bsd.linux-rpm.mk	2012/05/23 08:17:49	1.27
> | @@ -1,7 +1,7 @@
> | -#-*- mode: Makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.linux-rpm.mk,v 1.26 2011/04/18 13:07:21 netchild Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.linux-rpm.mk,v 1.27 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  
> |  # Variables:
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.local.mk.diff?r1=1.2&r2=1.3&f=h
> | --- ports/Mk/bsd.local.mk	2006/12/10 18:15:33	1.2
> | +++ ports/Mk/bsd.local.mk	2012/05/23 08:17:49	1.3
> | @@ -1,11 +1,11 @@
> | -# -*- mode: Makefile; tab-width: 4; -*-
> | +# -*- tab-width: 4; -*-
> |  # ex: ts=4
> |  #
> |  # bsd.local.mk - Sandbox for local modification to ports framework.
> |  #
> |  # Created by: Mark Linimon <linimon@FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.local.mk,v 1.2 2006/12/10 18:15:33 linimon Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.local.mk,v 1.3 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  
> |  .if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.lua.mk.diff?r1=1.22&r2=1.23&f=h
> | --- ports/Mk/bsd.lua.mk	2011/12/31 08:52:36	1.22
> | +++ ports/Mk/bsd.lua.mk	2012/05/23 08:17:49	1.23
> | @@ -1,7 +1,7 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.lua.mk,v 1.22 2011/12/31 08:52:36 mandree Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.lua.mk,v 1.23 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # bsd.lua.mk - Support for Lua based ports.
> |  #
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.mail.mk.diff?r1=1.3&r2=1.4&f=h
> | --- ports/Mk/bsd.mail.mk	2007/08/04 11:37:23	1.3
> | +++ ports/Mk/bsd.mail.mk	2012/05/23 08:17:49	1.4
> | @@ -1,7 +1,7 @@
> | -#-*- mode: Fundamental; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.mail.mk,v 1.3 2007/08/04 11:37:23 gabor Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.mail.mk,v 1.4 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # Please view me with 4 column tabs!
> |  
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.octave.mk.diff?r1=1.14&r2=1.15&f=h
> | --- ports/Mk/bsd.octave.mk	2012/01/31 14:50:12	1.14
> | +++ ports/Mk/bsd.octave.mk	2012/05/23 08:17:49	1.15
> | @@ -1,7 +1,7 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.octave.mk,v 1.14 2012/01/31 14:50:12 stephen Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.octave.mk,v 1.15 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # bsd.octave.mk - Octave related macro
> |  # Common code to install octave-forge packages.
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.perl.mk.diff?r1=1.24&r2=1.25&f=h
> | --- ports/Mk/bsd.perl.mk	2012/03/11 05:22:01	1.24
> | +++ ports/Mk/bsd.perl.mk	2012/05/23 08:17:49	1.25
> | @@ -1,7 +1,7 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.perl.mk,v 1.24 2012/03/11 05:22:01 linimon Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.perl.mk,v 1.25 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # bsd.perl.mk - Support for Perl-based ports.
> |  #
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.port.mk.diff?r1=1.709&r2=1.710&f=h
> | --- ports/Mk/bsd.port.mk	2012/05/20 00:12:46	1.709
> | +++ ports/Mk/bsd.port.mk	2012/05/23 08:17:49	1.710
> | @@ -1,7 +1,7 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.port.mk,v 1.709 2012/05/20 00:12:46 bapt Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.port.mk,v 1.710 2012/05/23 08:17:49 miwi Exp $
> |  #	$NetBSD: $
> |  #
> |  #	bsd.port.mk - 940820 Jordan K. Hubbard.
> | @@ -234,7 +234,9 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
> |  #				  $PATH (if it is an executable) and go into "dir" to do
> |  #				  a "make all install" if it's not found.  If the third
> |  #				  field ("target") exists, it will be used instead of
> | -#				  ${DEPENDS_TARGET}.
> | +#				  ${DEPENDS_TARGET}.  The first field also supports a
> | +#				  package name with a version range, in the form package>=1.2
> | +#				  if a particular version is desired.
> |  # PATCH_DEPENDS	- A list of "path:dir[:target]" tuples of other ports this
> |  #				  package depends on in the "patch" stage.  "path" is the
> |  #				  name of a file if it starts with a slash (/), an
> | @@ -243,7 +245,9 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
> |  #				  $PATH (if it is an executable) and go into "dir" to do
> |  #				  a "make all install" if it's not found.  If the third
> |  #				  field ("target") exists, it will be used instead of
> | -#				  ${DEPENDS_TARGET}.
> | +#				  ${DEPENDS_TARGET}.  The first field also supports a
> | +#				  package name with a version range, in the form package>=1.2
> | +#				  if a particular version is desired.
> |  # FETCH_DEPENDS	- A list of "path:dir[:target]" tuples of other ports this
> |  #				  package depends in the "fetch" stage.  "path" is the
> |  #				  name of a file if it starts with a slash (/), an
> | @@ -252,7 +256,9 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
> |  #				  it in your $PATH (if it is an executable) and go
> |  #				  into "dir" to do a "make all install" if it's not
> |  #				  found.  If the third field ("target") exists, it will
> | -#				  be used instead of ${DEPENDS_TARGET}.
> | +#				  be used instead of ${DEPENDS_TARGET}.  The first field
> | +#				  also supports a package name with a version range, in
> | +#				  the form package>=1.2 if a particular version is desired.
> |  # BUILD_DEPENDS	- A list of "path:dir[:target]" tuples of other ports this
> |  #				  package depends to build (between the "extract" and
> |  #				  "build" stages, inclusive).  The test done to
> | @@ -266,7 +272,9 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
> |  #				  "install" stage and the name of the dependency will
> |  #				  be put into the package as well.  If the third field
> |  #				  ("target") exists, it will be used instead of
> | -#				  ${DEPENDS_TARGET}.
> | +#				  ${DEPENDS_TARGET}.  The first field also supports a
> | +#				  package name with a version range, in the form package>=1.2
> | +#				  if a particular version is desired.
> |  # LIB_DEPENDS	- A list of "lib:dir[:target]" tuples of other ports this
> |  #				  package depends on.  "lib" is the name of a shared library.
> |  #				  make will use "ldconfig -r" to search for the library.
> | @@ -679,7 +687,7 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
> |  #				  installed.
> |  #				  Useful for dynamically generated examples.
> |  #
> | -# Set the following to specify all documentation your port installs into
> | +# Set the following to specify all files and directories your port installs into
> |  # ${DATADIR}
> |  #
> |  # PORTDATA		- A list of files and directories relative to DATADIR.
> | @@ -4469,7 +4477,7 @@ checkpatch:
> |  .if !target(reinstall)
> |  reinstall:
> |  	@${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE}
> | -	@cd ${.CURDIR} && DEPENDS_TARGET="${DEPENDS_TARGET}" ${MAKE} install
> | +	@cd ${.CURDIR} && DEPENDS_TARGET="${DEPENDS_TARGET}" ${MAKE} -DFORCE_PKG_REGISTER install
> |  .endif
> |  
> |  # Deinstall
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.port.options.mk.diff?r1=1.2&r2=1.3&f=h
> | --- ports/Mk/bsd.port.options.mk	2007/05/24 22:13:55	1.2
> | +++ ports/Mk/bsd.port.options.mk	2012/05/23 08:17:49	1.3
> | @@ -1,4 +1,4 @@
> | -#-*- mode: Fundamental; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  # bsd.port.options.mk - Allow OPTIONS to determine dependencies
> | @@ -13,7 +13,7 @@
> |  #
> |  # Created by: Shaun Amott <shaun@inerd.com>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.port.options.mk,v 1.2 2007/05/24 22:13:55 pav Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.port.options.mk,v 1.3 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  
> |  OPTIONS_Include_MAINTAINER=		portmgr@FreeBSD.org
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.port.subdir.mk.diff?r1=1.79&r2=1.80&f=h
> | --- ports/Mk/bsd.port.subdir.mk	2011/07/21 05:04:39	1.79
> | +++ ports/Mk/bsd.port.subdir.mk	2012/05/23 08:17:49	1.80
> | @@ -1,8 +1,8 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  #	from: @(#)bsd.subdir.mk	5.9 (Berkeley) 2/1/91
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.port.subdir.mk,v 1.79 2011/07/21 05:04:39 linimon Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.port.subdir.mk,v 1.80 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # The include file <bsd.port.subdir.mk> contains the default targets
> |  # for building ports subdirectories.
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.python.mk.diff?r1=1.143&r2=1.144&f=h
> | --- ports/Mk/bsd.python.mk	2012/04/11 12:52:16	1.143
> | +++ ports/Mk/bsd.python.mk	2012/05/23 08:17:49	1.144
> | @@ -1,7 +1,7 @@
> | -# -*- mode: Makefile; tab-width: 4; -*-
> | +# -*- tab-width: 4; -*-
> |  # ex: ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.python.mk,v 1.143 2012/04/11 12:52:16 miwi Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.python.mk,v 1.144 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  
> |  .if !defined(_POSTMKINCLUDED) && !defined(Python_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.qt.mk.diff?r1=1.29&r2=1.30&f=h
> | --- ports/Mk/bsd.qt.mk	2011/10/16 22:42:41	1.29
> | +++ ports/Mk/bsd.qt.mk	2012/05/23 08:17:49	1.30
> | @@ -1,7 +1,7 @@
> | -#-*- mode: Makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.qt.mk,v 1.29 2011/10/16 22:42:41 avilla Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.qt.mk,v 1.30 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # Variables:
> |  # QT_NONSTANDARD	- Suppress modification of configure and make environment.
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.scons.mk.diff?r1=1.13&r2=1.14&f=h
> | --- ports/Mk/bsd.scons.mk	2009/08/14 11:34:57	1.13
> | +++ ports/Mk/bsd.scons.mk	2012/05/23 08:17:49	1.14
> | @@ -1,7 +1,7 @@
> | -#-*- mode: Makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.scons.mk,v 1.13 2009/08/14 11:34:57 miwi Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.scons.mk,v 1.14 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # bsd.scons.mk - Python-based SCons build system interface.
> |  # Author: Alexander Botero-Lowry <alexbl@FreeBSD.org>
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.sdl.mk.diff?r1=1.19&r2=1.20&f=h
> | --- ports/Mk/bsd.sdl.mk	2012/02/18 10:17:17	1.19
> | +++ ports/Mk/bsd.sdl.mk	2012/05/23 08:17:49	1.20
> | @@ -1,4 +1,4 @@
> | -#-*- mode: Fundamental; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> |  # bsd.sdl.mk - Support for SDL-based ports.
> | @@ -29,7 +29,7 @@
> |  #
> |  
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.sdl.mk,v 1.19 2012/02/18 10:17:17 mva Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.sdl.mk,v 1.20 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  
> |  SDL_Include_MAINTAINER=		edwin@FreeBSD.org
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.tcl.mk.diff?r1=1.11&r2=1.12&f=h
> | --- ports/Mk/bsd.tcl.mk	2009/07/07 07:34:31	1.11
> | +++ ports/Mk/bsd.tcl.mk	2012/05/23 08:17:49	1.12
> | @@ -1,7 +1,7 @@
> | -# -*- mode: Makefile; tab-width: 4; -*-
> | +# -*- tab-width: 4; -*-
> |  # ex: ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.tcl.mk,v 1.11 2009/07/07 07:34:31 mm Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.tcl.mk,v 1.12 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  
> |  .if !defined(_POSTMKINCLUDED) && !defined(Tcl_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.wx.mk.diff?r1=1.18&r2=1.19&f=h
> | --- ports/Mk/bsd.wx.mk	2011/12/11 18:49:39	1.18
> | +++ ports/Mk/bsd.wx.mk	2012/05/23 08:17:49	1.19
> | @@ -1,7 +1,7 @@
> | -#-*- mode: makefile; tab-width: 4; -*-
> | +#-*- tab-width: 4; -*-
> |  # ex:ts=4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.wx.mk,v 1.18 2011/12/11 18:49:39 pav Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.wx.mk,v 1.19 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # bsd.wx.mk - Support for wxWidgets based ports.
> |  #
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.xorg.mk.diff?r1=1.16&r2=1.17&f=h
> | --- ports/Mk/bsd.xorg.mk	2012/05/02 07:22:42	1.16
> | +++ ports/Mk/bsd.xorg.mk	2012/05/23 08:17:49	1.17
> | @@ -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
> | @@ -7,7 +7,7 @@
> |  #
> |  # !!! Here be dragons !!! (yeah, here as well...)
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.xorg.mk,v 1.16 2012/05/02 07:22:42 kwm Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.xorg.mk,v 1.17 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  
> |  .if !defined(_POSTMKINCLUDED) && !defined(Xorg_Pre_Include)


-- 
------------------------------------------------------------------------
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354
Member,                           Apache Software Foundation
Committer,                        FreeBSD Foundation
Consultant,                       P6M7G8 Inc.
Director Operations,              Ridecharge Inc.

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.


[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFPvQIGdbiP+9ubjBwRAhw8AJwK8oS7IRy03ccjOwtrPN4Ln5Rc8ACghsrC
rbrI5kS24IRKv6FGIiByZ2U=
=2H1q
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FBD0206.5010107>