About nas-1.7b and FreeBSD 4.11

Paulo Fragoso paulo at nlink.com.br
Fri Oct 14 05:55:40 PDT 2005


Mikhail Teterin wrote:

>Sorry about the trouble. Does it work if you replace stdint.h with
>inttypes.h?
>

It works fine.

notebook{root}:/usr/ports/audio/nas/files:18# diff ../patch-warnings 
patch-warnings
6c6
< +#include <stdint.h>
---
 > +#include <inttypes.h>
103c103
< +#include <stdint.h>
---
 > +#include <inttypes.h>
167c167
< +#include <stdint.h>
---
 > +#include <inttypes.h>
174c174
< +#include <stdint.h>
---
 > +#include <inttypes.h>
196c196
< +#include <stdint.h>
---
 > +#include <inttypes.h>
232c232
< +#include <stdint.h>
---
 > +#include <inttypes.h>
268c268
< +#include <stdint.h>
---
 > +#include <inttypes.h>
301c301
< +#include <stdint.h>
---
 > +#include <inttypes.h>
323c323
< +#include     <stdint.h>
---
 > +#include     <inttypes.h>
345c345
< +#include <stdint.h>
---
 > +#include <inttypes.h>
374c374
< +#include <stdint.h>
---
 > +#include <inttypes.h>

Many thanks,
Paulo Fragoso.

>
>Thanks for confirmation!
>
>	-mi
>
>On Friday 14 October 2005 06:04 am, Paulo Fragoso wrote:
>= Hi,
>= 
>= This port has a patch 
>= (http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/nas/files/patch-warnings) 
>= forcing to use stdint.h which there isn't in FreeBSD 4.11. We can 
>= compile audio/nas using FreeBSD 4.11.
>= 
>= Removing this patch all works fine on FreeBSD 4.11.
>= 
>= Paulo.
>
>  
>


More information about the freebsd-ports mailing list