aboutsummaryrefslogtreecommitdiff
path: root/devel/hadoop2
Commit message (Collapse)AuthorAgeFilesLines
* devel/hadoop2: patch to build with OpenSSL 1.1Kevin Bowling2020-01-212-9/+135
| | | | | | | | | | | | | PR: 228946 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: brnrd Approved by: krion (mentor) Obtained from: upstream Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D23273 Notes: svn path=/head/; revision=523702
* Chase rename of security/openssl111Bernard Spil2020-01-011-2/+2
| | | | | | | | | - Categories a-m MFH: 2020Q1 Notes: svn path=/head/; revision=521748
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-031-1/+8
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=497647
* devel/hadoop: take maintainerKevin Bowling2019-03-231-1/+1
| | | | | | | | | Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D19412 Notes: svn path=/head/; revision=496641
* Drop maintainership.Dmitry Sivachenko2018-12-201-1/+1
| | | | | | | I do not use hadoop anymore :( Notes: svn path=/head/; revision=487877
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-2/+2
| | | | Notes: svn path=/head/; revision=484599
* security/openssl-devel: Mark ports broken cat develBernard Spil2018-02-161-0/+3
| | | | | | | - REASON from build log Notes: svn path=/head/; revision=462052
* Register conflict with hadoop2 and www/yarn because of bin/yarn binary untilDmitry Sivachenko2017-07-031-2/+2
| | | | | | | | | | better solution is found. PR: 220337 Submitted by: hakan@siktas.com Notes: svn path=/head/; revision=444916
* Fix permissions for some scripts;Dmitry Sivachenko2017-06-094-2/+15
| | | | | | | | | install kms-env.sh and httpfs-env.sh with sane defaults; PR: 219872 Notes: svn path=/head/; revision=442991
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Fix fetch.Dmitry Sivachenko2016-10-271-2/+2
| | | | Notes: svn path=/head/; revision=424756
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Bump portrevision to reflect rc-scripts update.Dmitry Sivachenko2016-04-271-0/+1
| | | | Notes: svn path=/head/; revision=414127
* Fix 'status' argument for rc-scripts.Dmitry Sivachenko2016-04-276-0/+37
| | | | | | | | PR: 208639 Submitted by: xmj Notes: svn path=/head/; revision=414111
* Allow to build hadoop stack with java-1.8, there are several reportsDmitry Sivachenko2016-04-171-1/+1
| | | | | | | it is working fine. Notes: svn path=/head/; revision=413507
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Broken on 9, probably missing a USE_OPENSSL, or something.Mathieu Arnold2016-03-171-0/+2
| | | | | | | | | http://beefy1.isc.freebsd.org/data/93i386-default/410866/logs/errors/hadoop2-2.7.1_1.log Sponsored by: Absolight Notes: svn path=/head/; revision=411323
* Update to version 2.7.2.Dmitry Sivachenko2016-03-133-28/+27
| | | | Notes: svn path=/head/; revision=410954
* Pass JAVA_HOME to MAKE_ENV to ensure maven picks the correct version ofDmitry Sivachenko2015-11-191-1/+1
| | | | | | | Java when compiling sources. Notes: svn path=/head/; revision=401919
* Add startup script for Zookeeper Failover Controller.Dmitry Sivachenko2015-11-182-1/+34
| | | | | | | | PR: 204514 Submitted by: xmj Notes: svn path=/head/; revision=401865
* There is a work going on in a separate branch of Hadoop forDmitry Sivachenko2015-09-081-1/+1
| | | | | | | proper Java8 support. But for now AFAIK only Java7 is officially supported. Notes: svn path=/head/; revision=396358
* Remove extra option.Dmitry Sivachenko2015-09-031-1/+1
| | | | Notes: svn path=/head/; revision=395964
* Update to version 2.7.1.Dmitry Sivachenko2015-09-014-99/+76
| | | | Notes: svn path=/head/; revision=395754
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-5/+4
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* devel/hadoop2: add CPE informationBartek Rutkowski2015-04-142-1/+6
| | | | | | | | | | | - Fix pkg-plist issue while I am here - Maintainer's timeout (demon@FreeBSD.org) PR: 198967 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=383983
* Add EXAMPLES option.Dmitry Sivachenko2015-03-311-0/+3
| | | | Notes: svn path=/head/; revision=382836
* Make fetchableAntoine Brodin2015-03-071-1/+1
| | | | Notes: svn path=/head/; revision=380684
* Update to version 2.6.0.Dmitry Sivachenko2015-03-0510-250/+410
| | | | | | | | | PR: 193774 (update to 2.5.1) PR: 198039, by Freddy Andersen <freddy@cfandersen.com>, with modifications. Notes: svn path=/head/; revision=380497
* Protect datanode and nodemanager daemons from being killed on OOM condition.Dmitry Sivachenko2015-02-162-0/+18
| | | | | | | | They run on worker nodes where users run their code and can easily consume all RAM. Notes: svn path=/head/; revision=379091
* No reason to extract tomcat distribution.Dmitry Sivachenko2015-02-161-2/+3
| | | | Notes: svn path=/head/; revision=379068
* Fix CONFLICTs.Dmitry Sivachenko2015-01-051-1/+1
| | | | Notes: svn path=/head/; revision=376367
* Use ssid instead of Linux setsid(1): without it if task process spawns aDmitry Sivachenko2015-01-055-2/+66
| | | | | | | | | subprocess (common case if task process is a shell script) and job is being killed with mapred job -kill <...>, then subprocess will not die and remain running orphaned. Notes: svn path=/head/; revision=376366
* Host distfile locally.Dmitry Sivachenko2014-12-201-1/+1
| | | | Notes: svn path=/head/; revision=375082
* Add some notes for potential update submitters.Dmitry Sivachenko2014-12-201-0/+4
| | | | Notes: svn path=/head/; revision=375080
* Cleanup plistBaptiste Daroussin2014-12-091-78/+6
| | | | Notes: svn path=/head/; revision=374362
* Enable snappy compression codec.Dmitry Sivachenko2014-10-271-2/+3
| | | | Notes: svn path=/head/; revision=371556
* Fix path.Dmitry Sivachenko2014-10-041-1/+1
| | | | Notes: svn path=/head/; revision=370001
* Install protobuf in ${PREFIX}/protobuf25 to avoid conflict with devel/protobuf.Dmitry Sivachenko2014-10-041-3/+3
| | | | Notes: svn path=/head/; revision=370000
* Use version 2.5 of protobuf.Dmitry Sivachenko2014-10-041-1/+1
| | | | Notes: svn path=/head/; revision=369992
* Restore correct permissions broken with recent conversion to new syntax.Dmitry Sivachenko2014-09-301-2/+2
| | | | Notes: svn path=/head/; revision=369594
* Simplify plistBaptiste Daroussin2014-09-021-8/+2
| | | | Notes: svn path=/head/; revision=367019
* - Move RESETPREFIX to default PLIST_SUBBryan Drewery2014-08-181-2/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365325
* Define various *IDENT* variables, they default to $USER which is empty ifDmitry Sivachenko2014-08-151-0/+3
| | | | | | | executed during system startup. Notes: svn path=/head/; revision=364999
* Allow start scripts to find bash interpreter during system startup.Dmitry Sivachenko2014-08-157-0/+7
| | | | Notes: svn path=/head/; revision=364992
* Remove redundant prefix.Dmitry Sivachenko2014-07-281-1/+0
| | | | Notes: svn path=/head/; revision=363252
* One more workaround for ancient version of commons-lang.jar.Dmitry Sivachenko2014-07-181-0/+11
| | | | Notes: svn path=/head/; revision=362219
* Create logdir and piddir in a pervert way to please check-plist.Dmitry Sivachenko2014-07-092-5/+10
| | | | | | | Submitted by: swills Notes: svn path=/head/; revision=361391
* Rename patch files to fit 100 characters to please portsnap.Dmitry Sivachenko2014-07-094-0/+0
| | | | Notes: svn path=/head/; revision=361346
* Add two more config variables.Dmitry Sivachenko2014-07-081-0/+3
| | | | Notes: svn path=/head/; revision=361264