public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Steve Arnold (nerdboy)" <nerdboy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/shapelib/files: stdlib_include_fix.patch fix-shapelib-test.diff
Date: Wed, 16 Sep 2009 04:58:05 +0000	[thread overview]
Message-ID: <E1Mnmaj-0004dN-9a@stork.gentoo.org> (raw)

nerdboy     09/09/16 04:58:05

  Added:                stdlib_include_fix.patch fix-shapelib-test.diff
  Log:
  Updated with test and QA fixes, closes bug 283747.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-libs/shapelib/files/stdlib_include_fix.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/shapelib/files/stdlib_include_fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/shapelib/files/stdlib_include_fix.patch?rev=1.1&content-type=text/plain

Index: stdlib_include_fix.patch
===================================================================
--- 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: stdlib_include_fix.patch,v 1.1 2009/09/16 04:58:04 nerdboy Exp $";
 
+#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: stdlib_include_fix.patch,v 1.1 2009/09/16 04:58:04 nerdboy Exp $";
 
+#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 )



1.1                  sci-libs/shapelib/files/fix-shapelib-test.diff

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/shapelib/files/fix-shapelib-test.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/shapelib/files/fix-shapelib-test.diff?rev=1.1&content-type=text/plain

Index: fix-shapelib-test.diff
===================================================================
--- 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






                 reply	other threads:[~2009-09-16  4:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Mnmaj-0004dN-9a@stork.gentoo.org \
    --to=nerdboy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox