Bug 179577 - sysutils/fusefs-mp3fs does not build with current version of FLAC
Summary: sysutils/fusefs-mp3fs does not build with current version of FLAC
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: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-15 19:00 UTC by Stefan Rumetshofer
Modified: 2013-07-06 10:30 UTC (History)
0 users

See Also:


Attachments
file.diff (938 bytes, patch)
2013-06-15 19:00 UTC, Stefan Rumetshofer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Rumetshofer 2013-06-15 19:00:01 UTC
Since the update of FLAC to version 1.3.0, mp3fs does not build anymore, so here is the patch.

Fix: Update the port with the attached patch

Patch attached with submission follows:
How-To-Repeat: Try building the port and you will see :)
Comment 1 Lars Engels freebsd_committer freebsd_triage 2013-07-06 10:23:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

I'll take it.
Comment 2 Lars Engels freebsd_committer freebsd_triage 2013-07-06 10:25:13 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-06 10:25:14 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"