From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 14:15:38 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 4126C17F; Fri, 3 Oct 2014 14:15:38 +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 2DBCB23E; Fri, 3 Oct 2014 14:15:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93EFcws094380; Fri, 3 Oct 2014 14:15:38 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93EFchD094379; Fri, 3 Oct 2014 14:15:38 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410031415.s93EFchD094379@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 14:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369905 - head/net/xrdp-devel 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 14:15:38 -0000 Author: tijl Date: Fri Oct 3 14:15:37 2014 New Revision: 369905 URL: https://svnweb.freebsd.org/changeset/ports/369905 QAT: https://qat.redports.org/buildarchive/r369905/ Log: Replace USE_AUTOTOOLS with USES=autoreconf:build Modified: head/net/xrdp-devel/Makefile Modified: head/net/xrdp-devel/Makefile ============================================================================== --- head/net/xrdp-devel/Makefile Fri Oct 3 14:11:36 2014 (r369904) +++ head/net/xrdp-devel/Makefile Fri Oct 3 14:15:37 2014 (r369905) @@ -15,9 +15,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 @@ -29,8 +28,8 @@ GH_TAGNAME= ${GH_COMMIT} CONFIGURE_ARGS= --localstatedir=/var \ --enable-jpeg -LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib CONFLICTS= xrdp-[0-9]* LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg # xrdp v0.7 is not compatible with current net/freerdp (1.0.2)