From aa1c16483d3e3ebfabeb32fd51d17b96f8b74118 Mon Sep 17 00:00:00 2001 From: gahr Date: Tue, 23 Mar 2010 21:14:39 +0000 Subject: - Chase x11-toolkits/fltk update --- graphics/cinepaint/Makefile | 7 +++---- graphics/flphoto/Makefile | 2 +- graphics/libgfx/Makefile | 4 +++- graphics/pixie/Makefile | 2 +- graphics/quat-gui/Makefile | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) (limited to 'graphics') diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index bded4324f0af..d6d0dbb35455 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -7,7 +7,7 @@ PORTNAME= cinepaint PORTVERSION= 0.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${PORTVERSION}-1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1 @@ -43,9 +43,8 @@ LDFLAGS+= -L${LOCALBASE}/lib .include .if defined(WITH_OPENEXR) -LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR -BUILD_DEPENDS+= fltk-threads>0:${PORTSDIR}/x11-toolkits/fltk-threads -RUN_DEPENDS+= fltk-threads>0:${PORTSDIR}/x11-toolkits/fltk-threads +LIB_DEPENDS+= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ + fltk.1:${PORTSDIR}/x11-toolkits/fltk CONFIGURE_ARGS+= --with-openexr-prefix=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include/openEXR PLIST_SUB+= OPENEXR:="" diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index 8a71b03e24e9..9812008a51a8 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -7,7 +7,7 @@ PORTNAME= flphoto PORTVERSION= 1.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/fltk/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/graphics/libgfx/Makefile b/graphics/libgfx/Makefile index eebc16026ea7..1ba14543b03e 100644 --- a/graphics/libgfx/Makefile +++ b/graphics/libgfx/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgfx DISTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://graphics.cs.uiuc.edu/~garland/dist/ CENKES @@ -37,6 +37,8 @@ post-patch: @${REINPLACE_CMD} -e 's|\.a|.so|g;/RANLIB/d;s|[(]AR[)] cru|{CC} \ ${CFLAGS} ${LDFLAGS} -shared $${GUI_LIBS} -lgzstream -o|'\ ${WRKSRC}/src/${MAKEFILE} + @${REINPLACE_CMD} -e '6115s|-lfltk|`fltk-config --ldflags`|' \ + ${WRKSRC}/configure do-install: @cd ${WRKSRC}/include/gfx/&&${COPYTREE_SHARE} . ${PREFIX}/include/gfx/ diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index ea3e174da825..fa896d8eca4d 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -7,7 +7,7 @@ PORTNAME= pixie PORTVERSION= 2.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION} DISTNAME= Pixie-src-${PORTVERSION} diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index d9aa6ca210f4..c27f1e5ae69e 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -7,7 +7,7 @@ PORTNAME= quat PORTVERSION= 1.20 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.physcip.uni-stuttgart.de/phy11733/download/ PKGNAMESUFFIX= -gui -- cgit