Bug 96499

Summary: [MAINTAINER] devel/cgdb: update to 0.6.2
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cgdb-0.6.2.patch none

Description gslin 2006-04-29 09:00:34 UTC
- Update to 0.6.2
- Require latest readline, and use LIB_DEPENDS instead of
  BUILD_DEPENDS + RUN_DEPENDS.
- Remove USE_REINPLACE (obsoleted)

Added file(s):
- pkg-plist

Generated with FreeBSD Port Tools 0.63
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-29 13:22:39 UTC
State Changed
From-To: open->feedback

The readline dependency is incorrect, the readline port installs 
libreadline.so.5, not libreadline.so.6 

Also note that readline 5.1 is present in 7-CURRENT since March 27, 2006. 
Can you retain the OSVERSION check, but using a new value? 

Last thing - GNU info files must be specified with INFO line in Makefile 
and must not be listed in pkg-plist. See 
http://www.freebsd.org/doc/en/books/porters-handbook/makefile-info.html 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-29 13:22:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-29 23:10:31 UTC
State Changed
From-To: feedback->closed

Committed, thanks!