summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-01-21 04:18:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-01-21 17:11:57 +0100
commitb8ead9c60141d8035b30b3f1f783e48744500d99 (patch)
tree6bf9d5849b07e1a30b7e1c27ac7be5af1b074309 /sci-libs/shapelib
parentsci-libs/shapelib: 1.4.0 version bump, switch to autotools (diff)
downloadgentoo-b8ead9c60141d8035b30b3f1f783e48744500d99.tar.gz
gentoo-b8ead9c60141d8035b30b3f1f783e48744500d99.tar.bz2
gentoo-b8ead9c60141d8035b30b3f1f783e48744500d99.zip
sci-libs/shapelib: Drop obsolete patches
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-libs/shapelib')
-rw-r--r--sci-libs/shapelib/files/fix-shapelib-test.diff30
-rw-r--r--sci-libs/shapelib/files/makefile-fix.patch9
-rw-r--r--sci-libs/shapelib/files/stdlib_include_fix.patch30
3 files changed, 0 insertions, 69 deletions
diff --git a/sci-libs/shapelib/files/fix-shapelib-test.diff b/sci-libs/shapelib/files/fix-shapelib-test.diff
deleted file mode 100644
index 859a5838047b..000000000000
--- a/sci-libs/shapelib/files/fix-shapelib-test.diff
+++ /dev/null
@@ -1,30 +0,0 @@
---- makeshape.sh.orig 2003-04-07 15:03:22.000000000 +0200
-+++ makeshape.sh 2009-09-06 11:31:37.000000000 +0200
-@@ -5,17 +5,17 @@
- # should display in ARCView II.
- #
-
--shpcreate test polygon
--dbfcreate test.dbf -s Description 30 -n TestInt 6 0 -n TestDouble 16 5
-+./shpcreate test polygon
-+./dbfcreate test.dbf -s Description 30 -n TestInt 6 0 -n TestDouble 16 5
-
--shpadd test 0 0 100 0 100 100 0 100 0 0 + 20 20 20 30 30 30 20 20
--dbfadd test.dbf "Square with triangle missing" 1.5 2.5
-+./shpadd test 0 0 100 0 100 100 0 100 0 0 + 20 20 20 30 30 30 20 20
-+./dbfadd test.dbf "Square with triangle missing" 1.5 2.5
-
--shpadd test 150 150 160 150 180 170 150 150
--dbfadd test.dbf "Smaller triangle" 100 1000.25
-+./shpadd test 150 150 160 150 180 170 150 150
-+./dbfadd test.dbf "Smaller triangle" 100 1000.25
-
--shpadd test 150 150 160 150 180 170 150 150
--dbfadd test.dbf "" "" ""
-+./shpadd test 150 150 160 150 180 170 150 150
-+./dbfadd test.dbf "" "" ""
-
--shpdump test.shp
--dbfdump test.dbf
-+./shpdump test.shp
-+./dbfdump test.dbf
diff --git a/sci-libs/shapelib/files/makefile-fix.patch b/sci-libs/shapelib/files/makefile-fix.patch
deleted file mode 100644
index f30bbfc2d215..000000000000
--- a/sci-libs/shapelib/files/makefile-fix.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- Makefile.orig 2009-10-17 23:37:30.307257014 -0700
-+++ Makefile 2009-10-17 23:38:25.914190883 -0700
-@@ -1,6 +1,7 @@
-
- #LINKOPT = /usr/local/lib/libdbmalloc.a
-+LINKOPT = $(LDFLAGS)
- CFLAGS = -g
-
- default: all
diff --git a/sci-libs/shapelib/files/stdlib_include_fix.patch b/sci-libs/shapelib/files/stdlib_include_fix.patch
deleted file mode 100644
index ce0b575e1b62..000000000000
--- a/sci-libs/shapelib/files/stdlib_include_fix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- shpcreate.c.orig 2009-09-15 20:09:39.641422056 -0700
-+++ shpcreate.c 2009-09-15 20:20:31.310673754 -0700
-@@ -51,6 +51,7 @@
- static char rcsid[] =
- "$Id$";
-
-+#include <stdlib.h>
- #include "shapefil.h"
-
- int main( int argc, char ** argv )
---- shpdump.c.orig 2009-09-15 20:09:47.615421028 -0700
-+++ shpdump.c 2009-09-15 20:20:29.654673421 -0700
-@@ -67,6 +67,7 @@
- static char rcsid[] =
- "$Id$";
-
-+#include <stdlib.h>
- #include "shapefil.h"
-
- int main( int argc, char ** argv )
---- shprewind.c.orig 2009-09-15 20:09:58.193422322 -0700
-+++ shprewind.c 2009-09-15 20:20:26.954542660 -0700
-@@ -43,6 +43,7 @@
- *
- */
-
-+#include <stdlib.h>
- #include "shapefil.h"
-
- int main( int argc, char ** argv )