CVS log for ports/devel/gengetopt/Makefile
Up to [FreeBSD] / ports / devel / gengetopt
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Oct 18 13:04:55 2011 UTC (3 months, 3 weeks ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +7 -2 lines
Update to version 2.22.5 PR: 161602 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Oct 5 20:34:17 2011 UTC (4 months ago) by dougb
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -0 lines
Add MAKE_JOBS_UNSAFE PR: ports/161310
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Apr 27 01:56:43 2011 UTC (9 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
By Maintainer's request, toss these ports back into the pool
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jan 25 08:44:56 2010 UTC (2 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -2 lines
- Update to 2.22.4 PR: 142338 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Oct 4 10:08:09 2009 UTC (2 years, 4 months ago) by miwi
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- Update to 2.22.3 PR: 139301 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jul 7 13:21:57 2009 UTC (2 years, 7 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
- Update to 2.22.2 - Pass maintainership to submitter PR: 136392 Submitted by: Charlie Kester <corky1951@comcast.net>
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Aug 25 21:16:21 2008 UTC (3 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +37 -10 lines
- Update to 2.22.1 PR: 126798 Submitted by: Ports Fury
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:39 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Aug 19 09:18:32 2008 UTC (3 years, 5 months ago) by linimon
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Return laszlof's ports to the pool due to lack of time. Hat: portmgr
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:40 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script 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
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Jan 18 15:30:41 2007 UTC (5 years ago) by laszlof
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Update to 2.19.1
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jan 4 22:52:32 2007 UTC (5 years, 1 month ago) by laszlof
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Update to 2.19.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Nov 7 15:37:00 2006 UTC (5 years, 3 months ago) by laszlof
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update my email address in all ports that I maintain. Approved by: flz (mentor)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Sep 13 16:52:12 2006 UTC (5 years, 4 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -4 lines
- Update to 2.17 PR: ports/103223 Submitted by: Frank J. Laszlo <laszlof at vonostingroup.com> (maintainer)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Apr 5 19:44:29 2006 UTC (5 years, 10 months ago) by garga
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
- Update to 2.16. This version adds the following features:
* 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
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Dec 28 15:50:27 2005 UTC (6 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- Update to 2.15 PR: ports/91017 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Dec 16 15:17:18 2005 UTC (6 years, 1 month ago) by anray
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -2 lines
* Update to version 2.14 * Pass maintainership to submitter. PR: ports/90448 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Approved by: sem(mentor)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Dec 2 02:05:37 2005 UTC (6 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Reset maintainer per his request. We hope to see him back soon.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:08 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:01:45 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 17 19:20:31 2004 UTC (7 years, 9 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
- Fix configure warning PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 10 09:41:59 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -3 lines
- Update to version 2.11 PR: ports/64016 Submitted by: maintainer
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:31 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun May 18 23:39:21 2003 UTC (8 years, 8 months ago) by arved
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update to 2.9 PR: 51793 Submitted by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:22:31 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
De-pkg-comment.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Dec 18 11:46:07 2002 UTC (9 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Upgrade devel/gengetopt to make it compile under -current again. 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>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 17 23:13:36 2002 UTC (10 years ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Update maintainer's email address Update a few MASTER_SITES PR: 34012 Submitted by: maintainer
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 15 05:58:49 2001 UTC (10 years, 2 months ago) by petef
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -1 lines
- add NOPORTDOCS support & install documentation - minor indentation fix in pkg-descr - add @comment $FreeBSD$ to pkg-plist & sort PR: 31543 Submitted by: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 13 02:15:14 2001 UTC (10 years, 5 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
switch maintainership over to submitter PR: 30380 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 25 16:09:38 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
upgrade to 2.4
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 4 09:35:53 2001 UTC (10 years, 9 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
upgrade to 2.3
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 18 11:52:35 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -4 lines
get rid of unnecessary libgnugetopt dependency.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 17 13:59:49 2001 UTC (11 years ago) by kevlo
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -6 lines
Upgrade to 2.2 PR: 24407 Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 28 02:48:45 2000 UTC (11 years, 3 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_2_0
Add gengetopt 2.1, a program that will generate a C function that uses getopt_long function to parse the command line options, validate them and fill a struct. PR: 21922 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
