Hi!

On Thu, 16 Dec 2010 15:02:07 +0000 (UTC) MIHIRA Sanpei Yoshiro wrote:

> sanpei      2010-12-16 15:02:02 UTC

>   FreeBSD ports repository

>   Modified files:
>     audio/wavplay        Makefile 
>   Log:
>   - fix for amd64.

>   Revision  Changes    Path
>   1.17      +4 -4      ports/audio/wavplay/Makefile
> _______________________________________________
> cvs-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"


> Index: ports/audio/wavplay/Makefile
> diff -u ports/audio/wavplay/Makefile:1.16 ports/audio/wavplay/Makefile:1.17
> --- ports/audio/wavplay/Makefile:1.16 Tue Dec  8 01:43:51 2009
> +++ ports/audio/wavplay/Makefile      Thu Dec 16 15:02:02 2010
> @@ -7,7 +7,7 @@
>  
>  PORTNAME=    wavplay
>  PORTVERSION= 1.4
> -PORTREVISION=        2
> +PORTREVISION=        3
>  CATEGORIES=  audio
>  MASTER_SITES=        ${MASTER_SITE_SUNSITE}
>  MASTER_SITE_SUBDIR=  apps/sound/players
> @@ -15,11 +15,11 @@
>  MAINTAINER=  amd...@freebsd.org

It's not clear if this change was approved by the maintainer.

>  COMMENT=     A wav player and recorder
>  
> -ONLY_FOR_ARCHS=      i386
> -ONLY_FOR_ARCHS_REASON=       Doesn't work on !i386
> -

Are you sure that you did just a "fix for amd64"?

>  MAN1=                wavplay.1
>  
>  PLIST_FILES= bin/wavplay bin/wavrec
>  
> +post-patch:
> +     @${REINPLACE_CMD} -e 's|u_long|u_int|g' ${WRKSRC}/*.c ${WRKSRC}/*.h
> +
>  .include <bsd.port.mk>

-- 
WBR, bsam
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to