From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 18 03:00:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0969A1065678 for ; Wed, 18 May 2011 03:00:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 853168FC08 for ; Wed, 18 May 2011 03:00:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4I30NNb045200 for ; Wed, 18 May 2011 03:00:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4I30Nga045199; Wed, 18 May 2011 03:00:23 GMT (envelope-from gnats) Resent-Date: Wed, 18 May 2011 03:00:23 GMT Resent-Message-Id: <201105180300.p4I30Nga045199@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFBF5106564A for ; Wed, 18 May 2011 02:58:56 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC208FC14 for ; Wed, 18 May 2011 02:58:56 +0000 (UTC) Received: by yie12 with SMTP id 12so510741yie.13 for ; Tue, 17 May 2011 19:58:55 -0700 (PDT) Received: by 10.150.207.17 with SMTP id e17mr1076702ybg.383.1305687535634; Tue, 17 May 2011 19:58:55 -0700 (PDT) Received: from localhost ([201.82.187.254]) by mx.google.com with ESMTPS id j3sm808503anm.9.2011.05.17.19.58.53 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 May 2011 19:58:54 -0700 (PDT) Message-Id: <4dd335ee.036b650a.7e19.375d@mx.google.com> Date: Tue, 17 May 2011 19:58:54 -0700 (PDT) From: Raphael Kubo da Costa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: arved@FreeBSD.org Subject: ports/157139: [PATCH] sysutils/libcdio: Add USE_NCURSES=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2011 03:00:24 -0000 >Number: 157139 >Category: ports >Synopsis: [PATCH] sysutils/libcdio: Add USE_NCURSES=yes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 18 03:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #29: Sun May 1 16:10:18 BRT >Description: When devel/ncurses is installed, an implicit dependency is created, which breaks this port when devel/ncurses is upgraded. Adding USE_NCURSES=yes should help fix the problem. Port maintainer (arved@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libcdio-0.82_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/libcdio/Makefile /tmp/libcdio/Makefile --- /usr/ports/sysutils/libcdio/Makefile 2010-05-30 14:39:04.000000000 -0300 +++ /tmp/libcdio/Makefile 2011-05-17 23:55:17.000000000 -0300 @@ -6,7 +6,7 @@ PORTNAME= libcdio PORTVERSION= 0.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libcdio @@ -26,6 +26,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_LDCONFIG= yes +USE_NCURSES= yes CONFIGURE_ARGS+= --with-libpopt-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ USE_PERL5_BUILD=yes --- libcdio-0.82_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: