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
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigE079EAD2E405685F24DA6883
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Shouldn't you also remove the ex:ts=3D4 for vi/vim users too ?  I actuall=
y
use both editors interchangeably.

On 05/23/12 08:17, Martin Wilke wrote:
> miwi        2012-05-23 08:17:49 UTC
>=20
>   FreeBSD ports repository
>=20
>   Modified files:
>     Mk                   bsd.apache.mk bsd.autotools.mk=20
>                          bsd.cmake.mk bsd.commands.mk=20
>                          bsd.database.mk bsd.destdir.mk bsd.gcc.mk=20
>                          bsd.gecko.mk bsd.gnome.mk=20
>                          bsd.gstreamer.mk bsd.java.mk bsd.kde.mk=20
>                          bsd.kde4.mk bsd.ldap.mk=20
>                          bsd.licenses.db.mk bsd.licenses.mk=20
>                          bsd.linux-apps.mk bsd.linux-rpm.mk=20
>                          bsd.local.mk bsd.lua.mk bsd.mail.mk=20
>                          bsd.octave.mk bsd.perl.mk bsd.port.mk=20
>                          bsd.port.options.mk bsd.port.subdir.mk=20
>                          bsd.python.mk bsd.qt.mk bsd.scons.mk=20
>                          bsd.sdl.mk bsd.tcl.mk bsd.wx.mk=20
>                          bsd.xorg.mk=20
>   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]
>  =20
>   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
>  =20
>   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
>=20
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.apache.mk.diff?r1=3D1.35&r2=3D1.=
36&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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=3D1.41&r2=3D=
1.42&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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=3D1.13&r2=3D1.1=
4&f=3Dh
> | --- 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=3D4
> |  #
> |  # 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=
=2E13 2011/11/10 19:50:26 rakuco Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.cmake.mk,v 1=
=2E14 2012/05/23 08:17:48 miwi Exp $
> | =20
> |  CMAKE_MAINTAINER=3D	kde@FreeBSD.org
> | =20
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.commands.mk.diff?r1=3D1.10&r2=3D=
1.11&f=3Dh
> | --- 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=3D4
> |  #
> |  # bsd.commands.mk - Common commands used within the ports infrastruc=
ture
> |  #
> |  # 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 NO=
T GET
> |  # A RESPONSE FROM THE MAINTAINER(S) WITHIN A REASONABLE TIMEFRAME! A=
LL
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.database.mk.diff?r1=3D1.74&r2=3D=
1.75&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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 $
> |  #
> | =20
> |  .if defined(_POSTMKINCLUDED) && !defined(Database_Post_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.destdir.mk.diff?r1=3D1.3&r2=3D1.=
4&f=3Dh
> | --- 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=3D4
> |  #
> |  # 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 m=
aintainer.
> | =20
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.gcc.mk.diff?r1=3D1.63&r2=3D1.64&=
f=3Dh
> | --- 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=3D4
> |  #
> |  # 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-g=
cc"
> |  # to see some debugging.
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gcc.mk,v 1.6=
3 2012/04/29 12:20:17 gerald Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gcc.mk,v 1.6=
4 2012/05/23 08:17:48 miwi Exp $
> |  #
> | =20
> |  GCC_Include_MAINTAINER=3D		gerald@FreeBSD.org
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.gecko.mk.diff?r1=3D1.57&r2=3D1.5=
8&f=3Dh
> | --- 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=3D4
> |  #
> |  # Date created:		12 Nov 2005
> |  # Whom:			Michael Johnson <ahze@FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gecko.mk,v 1=
=2E57 2012/05/12 16:23:08 beat Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gecko.mk,v 1=
=2E58 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  # 4 column tabs prevent hair loss and tooth decay!
> | =20
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.gnome.mk.diff?r1=3D1.173&r2=3D1.=
174&f=3Dh
> | --- 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=3D4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gnome.mk,v 1=
=2E173 2011/08/12 08:03:18 kwm Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.gnome.mk,v 1=
=2E174 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=3D1.51&r2=3D=
1.52&f=3Dh
> | --- 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=3D4
> |  #
> |  # 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 ahz=
e Exp $
> | =20
> |  .if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.java.mk.diff?r1=3D1.93&r2=3D1.94=
&f=3Dh
> | --- 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=3D4
> |  #
> |  # bsd.java.mk - Support for Java-based ports.
> | @@ -9,7 +9,7 @@
> |  # Please send all suggested changes to the maintainer instead of com=
mitting
> |  # 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 $
> |  #
> | =20
> |  .if !defined(Java_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.kde.mk.diff?r1=3D1.82&r2=3D1.83&=
f=3Dh
> | --- 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=3D4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.kde.mk,v 1.8=
2 2011/09/23 22:20:46 amdmi3 Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.kde.mk,v 1.8=
3 2012/05/23 08:17:48 miwi Exp $
> |  #
> |  # Please view me with 4 column tabs!
> | =20
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.kde4.mk.diff?r1=3D1.127&r2=3D1.1=
28&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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 $
> |  #
> | =20
> |  .if !defined(_POSTMKINCLUDED) && !defined(Kde_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.ldap.mk.diff?r1=3D1.9&r2=3D1.10&=
f=3Dh
> | --- 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=3D4
> |  #
> | -# $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 $
> |  #
> | =20
> |  .if defined(_POSTMKINCLUDED) && !defined(Ldap_Post_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.licenses.db.mk.diff?r1=3D1.17&r2=
=3D1.18&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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 $
> | =20
> |  Licenses_db_Include_MAINTAINER=3D         portmgr@FreeBSD.org
> | =20
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.licenses.mk.diff?r1=3D1.11&r2=3D=
1.12&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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 $
> | =20
> |  Licenses_Include_MAINTAINER=3D         portmgr@FreeBSD.org
> | =20
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.linux-apps.mk.diff?r1=3D1.46&r2=3D=
1.47&f=3Dh
> | --- 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=3D4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.linux-apps.m=
k,v 1.46 2012/01/14 22:35:19 netchild Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.linux-apps.m=
k,v 1.47 2012/05/23 08:17:49 miwi Exp $
> |  #
> |  # Please view me with 4 column tabs!
> | =20
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.linux-rpm.mk.diff?r1=3D1.26&r2=3D=
1.27&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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 $
> |  #
> | =20
> |  # Variables:
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.local.mk.diff?r1=3D1.2&r2=3D1.3&=
f=3Dh
> | --- 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=3D4
> |  #
> |  # 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=
=2E2 2006/12/10 18:15:33 linimon Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.local.mk,v 1=
=2E3 2012/05/23 08:17:49 miwi Exp $
> |  #
> | =20
> |  .if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.lua.mk.diff?r1=3D1.22&r2=3D1.23&=
f=3Dh
> | --- 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=3D4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.lua.mk,v 1.2=
2 2011/12/31 08:52:36 mandree Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.lua.mk,v 1.2=
3 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=3D1.3&r2=3D1.4&f=
=3Dh
> | --- 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=3D4
> |  #
> | -# $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!
> | =20
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.octave.mk.diff?r1=3D1.14&r2=3D1.=
15&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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=3D1.24&r2=3D1.25=
&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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=3D1.709&r2=3D1.7=
10&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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=3D	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>=3D1.2=

> | +#				  if a particular version is desired.
> |  # PATCH_DEPENDS	- A list of "path:dir[:target]" tuples of other port=
s 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=3D	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>=3D1.2=

> | +#				  if a particular version is desired.
> |  # FETCH_DEPENDS	- A list of "path:dir[:target]" tuples of other port=
s 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=3D	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>=3D1.2 if a particular version is desired.
> |  # BUILD_DEPENDS	- A list of "path:dir[:target]" tuples of other port=
s this
> |  #				  package depends to build (between the "extract" and
> |  #				  "build" stages, inclusive).  The test done to
> | @@ -266,7 +272,9 @@ FreeBSD_MAINTAINER=3D	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>=3D1.2=

> | +#				  if a particular version is desired.
> |  # LIB_DEPENDS	- A list of "lib:dir[:target]" tuples of other ports t=
his
> |  #				  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=3D	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 i=
nstalls 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=3D"${DEPENDS_TARGET}" ${MAKE} inst=
all
> | +	@cd ${.CURDIR} && DEPENDS_TARGET=3D"${DEPENDS_TARGET}" ${MAKE} -DFO=
RCE_PKG_REGISTER install
> |  .endif
> | =20
> |  # Deinstall
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.port.options.mk.diff?r1=3D1.2&r2=
=3D1.3&f=3Dh
> | --- 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=3D4
> |  #
> |  # 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=
=2Emk,v 1.2 2007/05/24 22:13:55 pav Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.port.options=
=2Emk,v 1.3 2012/05/23 08:17:49 miwi Exp $
> |  #
> | =20
> |  OPTIONS_Include_MAINTAINER=3D		portmgr@FreeBSD.org
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.port.subdir.mk.diff?r1=3D1.79&r2=
=3D1.80&f=3Dh
> | --- 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=3D4
> |  #
> |  #	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=3D1.143&r2=3D1=
=2E144&f=3Dh
> | --- 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=3D4
> |  #
> | -# $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 $
> |  #
> | =20
> |  .if !defined(_POSTMKINCLUDED) && !defined(Python_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.qt.mk.diff?r1=3D1.29&r2=3D1.30&f=
=3Dh
> | --- 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=3D4
> |  #
> | -# $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 envir=
onment.
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.scons.mk.diff?r1=3D1.13&r2=3D1.1=
4&f=3Dh
> | --- 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=3D4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.scons.mk,v 1=
=2E13 2009/08/14 11:34:57 miwi Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.scons.mk,v 1=
=2E14 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=3D1.19&r2=3D1.20&=
f=3Dh
> | --- 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=3D4
> |  #
> |  # bsd.sdl.mk - Support for SDL-based ports.
> | @@ -29,7 +29,7 @@
> |  #
> | =20
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.sdl.mk,v 1.1=
9 2012/02/18 10:17:17 mva Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.sdl.mk,v 1.2=
0 2012/05/23 08:17:49 miwi Exp $
> |  #
> | =20
> |  SDL_Include_MAINTAINER=3D		edwin@FreeBSD.org
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.tcl.mk.diff?r1=3D1.11&r2=3D1.12&=
f=3Dh
> | --- 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=3D4
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.tcl.mk,v 1.1=
1 2009/07/07 07:34:31 mm Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/Mk/bsd.tcl.mk,v 1.1=
2 2012/05/23 08:17:49 miwi Exp $
> |  #
> | =20
> |  .if !defined(_POSTMKINCLUDED) && !defined(Tcl_Pre_Include)
> http://cvsweb.FreeBSD.org/ports/Mk/bsd.wx.mk.diff?r1=3D1.18&r2=3D1.19&f=
=3Dh
> | --- 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=3D4
> |  #
> | -# $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=3D1.16&r2=3D1.17=
&f=3Dh
> | --- 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=3D4
> |  #
> |  # 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 $
> |  #
> | =20
> |  .if !defined(_POSTMKINCLUDED) && !defined(Xorg_Pre_Include)


--=20
------------------------------------------------------------------------
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.


--------------enigE079EAD2E405685F24DA6883
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----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-----

--------------enigE079EAD2E405685F24DA6883--



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