From owner-svn-ports-head@FreeBSD.ORG Mon Jun 9 20:40:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10DB69F6; Mon, 9 Jun 2014 20:40:42 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1D27202F; Mon, 9 Jun 2014 20:40:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59KefRY021203; Mon, 9 Jun 2014 20:40:41 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59Kef0R021201; Mon, 9 Jun 2014 20:40:41 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406092040.s59Kef0R021201@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 9 Jun 2014 20:40:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357203 - head/x11/xdm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 20:40:42 -0000 Author: amdmi3 Date: Mon Jun 9 20:40:41 2014 New Revision: 357203 URL: http://svnweb.freebsd.org/changeset/ports/357203 QAT: https://qat.redports.org/buildarchive/r357203/ Log: - Add missing USES=libtool Approved by: portmgr blanket Modified: head/x11/xdm/Makefile head/x11/xdm/pkg-plist Modified: head/x11/xdm/Makefile ============================================================================== --- head/x11/xdm/Makefile Mon Jun 9 20:20:42 2014 (r357202) +++ head/x11/xdm/Makefile Mon Jun 9 20:40:41 2014 (r357203) @@ -2,7 +2,7 @@ PORTNAME= xdm PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -14,6 +14,7 @@ XORG_CAT= app USE_XORG= xmu x11 xau xinerama xpm xdmcp xt xext xaw CONFIGURE_ARGS+= --with-xdmconfigdir=${EXAMPLESDIR} \ --with-xdmscriptdir=${EXAMPLESDIR} +USES= libtool CFFILES= GiveConsole TakeConsole Xaccess Xreset Xresources \ Xservers Xsession Xsetup_0 Xstartup Xwilling xdm-config Modified: head/x11/xdm/pkg-plist ============================================================================== --- head/x11/xdm/pkg-plist Mon Jun 9 20:20:42 2014 (r357202) +++ head/x11/xdm/pkg-plist Mon Jun 9 20:40:41 2014 (r357203) @@ -2,7 +2,6 @@ bin/xdm %%XDMSHELL%%bin/xdmshell lib/X11/xdm/authdir lib/X11/xdm/chooser -lib/X11/xdm/libXdmGreet.la lib/X11/xdm/libXdmGreet.so lib/X11/xdm/pixmaps/xorg-bw.xpm lib/X11/xdm/pixmaps/xorg.xpm