From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 26 13:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A25E1F60 for ; Sun, 26 May 2013 13:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E9B9811 for ; Sun, 26 May 2013 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4QDU0UT057501 for ; Sun, 26 May 2013 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4QDU02l057500; Sun, 26 May 2013 13:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 26 May 2013 13:30:00 GMT Resent-Message-Id: <201305261330.r4QDU02l057500@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, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1F339F54 for ; Sun, 26 May 2013 13:29:11 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id DE3D980C for ; Sun, 26 May 2013 13:29:10 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id 29so156763yhl.3 for ; Sun, 26 May 2013 06:29:10 -0700 (PDT) Received: from localhost ([177.40.123.225]) by mx.google.com with ESMTPSA id p31sm34756143yhm.10.2013.05.26.06.21.51 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 May 2013 06:21:52 -0700 (PDT) Message-Id: <51a20c70.2bb7ec0a.4c3f.5ed3@mx.google.com> Date: Sun, 26 May 2013 06:21:52 -0700 (PDT) From: William Grzybowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178989: [PATCH] archivers/libpar2: USE_GCC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 May 2013 13:30:00 -0000 >Number: 178989 >Category: ports >Synopsis: [PATCH] archivers/libpar2: USE_GCC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 26 13:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: >Description: This does not compile with clang >How-To-Repeat: >Fix: See attached patch --- libpar2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 319089) +++ Makefile (working copy) @@ -17,6 +17,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +USE_GCC= any USE_LDCONFIG= yes USES= pkgconfig --- libpar2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: