From owner-svn-ports-all@freebsd.org Mon Oct 10 06:35:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 544FDC0BCEA; Mon, 10 Oct 2016 06:35:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 19B6BB5D; Mon, 10 Oct 2016 06:35:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A6Z4oZ030695; Mon, 10 Oct 2016 06:35:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A6Z4hu030693; Mon, 10 Oct 2016 06:35:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610100635.u9A6Z4hu030693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 10 Oct 2016 06:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423640 - in head: java/openjfx8-devel net/guacamole-server 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.23 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: Mon, 10 Oct 2016 06:35:05 -0000 Author: antoine Date: Mon Oct 10 06:35:03 2016 New Revision: 423640 URL: https://svnweb.freebsd.org/changeset/ports/423640 Log: Convert to USES=jpeg Modified: head/java/openjfx8-devel/Makefile head/net/guacamole-server/Makefile Modified: head/java/openjfx8-devel/Makefile ============================================================================== --- head/java/openjfx8-devel/Makefile Mon Oct 10 06:16:48 2016 (r423639) +++ head/java/openjfx8-devel/Makefile Mon Oct 10 06:35:03 2016 (r423640) @@ -22,8 +22,8 @@ BUILD_DEPENDS= apache-ant>0:devel/apache gradle:devel/gradle \ swt-devel>0:x11-toolkits/swt-devel RUN_DEPENDS= swt-devel>0:x11-toolkits/swt-devel -LIB_DEPENDS= libjpeg.so:graphics/jpeg-turbo +USES= jpeg USE_GL= yes USE_GNOME= gtk20 USE_JAVA= yes Modified: head/net/guacamole-server/Makefile ============================================================================== --- head/net/guacamole-server/Makefile Mon Oct 10 06:16:48 2016 (r423639) +++ head/net/guacamole-server/Makefile Mon Oct 10 06:35:03 2016 (r423640) @@ -13,15 +13,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libossp-uuid.so:misc/ossp-uuid \ - libpng.so:graphics/png \ - libjpeg.so:graphics/jpeg-turbo + libpng.so:graphics/png CONFLICTS_BUILD=pulseaudio-*+jack_* ffmpeg-*+jack_* USE_GITHUB= yes GH_ACCOUNT= glyptodon -USES= autoreconf libtool localbase pkgconfig shebangfix ssl +USES= autoreconf jpeg libtool localbase pkgconfig shebangfix ssl USE_GNOME= cairo SHEBANG_FILES= ${WRKSRC}/src/protocols/rdp/keymaps/generate.pl