Bug 108662 - systools/portupgrade fails with 'misc-depends' target not found
Summary: systools/portupgrade fails with 'misc-depends' target not found
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: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-01 15:00 UTC by Mark Evenson
Modified: 2007-02-01 18:50 UTC (History)
0 users

See Also:


Attachments
file.diff (491 bytes, patch)
2007-02-01 15:00 UTC, Mark Evenson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Evenson 2007-02-01 15:00:30 UTC
portupgrade is failing with 

make: don't know how to make misc-depends. Stop

The 'misc-depends' target has been removed from the bsd.ports.mk file.

After a cvsup current as of 20070101 1300 UTC.

Fix: The included patch simply removes the missing target from being invoked by portupgrade (patch attach complained of incorrect filetype).
 
I have no deep understanding of portupgrade or why 'misc-depends' was removed, so there may be deeper ramifications that should be addressed (i.e. like some other target should be invoked instead).  But this patch allows portupgrade to work for me.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-02-01 15:55:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-01 18:43:56 UTC
sem         2007-02-01 18:43:48 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/portupgrade Makefile 
  Added files:
    sysutils/portupgrade/files patch-portupgrade 
  Log:
  - misc-depends targed was removed from bsd.ports.mk. Don't use it anymore.
  
  PR:             ports/108662
  Submitted by:   Mark Evenson<mark.evenson AT gmx.at>
  
  Revision  Changes    Path
  1.236     +1 -1      ports/sysutils/portupgrade/Makefile
  1.9       +11 -0     ports/sysutils/portupgrade/files/patch-portupgrade (new)
_______________________________________________
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 Sergey Matveychuk freebsd_committer freebsd_triage 2007-02-01 18:45:39 UTC
State Changed
From-To: open->closed

Nothing deeper. DEPENDS macro and misc-depends target was removed as 
obsoleted (and harmful for now). Your patch is correct. Committed. 
Thanks!