From owner-svn-ports-all@FreeBSD.ORG Mon May 27 12:53:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D340A759; Mon, 27 May 2013 12:53:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C50ECFE6; Mon, 27 May 2013 12:53:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4RCrrlA092815; Mon, 27 May 2013 12:53:53 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4RCrrox092814; Mon, 27 May 2013 12:53:53 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201305271253.r4RCrrox092814@svn.freebsd.org> From: William Grzybowski Date: Mon, 27 May 2013 12:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319229 - head/archivers/libpar2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 12:53:53 -0000 Author: wg Date: Mon May 27 12:53:53 2013 New Revision: 319229 URL: http://svnweb.freebsd.org/changeset/ports/319229 Log: - Use gcc for now (does not compile with clang) Upstream seems inactive for about 7 years PR: ports/178989 Submitted by: wg (myself) Approved by: culot (mentor) Modified: head/archivers/libpar2/Makefile Modified: head/archivers/libpar2/Makefile ============================================================================== --- head/archivers/libpar2/Makefile Mon May 27 12:53:33 2013 (r319228) +++ head/archivers/libpar2/Makefile Mon May 27 12:53:53 2013 (r319229) @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +USE_GCC= any USE_LDCONFIG= yes USES= pkgconfig