summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-02 10:23:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-02 10:23:09 +0000
commitc6a36b21483a13ffc6adee931938244ec4e86220 (patch)
treec1e0d30754da4eb24e2cb2705fd017ad646fb318 /russian
parent- Update to version 0.9.1 (diff)
Per bento logs, mark broken on 5.x (gcc3.3) and alpha. The distfile
seems to be from 2001.
Notes
Notes: svn path=/head/; revision=92832
Diffstat (limited to 'russian')
-rw-r--r--russian/cyrproxy/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/russian/cyrproxy/Makefile b/russian/cyrproxy/Makefile
index 3da65a47da3f..48591f2f7e76 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>