Bug 108500 - Fix net/libdnet on 7.0 - retire "aout" support
Summary: Fix net/libdnet on 7.0 - retire "aout" support
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-28 22:40 UTC by Jonathan
Modified: 2007-01-30 19:40 UTC (History)
0 users

See Also:


Attachments
libdnet-no-aout.diff (581 bytes, patch)
2007-01-28 22:40 UTC, Jonathan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan 2007-01-28 22:40:07 UTC
"aout" format is dead, long live "elf".
This patch fixes configure to default to "elf" instead of "aout".
The current configure works in <7.0 because /usr/bin/objformat exists,
but will fallback to "aout" when /usr/bin/objformat is removed.

Kindly prodded and assisted by: kris@

How-To-Repeat: install current, install the libdnet, "make deinstall", see plist errors.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-29 01:30:43 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-29 01:30:58 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 onatan 2007-01-29 05:16:35 UTC
Approved.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2007-01-29 07:11:14 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2007-01-30 19:24:58 UTC
State Changed
From-To: open->closed

Committed, thanks! (I redid the patch inline in the Makefile.)
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-01-30 19:32:41 UTC
pav         2007-01-30 19:32:35 UTC

  FreeBSD ports repository

  Modified files:
    net/libdnet          Makefile 
  Log:
  - Fix after objformat removal
  
  PR:             ports/108500
  Submitted by:   Jonathan <afarsec@012.net.il> (maintainer)
  
  Revision  Changes    Path
  1.26      +3 -0      ports/net/libdnet/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"