From owner-svn-ports-all@freebsd.org Sun Oct 25 10:38:29 2015 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 4FF378996; Sun, 25 Oct 2015 10:38:29 +0000 (UTC) (envelope-from koobs@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 1ABFC1BCD; Sun, 25 Oct 2015 10:38:29 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9PAcSbw008393; Sun, 25 Oct 2015 10:38:28 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9PAcSfq008392; Sun, 25 Oct 2015 10:38:28 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201510251038.t9PAcSfq008392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 25 Oct 2015 10:38:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400148 - head/deskutils/owncloudclient 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.20 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: Sun, 25 Oct 2015 10:38:29 -0000 Author: koobs Date: Sun Oct 25 10:38:27 2015 New Revision: 400148 URL: https://svnweb.freebsd.org/changeset/ports/400148 Log: deskutils/owncloudclient: Add DEBUG option Add a debug option allowing users to easily enable debug builds. This can help isolation of particular bugs (like crashes) [1] [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203885 PR: 203919 Submitted by: Yonas Yanfa (maintainer) Modified: head/deskutils/owncloudclient/Makefile Modified: head/deskutils/owncloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Sun Oct 25 08:16:49 2015 (r400147) +++ head/deskutils/owncloudclient/Makefile Sun Oct 25 10:38:27 2015 (r400148) @@ -28,12 +28,14 @@ INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DEBUG DOCS DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx DOCS_USE= tex=dvipsk:build,latex:build DOCS_CMAKE_ON= -DWITH_DOC:BOOL=ON +DEBUG_CMAKE_ON= -DCMAKE_BUILD_TYPE:STRING=Debug + PLIST_SUB= VERSION=${PORTVERSION} .include