Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 22:46:00 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327016 - in head/graphics/libfpx: . files
Message-ID:  <201309112246.r8BMk0hH002109@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <stdarg.h>
+ 
+-
+ #ifdef __cplusplus
++#include <string>
+ extern "C" {
+ #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309112246.r8BMk0hH002109>