diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 23:51:16 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 23:51:16 +0800 |
commit | 90bf33f701948af1f7c39c8734ccd7343a700c94 (patch) | |
tree | 06488cf5d0a666243bc87a55c904edf7520f8ef2 /databases/grass | |
parent | 159424c8ed8c23b899017787e812f5b9033e7af5 (diff) | |
download | freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.gz freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.zst freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.zip |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Diffstat (limited to 'databases/grass')
-rw-r--r-- | databases/grass/Makefile | 4 | ||||
-rw-r--r-- | databases/grass/files/extra-patch-vector-v.info-main.c | 10 |
2 files changed, 0 insertions, 14 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 0b8fa279caa8..1e5c6499f593 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -83,10 +83,6 @@ BASH_SCRIPTS= i.spectral r.tileset BROKEN= Does not configure on sparc64 .endif -.if ${OSVERSION} < 800000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-vector-v.info-main.c -.endif - .if !defined (GRASS_INST_DIR) GRASS_INST_DIR= ${PORTNAME}-${PORTVERSION} .endif diff --git a/databases/grass/files/extra-patch-vector-v.info-main.c b/databases/grass/files/extra-patch-vector-v.info-main.c deleted file mode 100644 index 856343569ac6..000000000000 --- a/databases/grass/files/extra-patch-vector-v.info-main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- vector/v.info/main.c.orig 2011-10-18 23:12:56.000000000 +0000 -+++ vector/v.info/main.c 2011-10-18 23:13:19.000000000 +0000 -@@ -17,6 +17,7 @@ - **************************************************************/ - #include <string.h> - #include <stdlib.h> -+#include <sys/types.h> - #include <grass/gis.h> - #include <grass/Vect.h> - #include <grass/dbmi.h> |