Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2020 17:29:05 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522346 - in head/audio/forked-daapd: . files
Message-ID:  <202001071729.007HT5Wt005380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Tue Jan  7 17:29:05 2020
New Revision: 522346
URL: https://svnweb.freebsd.org/changeset/ports/522346

Log:
  - fix build with gperf 3.1
  Reported by:	jbeich

Added:
  head/audio/forked-daapd/files/patch-dmap_common.h   (contents, props changed)
Modified:
  head/audio/forked-daapd/Makefile

Modified: head/audio/forked-daapd/Makefile
==============================================================================
--- head/audio/forked-daapd/Makefile	Tue Jan  7 16:57:28 2020	(r522345)
+++ head/audio/forked-daapd/Makefile	Tue Jan  7 17:29:05 2020	(r522346)
@@ -3,7 +3,7 @@
 
 PORTNAME=	forked-daapd
 PORTVERSION=	24.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	audio
 
 MAINTAINER=	takumiiinn@gmail.com

Added: head/audio/forked-daapd/files/patch-dmap_common.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/forked-daapd/files/patch-dmap_common.h	Tue Jan  7 17:29:05 2020	(r522346)
@@ -0,0 +1,11 @@
+--- src/dmap_common.h.orig	2016-05-06 17:50:14 UTC
++++ src/dmap_common.h
+@@ -46,7 +46,7 @@ dmap_get_fields_table(int *nfields);
+ 
+ /* From dmap_fields.gperf - keep in sync, don't alter */
+ const struct dmap_field *
+-dmap_find_field (register const char *str, register unsigned int len);
++dmap_find_field (register const char *str, register size_t len);
+ 
+ 
+ void



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