From owner-svn-ports-head@freebsd.org Mon Oct 23 20:35:20 2017 Return-Path: Delivered-To: svn-ports-head@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 C848DE54828; Mon, 23 Oct 2017 20:35:20 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A0AAF83946; Mon, 23 Oct 2017 20:35:20 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9NKZJLK046770; Mon, 23 Oct 2017 20:35:19 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9NKZJL6046764; Mon, 23 Oct 2017 20:35:19 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201710232035.v9NKZJL6046764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 23 Oct 2017 20:35:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452740 - in head/cad/gtkwave: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/cad/gtkwave: . files X-SVN-Commit-Revision: 452740 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2017 20:35:20 -0000 Author: zeising Date: Mon Oct 23 20:35:19 2017 New Revision: 452740 URL: https://svnweb.freebsd.org/changeset/ports/452740 Log: Update to 3.3.86 Modified: head/cad/gtkwave/Makefile head/cad/gtkwave/distinfo head/cad/gtkwave/files/patch-Makefile.in head/cad/gtkwave/files/patch-configure head/cad/gtkwave/files/patch-doc__Makefile.in head/cad/gtkwave/files/patch-examples__Makefile.in Modified: head/cad/gtkwave/Makefile ============================================================================== --- head/cad/gtkwave/Makefile Mon Oct 23 20:34:24 2017 (r452739) +++ head/cad/gtkwave/Makefile Mon Oct 23 20:35:19 2017 (r452740) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtkwave -PORTVERSION= 3.3.76 +PORTVERSION= 3.3.86 CATEGORIES= cad MASTER_SITES= http://gtkwave.sourceforge.net/ Modified: head/cad/gtkwave/distinfo ============================================================================== --- head/cad/gtkwave/distinfo Mon Oct 23 20:34:24 2017 (r452739) +++ head/cad/gtkwave/distinfo Mon Oct 23 20:35:19 2017 (r452740) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471765149 -SHA256 (gtkwave-3.3.76.tar.gz) = b62e7910063c7e22bbed4461d4237832cba7106af4a9d863e45c86f5f5569bee -SIZE (gtkwave-3.3.76.tar.gz) = 4123970 +TIMESTAMP = 1508676327 +SHA256 (gtkwave-3.3.86.tar.gz) = dd012485d60b519c9fe2361777be412b483ad87938c9daee9ab99d09e18c30d0 +SIZE (gtkwave-3.3.86.tar.gz) = 4190703 Modified: head/cad/gtkwave/files/patch-Makefile.in ============================================================================== --- head/cad/gtkwave/files/patch-Makefile.in Mon Oct 23 20:34:24 2017 (r452739) +++ head/cad/gtkwave/files/patch-Makefile.in Mon Oct 23 20:35:19 2017 (r452740) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2014-01-03 04:17:31 UTC +--- Makefile.in.orig 2017-10-08 05:44:27 UTC +++ Makefile.in -@@ -310,7 +310,7 @@ target_alias = @target_alias@ +@@ -340,7 +340,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ Modified: head/cad/gtkwave/files/patch-configure ============================================================================== --- head/cad/gtkwave/files/patch-configure Mon Oct 23 20:34:24 2017 (r452739) +++ head/cad/gtkwave/files/patch-configure Mon Oct 23 20:35:19 2017 (r452740) @@ -1,6 +1,6 @@ ---- configure.orig 2016-05-11 18:22:21 UTC +--- configure.orig 2017-10-08 05:44:27 UTC +++ configure -@@ -10257,6 +10257,7 @@ OLD_LDFLAGS="${LDFLAGS}" +@@ -10293,6 +10293,7 @@ OLD_LDFLAGS="${LDFLAGS}" TCLSPEC_LHS="${TCL_LIB_SPEC% *}" TKLSPEC_LHS="${TK_LIB_SPEC% *}" LDFLAGS="${LDFLAGS} ${TCLSPEC_LHS} ${TKLSPEC_LHS}" Modified: head/cad/gtkwave/files/patch-doc__Makefile.in ============================================================================== --- head/cad/gtkwave/files/patch-doc__Makefile.in Mon Oct 23 20:34:24 2017 (r452739) +++ head/cad/gtkwave/files/patch-doc__Makefile.in Mon Oct 23 20:35:19 2017 (r452740) @@ -1,9 +1,9 @@ ---- doc/Makefile.in.orig 2014-01-03 04:17:31 UTC +--- doc/Makefile.in.orig 2017-10-08 05:44:27 UTC +++ doc/Makefile.in -@@ -32,7 +32,7 @@ am__make_dryrun = \ - esac; \ - test $$am__dry = yes; \ - } +@@ -60,7 +60,7 @@ am__make_running_with_option = \ + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -pkgdatadir = $(datadir)/@PACKAGE@ +pkgdatadir = $(datadir)/doc/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ Modified: head/cad/gtkwave/files/patch-examples__Makefile.in ============================================================================== --- head/cad/gtkwave/files/patch-examples__Makefile.in Mon Oct 23 20:34:24 2017 (r452739) +++ head/cad/gtkwave/files/patch-examples__Makefile.in Mon Oct 23 20:35:19 2017 (r452740) @@ -1,15 +1,15 @@ ---- examples/Makefile.in.orig 2014-01-03 04:17:31 UTC +--- examples/Makefile.in.orig 2017-10-08 05:44:27 UTC +++ examples/Makefile.in -@@ -32,7 +32,7 @@ am__make_dryrun = \ - esac; \ - test $$am__dry = yes; \ - } +@@ -60,7 +60,7 @@ am__make_running_with_option = \ + test $$has_opt = yes + am__make_dryrun = (target_option=n; $(am__make_running_with_option)) + am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -pkgdatadir = $(datadir)/@PACKAGE@ +pkgdatadir = $(datadir) pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ -@@ -258,7 +258,7 @@ top_build_prefix = @top_build_prefix@ +@@ -288,7 +288,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ dist_examples_DATA = des.gtkw des.tcl des.v des.fst transaction.fst transaction.gtkw transaction.c gtkwaverc