Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  9 Feb 2009 11:53:32 +0100 (CET)
From:      Romain Tartière <romain@blogreen.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/131525: Inconsistent UPDATING entry for devel/libslang / devel/libslang2 update
Message-ID:  <20090209105332.59B7E5C0C6@marvin.blogreen.org>
Resent-Message-ID: <200902091100.n19B01Eb001184@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         131525
>Category:       ports
>Synopsis:       Inconsistent UPDATING entry for devel/libslang / devel/libslang2 update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 09 11:00:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Romain Tartiere
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD marvin.blogreen.org 7.1-STABLE FreeBSD 7.1-STABLE #2: Mon Jan 12 14:07:38 CET 2009 root@marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN i386

>Description:

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


>How-To-Repeat:
	
>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 ===

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090209105332.59B7E5C0C6>