aboutsummaryrefslogtreecommitdiff
path: root/astro/gpstk/files
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2006-11-02 13:13:17 +0000
committerBruce M Simpson <bms@FreeBSD.org>2006-11-02 13:13:17 +0000
commitef3cfe34f8d70e86d8fbe1c5401e06c33d1f4192 (patch)
treef8be928e24794c5f2ea22c9336a7ddefe41bc835 /astro/gpstk/files
parent4af0efe66d47406da4314f9e2cf5bdd1c516d19c (diff)
downloadports-ef3cfe34f8d70e86d8fbe1c5401e06c33d1f4192.tar.gz
ports-ef3cfe34f8d70e86d8fbe1c5401e06c33d1f4192.zip
Notes
Diffstat (limited to 'astro/gpstk/files')
-rw-r--r--astro/gpstk/files/patch-Jamrules22
-rw-r--r--astro/gpstk/files/patch-apps::checktools::ficacheck.cpp18
-rw-r--r--astro/gpstk/files/patch-apps::checktools::ficcheck.cpp17
-rw-r--r--astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp18
-rw-r--r--astro/gpstk/files/patch-apps::checktools::rnwcheck.cpp17
-rw-r--r--astro/gpstk/files/patch-apps::checktools::rowcheck.cpp17
6 files changed, 109 insertions, 0 deletions
diff --git a/astro/gpstk/files/patch-Jamrules b/astro/gpstk/files/patch-Jamrules
new file mode 100644
index 000000000000..cf6ae9b2dbb6
--- /dev/null
+++ b/astro/gpstk/files/patch-Jamrules
@@ -0,0 +1,22 @@
+--- Jamrules.orig Wed Jan 19 19:36:30 2005
++++ Jamrules Thu May 12 15:29:05 2005
+@@ -9,7 +9,7 @@
+ KEEPOBJS = true ;
+
+ # where to install the .hpp files
+-INCDIR = /usr/local/include ;
++#INCDIR = /usr/local/include ;
+
+ # override the built-in EXEMODE
+ EXEMODE = 755 ;
+@@ -29,6 +29,10 @@
+ {
+ case CYGWIN :
+ LINKLIBS += -lstdc++ ;
++
++ case FREEBSD :
++ LINKLIBS += -lstdc++ ;
++ CCSHARE_FLAGS = -fPIC ;
+
+ case LINUX :
+ LINKLIBS += -lstdc++ ;
diff --git a/astro/gpstk/files/patch-apps::checktools::ficacheck.cpp b/astro/gpstk/files/patch-apps::checktools::ficacheck.cpp
new file mode 100644
index 000000000000..da953bc97445
--- /dev/null
+++ b/astro/gpstk/files/patch-apps::checktools::ficacheck.cpp
@@ -0,0 +1,18 @@
+--- apps/checktools/ficacheck.cpp.orig Wed Jan 19 19:36:30 2005
++++ apps/checktools/ficacheck.cpp Thu May 12 15:12:26 2005
+@@ -1,11 +1,14 @@
+ #pragma ident "$Id: //depot/sgl/gpstk/dev/apps/checktools/ficacheck.cpp#1 $"
+
++using namespace std;
++
++#include <ostream>
++
+ #include "CheckFrame.hpp"
+
+ #include "FICAStream.hpp"
+ #include "FICData.hpp"
+
+-using namespace std;
+ using namespace gpstk;
+
+ int main(int argc, char* argv[])
diff --git a/astro/gpstk/files/patch-apps::checktools::ficcheck.cpp b/astro/gpstk/files/patch-apps::checktools::ficcheck.cpp
new file mode 100644
index 000000000000..400c0e77df48
--- /dev/null
+++ b/astro/gpstk/files/patch-apps::checktools::ficcheck.cpp
@@ -0,0 +1,17 @@
+--- apps/checktools/ficcheck.cpp.orig Wed Jan 19 19:36:30 2005
++++ apps/checktools/ficcheck.cpp Thu May 12 15:12:26 2005
+@@ -1,11 +1,13 @@
+ #pragma ident "$Id: //depot/sgl/gpstk/dev/apps/checktools/ficcheck.cpp#1 $"
+
++using namespace std;
++#include <ostream>
++
+ #include "CheckFrame.hpp"
+
+ #include "FICStream.hpp"
+ #include "FICData.hpp"
+
+-using namespace std;
+ using namespace gpstk;
+
+ int main(int argc, char* argv[])
diff --git a/astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp b/astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp
new file mode 100644
index 000000000000..83a227911ec1
--- /dev/null
+++ b/astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp
@@ -0,0 +1,18 @@
+--- apps/checktools/rmwcheck.cpp.orig Wed Jan 19 19:36:30 2005
++++ apps/checktools/rmwcheck.cpp Thu May 12 15:12:26 2005
+@@ -1,12 +1,14 @@
+ #pragma ident "$Id: //depot/sgl/gpstk/dev/apps/checktools/rmwcheck.cpp#1 $"
+
++using namespace std;
++#include <ostream>
++
+ #include "CheckFrame.hpp"
+
+ #include "RinexMetStream.hpp"
+ #include "RinexMetData.hpp"
+ #include "RinexMetFilterOperators.hpp"
+
+-using namespace std;
+ using namespace gpstk;
+
+ int main(int argc, char* argv[])
diff --git a/astro/gpstk/files/patch-apps::checktools::rnwcheck.cpp b/astro/gpstk/files/patch-apps::checktools::rnwcheck.cpp
new file mode 100644
index 000000000000..7a8809258c73
--- /dev/null
+++ b/astro/gpstk/files/patch-apps::checktools::rnwcheck.cpp
@@ -0,0 +1,17 @@
+--- apps/checktools/rnwcheck.cpp.orig Wed Jan 19 19:36:30 2005
++++ apps/checktools/rnwcheck.cpp Thu May 12 15:12:26 2005
+@@ -1,11 +1,13 @@
+ #pragma ident "$Id: //depot/sgl/gpstk/dev/apps/checktools/rnwcheck.cpp#1 $"
+
++using namespace std;
++#include <ostream>
++
+ #include "CheckFrame.hpp"
+
+ #include "RinexNavStream.hpp"
+ #include "RinexNavData.hpp"
+
+-using namespace std;
+ using namespace gpstk;
+
+ int main(int argc, char* argv[])
diff --git a/astro/gpstk/files/patch-apps::checktools::rowcheck.cpp b/astro/gpstk/files/patch-apps::checktools::rowcheck.cpp
new file mode 100644
index 000000000000..f49382253c66
--- /dev/null
+++ b/astro/gpstk/files/patch-apps::checktools::rowcheck.cpp
@@ -0,0 +1,17 @@
+--- apps/checktools/rowcheck.cpp.orig Wed Jan 19 19:36:30 2005
++++ apps/checktools/rowcheck.cpp Thu May 12 15:12:26 2005
+@@ -1,11 +1,13 @@
+ #pragma ident "$Id: //depot/sgl/gpstk/dev/apps/checktools/rowcheck.cpp#1 $"
+
++using namespace std;
++#include <ostream>
++
+ #include "CheckFrame.hpp"
+
+ #include "RinexObsStream.hpp"
+ #include "RinexObsData.hpp"
+
+-using namespace std;
+ using namespace gpstk;
+
+ int main(int argc, char* argv[])