- no more license issue over epsg dataset, proj didnt altered EPSG dataset in any way, so its fully EPSG license compliant - add support for tests during buildtime - disable hardcoded r-path from libs - fix shebag for nad scriptsepel9
parent
1fae619859
commit
c27585014a
@ -1,19 +0,0 @@
|
||||
*** src/pj_gridinfo.c 2004-10-29 21:03:03.000000000 -0700
|
||||
--- src/pj_gridinfo.c.new 2005-07-07 21:48:25.000000000 -0700
|
||||
***************
|
||||
*** 490,496 ****
|
||||
{
|
||||
if( getenv("PROJ_DEBUG") != NULL )
|
||||
fprintf( stderr, "pj_gridinfo_init_ntv2(): "
|
||||
! "failed to find parent %8.8s for %.\n",
|
||||
(const char *) header+24, gi->ct->id );
|
||||
|
||||
for( lnk = gp; lnk->next != NULL; lnk = lnk->next ) {}
|
||||
--- 490,496 ----
|
||||
{
|
||||
if( getenv("PROJ_DEBUG") != NULL )
|
||||
fprintf( stderr, "pj_gridinfo_init_ntv2(): "
|
||||
! "failed to find parent %8.8s for %s\n",
|
||||
(const char *) header+24, gi->ct->id );
|
||||
|
||||
for( lnk = gp; lnk->next != NULL; lnk = lnk->next ) {}
|
@ -1,36 +0,0 @@
|
||||
diff -Naur proj-4.4.8.orig/nad/test27 proj-4.4.8/nad/test27
|
||||
--- proj-4.4.8.orig/nad/test27 2004-12-29 13:00:31.428068481 -0800
|
||||
+++ proj-4.4.8/nad/test27 2004-12-29 13:00:55.742384745 -0800
|
||||
@@ -8,7 +8,7 @@
|
||||
# Mercator due to greater precision of meridinal distance function.
|
||||
#
|
||||
OUT=proj_out27
|
||||
-EXE=../src/proj
|
||||
+EXE=proj
|
||||
INIT_FILE=./nad27
|
||||
#
|
||||
echo "doing tests into file ${OUT}, please wait"
|
||||
diff -Naur proj-4.4.8.orig/nad/test83 proj-4.4.8/nad/test83
|
||||
--- proj-4.4.8.orig/nad/test83 2004-12-29 13:00:31.421069541 -0800
|
||||
+++ proj-4.4.8/nad/test83 2004-12-29 13:01:04.976985631 -0800
|
||||
@@ -8,7 +8,7 @@
|
||||
# Mercator due to greater precision of meridinal distance function.
|
||||
#
|
||||
OUT=proj_out83
|
||||
-EXE=../src/proj
|
||||
+EXE=proj
|
||||
INIT_FILE=./nad83
|
||||
#
|
||||
echo "doing tests into file ${OUT}, please wait"
|
||||
diff -Naur proj-4.4.8.orig/nad/testvarious proj-4.4.8/nad/testvarious
|
||||
--- proj-4.4.8.orig/nad/testvarious 2004-12-29 13:00:31.420069693 -0800
|
||||
+++ proj-4.4.8/nad/testvarious 2004-12-29 13:35:39.314658254 -0800
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
#
|
||||
OUT=td_out
|
||||
-EXE=../src/cs2cs
|
||||
+EXE=cs2cs
|
||||
#
|
||||
echo "doing tests into file ${OUT}, please wait"
|
||||
rm -f ${OUT}
|
Loading…
Reference in new issue