aboutsummaryrefslogtreecommitdiff
path: root/misc/getopt
Commit message (Collapse)AuthorAgeFilesLines
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=423014
* - Use USES=localbaseSunpoet Po-Chuan Hsieh2015-10-151-4/+5
| | | | | | | - Convert to new options target helper Notes: svn path=/head/; revision=399369
* - Update to 1.1.6Sunpoet Po-Chuan Hsieh2014-12-043-3/+4
| | | | | | | Changes: http://frodo.looijaard.name/project/getopt/release/1-1-6 Notes: svn path=/head/; revision=373929
* - Update LICENSESunpoet Po-Chuan Hsieh2014-11-241-1/+2
| | | | Notes: svn path=/head/; revision=373235
* - Fix MASTER_SITESSunpoet Po-Chuan Hsieh2014-11-211-1/+1
| | | | | | | | | PR: ports/195247 Submitted by: Thomas Schweikle <tps@vr-web.de> MFH: 2014Q4 Notes: svn path=/head/; revision=373015
* - Fix typoSunpoet Po-Chuan Hsieh2014-10-021-1/+1
| | | | Notes: svn path=/head/; revision=369809
* - Cleanup *.o from tarballSunpoet Po-Chuan Hsieh2014-10-011-0/+3
| | | | | | | | PR: ports/194074 Submitted by: Vikash Badal <vikashb@where-ever.za.net> Notes: svn path=/head/; revision=369764
* - Fix PLIST when NLS option is offSunpoet Po-Chuan Hsieh2014-09-302-25/+26
| | | | Notes: svn path=/head/; revision=369643
* - Fix MAINTAINERSunpoet Po-Chuan Hsieh2014-09-301-7/+12
| | | | | | | | - Add LICENSE - Add NLS option Notes: svn path=/head/; revision=369620
* - Add my LOCAL to MASTER_SITESSunpoet Po-Chuan Hsieh2014-08-192-16/+12
| | | | | | | | | - Use PORTDOCS - Sort PLIST - Take maintainership Notes: svn path=/head/; revision=365423
* Return some ports I maintain to the pool.Eitan Adler2014-08-171-1/+1
| | | | Notes: svn path=/head/; revision=365160
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362023
* Remove PORT_OPTIONS:MDOCS checks from ports which don't need itEitan Adler2013-12-071-4/+0
| | | | | | | Add NO_ARCH if useful Notes: svn path=/head/; revision=335813
* Unquiet my ports to make debugging easier.Eitan Adler2013-10-231-3/+3
| | | | Notes: svn path=/head/; revision=331410
* Convert to stagingEitan Adler2013-09-282-4/+3
| | | | Notes: svn path=/head/; revision=328555
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Remove now excess verbiage.Eitan Adler2013-07-161-2/+0
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=323129
* Convert some of my ports from USE_GMAKE to USES=gmake.Eitan Adler2013-07-061-2/+1
| | | | | | | The remainder have other pending patches which I must finish before conversion. Notes: svn path=/head/; revision=322403
* Convert to USES=gettextEitan Adler2013-04-241-2/+2
| | | | | | | Reviewed by: kwm Notes: svn path=/head/; revision=316460
* A portlint run over my ports revealed some false positives and these two ↵Eitan Adler2013-03-281-1/+1
| | | | | | | minor formatting issues. Fix them. Notes: svn path=/head/; revision=315426
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-1/+3
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* I forgot to "svn add" the patch fileEitan Adler2013-03-031-0/+30
| | | | | | | Pointyhat to: me Notes: svn path=/head/; revision=313312
* Update to 1.1.5Eitan Adler2013-03-035-99/+21
| | | | | | | | PR: ports/172911 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Notes: svn path=/head/; revision=313310
* I accidently committed too muchEitan Adler2012-10-201-1/+1
| | | | | | | | | version number goes backwards, but this was committed recently Feature safe: yes Notes: svn path=/head/; revision=306204
* Convert to OptionsNGEitan Adler2012-10-201-2/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306182
* Trim the headers in the ports I maintain.Eitan Adler2012-10-061-5/+1
| | | | Notes: svn path=/head/; revision=305369
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280136
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280123
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Over to a willing maintainerPav Lucistnik2011-01-131-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267756
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Respect CCPhilip M. Gollucci2010-02-111-0/+3
| | | | | | | | PR: ports/143743 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Notes: svn path=/head/; revision=249608
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Reset sergei@ due to maintainer-timeouts and no response to email.Mark Linimon2008-07-271-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=217649
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Update to 1.1.4Sergei Kolobov2005-11-213-7/+7
| | | | | | | | | | - Chase MASTER_SITE URL change [1] - Add SHA256 checksum Prompted by: fenner's portsurvey [1] Notes: svn path=/head/; revision=148932
* - Update MASTER_SITES and WWWSergei Kolobov2005-02-192-2/+2
| | | | | | | Prompted by: pointyhat via kris Notes: svn path=/head/; revision=129274
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=91927
* A getopt(1) replacement that supports GNU-style long optionsSergey A. Osokin2003-06-136-0/+155
Submitted by: Sergei Kolobov <sergei@kolobov.com> PR: 53174 Approved by: fjoe (implicit) Notes: svn path=/head/; revision=82963