From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 15:10:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2927F5FD; Fri, 3 Oct 2014 15:10:34 +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 157D7A17; Fri, 3 Oct 2014 15:10:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93FAXNh021864; Fri, 3 Oct 2014 15:10:33 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93FAXjW021863; Fri, 3 Oct 2014 15:10:33 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031510.s93FAXjW021863@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 3 Oct 2014 15:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369908 - head/net/xrdp 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.18-1 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: Fri, 03 Oct 2014 15:10:34 -0000 Author: tijl Date: Fri Oct 3 15:10:33 2014 New Revision: 369908 URL: https://svnweb.freebsd.org/changeset/ports/369908 QAT: https://qat.redports.org/buildarchive/r369908/ Log: Replace USE_AUTOTOOLS with USES=autoreconf:build Modified: head/net/xrdp/Makefile Modified: head/net/xrdp/Makefile ============================================================================== --- head/net/xrdp/Makefile Fri Oct 3 15:06:44 2014 (r369907) +++ head/net/xrdp/Makefile Fri Oct 3 15:10:33 2014 (r369908) @@ -14,9 +14,8 @@ COMMENT= Open source Remote Desktop Prot LICENSE= GPLv2 -USES= libtool pkgconfig +USES= autoreconf:build libtool pkgconfig USE_XORG= x11 xfixes -USE_AUTOTOOLS= autoconf:env automake:env libtoolize GNU_CONFIGURE= yes USE_RC_SUBR= xrdp USE_LDCONFIG= ${PREFIX}/lib/xrdp @@ -27,9 +26,8 @@ GH_COMMIT= 5d53758 GH_TAGNAME= ${GH_COMMIT} CONFIGURE_ARGS= --localstatedir=/var -LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -CONFLICTS_INSTALL= xrdp-devel-[0-9]* x11rdp-devel-[0-9]* +LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DEBUG OPTIONS_DEFAULT= JP106 X11RDP