From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 28 10:00:26 2011 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 97ED31065672 for ; Mon, 28 Nov 2011 10:00:26 +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 DC54F8FC12 for ; Mon, 28 Nov 2011 10:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pASA0ONG078866 for ; Mon, 28 Nov 2011 10:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pASA0OHT078865; Mon, 28 Nov 2011 10:00:24 GMT (envelope-from gnats) Resent-Date: Mon, 28 Nov 2011 10:00:24 GMT Resent-Message-Id: <201111281000.pASA0OHT078865@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, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3745C1065670 for ; Mon, 28 Nov 2011 10:00:08 +0000 (UTC) (envelope-from jbeich@tormail.net) Received: from server2.hudsonvalleyhost.com (server2.hudsonvalleyhost.com [66.7.195.77]) by mx1.freebsd.org (Postfix) with ESMTP id D596B8FC08 for ; Mon, 28 Nov 2011 10:00:07 +0000 (UTC) Received: from exit-01d.noisetor.net ([173.254.216.69]:39853 helo=internal.tormail.net) by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1RUy0L-0022HY-BK for FreeBSD-gnats-submit@freebsd.org; Mon, 28 Nov 2011 05:00:06 -0500 Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1RUxzj-00010E-6r for FreeBSD-gnats-submit@freebsd.org; Mon, 28 Nov 2011 09:59:30 +0000 Message-Id: <1RUxzj-00010E-6r@internal.tormail.net> Date: Mon, 28 Nov 2011 16:38:27 +0700 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/162919: [patch] devel/zziplib: unbreak build with clang 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: Mon, 28 Nov 2011 10:00:26 -0000 >Number: 162919 >Category: ports >Synopsis: [patch] devel/zziplib: unbreak build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 28 10:00:24 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: >Description: >How-To-Repeat: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20111122163211.pointyhat-west/zziplib-0.13.60.log >Fix: --- clang.diff begins here --- Index: devel/zziplib/files/patch-configure =================================================================== RCS file: /a/.csup/ports/devel/zziplib/files/patch-configure,v retrieving revision 1.5 diff -u -p -r1.5 patch-configure --- devel/zziplib/files/patch-configure 27 Aug 2009 14:46:47 -0000 1.5 +++ devel/zziplib/files/patch-configure 28 Nov 2011 09:34:32 -0000 @@ -18,6 +18,15 @@ VERSION_INFO="-version-info $MINOR_VERSION:$MICRO_VERSION" { $as_echo "$as_me:$LINENO: result: /$MAJOR_VERSION/$MINOR_VERSION:$MICRO_VERSION (-$MAJOR_VERSION.so.$MINOR_VERSION.0.$MICRO_VERSION)" >&5 $as_echo "/$MAJOR_VERSION/$MINOR_VERSION:$MICRO_VERSION (-$MAJOR_VERSION.so.$MINOR_VERSION.0.$MICRO_VERSION)" >&6; } +@@ -13713,7 +13713,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking link options" >&5 + $as_echo_n "checking link options... " >&6; } + ZZIPLIB_LDFLAGS="" +-test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic" ++test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="${wl}--export-dynamic" + RESOLVES=" # " + case "$host_os" in mingw*) + ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole" @@ -19280,7 +19280,7 @@ s/:.*/:/ _EOF test ".$USE_MAINTAINER_MODE" = ".no" || \ --- clang.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: