summaryrefslogtreecommitdiffstats
path: root/russian/cyrproxy
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-11-02 10:23:09 +0000
committerlinimon <linimon@FreeBSD.org>2003-11-02 10:23:09 +0000
commita0a3ede9a8bb1337c39003519d171a4f14b1cbd1 (patch)
tree686e9e391e20e5fecf3767eb64f729b88d64fa0f /russian/cyrproxy
parent11a5761533d67bd213ec43f8e3001b015ffb8413 (diff)
downloadFreeBSD-ports-a0a3ede9a8bb1337c39003519d171a4f14b1cbd1.zip
FreeBSD-ports-a0a3ede9a8bb1337c39003519d171a4f14b1cbd1.tar.gz
Per bento logs, mark broken on 5.x (gcc3.3) and alpha. The distfile
seems to be from 2001.
Diffstat (limited to 'russian/cyrproxy')
-rw-r--r--russian/cyrproxy/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile
index 3da65a4..48591f2 100644
--- a/russian/cyrproxy/Makefile
+++ b/russian/cyrproxy/Makefile
@@ -15,6 +15,16 @@ DISTNAME= cyrproxy-1.4.2
MAINTAINER= ports@FreeBSD.org
COMMENT= Cyrillic proxy for network protocols
+.include <bsd.port.pre.mk>
+
+.if ${MACHINE_ARCH} == alpha
+BROKEN= "Does not compile on ${MACHINE_ARCH}"
+.endif
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
do-install:
@ ${MKDIR} ${PREFIX}/share/cyrproxy
@ ${MKDIR} ${PREFIX}/www/cgi-bin
@@ -37,4 +47,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud