Update lang/chicken to 4.4.0. The changelog is at [1]. This release breaks binary compatibility with previous releases, so everything that depends on libchicken should be recompiled, including all the eggs (chicken packages). [1] http://chicken.wiki.br/releases/4.4.0/NEWS Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->alepulver Over to maintainer (via the GNATS Auto Assign Tool)
Skip the previous patch, use this one instead. New patch is the same as previous, but additionally it fixes build failures on ia64 and powerpc. The problem is that Chicken enables hacked-apply unconditionally, but only implements it on a few platforms. New patch disables hacked-apply, where not supported.
Since we're already past the maintainer timeout, I have a proposition. Alejandro, if you want, I can maintain lang/chicken.
On 4/15/2010 9:09 AM, Vitaly Magerya wrote: > Since we're already past the maintainer timeout, I have a proposition. > Alejandro, if you want, I can maintain lang/chicken. > Thanks, I would appreciate that.
alepulver 2010-04-15 18:00:58 UTC FreeBSD ports repository Modified files: lang/chicken Makefile distinfo pkg-plist lang/chicken/files patch-defaults.make Log: - Update lang/chicken to 4.4.0. - Change MAINTAINER to submitter. PR: ports/145168 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Revision Changes Path 1.41 +6 -8 ports/lang/chicken/Makefile 1.22 +3 -3 ports/lang/chicken/distinfo 1.3 +6 -6 ports/lang/chicken/files/patch-defaults.make 1.22 +77 -115 ports/lang/chicken/pkg-plist _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!