From owner-svn-ports-all@FreeBSD.ORG Sun Feb 2 22:05:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 801ACE87; Sun, 2 Feb 2014 22:05:09 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BF3B142B; Sun, 2 Feb 2014 22:05:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s12M59OK092926; Sun, 2 Feb 2014 22:05:09 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s12M59Kp092924; Sun, 2 Feb 2014 22:05:09 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402022205.s12M59Kp092924@svn.freebsd.org> From: Antoine Brodin Date: Sun, 2 Feb 2014 22:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342368 - head/devel/cdialog 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.17 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, 02 Feb 2014 22:05:09 -0000 Author: antoine Date: Sun Feb 2 22:05:08 2014 New Revision: 342368 URL: http://svnweb.freebsd.org/changeset/ports/342368 QAT: https://qat.redports.org/buildarchive/r342368/ Log: - Fix build with ncurses from ports - Finish stage support Modified: head/devel/cdialog/Makefile head/devel/cdialog/pkg-plist Modified: head/devel/cdialog/Makefile ============================================================================== --- head/devel/cdialog/Makefile Sun Feb 2 21:49:27 2014 (r342367) +++ head/devel/cdialog/Makefile Sun Feb 2 22:05:08 2014 (r342368) @@ -33,7 +33,7 @@ INSTALL_TARGET= install-strip install-ma .include .if ${NCURSESBASE} != /usr -CONFIGURE_ARGS= --with-curses-dir=${NCURSESBASE} +CONFIGURE_ARGS+= --with-curses-dir=${NCURSESBASE} .endif post-patch: Modified: head/devel/cdialog/pkg-plist ============================================================================== --- head/devel/cdialog/pkg-plist Sun Feb 2 21:49:27 2014 (r342367) +++ head/devel/cdialog/pkg-plist Sun Feb 2 22:05:08 2014 (r342368) @@ -8,6 +8,8 @@ lib/libcdialog.a lib/libcdialog.la lib/libcdialog.so lib/libcdialog.so.10 +man/man1/cdialog.1.gz +man/man3/cdialog.3.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar-stdout