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: misc/getopt/Makefile
SVNWeb

Number of commits found: 43

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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b832da1849e4bcfff05da62c69ee4a556e83d2d1  commit hash:b832da1849e4bcfff05da62c69ee4a556e83d2d1  commit hash:b832da1849e4bcfff05da62c69ee4a556e83d2d1  b832da1  (Only the first 10 of 349 ports in this commit are shown above. View all ports for this commit)
misc: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan E <alane@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Stangl <alex@stangl.us>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
(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.
Fri, 30 Sep 2016
[ 19:24 tijl search for other commits by this committer ] Original commit   Revision:423014 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Thu, 15 Oct 2015
[ 20:16 sunpoet search for other commits by this committer ] Original commit   Revision:399369
- Use USES=localbase
- Convert to new options target helper
Thu, 4 Dec 2014
[ 15:08 sunpoet search for other commits by this committer ] Original commit   Revision:373929
- Update to 1.1.6

Changes:	http://frodo.looijaard.name/project/getopt/release/1-1-6
Mon, 24 Nov 2014
[ 18:24 sunpoet search for other commits by this committer ] Original commit   Revision:373235
- Update LICENSE
Fri, 21 Nov 2014
[ 21:49 sunpoet search for other commits by this committer ] Original commit   Revision:373015
- Fix MASTER_SITES

PR:		ports/195247
Submitted by:	Thomas Schweikle <tps@vr-web.de>
MFH:		2014Q4
Thu, 2 Oct 2014
[ 10:58 sunpoet search for other commits by this committer ] Original commit   Revision:369809
- Fix typo
Wed, 1 Oct 2014
[ 20:16 sunpoet search for other commits by this committer ] Original commit   Revision:369764
- Cleanup *.o from tarball

PR:		ports/194074
Submitted by:	Vikash Badal <vikashb@where-ever.za.net>
Tue, 30 Sep 2014
[ 16:19 sunpoet search for other commits by this committer ] Original commit   Revision:369643
- Fix PLIST when NLS option is off
[ 15:23 sunpoet search for other commits by this committer ] Original commit   Revision:369620
- Fix MAINTAINER
- Add LICENSE
- Add NLS option
Tue, 19 Aug 2014
[ 19:51 sunpoet search for other commits by this committer ] Original commit   Revision:365423
- Add my LOCAL to MASTER_SITES
- Use PORTDOCS
- Sort PLIST
- Take maintainership
Sun, 17 Aug 2014
[ 08:25 eadler search for other commits by this committer ] Original commit   Revision:365160 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Return some ports I maintain to the pool.
Wed, 16 Jul 2014
[ 03:00 adamw search for other commits by this committer ] Original commit   Revision:362023 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Add DOCS option for ports with PORTDOCS in plist.
Sat, 7 Dec 2013
[ 05:35 eadler search for other commits by this committer ] Original commit   Revision:335813
Remove PORT_OPTIONS:MDOCS checks from ports which don't need it
Add NO_ARCH if useful
Wed, 23 Oct 2013
[ 18:58 eadler search for other commits by this committer ] Original commit   Revision:331410
Unquiet my ports to make debugging easier.
Sat, 28 Sep 2013
[ 07:05 eadler search for other commits by this committer ] Original commit   Revision:328555
Convert to staging
Fri, 20 Sep 2013
[ 20:50 bapt search for other commits by this committer ] Original commit   Revision:327745 (Only the first 10 of 491 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:
misc)
Tue, 16 Jul 2013
[ 21:59 eadler search for other commits by this committer ] Original commit   Revision:323129 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Remove now excess verbiage.

Reviewed by:	bapt
Sat, 6 Jul 2013
[ 17:27 eadler search for other commits by this committer ] Original commit   Revision:322403 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Convert some of my ports from USE_GMAKE to USES=gmake.
The remainder have other pending patches which I must finish before conversion.
Wed, 24 Apr 2013
[ 17:50 eadler search for other commits by this committer ] Original commit   Revision:316460
Convert to USES=gettext

Reviewed by:	kwm
Fri, 8 Mar 2013
[ 20:23 eadler search for other commits by this committer ] Original commit   Revision:313672 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Clean up my ports (and a couple of ports@ owned ones):

- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
Sun, 3 Mar 2013
[ 00:13 eadler search for other commits by this committer ] Original commit   Revision:313310
Update to 1.1.5

PR:		ports/172911
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>
Sat, 20 Oct 2012
[ 16:35 eadler search for other commits by this committer ] Original commit   Revision:306204
I accidently committed too much

version number goes backwards, but this was committed recently

Feature safe:	yes
[ 14:59 eadler search for other commits by this committer ] Original commit   Revision:306182
Convert to OptionsNG

Feature safe:	yes
Sat, 6 Oct 2012
[ 14:35 eadler search for other commits by this committer ] Original commit   Revision:305369 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Trim the headers in the ports I maintain.
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sun, 21 Aug 2011
[ 20:51 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
[ 16:12 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- change the email address I use to maintain ports

Approved by:    bapt (mentor)
Thu, 13 Jan 2011
[ 21:49 pav search for other commits by this committer ] Original commit 
- Over to a willing maintainer

Feature safe:   yes
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Thu, 11 Feb 2010
[ 19:44 pgollucci search for other commits by this committer ] Original commit 
- Respect CC

PR:             ports/143743
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
Sun, 27 Jul 2008
[ 04:30 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
Fri, 25 Jul 2008
[ 12:24 pav search for other commits by this committer ] Original commit  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Fri, 6 Jun 2008
[ 13:45 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 134 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Thu, 20 Mar 2008
[ 09:51 pav search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Mon, 21 Nov 2005
[ 13:15 sergei search for other commits by this committer ] Original commit 
- Update to 1.1.4
- Chase MASTER_SITE URL change [1]
- Add SHA256 checksum

Prompted by:    fenner's portsurvey [1]
Sat, 19 Feb 2005
[ 11:00 sergei search for other commits by this committer ] Original commit 
- Update MASTER_SITES and WWW

Prompted by:    pointyhat via kris
Wed, 4 Feb 2004
[ 04:36 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 312 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Fri, 23 Jan 2004
[ 18:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 314 ports in this commit are shown above. View all ports for this commit)
Now gettext 0.12.1 is gettext-old.
Thu, 23 Oct 2003
[ 05:42 sergei search for other commits by this committer ] Original commit  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Change to my @FreeBSD.org address.

Approved by:    krion
Fri, 13 Jun 2003
[ 23:56 osa search for other commits by this committer ] Original commit 
A getopt(1) replacement that supports GNU-style long options

Submitted by:   Sergei Kolobov <sergei@kolobov.com>
PR:             53174
Approved by:    fjoe (implicit)

Number of commits found: 43