Bug 157931 - [PATCH] New Port: devel/bsdlibdwarf
Summary: [PATCH] New Port: devel/bsdlibdwarf
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-16 22:20 UTC by Niclas Zeising
Modified: 2011-06-18 14:50 UTC (History)
0 users

See Also:


Attachments
devel.bsdlibdwarf.diff (8.93 KB, patch)
2011-06-16 22:20 UTC, Niclas Zeising
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Niclas Zeising 2011-06-16 22:20:10 UTC
	bsdlibdwarf is a BSD implementation of libdwarf, as part of the elftoolchain project, located here: http://sourceforge.net/apps/trac/elftoolchain/. It is a library for parsing DWARF debug information, licensed with a BSD licence.

Fix: Attached patch adds bsdlibdwarf to the FreeBSD ports tree, updates devel/Makefile and adds conflict to libdwarf, since they install libraries and headers with the same name.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-16 22:20:20 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Dennis Herrmann freebsd_committer freebsd_triage 2011-06-18 13:54:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-06-18 14:48:41 UTC
dhn         2011-06-18 13:48:27 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/bsdlibdwarf    Makefile distinfo pkg-descr 
    devel/bsdlibdwarf/files patch-libdwarf__libdwarf_reloc.c 
  Log:
  BSD libdwarf is a BSD licenced implementation of libdwarf.  It is part of the
  elftoolchain project.
  
  WWW:    https://elftoolchain.svn.sourceforge.net
  
  PR:             ports/157931
  Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
  
  Revision  Changes    Path
  1.4372    +1 -0      ports/devel/Makefile
  1.1       +200 -0    ports/devel/bsdlibdwarf/Makefile (new)
  1.1       +2 -0      ports/devel/bsdlibdwarf/distinfo (new)
  1.1       +13 -0     ports/devel/bsdlibdwarf/files/patch-libdwarf__libdwarf_reloc.c (new)
  1.1       +4 -0      ports/devel/bsdlibdwarf/pkg-descr (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 4 Dennis Herrmann freebsd_committer freebsd_triage 2011-06-18 14:49:38 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!