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 :)
Responsible Changed From-To: freebsd-ports-bugs->lme I'll take it.
State Changed From-To: open->closed Committed, with minor changes. Thanks!
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"