diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-02 10:23:09 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-02 10:23:09 +0000 |
commit | a0a3ede9a8bb1337c39003519d171a4f14b1cbd1 (patch) | |
tree | 686e9e391e20e5fecf3767eb64f729b88d64fa0f /russian/cyrproxy | |
parent | 11a5761533d67bd213ec43f8e3001b015ffb8413 (diff) | |
download | FreeBSD-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/Makefile | 12 |
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> |