From owner-freebsd-gnome@FreeBSD.ORG Sun Jun 13 22:20:03 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E6C1106566B for ; Sun, 13 Jun 2010 22:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 248DA8FC0A for ; Sun, 13 Jun 2010 22:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o5DMK2Pb073903 for ; Sun, 13 Jun 2010 22:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5DMK2jP073902; Sun, 13 Jun 2010 22:20:02 GMT (envelope-from gnats) Date: Sun, 13 Jun 2010 22:20:02 GMT Message-Id: <201006132220.o5DMK2jP073902@freefall.freebsd.org> To: gnome@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/146421: [patch] graphics/cairo: add DIRECTFB knob X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2010 22:20:03 -0000 The following reply was made to PR ports/146421; it has been noted by GNATS. From: Anonymous To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/146421: [patch] graphics/cairo: add DIRECTFB knob Date: Mon, 14 Jun 2010 02:11:44 +0400 revert Makefile@r1.47, it conflicts with my previous diff --- b.diff begins here --- Index: graphics/cairo/Makefile =================================================================== RCS file: /a/.cvsup/ports/graphics/cairo/Makefile,v retrieving revision 1.47 retrieving revision 1.46 diff -u -p -r1.47 -r1.46 --- graphics/cairo/Makefile 3 Jun 2010 12:35:42 -0000 1.47 +++ graphics/cairo/Makefile 10 May 2010 21:18:15 -0000 1.46 @@ -25,7 +25,6 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/prin pixman-1.9:${PORTSDIR}/x11/pixman CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ - --disable-directfb \ --enable-pdf \ --enable-ps USE_GNOME= gnomehack ltverhack referencehack --- b.diff ends here ---