Index: head/graphics/cairo/Makefile =================================================================== --- head/graphics/cairo/Makefile (revision 297332) +++ head/graphics/cairo/Makefile (revision 297333) @@ -1,98 +1,99 @@ # New ports collection makefile for: cairo # Date created: 2004-10-06 # Whom: Michael Johnson # # $FreeBSD$ # $MCom: ports/graphics/cairo/Makefile,v 1.101 2010/10/29 15:40:04 kwm Exp $ # PORTNAME= cairo PORTVERSION= 1.12.2 PORTREVISION= 0 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support +USE_XZ= yes + .if !defined(REFERENCE_PORT) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ png.6:${PORTSDIR}/graphics/png \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ pixman-1.9:${PORTSDIR}/x11/pixman -USE_XZ= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --disable-directfb \ --enable-tee \ --enable-gobject USE_GNOME= gnomehack ltverhack referencehack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} .if defined(WITHOUT_X11) CONFIGURE_ARGS+=--disable-xlib PLIST_SUB+= X11="@comment " .else USE_XORG+= xrender PLIST_SUB+= X11="" .endif OPTIONS+= GL "Enable OpenGL Support" Off \ XCB "Enable XCB (X C-language Binding) Support" On \ GLIB "Enable GObject Functions Feature" On .include .if defined(WITH_GL) USE_GL= gl CONFIGURE_ARGS+= --enable-gl PLIST_SUB+= GL="" .else CONFIGURE_ARGS+= --disable-gl PLIST_SUB+= GL="@comment " .endif .if defined(WITH_XCB) 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="" .else CONFIGURE_ARGS+= --disable-xcb PLIST_SUB+= XCB="@comment " .endif .if defined(WITH_GLIB) USE_GNOME+= glib20 PLIST_SUB+= GLIB="" .else CONFIGURE_ARGS+= --enable-gobject=no PLIST_SUB+= GLIB="@comment " .endif post-patch: @${REINPLACE_CMD} -e '/test/s/==/=/g ; /LIBS/s/-lrt// ; \ /LIBS/s|-ldld||g ; /LIBS/s|-ldl||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lcairo|-lcairo ${PTHREAD_LIBS}|' \ ${WRKSRC}/src/*.pc.in @${REINPLACE_CMD} -e '/@CAIRO_HAS_PNG_FUNCTIONS_TRUE@.*=/d' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-ldl||g' \ ${WRKSRC}/util/*/Makefile.in \ ${WRKSRC}/boilerplate/Makefile.in .if defined(WITH_GL) @${REINPLACE_CMD} 's|@CAIRO_CFLAGS@|-I$$(top_srcdir)/src/glew &|' \ ${WRKSRC}/src/Makefile.in .endif .include .endif Property changes on: head/graphics/cairo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property