diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass/Makefile | 4 | ||||
-rw-r--r-- | databases/grass/files/extra-patch-vector-v.info-main.c | 10 | ||||
-rw-r--r-- | databases/memcached12/Makefile | 2 | ||||
-rw-r--r-- | databases/php52-rrdtool/Makefile | 8 |
4 files changed, 1 insertions, 23 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> diff --git a/databases/memcached12/Makefile b/databases/memcached12/Makefile index 120a49b88a28..5d7af95f762d 100644 --- a/databases/memcached12/Makefile +++ b/databases/memcached12/Makefile @@ -41,9 +41,7 @@ PORTDOCS= protocol.txt threads.txt .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 CFLAGS+= -fstack-protector -.endif .if ${PORT_OPTIONS:MREPCACHED} # WWW: http://repcached.lab.klab.org/ diff --git a/databases/php52-rrdtool/Makefile b/databases/php52-rrdtool/Makefile index 4f589dc86a1c..cfa197b8db95 100644 --- a/databases/php52-rrdtool/Makefile +++ b/databases/php52-rrdtool/Makefile @@ -29,10 +29,4 @@ USE_PHP= yes DEFAULT_PHP_VER=52 USE_PHPEXT= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |