diff options
author | vd <vd@FreeBSD.org> | 2006-02-22 18:28:47 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-02-22 18:28:47 +0800 |
commit | cf8807d75781c68d30ca56d2e9a3b7c929955ade (patch) | |
tree | f1e104a0ae82d1142eb1d41da951ca1157a0bb55 /graphics/tulip | |
parent | f9e20d00e2a20e079023a5c40fc9c2ea76f130a9 (diff) | |
download | freebsd-ports-graphics-cf8807d75781c68d30ca56d2e9a3b7c929955ade.tar.gz freebsd-ports-graphics-cf8807d75781c68d30ca56d2e9a3b7c929955ade.tar.zst freebsd-ports-graphics-cf8807d75781c68d30ca56d2e9a3b7c929955ade.zip |
Unbreak by removing bin/tlprender from pkg-plist and explicitly
disabling it with --disable-tlprender. Building it with the current
version of libOSMesa looks impossible, see ports/93667
Approved by: garga (mentor)
Diffstat (limited to 'graphics/tulip')
-rw-r--r-- | graphics/tulip/Makefile | 8 | ||||
-rw-r--r-- | graphics/tulip/pkg-plist | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index d4c9a61712b..1442f28e18f 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -18,8 +18,6 @@ COMMENT= A system dedicated to the visualization of huge graphs LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut -BROKEN= Incorrect pkg-plist (does not compile completely?) - USE_BZIP2= yes USE_QT_VER= 3 QT_NONSTANDARD= yes @@ -32,6 +30,12 @@ CONFIGURE_ENV= MOC="${MOC}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-qt-includes=${QT_PREFIX}/include \ --with-qt-libraries=${QT_PREFIX}/lib \ --with-extra-libs=${LOCALBASE}/lib +# libOSMesa, installed by the xorg-libraries-6.9.0 port is causing +# /usr/X11R6/lib/libOSMesa.so: undefined reference to `driDispatchRemapTable' +# during the configure step which results in tlprender not being build. +# So we remove it from pkg-plist and disable it here to make sure it does not +# get build somehow, causing plist problems +CONFIGURE_ARGS+= --disable-tlprender INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include -I${PREFIX}/include \ diff --git a/graphics/tulip/pkg-plist b/graphics/tulip/pkg-plist index 432d35b1ae0..984f95f02c0 100644 --- a/graphics/tulip/pkg-plist +++ b/graphics/tulip/pkg-plist @@ -1,5 +1,4 @@ bin/Tulip -bin/tlprender bin/tulip-config include/tulip/Array.h include/tulip/Bezier.h |