From owner-svn-ports-all@FreeBSD.ORG Wed Sep 11 22:46:01 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E2E224C; Wed, 11 Sep 2013 22:46:01 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 710432DF7; Wed, 11 Sep 2013 22:46:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BMk1rg002113; Wed, 11 Sep 2013 22:46:01 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8BMk0hH002109; Wed, 11 Sep 2013 22:46:00 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201309112246.r8BMk0hH002109@svn.freebsd.org> From: Mikhail Teterin Date: Wed, 11 Sep 2013 22:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327016 - in head/graphics/libfpx: . files 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: Wed, 11 Sep 2013 22:46:01 -0000 Author: mi Date: Wed Sep 11 22:46:00 2013 New Revision: 327016 URL: http://svnweb.freebsd.org/changeset/ports/327016 Log: Update from 1.3.1-2, which is no longer available for download, to 1.3.1-3 -- which contains all of our patches reported to date. Add a patch by stefanf@, which allows the port to build on 10.x Though I'll try to submit the patch upstream as before, I'll try to persuade them to not remove the 1.3.1-3 again after the apply it and "release" 1.3.1-4 PR: 182009, 182005, 181779 Obtained from: stefanf Added: head/graphics/libfpx/files/patch-c++ (contents, props changed) Deleted: head/graphics/libfpx/files/patch-unused-privates head/graphics/libfpx/files/patch-warnings Modified: head/graphics/libfpx/Makefile head/graphics/libfpx/distinfo Modified: head/graphics/libfpx/Makefile ============================================================================== --- head/graphics/libfpx/Makefile Wed Sep 11 22:16:38 2013 (r327015) +++ head/graphics/libfpx/Makefile Wed Sep 11 22:46:00 2013 (r327016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libfpx -DISTVERSION= 1.3.1-2 +DISTVERSION= 1.3.1-3 CATEGORIES= graphics MASTER_SITES= http://imagemagick.mirrorcatalogs.com/delegates/ \ http://www.imagemagick.org/download/delegates/ \ @@ -17,6 +17,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Library routines for working with Flashpix images USE_XZ= yes +MAKE_JOBS_UNSAFE=yes PLIST_FILES= lib/libfpx.so.2 lib/libfpx.so lib/libfpx.a include/fpxlib.h USE_LDCONFIG= yes Modified: head/graphics/libfpx/distinfo ============================================================================== --- head/graphics/libfpx/distinfo Wed Sep 11 22:16:38 2013 (r327015) +++ head/graphics/libfpx/distinfo Wed Sep 11 22:46:00 2013 (r327016) @@ -1,2 +1,2 @@ -SHA256 (libfpx-1.3.1-2.tar.xz) = 61c6332e8049460bebd9148589ffaad45a3849f0bf5f2dd8a79fefe9ac9ab0b0 -SIZE (libfpx-1.3.1-2.tar.xz) = 1892952 +SHA256 (libfpx-1.3.1-3.tar.xz) = cb82d8d90a0f195abcb6c0f1dc4cf181e9569f8f28d96969ed8378938641847a +SIZE (libfpx-1.3.1-3.tar.xz) = 1892860 Added: head/graphics/libfpx/files/patch-c++ ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfpx/files/patch-c++ Wed Sep 11 22:46:00 2013 (r327016) @@ -0,0 +1,10 @@ +--- oless/h/owchar.h 2013-09-03 13:38:08.000000000 -0400 ++++ oless/h/owchar.h 2013-09-11 18:31:34.000000000 -0400 +@@ -24,6 +24,6 @@ + #include + +- + #ifdef __cplusplus ++#include + extern "C" { + #endif