aboutsummaryrefslogtreecommitdiffstats
path: root/main/graphviz
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:55:59 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:55:59 +0100
commit1eb911922a7e818a6f314a68c0561bba008e6efd (patch)
tree9b647e44195a0a0876b40cbf5fa42dca0641179f /main/graphviz
parentd420552f02af2ad6a15cf3a70b76bf86b222c07e (diff)
downloadaports-1eb911922a7e818a6f314a68c0561bba008e6efd.tar.bz2
aports-1eb911922a7e818a6f314a68c0561bba008e6efd.tar.xz
Remove stale patches in main/
Diffstat (limited to 'main/graphviz')
-rw-r--r--main/graphviz/ungit-autogen.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/main/graphviz/ungit-autogen.patch b/main/graphviz/ungit-autogen.patch
deleted file mode 100644
index 419a4da27c..0000000000
--- a/main/graphviz/ungit-autogen.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/autogen.sh
-+++ b/autogen.sh
-@@ -1,20 +1,6 @@
- #! /bin/sh
-
--if ! GRAPHVIZ_GIT_DATE=$( git log -n 1 --format=%ci ) ; then
-- GRAPHVIZ_VERSION_DATE="0"
-- echo "Warning: build not started in a Git clone, or Git is not installed: setting version date to 0." >&2
--else
-- if ! GRAPHVIZ_VERSION_DATE=$( date -u +%Y%m%d.%H%M -d "$GRAPHVIZ_GIT_DATE" 2>/dev/null ) ; then
-- # try date with FreeBSD syntax
-- if ! GRAPHVIZ_VERSION_DATE=$( date -u -j -f "%Y-%m-%d %H:%M:%S %z" "$GRAPHVIZ_GIT_DATE" +%Y%m%d.%H%M ); then
-- echo "Warning: we do not know how to invoke date correctly." >&2
-- fi
-- fi
-- echo "Graphviz: version date is based on time of last commit: $GRAPHVIZ_VERSION_DATE"
--
-- GRAPHVIZ_VERSION_COMMIT=$( git log -n 1 --format=%h )
-- echo "Graphviz: abbreviated hash of last commit: $GRAPHVIZ_VERSION_COMMIT"
--fi
-+GRAPHVIZ_VERSION_DATE=0
-
- # initialize version for a "stable" build
- cat >./version.m4 <<EOF