From owner-svn-ports-head@FreeBSD.ORG Mon Jun 2 21:24:35 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 8C0D2C92; Mon, 2 Jun 2014 21:24:35 +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 7878A26A7; Mon, 2 Jun 2014 21:24:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s52LOZON034500; Mon, 2 Jun 2014 21:24:35 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s52LOZdX034499; Mon, 2 Jun 2014 21:24:35 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201406022124.s52LOZdX034499@svn.freebsd.org> From: Thierry Thomas Date: Mon, 2 Jun 2014 21:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356254 - head/net-im/venom 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, 02 Jun 2014 21:24:35 -0000 Author: thierry Date: Mon Jun 2 21:24:35 2014 New Revision: 356254 URL: http://svnweb.freebsd.org/changeset/ports/356254 QAT: https://qat.redports.org/buildarchive/r356254/ Log: Add an option to show the QR code. Modified: head/net-im/venom/Makefile Modified: head/net-im/venom/Makefile ============================================================================== --- head/net-im/venom/Makefile Mon Jun 2 21:24:03 2014 (r356253) +++ head/net-im/venom/Makefile Mon Jun 2 21:24:35 2014 (r356254) @@ -26,4 +26,10 @@ USE_GNOME= glib20 gtk30 USE_SQLITE= yes INSTALLS_ICONS= yes +OPTIONS_DEFINE= QRCODE +OPTIONS_DEFAULT= QRCODE +QRCODE_DESC= "Show QR codes" +QRCODE_CMAKE_ON= -DENABLE_QR_ENCODE:BOOL="ON" +QRCODE_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode + .include