Date: Sat, 18 Dec 2010 11:06:18 +0300 From: Boris Samorodov <bsam@ipt.ru> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Cc: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> Subject: Re: cvs commit: ports/audio/wavplay Makefile Message-ID: <49158373@h30.sp.ipt.ru> In-Reply-To: <20101216150207.732581065774@hub.freebsd.org> (MIHIRA Sanpei Yoshiro's message of "Thu, 16 Dec 2010 15:02:07 %2B0000 (UTC)") References: <20101216150207.732581065774@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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-unsubscribe@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49158373>