From jbeich@tormail.net  Mon Nov 28 10:00:08 2011
Return-Path: <jbeich@tormail.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3745C1065670
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <jbeich@tormail.net>)
	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 <jbeich@tormail.net>)
	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 <jbeich@tormail.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] devel/zziplib: unbreak build with clang

>Number:         162919
>Category:       ports
>Synopsis:       [patch] devel/zziplib: unbreak build with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 28 10:00:24 UTC 2011
>Closed-Date:    Sun Dec 04 10:47:55 UTC 2011
>Last-Modified:  Sun Dec 04 10:47:55 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 28 10:00:37 UTC 2011 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162919 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162919: commit references a PR
Date: Sun,  4 Dec 2011 10:04:03 +0000 (UTC)

 miwi        2011-12-04 10:03:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/zziplib/files  patch-configure 
   Log:
   - Unbreak on clang
   
   PR:             162919
   Submitted by:   Jan Beich <jbeich@tormail.net>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.6       +9 -0      ports/devel/zziplib/files/patch-configure
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Dec 4 10:47:54 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162919 
>Unformatted:
