Bug 73556 - [PATCH] security/ruby-tcpwrap: missing dependency on security/libident (for package users)
Summary: [PATCH] security/ruby-tcpwrap: missing dependency on security/libident (for p...
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: Akinori MUSHA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-05 07:30 UTC by Hideyuki KURASHINA
Modified: 2004-11-11 07:25 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (531 bytes, patch)
2004-11-05 07:30 UTC, Hideyuki KURASHINA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hideyuki KURASHINA freebsd_committer freebsd_triage 2004-11-05 07:30:25 UTC
	Users who install package from security/ruby-tcpwrap will be lost
	a dependency on security/libident.  People who uses ports system
	is not affected, however, because ruby-tcpwrap port depends on
	libident port at its build stage.

Fix: Apply following patch,

How-To-Repeat: 
	On a system that has no libident, install a package built from
	ports/security/ruby-tcpwrap.  For example, via local file system

	  # pkg_add /usr/ports/packages/security/ruby18-tcpwrap-0.6.tbz

	or via remote server

	  # pkg_add -r ruby18-tcpwrap

	Then, try

	  # ldd /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd5/tcpwrap.so
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-11-05 21:48:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->knu

Over to maintainer.
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2004-11-11 07:25:40 UTC
State Changed
From-To: open->closed

Committed, thanks!