Bug 77435 - update gnuls port to prevent installation of /usr/local/lib/charset.alias
Summary: update gnuls port to prevent installation of /usr/local/lib/charset.alias
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: 2005-02-13 01:30 UTC by Brian Clapper
Modified: 2005-02-13 04:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (3.36 KB, patch)
2005-02-13 01:30 UTC, Brian Clapper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Clapper 2005-02-13 01:30:22 UTC
	gnuls port is currently broken. It installs
	${PREFIX}/lib/charset.alias, which (a) isn't in pkg-plist, and (b)
	isn't necessary. The enclosed patch addresses the problem by preventing
	installation of that file.  Patch also incorporates some suggested
	changes from Yen-Ming Lee <leeym@FreeBSD.org>

Fix: Apply enclosed patch.
How-To-Repeat: 	N/A
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2005-02-13 04:00:23 UTC
State Changed
From-To: open->closed

Committed, thanks.