notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/gengetopt/Makefile
SVNWeb

Number of commits found: 52

Wed, 26 Jul 2023
[ 00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  95274bf  (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Sat, 24 Jun 2023
[ 04:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:abdfb41c181ba23a31c71860076c8815c98a93d3  commit hash:abdfb41c181ba23a31c71860076c8815c98a93d3  commit hash:abdfb41c181ba23a31c71860076c8815c98a93d3  abdfb41 
devel/gengetopt: Fix build with llvm16

- Pet portclippy
- Adopt port

Sponsored by:	The FreeBSD Foundation
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 13 Mar 2021
[ 23:40 nc search for other commits by this committer ] Original commit   Revision:568298
devel/gengetopt: Update to 2.23

Changes: https://www.gnu.org/software/gengetopt/NEWS
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Mon, 10 Sep 2018
[ 13:15 mat search for other commits by this committer ] Original commit   Revision:479407 (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
Add EXAMPLES options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Wed, 22 Feb 2017
[ 15:02 bapt search for other commits by this committer ] Original commit   Revision:434587 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Drop useless dependency on gmake (bmake build those fine)
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Tue, 17 Nov 2015
[ 01:00 amdmi3 search for other commits by this committer ] Original commit   Revision:401797
- Clarify LICENSE
- Add LICENSE_FILE
- Simplify installation
- Switch to options helpers
Thu, 7 May 2015
[ 22:32 antoine search for other commits by this committer ] Original commit   Revision:385701
Properly register info page
Sat, 5 Apr 2014
[ 14:21 nemysis search for other commits by this committer ] Original commit   Revision:350232
- Reset maintainer to ports@
Fri, 20 Dec 2013
[ 18:49 nemysis search for other commits by this committer ] Original commit   Revision:337071
- Bump PORTREVISION
- USES gmake instead of USE_GMAKE
- Use pkg-plist instead of PLIST_FILES and PLIST_DIRS
- Support STAGEDIR
- Break lines around 80 characters

Approved by:	pawel / wg (mentors, implicit)
Wed, 18 Dec 2013
[ 10:20 nemysis search for other commits by this committer ] Original commit   Revision:336812 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Change maintainer email of my ports to @FreeBSD.org

Approved by:	pawel / wg (mentors, implicit)
Fri, 20 Sep 2013
[ 17:04 bapt search for other commits by this committer ] Original commit   Revision:327723 (Only the first 10 of 482 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Mon, 17 Dec 2012
[ 17:09 pawel search for other commits by this committer ] Original commit   Revision:309112
- Update to 2.22.6
- Take maintainership

PR:		ports/173518
Submitted by:	nemysis <nemysis@gmx.ch>
Tue, 18 Oct 2011
[ 13:04 ehaupt search for other commits by this committer ] Original commit 
Update to version 2.22.5

PR:             161602
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Wed, 5 Oct 2011
[ 20:34 dougb search for other commits by this committer ] Original commit 
Add MAKE_JOBS_UNSAFE

PR:             ports/161310
Wed, 27 Apr 2011
[ 01:56 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
By Maintainer's request, toss these ports back into the pool
Mon, 25 Jan 2010
[ 08:44 miwi search for other commits by this committer ] Original commit 
- Update to 2.22.4

PR:             142338
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
Sun, 4 Oct 2009
[ 10:08 miwi search for other commits by this committer ] Original commit 
- Update to 2.22.3

PR:             139301
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
Tue, 7 Jul 2009
[ 13:21 amdmi3 search for other commits by this committer ] Original commit 
- Update to 2.22.2
- Pass maintainership to submitter

PR:             136392
Submitted by:   Charlie Kester <corky1951@comcast.net>
Mon, 25 Aug 2008
[ 21:16 miwi search for other commits by this committer ] Original commit 
- Update to 2.22.1

PR:             126798
Submitted by:   Ports Fury
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 19 Aug 2008
[ 09:18 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Return laszlof's ports to the pool due to lack of time.

Hat:            portmgr
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 18 Jan 2007
[ 15:30 laszlof search for other commits by this committer ] Original commit 
Update to 2.19.1
Thu, 4 Jan 2007
[ 22:52 laszlof search for other commits by this committer ] Original commit 
Update to 2.19.
Tue, 7 Nov 2006
[ 15:37 laszlof search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Update my email address in all ports that I maintain.

Approved by:    flz (mentor)
Wed, 13 Sep 2006
[ 16:52 rafan search for other commits by this committer ] Original commit 
- Update to 2.17

PR:             ports/103223
Submitted by:   Frank J. Laszlo <laszlof at vonostingroup.com> (maintainer)
Wed, 5 Apr 2006
[ 19:44 garga search for other commits by this committer ] Original commit 
- 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
Wed, 28 Dec 2005
[ 15:50 pav search for other commits by this committer ] Original commit 
- Update to 2.15

PR:             ports/91017
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
Fri, 16 Dec 2005
[ 15:17 anray search for other commits by this committer ] Original commit 
* Update to version 2.14
* Pass maintainership to submitter.

PR:             ports/90448
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com>
Approved by:    sem(mentor)
Fri, 2 Dec 2005
[ 02:05 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Reset maintainer per his request.  We hope to see him back soon.
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Sat, 17 Apr 2004
[ 19:20 krion search for other commits by this committer ] Original commit 
- Fix configure warning

PR:             65674 65675 65676 65677 65678 65679
Submitted by:   Roman Neuhauser <neuhauser at chello dot cz>
Wed, 10 Mar 2004
[ 09:41 krion search for other commits by this committer ] Original commit 
- Update to version 2.11

PR:             ports/64016
Submitted by:   maintainer
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Sun, 18 May 2003
[ 23:39 arved search for other commits by this committer ] Original commit 
Update to 2.9

PR:             51793
Submitted by:   maintainer
Fri, 21 Feb 2003
[ 11:23 knu search for other commits by this committer ] Original commit  (Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Wed, 18 Dec 2002
[ 11:46 edwin search for other commits by this committer ] Original commit 
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>
Thu, 17 Jan 2002
[ 23:13 dwcjr search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Update maintainer's email address   Update a few MASTER_SITES    
Thu, 15 Nov 2001
[ 05:58 petef search for other commits by this committer ] Original commit 
- add NOPORTDOCS support & install documentation   - minor indentation fix in
pkg-descr   - add @comment $FreeBSD$ to pkg-plist & sort    
Thu, 13 Sep 2001
[ 03:15 lioux search for other commits by this committer ] Original commit 
switch maintainership over to submitter    
Sat, 25 Aug 2001
[ 17:09 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.4    
Fri, 4 May 2001
[ 10:35 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.3    
Sun, 18 Feb 2001
[ 11:52 sf search for other commits by this committer ] Original commit 
get rid of unnecessary libgnugetopt dependency.    
Wed, 17 Jan 2001
[ 13:59 kevlo search for other commits by this committer ] Original commit 
Upgrade to 2.2    
Sat, 28 Oct 2000
[ 03:48 will search for other commits by this committer ] Original commit 
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.    

Number of commits found: 52