From owner-svn-ports-all@FreeBSD.ORG Tue Dec 3 21:00:33 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F8F0A9A; Tue, 3 Dec 2013 21:00:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AB7B11F9; Tue, 3 Dec 2013 21:00:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB3L0XMC088840; Tue, 3 Dec 2013 21:00:33 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB3L0XVt088839; Tue, 3 Dec 2013 21:00:33 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201312032100.rB3L0XVt088839@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 3 Dec 2013 21:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335592 - head/x11/xorg-libraries 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.17 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: Tue, 03 Dec 2013 21:00:33 -0000 Author: tijl Date: Tue Dec 3 21:00:32 2013 New Revision: 335592 URL: http://svnweb.freebsd.org/changeset/ports/335592 Log: Add libXp to xorg-libraries. PR: ports/180096 Approved by: x11 (zeising,eadler) Modified: head/x11/xorg-libraries/Makefile Modified: head/x11/xorg-libraries/Makefile ============================================================================== --- head/x11/xorg-libraries/Makefile Tue Dec 3 20:19:05 2013 (r335591) +++ head/x11/xorg-libraries/Makefile Tue Dec 3 21:00:32 2013 (r335592) @@ -3,6 +3,7 @@ PORTNAME= xorg-libraries PORTVERSION= 7.7 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none @@ -39,6 +40,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \ ${LOCALBASE}/libdata/pkgconfig/xkbui.pc:${PORTSDIR}/x11/libxkbui \ ${LOCALBASE}/libdata/pkgconfig/xmu.pc:${PORTSDIR}/x11-toolkits/libXmu \ + ${LOCALBASE}/libdata/pkgconfig/xp.pc:${PORTSDIR}/x11/libXp \ ${LOCALBASE}/libdata/pkgconfig/xpm.pc:${PORTSDIR}/x11/libXpm \ ${LOCALBASE}/libdata/pkgconfig/xrandr.pc:${PORTSDIR}/x11/libXrandr \ ${LOCALBASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender \