summaryrefslogtreecommitdiff
path: root/java/netty/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mk/**java.mk: Convert bsd.java.mk to USESMuhammad Moinur Rahman2024-12-311-4/+1
| | | | | | | | | | | | | | | | | | | The following features have been added or changed: - Instead of USE_JAVA use USES=java. This defaults to USES=java:build,run if NO_BUILD is undefined. Else it defaults to USES=java:run - Instead of USE_ANT=yes use USES=java:ant which also implies USES=java:build - Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or extract - Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply build or run - Instead of JAVA_RUN=yes use USES=java:run does not imply extract or build - Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version> Approved by: mat (portmgr), glewis Differential Revision: https://reviews.freebsd.org/D48201
* all: drop support for expired FreeBSD 14.0Rene Ladan2024-10-011-1/+1
| | | | | | | | Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-2/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* java/netty: Fix buils with llvm15Muhammad Moinur Rahman2023-06-121-0/+7
| | | | | | - OPTOINIZE DOCS install Approved by: portmgr (blanket)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* java: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alex Dupre <ale@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alexander Yerenkow <yerenkow@gmail.com> * Anton Yudin (<contact@toha.org.ua>) * Anton Yudin <toha@toha.org.ua> * Benjamin Close <benjsc@FreeBSD.org> * Björn König <bkoenig@alpha-tierchen.de> * Conor McDermottroe <ports@mcdermottroe.com> * Danilo Egea Gondolfo <danilo@FreeBSD.org * Dave Glowacki <dglo@ssec.wisc.edu> * Ernst de Haan <znerd@FreeBSD.org> * Eugene Grosbein <ports@grosbein.net> * Filippo Natali <filippo@widestore.net> * Gerrit Beine <gerrit.beine@gmx.de> * Greg Lewis <glewis@FreeBSD.org> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Jason Helfman <jgh@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Jose Marques * Jose Marques <noway@nohow.demon.co.uk> * Lapo Luchini <lapo@lapo.it> * Lev Serebryakov <lev@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Matthew Dillon <dillon@backplane.com> * Maxim Sobolev <sobomax@FreeBSD.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * OISHI Masakuni <yamasa@bsdhouse.org> * OKAZAKI Tetsurou * Pedro Giffuni * Simeo Reig <reig.simeo@gmail.com> * Sutra Zhou <zhoushuqun@gmail.com> * Tom Judge <tj@FreeBSD.org> * Volker Stolz <vs@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * gldisater@gldis.ca * ijliao * jake@checker.org * jpbeconne * lon_kamikaze@gmx.de * mi * nordwick@xcf.berkeley.edu * nork@FreeBSD.org * olgeni@FreeBSD.org * rasputin * rfarmer@predatorlabs.net * rtdean@cytherianage.net * tux@pinguru.net With hat: portmgr
* java/netty: Fix CPE information because current one is deprecatedBernhard Froehlich2021-09-141-1/+0
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 4.1.53Greg Lewis2020-11-021-1/+1
| | | | Notes: svn path=/head/; revision=553881
* Attempt to fix build on powerpc64le.Mark Linimon2020-09-271-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=550373
* Update to 4.1.51Greg Lewis2020-07-111-1/+1
| | | | Notes: svn path=/head/; revision=541988
* Update to 4.1.50Greg Lewis2020-06-061-1/+1
| | | | Notes: svn path=/head/; revision=538130
* Update to 4.1.47Greg Lewis2020-03-111-1/+1
| | | | Notes: svn path=/head/; revision=528203
* Update to 4.1.46Greg Lewis2020-03-091-1/+1
| | | | Notes: svn path=/head/; revision=528090
* Update to 4.1.44Greg Lewis2019-12-191-1/+1
| | | | Notes: svn path=/head/; revision=520451
* Update to 4.1.43Greg Lewis2019-10-301-1/+1
| | | | Notes: svn path=/head/; revision=516099
* Update to 4.1.42Greg Lewis2019-09-271-5/+3
| | | | | | | | | * Update to 4.1.42 * Unbreak (hopefully) by setting JAVA_EXTRACT * Make myself maintainer Notes: svn path=/head/; revision=513057
* Mark BROKEN: fails to extractAntoine Brodin2019-09-261-0/+2
| | | | | | | | | | (cd /wrkdirs/usr/ports/java/netty/work/netty-4.1.41.Final && /usr/local/openjdk8/bin/jar xf jar/netty-transport-native-kqueue-4.1.41.Final-sources.jar) /bin/sh: /usr/local/openjdk8/bin/jar: not found Reported by: pkg-fallout Notes: svn path=/head/; revision=512910
* Build the native transport libraryGreg Lewis2019-09-241-2/+40
| | | | | | | | | | | | * Build the native KQueue transport library * Add that library to the installed netty.jar * Bump PORTREVISION This was only tested on amd64, but should work on all architectures with Java support Notes: svn path=/head/; revision=512693
* Update to 4.1.41Greg Lewis2019-09-231-1/+1
| | | | Notes: svn path=/head/; revision=512677
* Pet portlintGreg Lewis2019-08-221-1/+2
| | | | Notes: svn path=/head/; revision=509573
* Update to netty 4.1.39Greg Lewis2019-08-221-10/+20
| | | | | | | PR: 219218 Notes: svn path=/head/; revision=509572
* - Simplify PLIST_FILES as suggested by mat: PREFIX-based absolute paths are ↵Dmitry Marakasov2018-11-231-2/+2
| | | | | | | | | allowed in plist Approved by: portmgr blanket Notes: svn path=/head/; revision=485693
* - Add LICENSE_FILEDmitry Marakasov2018-11-221-7/+7
| | | | | | | | | | | | | - Pet portlint - Remove no-op DATADIR/DOCSDIR - Silence COPYTREE macros - Pet portlint - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=485586
* Reset MAINTAINER on ports maintained by amutu@amutu.comYuri Victorovich2018-06-221-1/+1
| | | | | | | | | | | Based on the new policy of all maintained ports reset when maintaner is absent for 3 months. Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months). portscout database indicates that 48.94% of his ports aren't updated. Notes: svn path=/head/; revision=473019
* Pass maintainership to submitterSunpoet Po-Chuan Hsieh2017-05-101-1/+1
| | | | | | | | PR: 219180 Submitted by: Jov <amutu@amutu.com> Notes: svn path=/head/; revision=440542
* java/netty: update 3.9.2 -> 3.10.6Kurt Jaeger2016-11-121-1/+1
| | | | | | | | | PR: 214427 Changes: https://github.com/netty/netty/issues?q=milestone%3A3.10.6.Final http://netty.io/news/2016/06/29/3-10-6-Final.html Submitted by: Jochen Neumeister <joneum@bsdproject.de> Notes: svn path=/head/; revision=425923
* Reset MAINTAINER to ports@. Maintainer doesn't use this port any more.Cy Schubert2016-03-171-1/+1
| | | | | | | Requested by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=411301
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - Add CPE infoDmitry Marakasov2015-04-251-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384701
* - Update to 3.9.2Jason E. Hale2014-06-291-13/+7
| | | | | | | | | | | - NOPORTDOCS -> DOCS option - Silence MKDIR PR: 191441 (based on) Submitted by: m.tsatsenko@gmail.com (maintainer) Notes: svn path=/head/; revision=359784
* Stagify.Vanilla I. Shu2014-06-171-7/+7
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358074
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-2/+0
| | | | Notes: svn path=/head/; revision=338513
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Update port to 3.5.5Steven Kreuzer2012-08-301-3/+7
| | | | | | | | | | | Create a link for a current version Update WWW and master sites PR: ports/171011 Submitted by: Mikhail Tsatsenko m.tsatsenko@gmail.com Notes: svn path=/head/; revision=303388
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Update maintainer email addressSteve Wills2011-10-171-1/+1
| | | | | | | | PR: ports/161279 Submitted by: "Mikhail T." <michael@fun-box.ru> (maintainer) Notes: svn path=/head/; revision=283672
* The Netty is an effort to provide an asynchronousPawel Pekala2011-10-021-0/+45
event-driven network application framework and tools for rapid development of maintainable high performance & high scalability protocol servers & clients. WWW: http://www.jboss.org/netty PR: ports/154285 Submitted by: Mikhail T. <michael@fun-box.ru> Approved by: miwi, wen (mentors implicit) Notes: svn path=/head/; revision=282795