diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:10:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:10:53 +0000 |
commit | b61c7a0f393e3f8fd9db6bc9e21b00f2c1bf74ca (patch) | |
tree | 3f2546646de4007b66e12b104976897b55d1cd76 /textproc/xxdiff | |
parent | bcdd710690dd1fd94743f6373bd75a79c71fa6af (diff) | |
download | ports-b61c7a0f393e3f8fd9db6bc9e21b00f2c1bf74ca.tar.gz ports-b61c7a0f393e3f8fd9db6bc9e21b00f2c1bf74ca.zip |
Notes
Diffstat (limited to 'textproc/xxdiff')
-rw-r--r-- | textproc/xxdiff/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index fbf056387958..7a621fe5ed16 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -6,14 +6,13 @@ # PORTNAME= xxdiff -PORTVERSION= 2.0.3 +PORTVERSION= 2.9.1 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/petef/g} \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} .if !defined(NOPORTDOCS) -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xxdiff-${PORTVERSION}.html +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} #xxdiff-${PORTVERSION}.html EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif @@ -22,9 +21,15 @@ COMMENT= QT interface to view/merge differences between 2 or 3 files BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_BISON= yes USE_GMAKE= yes -USE_QT_VER= 2 +USE_QT_VER= 3 TMAKEENV= TMAKEPATH=${LOCALBASE}/share/tmake/freebsd-g++ QTDIR=${X11BASE} MAKE_ENV+= QTDIR=${X11BASE} PTHREAD_LIBS=${PTHREAD_LIBS} WRKSRC= ${WRKDIR}/xxdiff-${PORTVERSION}/src @@ -42,4 +47,4 @@ do-install: ${DOCSDIR}/xxdiff.html .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |