From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 18 15:00:04 2008 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 40A15106566B for ; Wed, 18 Jun 2008 15:00:04 +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 0D3598FC1B for ; Wed, 18 Jun 2008 15:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5IF038q059951 for ; Wed, 18 Jun 2008 15:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5IF03sk059950; Wed, 18 Jun 2008 15:00:03 GMT (envelope-from gnats) Resent-Date: Wed, 18 Jun 2008 15:00:03 GMT Resent-Message-Id: <200806181500.m5IF03sk059950@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, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D37C91065673 for ; Wed, 18 Jun 2008 14:50:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BC6098FC16 for ; Wed, 18 Jun 2008 14:50:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5IEoQc3010525 for ; Wed, 18 Jun 2008 14:50:26 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5IEoQCj010524; Wed, 18 Jun 2008 14:50:26 GMT (envelope-from nobody) Message-Id: <200806181450.m5IEoQCj010524@www.freebsd.org> Date: Wed, 18 Jun 2008 14:50:26 GMT From: Kurt Jaeger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124721: upgrade ports/devel/newt to use libslang2 instead of libslang 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 Jun 2008 15:00:04 -0000 >Number: 124721 >Category: ports >Synopsis: upgrade ports/devel/newt to use libslang2 instead of libslang >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 Jun 18 15:00:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 6.3 >Organization: n/a >Environment: FreeBSD toast.opsec.eu 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Sat Jan 19 08:57:38 CET 2008 pi@toast.c0mplx.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: ports/net/asterisk and ports/misc/zaptel depend on ports/devel/libslang2, ports/misc/mc depends on ports/devel/newt, which currently depends on ports/devel/libslang. So one can't have mc and asterisk in parallel. devel/newt compiles if the dependecy is changed to devel/libslang2. So I suggest to update the port. I tested mc and it works with libslang2, as well. >How-To-Repeat: >Fix: Update devel/newt to use libslang2, as described in the patch. Patch attached with submission follows: --- Makefile.old 2008-06-18 16:41:18.000000000 +0200 +++ Makefile 2008-06-18 16:40:15.000000000 +0200 @@ -17,7 +17,7 @@ MAINTAINER= pgollucci@p6m7g8.com COMMENT= Not Erik's Windowing Toolkit: console I/O handling library#' -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ +LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 \ popt.0:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted: