Bug 95420 - [PATCH]: devel/gengetopt: Fix info directory problem
Summary: [PATCH]: devel/gengetopt: Fix info directory problem
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: 2006-04-06 18:50 UTC by Frank J. Laszlo
Modified: 2006-04-07 16:34 UTC (History)
0 users

See Also:


Attachments
patch-aa (366 bytes, text/plain)
2006-04-06 18:50 UTC, Frank J. Laszlo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo 2006-04-06 18:50:15 UTC
	There is a small typo in devel/gengetopt that causes it to not properly uninstall the info directory entry. It
	is missing a ":" after the name in the patch within the files/ dir. Please replace the patch with the one
	attach, It contains the following line change:

	Old line:

	+* GenGetopt (gengetopt).      A tool for generating a C function which parses command line arguments.

	New Line:

	+* GenGetopt: (gengetopt).      A tool for generating a C function which parses command line arguments.


	Without the colon, install-info is unable to remove it from ${PREFIX}/info/dir on uninstall.

	Thanks to Robert Huff (roberthuff@rcn.com) for pointing this out.

How-To-Repeat: 	cd /usr/ports/devel/gengetopt && make install clean
	make deinstall

	will return the following error:

	===>   Deinstalling gengetopt-2.16
	install-info: warning: no entries found for `/usr/local/info/gengetopt.info'; nothing deleted
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-04-07 16:34:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!