diff options
author | minskim <minskim@pkgsrc.org> | 2007-01-21 16:41:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-01-21 16:41:27 +0000 |
commit | 49037f63e2e4b4f6ffb2cccb79708f0643d41223 (patch) | |
tree | 344268d6abff2459a8002593662c731709b6cdb8 /graphics | |
parent | 226a16987111b4128baaa361d45134f44e1d2f5b (diff) | |
download | pkgsrc-49037f63e2e4b4f6ffb2cccb79708f0643d41223.tar.gz |
Remove the patch obsoleted by swig-1.3.31nb1. This fixes PR 35453.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/distinfo | 3 | ||||
-rw-r--r-- | graphics/graphviz/patches/patch-af | 13 |
2 files changed, 1 insertions, 15 deletions
diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo index c4b5a873b08..38be71e767e 100644 --- a/graphics/graphviz/distinfo +++ b/graphics/graphviz/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2007/01/20 22:17:53 minskim Exp $ +$NetBSD: distinfo,v 1.23 2007/01/21 16:41:27 minskim Exp $ SHA1 (graphviz-2.12.tar.gz) = aa48a926395a57c6c7e1e755b9432a29461538e3 RMD160 (graphviz-2.12.tar.gz) = 68d55176cd5ce0e6a25c90b443529747e738d5c6 @@ -8,4 +8,3 @@ SHA1 (patch-ab) = 7fd332e66c44b8a384b6dba4eeccdafe3eb0d930 SHA1 (patch-ac) = e0877aef8259172549e6b69f1478d1ccdef2bb6d SHA1 (patch-ad) = d14bfef61caec543812b9d5ea8d2c331bf350af8 SHA1 (patch-ae) = df8ec6959bf1b8212f8bfcaf48586aa52537a457 -SHA1 (patch-af) = cd1c185038155d5bcb21009eafe5dec3eb5f347f diff --git a/graphics/graphviz/patches/patch-af b/graphics/graphviz/patches/patch-af deleted file mode 100644 index 6797d137849..00000000000 --- a/graphics/graphviz/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.7 2007/01/20 22:17:53 minskim Exp $ - ---- tclpkg/gv/gv_lua.cpp.orig 2007-01-20 14:15:40.000000000 -0800 -+++ tclpkg/gv/gv_lua.cpp -@@ -708,7 +708,7 @@ extern "C" { - - #include "lua.h" - #include "lauxlib.h" --#include <malloc.h> -+#include <stdlib.h> - #include <assert.h> /* for a few sanity tests */ - - /* ----------------------------------------------------------------------------- |