Changeset 10238
- Timestamp:
- 10/19/11 12:01:03 (13 years ago)
- Location:
- issm/trunk/externalpackages/shapelib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/shapelib/install.sh
r10212 r10238 14 14 # Untar 15 15 tar -xvzf shapelib-1.2.10.tar.gz 16 unzip shape_eg_data.zip -d shapelib-1.2.10/eg_data 16 17 17 18 # Move shapelib to src directory -
issm/trunk/externalpackages/shapelib/shapelib.patch
r10211 r10238 1 Only in src: .cvsignore2 1 diff -rc src/Makefile src_new/Makefile 3 2 *** src/Makefile 2003-04-07 06:03:22.000000000 -0700 4 --- src_new/Makefile 2011-10-1 4 15:16:16.185467035-07003 --- src_new/Makefile 2011-10-19 11:58:13.993411828 -0700 5 4 *************** 6 5 *** 1,20 **** … … 51 50 52 51 *************** 53 *** 36,5 6****52 *** 36,58 **** 54 53 dbfdump: dbfdump.c dbfopen.o 55 54 $(CC) $(CFLAGS) dbfdump.c dbfopen.o $(LINKOPT) -o dbfdump … … 71 70 - rm -f shptest 72 71 73 72 ! test: test2 test3 74 73 75 --- 40,62 ---- 74 # 75 # Note this stream only works if example data is accessable. 76 --- 40,64 ---- 76 77 dbfdump: dbfdump.c dbfopen.o 77 78 $(CC) $(CFLAGS) dbfdump.c dbfopen.o $(LINKOPT) -o dbfdump … … 95 96 rm -rf *.lo *.la .libs 96 97 97 test:test2 test398 ! test: test1 test2 test3 98 99 99 Only in src: shprewind 100 # 101 # Note this stream only works if example data is accessable. 100 102 diff -rc src/shputils.c src_new/shputils.c 101 103 *** src/shputils.c 2003-04-07 06:03:22.000000000 -0700 … … 118 120 } 119 121 printf("Output file coordinate values will be factored by %lg\n",factor); 122 diff -rc src/stream1.sh src_new/stream1.sh 123 *** src/stream1.sh 2003-04-07 06:03:22.000000000 -0700 124 --- src_new/stream1.sh 2011-10-19 11:45:08.192964291 -0700 125 *************** 126 *** 1,6 **** 127 #!/bin/sh 128 129 ! EG_DATA=/u/www/projects/shapelib/eg_data 130 131 echo ------------------------------------------------------------------------- 132 echo Test 1: dump anno.shp 133 --- 1,6 ---- 134 #!/bin/sh 135 136 ! EG_DATA=./eg_data 137 138 echo ------------------------------------------------------------------------- 139 echo Test 1: dump anno.shp
Note:
See TracChangeset
for help on using the changeset viewer.