Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 8FCC063BA98 for ; Mon, 22 Sep 2008 20:19:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 45F3163B164; Mon, 22 Sep 2008 20:19:19 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 885D663B14C for ; Mon, 22 Sep 2008 20:19:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7A5E9175D0; Mon, 22 Sep 2008 20:19:18 +0000 (UTC) From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/archivers/bsdtar To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org Message-Id: <20080922201918.7A5E9175D0@cvs.netbsd.org> Date: Mon, 22 Sep 2008 20:19:18 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Mon Sep 22 20:19:18 UTC 2008 Modified Files: pkgsrc/archivers/bsdtar: Makefile Log Message: Explicitly disable building the shared libarchive. This fails to link on HP-UX against the static libz.a used if the system doesn't have a native version. It also reduces build time in other cases. To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pkgsrc/archivers/bsdtar/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.