Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 22:20:03 -0800 (PST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/46625: new port: audio/mp3gain (A tool to normalize the gain of mp3 files)
Message-ID:  <200301190620.h0J6K3DY010068@freefall.freebsd.org>

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

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: Adam Weinberger <adam@vectors.cx>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/46625: new port: audio/mp3gain (A tool to normalize the
 gain of mp3 files)
Date: Sun, 19 Jan 2003 07:18:14 +0100

 --9HY6TH5j=.uEw4YL
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Lately Adam Weinberger told:
 
 > On my 4.7-STABLE machine:
 [...]
 > In file included from mp3gain.c:53:
 > /usr/include/utime.h:40: syntax error before `time_t'
 > mp3gain.c: In function `fileTime':
 > mp3gain.c:529: structure has no member named `actime'
 > mp3gain.c:530: structure has no member named `modtime'
 > *** Error code 1
 
 pitty when -STABLE is not POSIX compliant...
 please add this file: files/patch-mp3gain.c
 
 --- mp3gain.c.orig	Sun Jan 19 07:16:02 2003
 +++ mp3gain.c	Sun Jan 19 07:16:37 2003
 @@ -50,6 +50,7 @@
  
  #ifndef WIN32
  #undef asWIN32DLL
 +#include <sys/types.h>
  #include <utime.h>
  #endif /* WIN32 */
 
 cheers
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --9HY6TH5j=.uEw4YL
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+KkMpr5S+dk6z85oRAny/AKCMUMaztGSBjKreAq+/fB3TgYMS2ACffIEM
 zSApqQTmNxeBR/7lSbjSlUk=
 =ZOZh
 -----END PGP SIGNATURE-----
 
 --9HY6TH5j=.uEw4YL--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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