aboutsummaryrefslogtreecommitdiff
path: root/devel/gengetopt
Commit message (Collapse)AuthorAgeFilesLines
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 2.19.1Frank J. Laszlo2007-01-182-4/+4
| | | | Notes: svn path=/head/; revision=182734
* Update to 2.19.Frank J. Laszlo2007-01-042-4/+4
| | | | Notes: svn path=/head/; revision=181438
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=176714
* - Update to 2.17Rong-En Fan2006-09-132-7/+5
| | | | | | | | PR: ports/103223 Submitted by: Frank J. Laszlo <laszlof at vonostingroup.com> (maintainer) Notes: svn path=/head/; revision=172955
* - Fix typo in files/patch-aa that fixes problems on deinstall.Renato Botelho2006-04-071-1/+1
| | | | | | | | | PR: ports/95420 Submitted by: maintainer Noticed by: Robert Huff <roberthuff@rcn.com> Notes: svn path=/head/; revision=159059
* - Update to 2.16. This version adds the following features:Renato Botelho2006-04-053-5/+4
| | | | | | | | | | | | | | | | * a --full-help option is generated that shows also hidden options * multiple parsers can be linked into the same executable (even when using configuration files, thanks to Andre Noll) * when invoking getopt_long, discard any pointers to previously scanned command lines (thanks to Andre Noll) * fixed a bug in generation of help strings that might cause a seg fault (reported by Paul Biggar) PR: ports/95329 Submitted by: maintainer Notes: svn path=/head/; revision=158891
* - Update to 2.15Pav Lucistnik2005-12-282-4/+4
| | | | | | | | PR: ports/91017 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer) Notes: svn path=/head/; revision=152283
* * Update to version 2.14Andrey Slusar2005-12-164-9/+24
| | | | | | | | | | | * Pass maintainership to submitter. PR: ports/90448 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Approved by: sem(mentor) Notes: svn path=/head/; revision=151327
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150183
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Fix configure warningKirill Ponomarev2004-04-171-0/+1
| | | | | | | | PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz> Notes: svn path=/head/; revision=107370
* - Update to version 2.11Kirill Ponomarev2004-03-104-31/+32
| | | | | | | | PR: ports/64016 Submitted by: maintainer Notes: svn path=/head/; revision=103506
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Update to 2.9Tilman Keskinoz2003-05-182-2/+2
| | | | | | | | PR: 51793 Submitted by: maintainer Notes: svn path=/head/; revision=81300
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Upgrade devel/gengetopt to make it compile under -current again.Edwin Groothuis2002-12-183-3/+3
| | | | | | | | | | | | Implicit approval because the port didn't build with the old version. Also noticed on bento. PR: ports/45690 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Reviewed by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=71700
* Update maintainer's email addressDavid W. Chapman Jr.2002-01-171-1/+1
| | | | | | | | | | Update a few MASTER_SITES PR: 34012 Submitted by: maintainer Notes: svn path=/head/; revision=53284
* - add NOPORTDOCS support & install documentationPete Fritchman2001-11-153-23/+32
| | | | | | | | | | | - minor indentation fix in pkg-descr - add @comment $FreeBSD$ to pkg-plist & sort PR: 31543 Submitted by: maintainer Notes: svn path=/head/; revision=50038
* switch maintainership over to submitterMario Sergio Fujikawa Ferreira2001-09-131-1/+1
| | | | | | | | PR: 30380 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=47781
* upgrade to 2.4Ying-Chieh Liao2001-08-252-2/+2
| | | | Notes: svn path=/head/; revision=46893
* upgrade to 2.3Ying-Chieh Liao2001-05-043-2/+3
| | | | Notes: svn path=/head/; revision=42243
* get rid of unnecessary libgnugetopt dependency.FUJISHIMA Satsuki2001-02-181-3/+0
| | | | Notes: svn path=/head/; revision=38457
* Upgrade to 2.2Kevin Lo2001-01-172-6/+11
| | | | | | | | PR: 24407 Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net> Notes: svn path=/head/; revision=37275
* Bring comment in line.Daniel Harris2000-12-171-1/+1
| | | | | | | | PR: 22986 Submitted by: Ports Fury Notes: svn path=/head/; revision=36043
* Add gengetopt 2.1, a program that will generate a C function that usesWill Andrews2000-10-285-0/+61
getopt_long function to parse the command line options, validate them and fill a struct. PR: 21922 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=34334