From owner-svn-ports-all@FreeBSD.ORG Wed Feb 6 13:11:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D8B29413; Wed, 6 Feb 2013 13:11:01 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CBB598DF; Wed, 6 Feb 2013 13:11:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r16DB18l023405; Wed, 6 Feb 2013 13:11:01 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r16DB1VH023404; Wed, 6 Feb 2013 13:11:01 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201302061311.r16DB1VH023404@svn.freebsd.org> From: Niclas Zeising Date: Wed, 6 Feb 2013 13:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311763 - head/x11/xkbcomp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 13:11:01 -0000 Author: zeising Date: Wed Feb 6 13:11:01 2013 New Revision: 311763 URL: http://svnweb.freebsd.org/changeset/ports/311763 Log: Add USE_GNOME=gnomehack instead of home-rolled version. [1] Add xorg-macros to build depends to silence a configure warning. Noticed By: danfe [1] Modified: head/x11/xkbcomp/Makefile Modified: head/x11/xkbcomp/Makefile ============================================================================== --- head/x11/xkbcomp/Makefile Wed Feb 6 13:09:28 2013 (r311762) +++ head/x11/xkbcomp/Makefile Wed Feb 6 13:11:01 2013 (r311763) @@ -9,16 +9,14 @@ COMMENT= Compile XKB keyboard descriptio LICENSE= MIT +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.oc:${PORTSDIR}/devel/xorg-macros XORG_CAT= app USE_XORG= x11 xkbfile +USE_GNOME= gnomehack PLIST_FILES= bin/xkbcomp \ libdata/pkgconfig/xkbcomp.pc MAN1= xkbcomp.1 -post-patch: - @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in - .include