diff options
-rw-r--r-- | x11-servers/XFree86-4-Server-snap/Makefile | 5 | ||||
-rw-r--r-- | x11-servers/XFree86-4-Server/Makefile | 5 | ||||
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 5 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 5 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 5 | ||||
-rw-r--r-- | x11/XFree86/Makefile | 5 |
6 files changed, 24 insertions, 6 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/Makefile b/x11-servers/XFree86-4-Server-snap/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11-servers/XFree86-4-Server-snap/Makefile +++ b/x11-servers/XFree86-4-Server-snap/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include <bsd.port.pre.mk> +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") diff --git a/x11-servers/XFree86-4-Server/Makefile b/x11-servers/XFree86-4-Server/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11-servers/XFree86-4-Server/Makefile +++ b/x11-servers/XFree86-4-Server/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include <bsd.port.pre.mk> +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include <bsd.port.pre.mk> +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include <bsd.port.pre.mk> +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include <bsd.port.pre.mk> +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index c05ba5673555..d6160c7dd542 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -18,7 +18,10 @@ DISTFILES= X335src-1.tgz X335src-2.tgz MAINTAINER= jmz@FreeBSD.org -BROKEN= "Defines their own version of putenv(), which we don't override properly." +.include <bsd.port.pre.mk> +.if ${OSVERSION} > 400011 +BROKEN= problem with /usr/libexec/cpp +.endif IS_INTERACTIVE= yes # configure script asks questions .if (${MACHINE} != "alpha") |