From nobody@FreeBSD.org  Sat Jun 15 17:57:05 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 2F51F79B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jun 2013 17:57:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 2170F11C4
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jun 2013 17:57:05 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5FHv3Jt048558
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 15 Jun 2013 17:57:03 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5FHv3ol048557;
	Sat, 15 Jun 2013 17:57:03 GMT
	(envelope-from nobody)
Message-Id: <201306151757.r5FHv3ol048557@oldred.freebsd.org>
Date: Sat, 15 Jun 2013 17:57:03 GMT
From: Stefan Rumetshofer <sterum@overrider.at>
To: freebsd-gnats-submit@FreeBSD.org
Subject: fusefs-mp3fs does not build with current version of FLAC
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179577
>Category:       ports
>Synopsis:       sysutils/fusefs-mp3fs does not build with current version of FLAC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lme
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 18:00:01 UTC 2013
>Closed-Date:    Sat Jul 06 09:25:14 UTC 2013
>Last-Modified:  Sat Jul  6 09:30:00 UTC 2013
>Originator:     Stefan Rumetshofer
>Release:        FreeBSD 9.1-RELEASE-p3
>Organization:
>Environment:
FreeBSD saturn.lan 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Since the update of FLAC to version 1.3.0, mp3fs does not build anymore, so here is the patch.
>How-To-Repeat:
Try building the port and you will see :)
>Fix:
Update the port with the attached patch

Patch attached with submission follows:

diff -rupN fusefs-mp3fs-current/Makefile fusefs-mp3fs/Makefile
--- fusefs-mp3fs-current/Makefile	2013-06-09 21:30:58.000000000 +0200
+++ fusefs-mp3fs/Makefile	2013-06-15 19:43:09.000000000 +0200
@@ -3,7 +3,7 @@
 
 PORTNAME=	mp3fs
 PORTVERSION=	0.32
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils audio
 MASTER_SITES=	https://github.com/downloads/khenriks/${PORTNAME}/
 PKGNAMEPREFIX=	fusefs-
diff -rupN fusefs-mp3fs-current/files/patch-src-transcode.c fusefs-mp3fs/files/patch-src-transcode.c
--- fusefs-mp3fs-current/files/patch-src-transcode.c	1970-01-01 01:00:00.000000000 +0100
+++ fusefs-mp3fs/files/patch-src-transcode.c	2013-06-15 19:40:18.000000000 +0200
@@ -0,0 +1,10 @@
+--- src/transcode.c	2012-05-01 22:12:48.000000000 +0200
++++ src/transcode.c	2013-06-15 19:19:13.000000000 +0200
+@@ -21,6 +21,7 @@
+ 
+ #define _GNU_SOURCE
+ 
++#include <inttypes.h>
+ #include <stdio.h>
+ #include <string.h>
+ #include <unistd.h>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lme 
Responsible-Changed-By: lme 
Responsible-Changed-When: Sat Jul 6 09:23:09 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179577 
State-Changed-From-To: open->closed 
State-Changed-By: lme 
State-Changed-When: Sat Jul 6 09:25:13 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179577 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179577: commit references a PR
Date: Sat,  6 Jul 2013 09:25:14 +0000 (UTC)

 Author: lme
 Date: Sat Jul  6 09:25:02 2013
 New Revision: 322374
 URL: http://svnweb.freebsd.org/changeset/ports/322374
 
 Log:
   Fix build with a recent version of FLAC
   
   PR:		ports/179577
   Submitted by:	maintainer
 
 Added:
   head/sysutils/fusefs-mp3fs/files/
   head/sysutils/fusefs-mp3fs/files/patch-src-transcode.c   (contents, props changed)
 
 Added: head/sysutils/fusefs-mp3fs/files/patch-src-transcode.c
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/sysutils/fusefs-mp3fs/files/patch-src-transcode.c	Sat Jul  6 09:25:02 2013	(r322374)
 @@ -0,0 +1,10 @@
 +--- src/transcode.c	2012-05-01 22:12:48.000000000 +0200
 ++++ src/transcode.c	2013-06-15 19:19:13.000000000 +0200
 +@@ -21,6 +21,7 @@
 + 
 + #define _GNU_SOURCE
 + 
 ++#include <inttypes.h>
 + #include <stdio.h>
 + #include <string.h>
 + #include <unistd.h>
 _______________________________________________
 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"
 
>Unformatted:
