From owner-freebsd-ports Mon Oct 29 11:30:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B26437B40A for ; Mon, 29 Oct 2001 11:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TJU1k54800; Mon, 29 Oct 2001 11:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0D6537B401 for ; Mon, 29 Oct 2001 11:21:37 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9TJLb552061; Mon, 29 Oct 2001 11:21:37 -0800 (PST) (envelope-from nobody) Message-Id: <200110291921.f9TJLb552061@freefall.freebsd.org> Date: Mon, 29 Oct 2001 11:21:37 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31603: Update port: textproc/libxml2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31603 >Category: ports >Synopsis: Update port: textproc/libxml2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 29 11:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Support '-pthread' linker flag properly on 4-stable >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/libxml2/files/patch-ltmain.sh textproc/libxml2/files/patch-ltmain.sh --- /usr/ports/textproc/libxml2/files/patch-ltmain.sh Mon Aug 27 19:01:05 2001 +++ textproc/libxml2/files/patch-ltmain.sh Fri Oct 19 06:56:22 2001 @@ -3,7 +3,17 @@ --- ltmain.sh 2001/08/27 09:51:26 1.1 +++ ltmain.sh 2001/08/27 09:51:42 -@@ -4175,10 +4175,12 @@ +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4175,10 +4178,12 @@ fi # Install the pseudo-library for information purposes. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message