From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 15 18:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 13A817B2 for ; Sat, 15 Jun 2013 18:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E9C6111D2 for ; Sat, 15 Jun 2013 18:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5FI01nE031796 for ; Sat, 15 Jun 2013 18:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5FI01nE031795; Sat, 15 Jun 2013 18:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 15 Jun 2013 18:00:01 GMT Resent-Message-Id: <201306151800.r5FI01nE031795@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Rumetshofer Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2F51F79B for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179577: fusefs-mp3fs does not build with current version of FLAC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jun 2013 18:00:02 -0000 >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 + #include + #include + #include >Release-Note: >Audit-Trail: >Unformatted: