From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 11:56:54 2014 Return-Path: Delivered-To: svn-ports-all@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 97A2EA82; Thu, 26 Jun 2014 11:56:54 +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 847EF2036; Thu, 26 Jun 2014 11:56:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QBusCE048799; Thu, 26 Jun 2014 11:56:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QBustI048798; Thu, 26 Jun 2014 11:56:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406261156.s5QBustI048798@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 26 Jun 2014 11:56:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359331 - head/devel/cunit 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 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: Thu, 26 Jun 2014 11:56:54 -0000 Author: sunpoet Date: Thu Jun 26 11:56:53 2014 New Revision: 359331 URL: http://svnweb.freebsd.org/changeset/ports/359331 QAT: https://qat.redports.org/buildarchive/r359331/ Log: - Cosmetic change Modified: head/devel/cunit/Makefile Modified: head/devel/cunit/Makefile ============================================================================== --- head/devel/cunit/Makefile Thu Jun 26 11:38:38 2014 (r359330) +++ head/devel/cunit/Makefile Thu Jun 26 11:56:53 2014 (r359331) @@ -17,7 +17,6 @@ CONFLICTS= c-unit-[0-9]* OPTIONS_DEFINE= AUTOMATED BASIC CONSOLE CURSES DEBUG EXAMPLES MEMTRACE TEST OPTIONS_DEFAULT=AUTOMATED BASIC CONSOLE CURSES DEBUG EXAMPLES MEMTRACE TEST -#OPTIONS_DEFAULT=AUTOMATED BASIC CONSOLE OPTIONS_SUB= yes AUTOMATED_DESC= Automated (XML) interface BASIC_DESC= Basic interface @@ -50,7 +49,7 @@ CONSOLE_CONFIGURE_ENABLE= console CURSES_CONFIGURE_ENABLE=curses CURSES_LDFLAGS= -lcurses CURSES_USES= ncurses -DEBUG_CONFIGURE_ENABLE=debug +DEBUG_CONFIGURE_ENABLE= debug EXAMPLES_CONFIGURE_ENABLE= examples MEMTRACE_CONFIGURE_ENABLE= memtrace TEST_CONFIGURE_ENABLE= test