From owner-freebsd-gnome@FreeBSD.ORG Sun Nov 11 22:19:24 2007 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 533BF16A421 for ; Sun, 11 Nov 2007 22:19:24 +0000 (UTC) (envelope-from minshall@acm.org) Received: from einstein.cliq.org (einstein.cliq.org [131.161.246.13]) by mx1.freebsd.org (Postfix) with ESMTP id 25BF513C49D for ; Sun, 11 Nov 2007 22:19:24 +0000 (UTC) (envelope-from minshall@acm.org) Received: from gregtx.cliq.com (minshall@localhost.cliq.org [IPv6:::1]) by einstein.cliq.org (8.13.4/8.13.4) with ESMTP id lABMIvP1022706 for ; Sun, 11 Nov 2007 14:18:57 -0800 (PST) Received: from gregtx (localhost [127.0.0.1]) by gregtx.cliq.com (Postfix) with ESMTP id 0826F5DC5 for ; Sat, 10 Nov 2007 11:02:47 -0800 (PST) X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 From: Greg Minshall To: gnome@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 10 Nov 2007 11:02:47 -0800 Sender: minshall@acm.org Message-Id: <20071110190249.0826F5DC5@gregtx.cliq.com> Cc: Subject: security/nss-3.11.1/Makefile X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2007 22:19:24 -0000 hi. the port Makefile uses INSTALL_PROGRAM to install libcrmf.a, but this strips the symbols, so /usr/local/lib/libcrmf.a is unusable. other ports in security use INSTALL_DATA to install libcrmf.a. i suspect nss should do this also. thanks. Greg Minshall