diff options
author | garga <garga@FreeBSD.org> | 2012-01-15 20:48:11 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-01-15 20:48:11 +0800 |
commit | 801cf59d4a1dd5563a028cb4f334df3d76eae903 (patch) | |
tree | 73e2c800dacc251a915c7e8c0476cd1909719814 /graphics | |
parent | 9c8eab22cc2f8d96339d50a82820083459653a19 (diff) | |
download | freebsd-ports-gnome-801cf59d4a1dd5563a028cb4f334df3d76eae903.tar.gz freebsd-ports-gnome-801cf59d4a1dd5563a028cb4f334df3d76eae903.tar.zst freebsd-ports-gnome-801cf59d4a1dd5563a028cb4f334df3d76eae903.zip |
Adjust necesary ports to build with xcb-util 0.3.8
audio/pulseaudio is being updated to 0.9.23
x11/startup-notification is being updated to 0.12
Both was approved by kwm@
x11-wm/awesome is being updated to 3.4.11
Exp-run by: pav@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 6 | ||||
-rw-r--r-- | graphics/pornview/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index cbbf7a9e0dea..2b60476174a2 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -8,7 +8,7 @@ PORTNAME= cairo PORTVERSION= 1.10.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -59,8 +59,8 @@ PLIST_SUB+= GL="@comment " .endif .if defined(WITH_XCB) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util-renderutil CONFIGURE_ARGS+= --enable-xcb # this option exposes a bug --enable-xlib-xcb=auto PLIST_SUB+= XCB="" diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index 687fab04bac2..8ac221e31803 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/} @@ -16,7 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= PornView is an image viewer/manager LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif -LIB_DEPENDS+= xcb-render-util:${PORTSDIR}/x11/xcb-util +LIB_DEPENDS+= xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil USE_XORG= x11 xi xext xinerama USE_GNOME= gtk20 |