Bug 135207 - lang/ruby18: update breaks because support for GC patch not completely removed
Summary: lang/ruby18: update breaks because support for GC patch not completely removed
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: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-03 12:20 UTC by Keith Gaughan
Modified: 2009-06-03 12:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Gaughan 2009-06-03 12:20:00 UTC
If the GCPATCH knob was previously switched on, installations and upgrades or
lang/ruby18 fail as the GC patch has been removed, but the rules for applying the patch are still in the port's makefile.

Fix: 

Delete lines 90-95 of Makefile.
How-To-Repeat: Add "WITH_GCPATCH=yes" to /var/db/ports/ruby/options
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-03 12:20:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-03 12:32:32 UTC
stas        2009-06-03 11:32:18 UTC

  FreeBSD ports repository

  Modified files:
    lang/ruby18          Makefile 
  Log:
  - Really remove GC patch support.
  
  PR:             ports/135207
  Submitted by:   Keith Gaughan <kmgaughan@eircom.net>
  
  Revision  Changes    Path
  1.142     +0 -6      ports/lang/ruby18/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"
Comment 3 Stanislav Sedov freebsd_committer freebsd_triage 2009-06-03 12:35:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!