Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2013 17:57:03 GMT
From:      Stefan Rumetshofer <sterum@overrider.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179577: fusefs-mp3fs does not build with current version of FLAC
Message-ID:  <201306151757.r5FHv3ol048557@oldred.freebsd.org>
Resent-Message-ID: <201306151800.r5FI01nE031795@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179577
>Category:       ports
>Synopsis:       fusefs-mp3fs does not build with current version of FLAC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 18:00:01 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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