diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 10:03:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 10:03:00 +0800 |
commit | 2f8e56e5cbd6e9dd14e1b50ca34550eec9111071 (patch) | |
tree | a4d02c024e62c66fc8cb1fa0a68e2a0da9a8829e /textproc | |
parent | 8291be953c72509109ff2c90d8ce55b97902d9fd (diff) | |
download | freebsd-ports-gnome-2f8e56e5cbd6e9dd14e1b50ca34550eec9111071.tar.gz freebsd-ports-gnome-2f8e56e5cbd6e9dd14e1b50ca34550eec9111071.tar.zst freebsd-ports-gnome-2f8e56e5cbd6e9dd14e1b50ca34550eec9111071.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xxdiff/Makefile | 4 | ||||
-rw-r--r-- | textproc/xxdiff/distinfo | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index 6ae41864c073..56986a3f8dda 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -32,6 +32,10 @@ WRKSRC= ${WRKDIR}/xxdiff-${PORTVERSION}/src .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + do-build: (cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile xxdiff.pro) (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ diff --git a/textproc/xxdiff/distinfo b/textproc/xxdiff/distinfo index 178b728d7759..27616900e6fa 100644 --- a/textproc/xxdiff/distinfo +++ b/textproc/xxdiff/distinfo @@ -1,2 +1 @@ -MD5 (xxdiff-2.0.3.tar.gz) = 9fdc8ebae7f9242a5dd05949dc8110f3 -MD5 (xxdiff-2.0.3.html) = f995e3692a01d9252c1d8adee7bffb49 +MD5 (xxdiff-2.9.1.tar.gz) = d790c8eb3575ffef42d46818094d3c3e |