non port: misc/getopt/Makefile |
SVNWeb
|
Number of commits found: 43 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b832da1 (Only the first 10 of 349 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
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 ]
- Use USES=localbase
- Convert to new options target helper
|
Thu, 4 Dec 2014
|
[ 15:08 sunpoet ]
- Update to 1.1.6
Changes: http://frodo.looijaard.name/project/getopt/release/1-1-6
|
Mon, 24 Nov 2014
|
[ 18:24 sunpoet ]
- Update LICENSE
|
Fri, 21 Nov 2014
|
[ 21:49 sunpoet ]
- Fix MASTER_SITES
PR: ports/195247
Submitted by: Thomas Schweikle <tps@vr-web.de>
MFH: 2014Q4
|
Thu, 2 Oct 2014
|
[ 10:58 sunpoet ]
- Fix typo
|
Wed, 1 Oct 2014
|
[ 20:16 sunpoet ]
- Cleanup *.o from tarball
PR: ports/194074
Submitted by: Vikash Badal <vikashb@where-ever.za.net>
|
Tue, 30 Sep 2014
|
[ 16:19 sunpoet ]
- Fix PLIST when NLS option is off
|
[ 15:23 sunpoet ]
- Fix MAINTAINER
- Add LICENSE
- Add NLS option
|
Tue, 19 Aug 2014
|
[ 19:51 sunpoet ]
- Add my LOCAL to MASTER_SITES
- Use PORTDOCS
- Sort PLIST
- Take maintainership
|
Sun, 17 Aug 2014
|
[ 08:25 eadler ] (Only the first 10 of 13 ports in this commit are shown above. )
Return some ports I maintain to the pool.
|
Wed, 16 Jul 2014
|
[ 03:00 adamw ] (Only the first 10 of 88 ports in this commit are shown above. )
Add DOCS option for ports with PORTDOCS in plist.
|
Sat, 7 Dec 2013
|
[ 05:35 eadler ]
Remove PORT_OPTIONS:MDOCS checks from ports which don't need it
Add NO_ARCH if useful
|
Wed, 23 Oct 2013
|
[ 18:58 eadler ]
Unquiet my ports to make debugging easier.
|
Sat, 28 Sep 2013
|
[ 07:05 eadler ]
Convert to staging
|
Fri, 20 Sep 2013
|
[ 20:50 bapt ] (Only the first 10 of 491 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
|
Tue, 16 Jul 2013
|
[ 21:59 eadler ] (Only the first 10 of 38 ports in this commit are shown above. )
Remove now excess verbiage.
Reviewed by: bapt
|
Sat, 6 Jul 2013
|
[ 17:27 eadler ] (Only the first 10 of 11 ports in this commit are shown above. )
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 ]
Convert to USES=gettext
Reviewed by: kwm
|
Fri, 8 Mar 2013
|
[ 20:23 eadler ] (Only the first 10 of 38 ports in this commit are shown above. )
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 ]
Update to 1.1.5
PR: ports/172911
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
|
Sat, 20 Oct 2012
|
[ 16:35 eadler ]
I accidently committed too much
version number goes backwards, but this was committed recently
Feature safe: yes
|
[ 14:59 eadler ]
Convert to OptionsNG
Feature safe: yes
|
Sat, 6 Oct 2012
|
[ 14:35 eadler ] (Only the first 10 of 44 ports in this commit are shown above. )
Trim the headers in the ports I maintain.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 30 ports in this commit are shown above. )
- change the email address I use to maintain ports
Approved by: bapt (mentor)
|
[ 16:12 eadler ] (Only the first 10 of 30 ports in this commit are shown above. )
- change the email address I use to maintain ports
Approved by: bapt (mentor)
|
Thu, 13 Jan 2011
|
[ 21:49 pav ]
- Over to a willing maintainer
Feature safe: yes
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Thu, 11 Feb 2010
|
[ 19:44 pgollucci ]
- Respect CC
PR: ports/143743
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
|
Sun, 27 Jul 2008
|
[ 04:30 linimon ] (Only the first 10 of 53 ports in this commit are shown above. )
Reset sergei@ due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Fri, 25 Jul 2008
|
[ 12:24 pav ] (Only the first 10 of 127 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Fri, 6 Jun 2008
|
[ 13:45 edwin ] (Only the first 10 of 134 ports in this commit are shown above. )
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 ] (Only the first 10 of 55 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Mon, 21 Nov 2005
|
[ 13:15 sergei ]
- 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 ]
- Update MASTER_SITES and WWW
Prompted by: pointyhat via kris
|
Wed, 4 Feb 2004
|
[ 04:36 marcus ] (Only the first 10 of 312 ports in this commit are shown above. )
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
Fri, 23 Jan 2004
|
[ 18:12 trevor ] (Only the first 10 of 314 ports in this commit are shown above. )
Now gettext 0.12.1 is gettext-old.
|
Thu, 23 Oct 2003
|
[ 05:42 sergei ] (Only the first 10 of 52 ports in this commit are shown above. )
Change to my @FreeBSD.org address.
Approved by: krion
|
Fri, 13 Jun 2003
|
[ 23:56 osa ]
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 |