From owner-svn-ports-all@freebsd.org Wed Sep 16 13:03:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3245A9CD0B8; Wed, 16 Sep 2015 13:03:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C88E184D; Wed, 16 Sep 2015 13:03:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8GD3wZu095786; Wed, 16 Sep 2015 13:03:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8GD3kVq095740; Wed, 16 Sep 2015 13:03:46 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509161303.t8GD3kVq095740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 16 Sep 2015 13:03:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397064 - in head: devel/dbus-sharp/files devel/fpp/files devel/libhoard/files devel/mono-addins/files devel/monodevelop/files devel/srecord/files editors/emacs-devel/files editors/nano... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2015 13:03:58 -0000 Author: mat Date: Wed Sep 16 13:03:45 2015 New Revision: 397064 URL: https://svnweb.freebsd.org/changeset/ports/397064 Log: It seems some people keep adding $FreeBSD$ to patch files. Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight Modified: head/devel/dbus-sharp/files/patch-src_UnixNativeTransport.cs head/devel/fpp/files/patch-sparc-Makefile head/devel/libhoard/files/patch-src_source_unixtls.cpp head/devel/mono-addins/files/patch-Makefile.include head/devel/mono-addins/files/patch-Mono.Addins.Gui_Mono.Addins.Gui.csproj head/devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_MakefileProjectServiceExtension.cs head/devel/monodevelop/files/patch-src_addins_MonoDeveloperExtensions_MonoSolutionItemHandler.cs head/devel/monodevelop/files/patch-src_addins_VersionControl_MonoDevelop.VersionControl.Subversion.dll.config head/devel/srecord/files/patch-Makefile.in head/editors/emacs-devel/files/extrapatch-lldb-gud.el head/editors/nano-devel/files/patch-doc_man_nano.1 head/editors/nano-devel/files/patch-doc_man_nanorc.5 head/games/bsdtris/files/patch-Makefile head/graphics/wings/files/patch-src_wings____font.erl head/graphics/wings/files/patch-src_wings__text.erl head/japanese/mailman/files/patch-configure.in head/japanese/nethack34/files/patch-minimal_term head/lang/clang33/files/patch-tools_clang_tools_scan-build_ccc-analyzer head/lang/rubinius/files/patch-vm_builtin_io.cpp head/lang/sagittarius-scheme/files/patch-CMakeLists.txt head/lang/sagittarius-scheme/files/patch-cmake_CMakeLists.txt head/mail/opensmtpd-devel/files/patch-openbsd-compat_defines.h head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in head/math/eukleides/files/patch-doc_eukleides.texi head/net-im/ejabberd/files/patch-ejabberdctl.template (contents, props changed) head/net-im/ejabberd/files/patch-erlang-17-dict-queue (contents, props changed) head/net/hping-devel/files/patch-bytesex.h head/net/slurm/files/patch-src_if__media.c head/security/hotssh/files/patch-wscript head/security/openssh-portable-devel/files/extra-patch-tcpwrappers head/security/openssh-portable/files/extra-patch-tcpwrappers head/sysutils/cdrkit/files/patch-genisomage head/sysutils/mcollective-shell-agent/files/patch-lib-mcollective-agent-shell-job.rb head/sysutils/squashfs-tools/files/patch-action.c head/www/trac-downloads/files/patch-tracdownloads_tags.py head/www/xsp/files/patch-docs_Mono.FastCGI_Makefile.am head/www/xsp/files/patch-docs_Mono.WebServer_Makefile.am head/x11-toolkits/libgdiplus/files/patch-src_gifcodec.c head/x11-wm/afterstep-stable/files/patch-src-ASDocGen-xmlproc.c head/x11-wm/afterstep/files/patch-icons.c Modified: head/devel/dbus-sharp/files/patch-src_UnixNativeTransport.cs ============================================================================== --- head/devel/dbus-sharp/files/patch-src_UnixNativeTransport.cs Wed Sep 16 12:42:00 2015 (r397063) +++ head/devel/dbus-sharp/files/patch-src_UnixNativeTransport.cs Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- src/UnixNativeTransport.cs.orig +++ src/UnixNativeTransport.cs @@ -93,10 +93,15 @@ Modified: head/devel/fpp/files/patch-sparc-Makefile ============================================================================== --- head/devel/fpp/files/patch-sparc-Makefile Wed Sep 16 12:42:00 2015 (r397063) +++ head/devel/fpp/files/patch-sparc-Makefile Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- sparc/Makefile.orig Tue Mar 18 21:23:25 1997 +++ sparc/Makefile Mon Oct 21 14:10:57 2002 @@ -1,8 +1,8 @@ Modified: head/devel/libhoard/files/patch-src_source_unixtls.cpp ============================================================================== --- head/devel/libhoard/files/patch-src_source_unixtls.cpp Wed Sep 16 12:42:00 2015 (r397063) +++ head/devel/libhoard/files/patch-src_source_unixtls.cpp Wed Sep 16 13:03:45 2015 (r397064) @@ -1,4 +1,3 @@ -# $FreeBSD$ --- src/source/unixtls.cpp.orig 2014-08-21 06:10:50.000000000 +0200 +++ source/unixtls.cpp 2014-08-21 06:12:43.000000000 +0200 @@ -315,7 +315,7 @@ Modified: head/devel/mono-addins/files/patch-Makefile.include ============================================================================== --- head/devel/mono-addins/files/patch-Makefile.include Wed Sep 16 12:42:00 2015 (r397063) +++ head/devel/mono-addins/files/patch-Makefile.include Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- Makefile.include.orig +++ Makefile.include @@ -32,5 +32,5 @@ Modified: head/devel/mono-addins/files/patch-Mono.Addins.Gui_Mono.Addins.Gui.csproj ============================================================================== --- head/devel/mono-addins/files/patch-Mono.Addins.Gui_Mono.Addins.Gui.csproj Wed Sep 16 12:42:00 2015 (r397063) +++ head/devel/mono-addins/files/patch-Mono.Addins.Gui_Mono.Addins.Gui.csproj Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- Mono.Addins.Gui/Mono.Addins.Gui.csproj.orig +++ Mono.Addins.Gui/Mono.Addins.Gui.csproj @@ -52,7 +52,7 @@ Modified: head/devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_MakefileProjectServiceExtension.cs ============================================================================== --- head/devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_MakefileProjectServiceExtension.cs Wed Sep 16 12:42:00 2015 (r397063) +++ head/devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_MakefileProjectServiceExtension.cs Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- src/addins/MonoDevelop.Autotools/MakefileProjectServiceExtension.cs.orig +++ src/addins/MonoDevelop.Autotools/MakefileProjectServiceExtension.cs @@ -168,7 +168,7 @@ Modified: head/devel/monodevelop/files/patch-src_addins_MonoDeveloperExtensions_MonoSolutionItemHandler.cs ============================================================================== --- head/devel/monodevelop/files/patch-src_addins_MonoDeveloperExtensions_MonoSolutionItemHandler.cs Wed Sep 16 12:42:00 2015 (r397063) +++ head/devel/monodevelop/files/patch-src_addins_MonoDeveloperExtensions_MonoSolutionItemHandler.cs Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- src/addins/MonoDeveloperExtensions/MonoSolutionItemHandler.cs.orig +++ src/addins/MonoDeveloperExtensions/MonoSolutionItemHandler.cs @@ -185,7 +185,7 @@ Modified: head/devel/monodevelop/files/patch-src_addins_VersionControl_MonoDevelop.VersionControl.Subversion.dll.config ============================================================================== --- head/devel/monodevelop/files/patch-src_addins_VersionControl_MonoDevelop.VersionControl.Subversion.dll.config Wed Sep 16 12:42:00 2015 (r397063) +++ head/devel/monodevelop/files/patch-src_addins_VersionControl_MonoDevelop.VersionControl.Subversion.dll.config Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- /dev/null +++ src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.dll.config @@ -0,0 +1,4 @@ Modified: head/devel/srecord/files/patch-Makefile.in ============================================================================== --- head/devel/srecord/files/patch-Makefile.in Wed Sep 16 12:42:00 2015 (r397063) +++ head/devel/srecord/files/patch-Makefile.in Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- Makefile.in.orig +++ Makefile.in @@ -4594,7 +4594,7 @@ Modified: head/editors/emacs-devel/files/extrapatch-lldb-gud.el ============================================================================== --- head/editors/emacs-devel/files/extrapatch-lldb-gud.el Wed Sep 16 12:42:00 2015 (r397063) +++ head/editors/emacs-devel/files/extrapatch-lldb-gud.el Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - This diff is retrieved from http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00274.html And traces its origin back to https://gitorious.org/lldb/lldb/commit/40e4dbf Modified: head/editors/nano-devel/files/patch-doc_man_nano.1 ============================================================================== --- head/editors/nano-devel/files/patch-doc_man_nano.1 Wed Sep 16 12:42:00 2015 (r397063) +++ head/editors/nano-devel/files/patch-doc_man_nano.1 Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD: /tmp/pcvs/ports/editors/nano-devel/files/patch-doc_man_nano.1,v 1.1 2008-11-16 23:59:19 wxs Exp $ - --- doc/man/nano.1.orig +++ doc/man/nano.1 @@ -224,8 +224,6 @@ Modified: head/editors/nano-devel/files/patch-doc_man_nanorc.5 ============================================================================== --- head/editors/nano-devel/files/patch-doc_man_nanorc.5 Wed Sep 16 12:42:00 2015 (r397063) +++ head/editors/nano-devel/files/patch-doc_man_nanorc.5 Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD: /tmp/pcvs/ports/editors/nano-devel/files/patch-doc_man_nanorc.5,v 1.1 2008-11-16 23:59:19 wxs Exp $ - --- doc/man/nanorc.5.orig +++ doc/man/nanorc.5 @@ -250,8 +250,7 @@ Modified: head/games/bsdtris/files/patch-Makefile ============================================================================== --- head/games/bsdtris/files/patch-Makefile Wed Sep 16 12:42:00 2015 (r397063) +++ head/games/bsdtris/files/patch-Makefile Wed Sep 16 13:03:45 2015 (r397064) @@ -1,8 +1,7 @@ --- Makefile.orig 2014-08-16 10:46:48 UTC +++ Makefile -@@ -0,0 +1,23 @@ +@@ -0,0 +1,22 @@ +# Makefile for Tetris -+# $FreeBSD: /tmp/pcvs/ports/games/bsdtris/files/patch-Makefile,v 1.1 2003-04-02 13:02:40 edwin Exp $ + +TMPLDFLAGS+= -lcurses -ltermcap +SRCS= screen.c shapes.c input.c tetris.c scores.c Modified: head/graphics/wings/files/patch-src_wings____font.erl ============================================================================== --- head/graphics/wings/files/patch-src_wings____font.erl Wed Sep 16 12:42:00 2015 (r397063) +++ head/graphics/wings/files/patch-src_wings____font.erl Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- src/wings__font.erl.orig +++ src/wings__font.erl @@ -11,45 +11,50 @@ Modified: head/graphics/wings/files/patch-src_wings__text.erl ============================================================================== --- head/graphics/wings/files/patch-src_wings__text.erl Wed Sep 16 12:42:00 2015 (r397063) +++ head/graphics/wings/files/patch-src_wings__text.erl Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- src/wings_text.erl.orig +++ src/wings_text.erl @@ -65,7 +65,7 @@ Modified: head/japanese/mailman/files/patch-configure.in ============================================================================== --- head/japanese/mailman/files/patch-configure.in Wed Sep 16 12:42:00 2015 (r397063) +++ head/japanese/mailman/files/patch-configure.in Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD: /tmp/pcvs/ports/japanese/mailman/files/patch-configure.in,v 1.1 2012-03-04 06:00:38 tota Exp $ - Mailman tests for existence of users during configure -- unfortunately this creates a problem; we create the users just before install. Modified: head/japanese/nethack34/files/patch-minimal_term ============================================================================== --- head/japanese/nethack34/files/patch-minimal_term Wed Sep 16 12:42:00 2015 (r397063) +++ head/japanese/nethack34/files/patch-minimal_term Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD: /tmp/pcvs/ports/japanese/nethack34/files/patch-minimal_term,v 1.1 2003-06-20 12:25:08 knu Exp $ - --- win/tty/termcap.c.orig Thu Jun 19 16:12:47 2003 +++ win/tty/termcap.c Thu Jun 19 16:13:00 2003 @@ -217,10 +217,6 @@ Modified: head/lang/clang33/files/patch-tools_clang_tools_scan-build_ccc-analyzer ============================================================================== --- head/lang/clang33/files/patch-tools_clang_tools_scan-build_ccc-analyzer Wed Sep 16 12:42:00 2015 (r397063) +++ head/lang/clang33/files/patch-tools_clang_tools_scan-build_ccc-analyzer Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD: head/lang/clang34/files/patch-tools_clang_tools_scan-build_ccc-analyzer 341489 2014-01-28 00:04:46Z brooks $ - --- tools/clang/tools/scan-build/ccc-analyzer.orig +++ tools/clang/tools/scan-build/ccc-analyzer @@ -30,7 +30,7 @@ Modified: head/lang/rubinius/files/patch-vm_builtin_io.cpp ============================================================================== --- head/lang/rubinius/files/patch-vm_builtin_io.cpp Wed Sep 16 12:42:00 2015 (r397063) +++ head/lang/rubinius/files/patch-vm_builtin_io.cpp Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- vm/builtin/io.cpp.orig +++ vm/builtin/io.cpp @@ -165,7 +165,7 @@ Modified: head/lang/sagittarius-scheme/files/patch-CMakeLists.txt ============================================================================== --- head/lang/sagittarius-scheme/files/patch-CMakeLists.txt Wed Sep 16 12:42:00 2015 (r397063) +++ head/lang/sagittarius-scheme/files/patch-CMakeLists.txt Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- CMakeLists.txt.orig +++ CMakeLists.txt @@ -30,7 +30,7 @@ Modified: head/lang/sagittarius-scheme/files/patch-cmake_CMakeLists.txt ============================================================================== --- head/lang/sagittarius-scheme/files/patch-cmake_CMakeLists.txt Wed Sep 16 12:42:00 2015 (r397063) +++ head/lang/sagittarius-scheme/files/patch-cmake_CMakeLists.txt Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- cmake/CMakeLists.txt.orig +++ cmake/CMakeLists.txt @@ -1,5 +1,5 @@ Modified: head/mail/opensmtpd-devel/files/patch-openbsd-compat_defines.h ============================================================================== --- head/mail/opensmtpd-devel/files/patch-openbsd-compat_defines.h Wed Sep 16 12:42:00 2015 (r397063) +++ head/mail/opensmtpd-devel/files/patch-openbsd-compat_defines.h Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - Fix for a build failure, taken from http://article.gmane.org/gmane.mail.opensmtpd.general/2291 Modified: head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in ============================================================================== --- head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Wed Sep 16 12:42:00 2015 (r397063) +++ head/mail/opensmtpd/files/patch-mk_smtpd_Makefile.in Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- mk/smtpd/Makefile.in.orig +++ mk/smtpd/Makefile.in @@ -1793,11 +1793,7 @@ Modified: head/math/eukleides/files/patch-doc_eukleides.texi ============================================================================== --- head/math/eukleides/files/patch-doc_eukleides.texi Wed Sep 16 12:42:00 2015 (r397063) +++ head/math/eukleides/files/patch-doc_eukleides.texi Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- doc/eukleides.texi.orig +++ doc/eukleides.texi @@ -6,12 +6,14 @@ Modified: head/net-im/ejabberd/files/patch-ejabberdctl.template ============================================================================== --- head/net-im/ejabberd/files/patch-ejabberdctl.template Wed Sep 16 12:42:00 2015 (r397063) +++ head/net-im/ejabberd/files/patch-ejabberdctl.template Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- ejabberdctl.template.orig +++ ejabberdctl.template @@ -71,10 +71,10 @@ Modified: head/net-im/ejabberd/files/patch-erlang-17-dict-queue ============================================================================== --- head/net-im/ejabberd/files/patch-erlang-17-dict-queue Wed Sep 16 12:42:00 2015 (r397063) +++ head/net-im/ejabberd/files/patch-erlang-17-dict-queue Wed Sep 16 13:03:45 2015 (r397064) @@ -1,10 +1,5 @@ -$FreeBSD$ - Fixes to make it work with Erlang R17 - -$FreeBSD$ - --- ../deps/riak_pb/src/riak_pb_kv_codec.erl.orig +++ ../deps/riak_pb/src/riak_pb_kv_codec.erl @@ -49,7 +49,11 @@ @@ -20,8 +15,6 @@ $FreeBSD$ %% @doc Convert a list of object {MetaData,Value} pairs to protocol -$FreeBSD$ - --- ../deps/riak_pb/rebar.config.orig +++ ../deps/riak_pb/rebar.config @@ -1,5 +1,5 @@ @@ -32,8 +25,6 @@ $FreeBSD$ {protobuffs, "0.8.1", {git, "git://github.com/basho/erlang_protobuffs.git", {tag, "0.8.1p1"}}} ]}. -$FreeBSD$ - --- ../deps/esip/src/esip_listener.erl.orig +++ ../deps/esip/src/esip_listener.erl @@ -37,7 +37,11 @@ @@ -49,8 +40,6 @@ $FreeBSD$ %%%=================================================================== %%% API -$FreeBSD$ - --- ../deps/esip/rebar.config.orig +++ ../deps/esip/rebar.config @@ -1,4 +1,5 @@ @@ -61,8 +50,6 @@ $FreeBSD$ {i, "../p1_stun/include"}]}. -$FreeBSD$ - --- ../deps/p1_stun/src/turn.erl.orig +++ ../deps/p1_stun/src/turn.erl @@ -56,6 +56,29 @@ @@ -104,8 +91,6 @@ $FreeBSD$ %%==================================================================== %% API -$FreeBSD$ - --- ../deps/p1_stun/rebar.config.orig +++ ../deps/p1_stun/rebar.config @@ -1,4 +1,5 @@ @@ -116,8 +101,6 @@ $FreeBSD$ {deps, [{p1_tls, ".*", {git, "git://github.com/processone/tls.git"}}, {p1_utils, ".*", {git, "git://github.com/processone/p1_utils.git"}}]}. -$FreeBSD$ - --- ../deps/p1_stun/src/stun_listener.erl.orig +++ ../deps/p1_stun/src/stun_listener.erl @@ -36,7 +36,11 @@ Modified: head/net/hping-devel/files/patch-bytesex.h ============================================================================== --- head/net/hping-devel/files/patch-bytesex.h Wed Sep 16 12:42:00 2015 (r397063) +++ head/net/hping-devel/files/patch-bytesex.h Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD: /tmp/pcvs/ports/net/hping-devel/files/patch-bytesex.h,v 1.1 2005-11-15 10:22:58 az Exp $ - --- bytesex.h.orig Tue Sep 14 15:22:45 2004 +++ bytesex.h Tue Sep 14 15:21:50 2004 @@ -8,10 +8,12 @@ Modified: head/net/slurm/files/patch-src_if__media.c ============================================================================== --- head/net/slurm/files/patch-src_if__media.c Wed Sep 16 12:42:00 2015 (r397063) +++ head/net/slurm/files/patch-src_if__media.c Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- src/if_media.c.orig +++ src/if_media.c @@ -95,8 +95,13 @@ Modified: head/security/hotssh/files/patch-wscript ============================================================================== --- head/security/hotssh/files/patch-wscript Wed Sep 16 12:42:00 2015 (r397063) +++ head/security/hotssh/files/patch-wscript Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- wscript.orig +++ wscript @@ -14,7 +14,7 @@ Modified: head/security/openssh-portable-devel/files/extra-patch-tcpwrappers ============================================================================== --- head/security/openssh-portable-devel/files/extra-patch-tcpwrappers Wed Sep 16 12:42:00 2015 (r397063) +++ head/security/openssh-portable-devel/files/extra-patch-tcpwrappers Wed Sep 16 13:03:45 2015 (r397064) @@ -1,5 +1,4 @@ Revert TCPWRAPPER removal -bdrewery -$FreeBSD$ commit f2719b7c2b8a3b14d778d8a6d8dc729b5174b054 Author: Damien Miller Modified: head/security/openssh-portable/files/extra-patch-tcpwrappers ============================================================================== --- head/security/openssh-portable/files/extra-patch-tcpwrappers Wed Sep 16 12:42:00 2015 (r397063) +++ head/security/openssh-portable/files/extra-patch-tcpwrappers Wed Sep 16 13:03:45 2015 (r397064) @@ -1,5 +1,4 @@ Revert TCPWRAPPER removal -bdrewery -$FreeBSD$ commit f2719b7c2b8a3b14d778d8a6d8dc729b5174b054 Author: Damien Miller Modified: head/sysutils/cdrkit/files/patch-genisomage ============================================================================== --- head/sysutils/cdrkit/files/patch-genisomage Wed Sep 16 12:42:00 2015 (r397063) +++ head/sysutils/cdrkit/files/patch-genisomage Wed Sep 16 13:03:45 2015 (r397064) @@ -1,5 +1,3 @@ -$FreeBSD$ - Use instead of the linux-ish Use __attribute__ ((__nothrow__)) instead of the linux-ish __THROW (from the Modified: head/sysutils/mcollective-shell-agent/files/patch-lib-mcollective-agent-shell-job.rb ============================================================================== --- head/sysutils/mcollective-shell-agent/files/patch-lib-mcollective-agent-shell-job.rb Wed Sep 16 12:42:00 2015 (r397063) +++ head/sysutils/mcollective-shell-agent/files/patch-lib-mcollective-agent-shell-job.rb Wed Sep 16 13:03:45 2015 (r397064) @@ -1,4 +1,3 @@ -# $FreeBSD$ --- lib/mcollective/agent/shell/job.rb.orig 2014-08-14 12:52:06.644348698 +0200 +++ lib/mcollective/agent/shell/job.rb 2014-08-14 12:52:14.552664032 +0200 @@ -1,4 +1,5 @@ Modified: head/sysutils/squashfs-tools/files/patch-action.c ============================================================================== --- head/sysutils/squashfs-tools/files/patch-action.c Wed Sep 16 12:42:00 2015 (r397063) +++ head/sysutils/squashfs-tools/files/patch-action.c Wed Sep 16 13:03:45 2015 (r397064) @@ -1,7 +1,5 @@ Hack for lack of strdupa() in BSD libc -$FreeBSD$ - --- action.c.orig +++ action.c @@ -44,6 +44,12 @@ Modified: head/www/trac-downloads/files/patch-tracdownloads_tags.py ============================================================================== --- head/www/trac-downloads/files/patch-tracdownloads_tags.py Wed Sep 16 12:42:00 2015 (r397063) +++ head/www/trac-downloads/files/patch-tracdownloads_tags.py Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD: ports/www/trac-downloads/files/no-sets-module.diff,v 1.1 2011/01/12 00:47:17 brooks Exp $ - --- tracdownloads/tags.py.orig +++ tracdownloads/tags.py @@ -1,11 +1,5 @@ Modified: head/www/xsp/files/patch-docs_Mono.FastCGI_Makefile.am ============================================================================== --- head/www/xsp/files/patch-docs_Mono.FastCGI_Makefile.am Wed Sep 16 12:42:00 2015 (r397063) +++ head/www/xsp/files/patch-docs_Mono.FastCGI_Makefile.am Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- docs/Mono.FastCGI/Makefile.am.orig +++ docs/Mono.FastCGI/Makefile.am @@ -8,7 +8,7 @@ Modified: head/www/xsp/files/patch-docs_Mono.WebServer_Makefile.am ============================================================================== --- head/www/xsp/files/patch-docs_Mono.WebServer_Makefile.am Wed Sep 16 12:42:00 2015 (r397063) +++ head/www/xsp/files/patch-docs_Mono.WebServer_Makefile.am Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- docs/Mono.WebServer/Makefile.am.orig +++ docs/Mono.WebServer/Makefile.am @@ -8,7 +8,7 @@ Modified: head/x11-toolkits/libgdiplus/files/patch-src_gifcodec.c ============================================================================== --- head/x11-toolkits/libgdiplus/files/patch-src_gifcodec.c Wed Sep 16 12:42:00 2015 (r397063) +++ head/x11-toolkits/libgdiplus/files/patch-src_gifcodec.c Wed Sep 16 13:03:45 2015 (r397064) @@ -1,6 +1,3 @@ - -$FreeBSD$ - --- src/gifcodec.c.orig +++ src/gifcodec.c @@ -40,9 +40,13 @@ Modified: head/x11-wm/afterstep-stable/files/patch-src-ASDocGen-xmlproc.c ============================================================================== --- head/x11-wm/afterstep-stable/files/patch-src-ASDocGen-xmlproc.c Wed Sep 16 12:42:00 2015 (r397063) +++ head/x11-wm/afterstep-stable/files/patch-src-ASDocGen-xmlproc.c Wed Sep 16 13:03:45 2015 (r397064) @@ -1,5 +1,3 @@ -$FreeBSD$ - --- src/ASDocGen/xmlproc.c.orig 2013-05-01 06:34:11.000000000 -0700 +++ src/ASDocGen/xmlproc.c 2014-04-13 10:29:12.000000000 -0700 @@ -179,7 +179,7 @@ Modified: head/x11-wm/afterstep/files/patch-icons.c ============================================================================== --- head/x11-wm/afterstep/files/patch-icons.c Wed Sep 16 12:42:00 2015 (r397063) +++ head/x11-wm/afterstep/files/patch-icons.c Wed Sep 16 13:03:45 2015 (r397064) @@ -1,5 +1,3 @@ -$FreeBSD: /tmp/pcvs/ports/x11-wm/afterstep/files/patch-icons.c,v 1.1 2005-10-24 14:19:00 dinoex Exp $ - --- afterstep/icons.c.orig Thu Mar 20 19:09:21 1997 +++ afterstep/icons.c Sun May 26 18:15:10 2002 @@ -779,10 +779,12 @@