mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 3.3.86
This commit is contained in:
parent
9ff66b9f4e
commit
c311c2c74a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452740
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gtkwave
|
||||
PORTVERSION= 3.3.76
|
||||
PORTVERSION= 3.3.86
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://gtkwave.sourceforge.net/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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@
|
||||
|
@ -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}"
|
||||
|
@ -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@
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user