diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-16 04:37:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-16 04:37:44 +0000 |
commit | 8295c21a0e33bf4bb3823f0d9a3f3d0af0fb4ad3 (patch) | |
tree | eeabba651377543e680a20ef76ddc1d7b2f280c9 /graphics | |
parent | Update to 0.14.1, serious memory leaks on 0.14.0 was fixed. See release note (diff) |
BROKEN: Size mismatch
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/EZWGL/Makefile | 2 | ||||
-rw-r--r-- | graphics/guilib/Makefile | 2 | ||||
-rw-r--r-- | graphics/robot/Makefile | 2 | ||||
-rw-r--r-- | graphics/svg2swf/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 69f932e28a79..9cc0b1b89f06 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -18,6 +18,8 @@ COMMENT= The EZ Widget and Graphics Library LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png +BROKEN= Size mismatch + USE_X_PREFIX= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 3452b85498db..fe5679f0707e 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -15,6 +15,8 @@ DISTNAME= GUIlib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A very simple GUI framework for use with SDL +BROKEN= Size mismatch + USE_SDL= sdl USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 diff --git a/graphics/robot/Makefile b/graphics/robot/Makefile index 58680ee0d86f..259684672d80 100644 --- a/graphics/robot/Makefile +++ b/graphics/robot/Makefile @@ -18,6 +18,8 @@ COMMENT= Graph plotting and data analysis program using OpenLook BUILD_DEPENDS= fsplit:${PORTSDIR}/devel/fortran-utils LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview +BROKEN= Size mismatch + USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/graphics/svg2swf/Makefile b/graphics/svg2swf/Makefile index 84a0415b8fc7..0eac72b87ba8 100644 --- a/graphics/svg2swf/Makefile +++ b/graphics/svg2swf/Makefile @@ -19,6 +19,8 @@ COMMENT= Convert an SVG file into a Macromedia Flash (swf) file RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PACKAGE_DIR}/sax/saxexts.py:${PORTSDIR}/textproc/py-xml \ ${PYTHON_SITELIBDIR}/ming.py:${PORTSDIR}/graphics/py-ming +BROKEN= Size mismatch + PLIST_FILES= bin/svg2swf USE_REINPLACE= yes USE_PYTHON= yes |