From owner-freebsd-x11@FreeBSD.ORG Mon Feb 15 00:11:44 2010 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52F5B1065670 for ; Mon, 15 Feb 2010 00:11:44 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 15B938FC0A for ; Mon, 15 Feb 2010 00:11:43 +0000 (UTC) Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id CE6701E06C for ; Mon, 15 Feb 2010 00:54:46 +0100 (CET) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id 8605C1604A; Mon, 15 Feb 2010 00:54:50 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 719D016048 for ; Mon, 15 Feb 2010 00:54:50 +0100 (CET) Date: Mon, 15 Feb 2010 00:54:50 +0100 (CET) From: Gerald Pfeifer To: x11@FreeBSD.org Message-ID: User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: PATCH: x11/libXdmcp needs USE_GNOME=pkgconfig X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 00:11:44 -0000 Hi guys, I noticed that x11/libXdmcp uses pkg-config, but fails to set USE_GNOME= pkgconfig in its Makefile. Unless this is intentional and I am missing something, do you approve of the patch below? Gerald @FreeBSD.org Index: libXdmcp/Makefile =================================================================== RCS file: /home/pcvs/ports/x11/libXdmcp/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- libXdmcp/Makefile 13 Mar 2008 10:33:54 -0000 1.15 +++ libXdmcp/Makefile 14 Feb 2010 23:51:00 -0000 @@ -15,5 +15,6 @@ XORG_CAT= lib USE_XORG= xproto:both +USE_GNOME= pkgconfig .include