From owner-cvs-ports@FreeBSD.ORG Sat Dec 18 08:06:21 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3781D106566B; Sat, 18 Dec 2010 08:06:21 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id E41808FC1A; Sat, 18 Dec 2010 08:06:20 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1PTro3-000Nc8-04; Sat, 18 Dec 2010 11:06:19 +0300 From: Boris Samorodov To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <20101216150207.732581065774@hub.freebsd.org> Date: Sat, 18 Dec 2010 11:06:18 +0300 In-Reply-To: <20101216150207.732581065774@hub.freebsd.org> (MIHIRA Sanpei Yoshiro's message of "Thu, 16 Dec 2010 15:02:07 +0000 (UTC)") Message-ID: <49158373@h30.sp.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: MIHIRA Sanpei Yoshiro Subject: Re: cvs commit: ports/audio/wavplay Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2010 08:06:21 -0000 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 -- WBR, bsam