Bug 182009 - graphics/libfpx : distfile removed & replaced, unfetchable
Summary: graphics/libfpx : distfile removed & replaced, unfetchable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mikhail Teterin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 10:00 UTC by John Marino
Modified: 2013-09-12 00:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-09-11 10:00:00 UTC
graphics/libfpx distfile libfpx-1.3.1-2 is not available on the MASTER_SITES, only libfpx-1.3.1-3

It seems that these master sites are could be no good, removing "old" distfiles when new ones come out.

Alternatively, there could be a fatal flaw with libfpx-1.3.1-2 and it was removed to avoid spreading it.

In any case this is broken and unfetchable.

Fix: 

1. move to latest version
2. Add a MASTER_SITES entry that doesn't remove older distinfo files
3. Store distinfo under LOCAL/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-11 10:00:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mi

mi@aldan.algebra.com => mi@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-11 10:00:13 UTC
Maintainer of graphics/libfpx,

Please note that PR ports/182009 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182009

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-11 10:00:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-09-11 23:46:08 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Mikhail Teterin freebsd_committer freebsd_triage 2013-09-12 00:05:04 UTC
State Changed
From-To: feedback->closed

Upstream incorporated our patches and made a new release -- 
deleting the previous one in the process. The port is now 
updated to build 1.3.1-3. Thanks for the heads-up.