diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2006-03-27 21:27:42 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2006-03-27 21:27:42 +0000 |
commit | e4e641b77924d1f062dc1094f57a7246acb0470d (patch) | |
tree | 6a2235a8b57754fe8ab42019fd987787c4c6f120 /science/kst2/files/patch-kst-kst-stdinsource.cpp | |
parent | - Make rc.d script more like what the Porters Handbook suggests. (diff) |
- Update to version 1.2.0
- Add OPTIONS for CDF and netCDF
- Pass maintainership to Kay Lehman who kindly volunteered to maintain
this port
PR: ports/94707
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'science/kst2/files/patch-kst-kst-stdinsource.cpp')
-rw-r--r-- | science/kst2/files/patch-kst-kst-stdinsource.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/science/kst2/files/patch-kst-kst-stdinsource.cpp b/science/kst2/files/patch-kst-kst-stdinsource.cpp deleted file mode 100644 index 9d0d3445ecb7..000000000000 --- a/science/kst2/files/patch-kst-kst-stdinsource.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kst/kst/stdinsource.cpp.orig Thu Apr 29 02:14:41 2004 -+++ kst/kst/stdinsource.cpp Thu Apr 29 02:15:33 2004 -@@ -28,7 +28,7 @@ - # include <sys/time.h> - # include <time.h> - #else --# ifdef HAVE_SYS_TIME_H -+# if defined(HAVE_SYS_TIME_H) || defined(__FreeBSD__) - # include <sys/time.h> - # else - # include <time.h> |