Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2004 22:40:28 GMT
From:      David Le Brun <david@dyn-ns.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/69201: [PATCH] gtkpod-0.80 + AAC build broken on -STABLE
Message-ID:  <200407272240.i6RMeSpZ039166@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/69201; it has been noted by GNATS.

From: David Le Brun <david@dyn-ns.net>
To: Volker Stolz <vs@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org, scott+freebsd@fishballoon.org
Subject: Re: ports/69201: [PATCH] gtkpod-0.80 + AAC build broken on -STABLE
Date: Wed, 28 Jul 2004 00:33:55 +0200

 --=-aLcgJD9GiKcOAXQ24igc
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 > Dear maintainer, please review the proposed patch!
 > 
 
 I've upgraded gtkpod to gtkpod 0.80-2 (bug fix release) and included the
 patch provided in the PR.
 
 
 
 --=-aLcgJD9GiKcOAXQ24igc
 Content-Disposition: attachment; filename=gtkpod.diff
 Content-Type: text/x-patch; name=gtkpod.diff; charset=UTF-8
 Content-Transfer-Encoding: 7bit
 
 diff -ruN gtkpod.orig/Makefile gtkpod/Makefile
 --- gtkpod.orig/Makefile	Fri Jul  9 12:04:11 2004
 +++ gtkpod/Makefile	Wed Jul 28 00:20:37 2004
 @@ -7,9 +7,11 @@
  
  PORTNAME=	gtkpod
  PORTVERSION=	0.80
 +PORTREVISION=	1
  CATEGORIES=	audio
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 +DISTNAME=	${PORTNAME}-${PORTVERSION}-2
  
  MAINTAINER=	david@dyn-ns.net
  COMMENT=	GUI for Apple iPods using GTK2
 diff -ruN gtkpod.orig/distinfo gtkpod/distinfo
 --- gtkpod.orig/distinfo	Tue Jul  6 23:53:05 2004
 +++ gtkpod/distinfo	Tue Jul 27 23:19:00 2004
 @@ -1,2 +1,2 @@
 -MD5 (gtkpod-0.80.tar.gz) = 369790286247a9634944aba9f1ac2587
 -SIZE (gtkpod-0.80.tar.gz) = 672614
 +MD5 (gtkpod-0.80-2.tar.gz) = 50cc19b1a535df4c37e588baa08bf3c4
 +SIZE (gtkpod-0.80-2.tar.gz) = 673639
 diff -ruN gtkpod.orig/files/patch-src::mp4file.c gtkpod/files/patch-src::mp4file.c
 --- gtkpod.orig/files/patch-src::mp4file.c	Thu Jan  1 01:00:00 1970
 +++ gtkpod/files/patch-src::mp4file.c	Wed Jul 28 00:23:22 2004
 @@ -0,0 +1,12 @@
 +--- src/mp4file.c.orig	Wed Jul 28 00:22:05 2004
 ++++ src/mp4file.c	Wed Jul 28 00:22:50 2004
 +@@ -108,7 +108,8 @@
 + #define MP4V2_HAS_METADATA_BUG TRUE
 + 
 + #include <sys/types.h>
 +-#include <stdint.h>
 ++#include <sys/param.h>
 ++#include <inttypes.h>
 + #include <stdlib.h>
 + #include <string.h>
 + #include "mp4.h"
 
 --=-aLcgJD9GiKcOAXQ24igc--
 



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