diff options
author | pav <pav@FreeBSD.org> | 2011-03-01 06:11:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-01 06:11:14 +0800 |
commit | 6493727395252456cd602e55a60cab369ec505ec (patch) | |
tree | c8391cd8c26789929ed729dc56d0b4647d8be259 | |
parent | d7667ae0eb2d0523b20bd90aa3cf379925b79644 (diff) | |
download | freebsd-ports-gnome-6493727395252456cd602e55a60cab369ec505ec.tar.gz freebsd-ports-gnome-6493727395252456cd602e55a60cab369ec505ec.tar.zst freebsd-ports-gnome-6493727395252456cd602e55a60cab369ec505ec.zip |
- Mark BROKEN: does not build with new Xorg
Reported by: pointyhat
-rw-r--r-- | audio/wmcdplay/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpx/Makefile | 2 | ||||
-rw-r--r-- | print/xdvi/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/audio/wmcdplay/Makefile b/audio/wmcdplay/Makefile index 77b913e2778a..979ba7607964 100644 --- a/audio/wmcdplay/Makefile +++ b/audio/wmcdplay/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A CD player for the WindowMaker dock +BROKEN= does not build + PLIST_FILES= bin/wmcdplay WRKSRC= ${WRKDIR}/wmcdplay diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index 469f4b57fe94..88475f30e87c 100644 --- a/graphics/xpx/Makefile +++ b/graphics/xpx/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= A simple pixel editing tool to make datas for KISS +BROKEN= does not build + WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes USE_XORG= x11 xext diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 66580e3b1613..ac80a0eb374f 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= A DVI Previewer for the X Window System +BROKEN= does not build + CONFLICTS= teTeX-* DIST_SUBDIR= xdvi |