Bug 131525 - Inconsistent UPDATING entry for devel/libslang / devel/libslang2 update
Summary: Inconsistent UPDATING entry for devel/libslang / devel/libslang2 update
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-09 11:00 UTC by Romain Tartière
Modified: 2009-02-09 12:10 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 Romain Tartière 2009-02-09 11:00:00 UTC
With the removal of devel/libslang, an entry to the UPDATING file has been added:

=== snippet ===
Affects: users of devel/libslang and devel/libslang2

Author: pgollucci@FreeBSD.org

Reason: 
  devel/libslang has been removed in favor of devel/libslang2
  after not being released in the last 5yrs.  WITH_SLANG2 is
  no longer a valid ports KNOB.  All ports depending on devel/libslang
  should be recompiled.

   # portupgrade -o devel/libslang devel/libslang2
=== /snippet ===

the portupgrade commandline is invalid: should be:
   # portupgrade -o devel/libslang2 devel/libslang

Moreover, in order to honor ``All ports depending on devel/libslang should be
recompiled.'', the following should also be run (and documented):
   # portupgrade -fr devel/libslang2

Fix: 

Here is the fixed UPDATING entry:

=== snippet ===
Affects: users of devel/libslang and devel/libslang2

Author: pgollucci@FreeBSD.org

Reason: 
  devel/libslang has been removed in favor of devel/libslang2
  after not being released in the last 5yrs.  WITH_SLANG2 is
  no longer a valid ports KNOB.  All ports depending on devel/libslang
  should be recompiled.

   # portupgrade -o devel/libslang2 devel/libslang
   # portupgrade -fr devel/libslang2
=== /snippet ===
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-09 11:00:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2009-02-09 12:02:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-09 12:03:38 UTC
garga       2009-02-09 12:01:59 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
  Log:
  - Fix portupgrade command on recent libslang entry
  
  PR:             131525
  Submitted by:   Romain Tartiere <romain@blogreen.org>
  
  Revision  Changes    Path
  1.776     +3 -2      ports/UPDATING
_______________________________________________
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"