From owner-freebsd-ports@FreeBSD.ORG Sun Mar 31 13:39:23 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8221DFEA for ; Sun, 31 Mar 2013 13:39:23 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 0C348D69 for ; Sun, 31 Mar 2013 13:39:22 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id eb20so1527157lab.31 for ; Sun, 31 Mar 2013 06:39:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ftfl.ca; s=google; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:cc:content-type; bh=N8eM2FTGceU0aQTZ7JQqfzMFN+LyauVQ3Al6Co0qyPA=; b=A6I+CvFSiHCL4ZxxrVsLIEH6S5S4cH+xQQEgnA91T/UR7+jv3LVx/UbzRT7QyHr0lN ICYqaK7IuktHF6I27QraAUkOj07Xa+pkg8SUDjNwy6ICaKnBMF73vViA8EbRSwKitR9G 2qTjj760TJ8mQVedNGOvIkTzuOO7T5MSlKZxk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:cc:content-type:x-gm-message-state; bh=N8eM2FTGceU0aQTZ7JQqfzMFN+LyauVQ3Al6Co0qyPA=; b=pDFu/SyLU9dp5gbSR9rkGGHW+dIk4dOSqXGlvpfehkI8/r9wqxfaEMb09vze7mU61g mmesVfPTUc8snMGGTxiLYSpUmTHJhNQW2JYaD02vAAxHsU3RUURb6inp+OPuEelsgz8b IdmrakSP9erGD0+UZl3+ibbr7RbcQgO4Aze0LtR9dRTffjxjN2+wt4LqAePDQOrmIs5D V/7XNjYTy1+CsSOpFwG6UUbzu/TIzcnu1ulNMBMP+Vd0wE6SnoIu2hrQJWw9KU2aisht tnBHqbkgLAnNv6Aj08kedSlXF9f5WCx1Wz2j6Sl0y4FsyIcWvgI+MutzDXZvBJTfAegH Bk2g== MIME-Version: 1.0 X-Received: by 10.152.144.105 with SMTP id sl9mr4102470lab.4.1364737161853; Sun, 31 Mar 2013 06:39:21 -0700 (PDT) Received: by 10.112.40.193 with HTTP; Sun, 31 Mar 2013 06:39:21 -0700 (PDT) X-Originating-IP: [24.222.103.67] Date: Sun, 31 Mar 2013 10:39:21 -0300 Message-ID: Subject: FreeBSD Port: emacs-23.4_2,1 From: Joseph Mingrone To: ashish@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkR6aEN2ObPQ1SfdTLebSPzL21pIIQO2TVUD/PBg3w3/asT48Rqgfd7V2/FDnS/Z2Q9PqR+ Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Mar 2013 13:39:23 -0000 Hi ashish; After upgrading to 23.4 from 23.3 I'm seeing errors with with faces and term-mode is not functional. The build output can be found here: http://gly.ath.cx/misc/emacs_build.out. I suspect the lines below are related to the problem. ===>>> Creating a backup package for old version emacs-24.3,3 Creating package for emacs-24.3,3 pkg: (emacs-24.3,3) /usr/local/bin/emacs - shared library libncurses.so.5.9 not found pkg: (emacs-24.3,3) /usr/local/bin/emacs - shared library libtinfo.so.5.9 not found pkg: (emacs-24.3,3) /usr/local/bin/emacs-24.3 - shared library libncurses.so.5.9 not found pkg: (emacs-24.3,3) /usr/local/bin/emacs-24.3 - shared library libtinfo.so.5.9 not found I can confirm that devel/ncurses is installed (5.9_1). Joseph