Bug 145168 - lang/chicken: update from 4.1.0 to 4.4.0
Summary: lang/chicken: update from 4.1.0 to 4.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 14:40 UTC by Vitaly Magerya
Modified: 2010-04-15 19:10 UTC (History)
0 users

See Also:


Attachments
file.diff (9.80 KB, patch)
2010-03-29 14:40 UTC, Vitaly Magerya
no flags Details | Diff
chicken-4.1.0-4.4.0.diff.txt (9.96 KB, text/plain)
2010-03-30 10:57 UTC, Vitaly Magerya
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Magerya 2010-03-29 14:40:01 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-29 14:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Vitaly Magerya 2010-03-30 10:57:19 UTC
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.
Comment 3 Vitaly Magerya 2010-04-15 13:09:01 UTC
Since we're already past the maintainer timeout, I have a proposition.
Alejandro, if you want, I can maintain lang/chicken.
Comment 4 Alejandro Pulver freebsd_committer freebsd_triage 2010-04-15 18:02:23 UTC
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.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-04-15 19:01:15 UTC
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"
Comment 6 Alejandro Pulver freebsd_committer freebsd_triage 2010-04-15 19:01:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!