diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
commit | b85a364c161310e995f1314003d0d6890c95a00a (patch) | |
tree | de69bd86c019688194f302ac4caa7a60657aafa0 | |
parent | 2a2c47052feab86719dfafd657dcc53d81ae6624 (diff) |
Notes
-rw-r--r-- | audio/snd/Makefile | 8 | ||||
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 8 | ||||
-rw-r--r-- | textproc/xxdiff/Makefile | 4 | ||||
-rw-r--r-- | textproc/xxdiff/distinfo | 3 |
4 files changed, 19 insertions, 4 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 1897ef527e30..d64189e28c3e 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -77,6 +77,12 @@ USE_XLIB= yes .endif WRKSRC= ${WRKDIR}/snd-5 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-configure: @${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig @${SED} -e "s: -ldl::g" < ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile @@ -136,4 +142,4 @@ do-install: post-build: ${MV} ${WRKSRC}/sndinfo ${WRKSRC}/snd-info -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index dba0e478e967..c34189cab697 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -26,6 +26,12 @@ ALL_TARGET= all opt EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-extract: @${CP} ${WRKSRC}/Makefile.config.ex ${WRKSRC}/Makefile.config @@ -37,4 +43,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> 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 |