cvs commit: ports/audio/wavplay Makefile
Boris Samorodov
bsam at ipt.ru
Sat Dec 18 08:06:21 UTC 2010
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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at 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= amdmi3 at 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
More information about the cvs-ports
mailing list