Date: Sat, 25 Feb 2012 19:50:56 GMT From: Jase Thew <freebsd@beardz.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165476: [MAINTAINER] irc/weechat-devel: restore missing DEBUG option Message-ID: <201202251950.q1PJou78080466@beardz.net> Resent-Message-ID: <201202252000.q1PK0Q1M038851@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165476 >Category: ports >Synopsis: [MAINTAINER] irc/weechat-devel: restore missing DEBUG option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 25 20:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0 r225827: Wed Sep 28 13:55:02 BST >Description: - Restore the DEBUG option which was erroneously removed in a previous commit. portlint warns that DEBUG option is empty, however, bsd.cmake.mk handles WITH_DEBUG for ports that use cmake. Also add a comment to prevent a repeat of this removal in future. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- weechat-devel-20120219_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/weechat-devel.orig/Makefile /usr/ports/irc/weechat-devel/Makefile --- /usr/ports/irc/weechat-devel.orig/Makefile 2012-02-21 06:13:22.000000000 +0000 +++ /usr/ports/irc/weechat-devel/Makefile 2012-02-25 19:44:41.062229287 +0000 @@ -7,6 +7,7 @@ PORTNAME= weechat PORTVERSION= 20120219 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ PKGNAMESUFFIX= -devel @@ -29,6 +30,10 @@ LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +# Please note: the DEBUG option is *NOT* empty, it is utilised by +# bsd.cmake.mk to set the cmake build type to Debug instead of +# Release. + OPTIONS= RUBY "Ruby scripting support" Off \ PYTHON "Python scripting support" Off \ PERL "Perl scripting support" Off \ @@ -37,6 +42,7 @@ GUILE "Guile scripting support" Off \ CHARSET "Charset support" On \ BACKTRACE "Backtraces" On \ + DEBUG "Debugging" On \ ASPELL "Spell checking" Off \ GNUTLS "GNU TLS" Off \ NLS "NLS support" On \ --- weechat-devel-20120219_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202251950.q1PJou78080466>