Bug 103223 - [UPDATE]: devel/gengetopt: Update to version 2.17.
Summary: [UPDATE]: devel/gengetopt: Update to version 2.17.
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 14:30 UTC by Frank J. Laszlo
Modified: 2006-09-13 18:00 UTC (History)
0 users

See Also:


Attachments
gengetopt-2.17.diff (1.27 KB, patch)
2006-09-13 14:30 UTC, Frank J. Laszlo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo 2006-09-13 14:30:17 UTC
	This patch updates devel/gengetopt to version 2.17. This version fixes the following bugs and features:
	
	* fixed bug in generating parser where no multiple option is of
	  type string (reported by Dave Swegen)
	* fixed bug: the passed header file extension is used when including the
	  header file name in the generated C source
	* range of occurrences for multiple options
	* help and usage strings are generated and accessible (the same that are
	  printed by --help)
	* reduced size for multiple option parsers
	* fixed a problem with the internal variable optind with non glibc
	  version of getopt. (thanks to Gyozo Papp)
	* --output-dir command line option (suggested by Gyozo Papp)
	* --string-parser generate a parser that interprets a passed string
	  as command line arguments (suggested by Andre Noll)
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-09-13 14:36:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-13 17:52:55 UTC
rafan       2006-09-13 16:52:12 UTC

  FreeBSD ports repository

  Modified files:
    devel/gengetopt      Makefile distinfo 
  Log:
  - Update to 2.17
  
  PR:             ports/103223
  Submitted by:   Frank J. Laszlo <laszlof at vonostingroup.com> (maintainer)
  
  Revision  Changes    Path
  1.21      +2 -4      ports/devel/gengetopt/Makefile
  1.11      +3 -3      ports/devel/gengetopt/distinfo
_______________________________________________
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 3 Rong-En Fan freebsd_committer freebsd_triage 2006-09-13 17:55:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!