Bug 162205 - ports-mgmt/pkg_cleanup incorrectly marked BROKEN
Summary: ports-mgmt/pkg_cleanup incorrectly marked BROKEN
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 19:30 UTC by Stephen Hurd
Modified: 2011-11-04 14:20 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 Stephen Hurd freebsd_committer freebsd_triage 2011-10-31 19:30:10 UTC
ports-mgmt/pkg_cleanup was marked as broken when it failed to build due to bin/156601 this was fixed in r223289.

I'm not sure how/if the BROKEN should be applied to a set of OSVERSION values between 90000 and wherever the fix appeared.

I would be of a mind to simply remove the BROKEN tag, but I'm not positive that's The Right Thing.

Fix: 

Remove BROKEN from Makefile
How-To-Repeat: Attempt to build ports-mgmt/pkg_cleanup
Comment 1 Thomas Abthorpe freebsd_committer freebsd_triage 2011-11-03 03:36:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-04 14:16:53 UTC
tabthorpe    2011-11-04 14:16:38 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/pkg_cleanup Makefile 
  Log:
  - Remove BROKEN on 9.X
  - Mark as IGNORE for ${OSVERSION} >= 900000 && ${OSVERSION} < 900038
  
  PR:             ports/162205
  Submitted by:   Stephen Hurd <shurd sasktel.net> (maintainer)
  
  Revision  Changes    Path
  1.6       +2 -2      ports/ports-mgmt/pkg_cleanup/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 Thomas Abthorpe freebsd_committer freebsd_triage 2011-11-04 14:17:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!