summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/bouncycastle15: give up maintainershipEugene Grosbein2020-07-111-1/+1
| | | | | | | | I have not used the software for years and now I'm not in position to test and update it. Notes: svn path=/head/; revision=541971
* Add a runtime dependency on xorg-fonts-truetypeGreg Lewis2020-07-091-2/+3
| | | | | | | | PR: 247786 Reported by: phk@ Notes: svn path=/head/; revision=541730
* Chanse update of devel/libffiNiclas Zeising2020-07-043-2/+4
| | | | | | | | | | | | | Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking) Notes: svn path=/head/; revision=541232
* Update to version 11.0.3.Alexey Dokuchaev2020-07-042-3/+4
| | | | | | | | PR: 237522 Approved by: maintainer (timeout since 2019-04-24) Notes: svn path=/head/; revision=541182
* java/openjdk11: Add fontconfig supportDmitri Goutnik2020-07-023-1/+226
| | | | | | | | PR: 247238 Approved by: java (glewis) Notes: svn path=/head/; revision=541062
* java/apache-commons-collections:Max Brazhnikov2020-06-284-19/+26
| | | | | | | | | | - Update to 3.2.2 - the latest release in 3.x series - Add LICENSE_FILE - Drop now needless dos2unix conversion - Rework port description Notes: svn path=/head/; revision=540711
* Add archivers/zip to BUILD_DEPENDS to fix building in official package builderLi-Wen Hsu2020-06-271-2/+2
| | | | | | | | | | while here, clean unneeded comment PR: 247575 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=540603
* java/jgraphx:Max Brazhnikov2020-06-202-4/+4
| | | | | | | - Update to 4.2.0 Notes: svn path=/head/; revision=539733
* Update to 4.16Li-Wen Hsu2020-06-189-134/+83
| | | | | | | | PR: 247371 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=539545
* Multiple ports: improve regex complianceKyle Evans2020-06-083-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes largely fall into just two categories: 1. Need textproc/gsed for GNU extensions 2. Extraneous escapes that can go away For #1, there's a further subdivision into those that require autoconf magic and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed. -CURRENT will soon gain GNU extensions, but these will take longer to get to all supported releases; we must switch them to gsed to ensure we're actually properly building them as intended. For #2, I've fixed these as I can and we should upstream these fixes. PORTREVISION is bumped for all of the above, because we will almost certainly build these differently when the replacements actually start working. These were all detected by the below-referenced exp-run [1]. The patch included forbids many ordinary characters from being escaped, since we'll later imbue those with special meanings. This has had the nice side effect of picking up various things that we didn't handle properly, e.g. \t and \r for tab and carriage return. PR: 229925 [1] Approved by: koobs (mentor) Approved by: portmgr (blanket: trivial build fixes) MFH: no (invasive risk) Differential Revision: https://reviews.freebsd.org/D25185 Notes: svn path=/head/; revision=538197
* Update to 4.1.50Greg Lewis2020-06-062-4/+4
| | | | Notes: svn path=/head/; revision=538130
* java/intellij: Remove superfluous PYTHON_VER at the plist.Boris Samorodov2020-06-041-6/+6
| | | | Notes: svn path=/head/; revision=537935
* java/intellij: Update to version 2020.1.2.Boris Samorodov2020-06-043-15/+15
| | | | Notes: svn path=/head/; revision=537933
* Update subversion to new version 1.14.0.Lev A. Serebryakov2020-06-021-2/+2
| | | | | | | | | | 1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it allows to build `devel/py-subversion' with Python 2.7. `devel/py-subversion' will be built with Python 3.5+ for version 1.14.0. Notes: svn path=/head/; revision=537554
* java/jgraphx:Max Brazhnikov2020-06-013-14/+12
| | | | | | | | - Update to 4.1.1 - Amend port comment and description Notes: svn path=/head/; revision=537508
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).Alexey Dokuchaev2020-05-273-3/+3
| | | | Notes: svn path=/head/; revision=536694
* java/jflex: undeprecate and update to 1.8.1Rene Ladan2020-05-245-104/+135
| | | | | | | | | | | | | | | | Further changes: - use a prebuilt jar file to avoid depending on Maven or Bazel - swith MASTER_SITES to GitHub - add BSD3CLAUSE license - rewrap pkg-descr PR: 245447 Submitted by: Jashank Jeremy Approved by: maintainer MFH: 2020Q2 Notes: svn path=/head/; revision=536386
* java/java-cup: update to 11.b.20160615 and unexpireRene Ladan2020-05-234-26/+48
| | | | | | | | | | | | | | Further changes: - use a prebuilt binary instead of building from source - change license to SMLNJ in agreement with maintainer PR: 245466 Submitted by: Jashank Jeremy Approved by: maintainer MFH: 2020Q2 Notes: svn path=/head/; revision=536291
* Update to 2020aGreg Lewis2020-05-093-5/+5
| | | | Notes: svn path=/head/; revision=534795
* Update devel/gmake to 4.3.Tijl Coosemans2020-05-092-0/+50
| | | | | | | | | | | | | Some changes have been made in this release that break backwards compatibility. Let USES=gmake force users to upgrade to this version so port maintainers don't have to support older versions. PR: 245725 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=534792
* java/intellij: Update to version 2020.1.1.Boris Samorodov2020-05-073-91/+94
| | | | Notes: svn path=/head/; revision=534278
* Remove expired ports:Rene Ladan2020-05-0521-786/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusted for ports rescued since r534032 2020-05-05 audio/festvox-czech: Broken for more than 6 months 2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months 2020-05-05 audio/mixmos: Broken for more than 6 months 2020-05-05 audio/mma: Broken for more than 6 months 2020-05-05 audio/pd-cyclone: Broken for more than 6 months 2020-05-05 audio/shorten: Broken for more than 6 months 2020-05-05 audio/taglib-sharp: Broken for more than 6 months 2020-05-05 audio/xhippo: Broken for more than 6 months 2020-05-05 biology/consed: Broken for more than 6 months 2020-05-05 biology/plinkseq: Broken for more than 6 months 2020-05-05 biology/seqtools: Broken for more than 6 months 2020-05-05 biology/t_coffee: Broken for more than 6 months 2020-05-05 biology/ugene: Broken for more than 6 months 2020-05-05 comms/ath3k-firmware: Broken for more than 6 months 2020-05-05 comms/geoid: Broken for more than 6 months 2020-05-05 comms/jerm: Broken for more than 6 months 2020-05-05 comms/yaac: Broken for more than 6 months 2020-05-05 converters/dumpasn1: Broken for more than 6 months 2020-05-05 databases/elixir-exredis: Broken for more than 6 months 2020-05-05 databases/hamsterdb: Broken for more than 6 months 2020-05-05 databases/memcacheq: Broken for more than 6 months 2020-05-05 databases/mysql++1: Broken for more than 6 months 2020-05-05 databases/mysql++3: Broken for more than 6 months 2020-05-05 databases/mysql2odbc: Broken for more than 6 months 2020-05-05 databases/mysqlidxchk: Broken for more than 6 months 2020-05-05 databases/p5-DBIx-Ease: Broken for more than 6 months 2020-05-05 databases/p5-DMOZ-ParseRDF: Broken for more than 6 months 2020-05-05 databases/pear-DoctrineORM: Broken for more than 6 months 2020-05-05 databases/pear-MDB2_Driver_mysql: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBQuery: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBTable: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_DataObject: Broken for more than 6 months 2020-05-05 databases/pear-Structures_DataGrid_DataSource_MDB2: Broken for more than 6 months 2020-05-05 databases/pgagent: Broken for more than 6 months 2020-05-05 databases/useracc: Broken for more than 6 months 2020-05-05 deskutils/devd-notifier: Broken for more than 6 months 2020-05-05 deskutils/sugarcrm: Broken for more than 6 months 2020-05-05 deskutils/tine20: Broken for more than 6 months 2020-05-05 deskutils/tomboy-plugin-latex: Broken for more than 6 months 2020-05-05 deskutils/tomboy-plugin-todo: Broken for more than 6 months 2020-05-05 deskutils/wyrd: Broken for more than 6 months 2020-05-05 deskutils/xrolo: 64-bit unsupported 2020-05-05 devel/autodist: Broken for more than 6 months 2020-05-05 devel/bouml-doc: Broken for more than 6 months 2020-05-05 devel/cobf: Broken for more than 6 months 2020-05-05 devel/djgpp-crx: Broken for more than 6 months 2020-05-05 devel/elfrc: Broken for more than 6 months 2020-05-05 devel/frink: Broken for more than 6 months 2020-05-05 devel/gogland-eap: Broken for more than 6 months 2020-05-05 devel/hive: Broken for more than 6 months 2020-04-01 devel/hs-bytestring-nums: No releases since 2012 2020-05-05 devel/iz: Broken for more than 6 months 2020-05-05 devel/jfrog-cli: Broken for more than 6 months 2020-05-05 devel/libcfg: Broken for more than 6 months 2020-05-05 devel/libdispatch: Broken for more than 6 months 2020-05-05 devel/libjson++: Broken for more than 6 months 2020-05-05 devel/libmonetra: Broken for more than 6 months 2020-05-05 devel/libol: Broken for more than 6 months 2020-05-05 devel/libserver: Broken for more than 6 months 2020-05-05 devel/lua-MessagePack: Broken for more than 6 months 2020-05-05 devel/mercurialeclipse: Broken for more than 6 months 2020-05-05 devel/mime: Broken for more than 6 months 2020-05-05 devel/motor: Broken for more than 6 months 2020-05-05 devel/mq4cpp: Broken for more than 6 months 2020-05-05 devel/myrepos: Broken for more than 6 months 2020-05-05 devel/notify-sharp: Broken for more than 6 months 2020-05-05 devel/oozie: Broken for more than 6 months 2020-05-05 devel/p5-Cdk: Broken for more than 6 months 2020-05-05 devel/p5-Data-Average: Broken for more than 6 months 2020-05-05 devel/p5-Range-String: Broken for more than 6 months 2020-05-05 devel/p5-Shape: Broken for more than 6 months 2020-05-05 devel/pear-PHP_CodeBrowser: Broken for more than 6 months 2020-05-05 devel/pear-PHP_Depend: Broken for more than 6 months 2020-05-05 devel/pear-PHP_PMD: Broken for more than 6 months 2020-05-05 devel/pear-TheSeer_phpDox: Broken for more than 6 months 2020-05-05 devel/picp: Broken for more than 6 months 2020-05-05 devel/pig: Broken for more than 6 months 2020-05-05 devel/pty: Broken for more than 6 months 2020-05-05 devel/py-libiocage: Broken for more than 6 months 2020-05-05 devel/py-lock_file: Broken for more than 6 months 2020-05-05 devel/py-pyev: Broken for more than 6 months 2020-05-05 devel/rpm-spec-mode.el: Broken for more than 6 months 2020-05-05 devel/simple_components: Broken for more than 6 months 2020-05-05 devel/tcloo: Tcl/Tk 8.5 is nearing EOL, please consider porting to Tcl/Tk 8.6 2020-05-05 devel/tkmerge: Broken for more than 6 months 2020-05-05 devel/toh: Broken for more than 6 months 2020-05-05 devel/visualparadigm: Broken for more than 6 months 2020-05-05 dns/autotrust: Broken for more than 6 months 2020-05-05 dns/gdnsd: Broken for more than 6 months 2020-05-05 dns/p5-Stanford-DNSserver: Broken for more than 6 months 2020-05-05 dns/zonecheck: Broken for more than 6 months 2020-05-05 editors/omegaT: Broken for more than 6 months 2020-05-05 finance/cbb: Broken for more than 6 months 2020-05-05 ftp/llnlxdir: Broken for more than 6 months 2020-05-05 ftp/llnlxftp: Broken for more than 6 months 2020-05-05 games/adom: Broken for more than 6 months 2020-05-05 games/bsdrain: Broken for more than 6 months 2020-05-05 games/bunnysay: Broken for more than 6 months 2020-05-05 games/castlevox: Broken for more than 6 months 2020-05-05 games/gnarr: Broken for more than 6 months 2020-05-05 games/hohlin: Broken for more than 6 months 2020-05-05 games/hoichess: Broken for more than 6 months 2020-05-05 games/kajaani-kombat: Broken for more than 6 months 2020-05-05 games/linux-enemyterritory-jaymod-21: Broken for more than 6 months 2020-05-05 games/linux-enemyterritory-omni-bot: Broken for more than 6 months 2020-05-05 games/linux-enemyterritory-omni-bot-0660: Broken for more than 6 months 2020-05-05 games/nadar: Broken for more than 6 months 2020-05-05 games/nxengine: Broken for more than 6 months 2020-05-05 games/oneko: Broken for more than 6 months 2020-05-05 games/seahaven: Broken for more than 6 months 2020-05-05 games/sudoku_solver: Broken for more than 6 months 2020-05-05 games/tetrons: Broken for more than 6 months 2020-05-05 games/xpenguins: Broken for more than 6 months 2020-05-05 games/xvmahjongg: 64-bit unsupported 2020-05-05 games/xvmines: 64-bit unsupported 2020-05-05 graphics/EZWGL: Broken for more than 6 months 2020-05-05 graphics/kix-kmod: Broken for more than 6 months 2020-05-05 graphics/mhgui: Broken for more than 6 months 2020-05-05 graphics/mmrecover: Broken for more than 6 months 2020-05-05 hungarian/hu-phone: Broken for more than 6 months 2020-05-05 hungarian/hu-zipcodes: Broken for more than 6 months 2020-05-05 irc/charybdis: Broken for more than 6 months 2020-05-05 irc/fisg: Broken for more than 6 months 2020-05-05 irc/ircd-ru: Broken for more than 6 months 2020-05-05 irc/ircservices: Broken for more than 6 months 2020-05-05 irc/nethirc: Broken for more than 6 months 2020-05-05 irc/ratbox-services: Broken for more than 6 months 2020-05-05 irc/roxirc: Broken for more than 6 months 2020-05-05 japanese/jstrings: Broken for more than 6 months 2020-05-05 japanese/mg: Broken for more than 6 months 2020-05-05 japanese/ming: Broken for more than 6 months 2020-05-05 japanese/t2ps: Broken for more than 6 months 2020-05-05 java/castor: Broken for more than 6 months 2020-05-05 java/eclipse-windowbuilder: Broken for more than 6 months 2020-05-05 java/jdbcpool: Broken for more than 6 months 2020-05-05 java/jomp: Broken for more than 6 months 2020-05-05 java/langspec: Broken for more than 6 months 2020-05-05 java/xdoclet: Broken for more than 6 months 2020-05-05 korean/xpdf: Broken for more than 6 months 2020-05-05 lang/afnix: Broken for more than 6 months 2020-05-05 lang/elan: Broken for more than 6 months 2020-05-05 lang/gnatcross-aarch64: Broken for more than 6 months 2020-05-05 lang/hope: Broken for more than 6 months 2020-05-05 lang/hugs: Broken for more than 6 months 2020-05-05 lang/ici: Broken for more than 6 months 2020-05-05 lang/icon: Broken for more than 6 months 2020-05-05 lang/newlisp-devel: Broken for more than 6 months 2020-05-05 lang/ohugs: Broken for more than 6 months 2020-05-05 lang/opendylan: Broken for more than 6 months 2020-05-05 lang/phc: Broken for more than 6 months 2020-05-05 lang/starlogo: Broken for more than 6 months 2020-05-05 lang/yap: Broken for more than 6 months 2020-05-05 lang/yap-devel: Broken for more than 6 months 2020-05-05 mail/chk4mail: Broken for more than 6 months 2020-05-05 mail/librfc822: Broken for more than 6 months 2020-05-05 mail/mailmgr: Broken for more than 6 months 2020-05-05 mail/mreport: Broken for more than 6 months 2020-05-05 mail/msgconvert: Broken for more than 6 months 2020-05-05 mail/nullpop: Broken for more than 6 months 2020-05-05 mail/p5-Mail-MailStats: Broken for more than 6 months 2020-05-05 mail/poppassd: Broken for more than 6 months 2020-05-05 mail/prayer: Broken for more than 6 months 2020-05-05 mail/py-cyruslib: Broken for more than 6 months 2020-05-05 mail/qmail-auditor: Broken for more than 6 months 2020-05-05 mail/qmailmrtg7: Broken for more than 6 months 2020-05-05 mail/qmqtool: Broken for more than 6 months 2020-05-05 mail/relaydb: Broken for more than 6 months 2020-05-05 mail/rftp: Broken for more than 6 months 2020-05-05 mail/smtp-gated: Broken for more than 6 months 2020-05-05 mail/spamoracle: Broken for more than 6 months 2020-05-05 math/calctool: 64-bit unsupported 2020-05-05 math/diehard: Broken for more than 6 months 2020-05-05 math/e: Broken for more than 6 months 2020-05-05 math/entropy: Broken for more than 6 months 2020-05-05 math/liblbfgs: Broken for more than 6 months 2020-05-05 math/libtsnnls: Broken for more than 6 months 2020-05-05 math/ltl: Broken for more than 6 months 2020-05-05 math/naturalmath: Broken for more than 6 months 2020-05-05 math/proofgeneral: Broken for more than 6 months 2020-05-05 math/py-basemap-data: Broken for more than 6 months 2020-05-05 math/py-igakit: Broken for more than 6 months 2020-05-05 math/py-rapi: Broken for more than 6 months 2020-05-05 math/sfst: Broken for more than 6 months 2020-05-05 math/truthtable: Broken for more than 6 months 2020-05-05 math/wingz3: Broken for more than 6 months 2020-05-05 math/x12arima: Broken for more than 6 months 2020-05-05 math/xppaut: Broken for more than 6 months 2020-05-05 misc/achievo: Broken for more than 6 months 2020-05-05 misc/auto-multiple-choice: Broken for more than 6 months 2020-05-05 misc/display: Broken for more than 6 months 2020-05-05 misc/esniper: Broken for more than 6 months 2020-05-05 misc/free42-skins: Broken for more than 6 months 2020-05-05 misc/libisocodes: Broken for more than 6 months 2020-05-05 misc/loop: Broken for more than 6 months 2020-05-05 misc/p5-Norge: Broken for more than 6 months 2020-05-05 misc/pantry: Broken for more than 6 months 2020-05-05 misc/phraze: Broken for more than 6 months 2020-05-05 misc/podsleuth: Broken for more than 6 months 2020-05-05 misc/py-osd: Broken for more than 6 months 2020-05-05 misc/rfc: Broken for more than 6 months 2020-05-05 misc/spamcalc: Broken for more than 6 months 2020-05-05 misc/us-zipcodes: Broken for more than 6 months 2020-05-05 misc/xtypo: Broken for more than 6 months 2020-05-05 misc/yaunc: Broken for more than 6 months 2020-05-05 multimedia/clipgrab: Broken for more than 6 months 2020-05-05 multimedia/libsmacker: Broken for more than 6 months 2020-05-05 multimedia/lxdvdrip: Broken for more than 6 months 2020-05-05 multimedia/mjpg-streamer: Broken for more than 6 months 2020-05-05 multimedia/vcdpad: Broken for more than 6 months 2020-05-05 net/erlang-xmlrpc: Broken for more than 6 months 2020-05-05 net/etrace: Broken for more than 6 months 2020-05-05 net/fonulator: Broken for more than 6 months 2020-05-05 net/gkrellmwireless2: Broken for more than 6 months 2020-05-05 net/howl: Broken for more than 6 months 2020-05-05 net/libp0f: Broken for more than 6 months 2020-05-05 net/libsocket++: Broken for more than 6 months 2020-05-05 net/ltm: Broken for more than 6 months 2020-05-05 net/lvwimax: Broken for more than 6 months 2020-05-05 net/mono-zeroconf: Broken for more than 6 months 2020-05-05 net/nph: Broken for more than 6 months 2020-05-05 net/p5-Net-RawSock: Broken for more than 6 months 2020-05-05 net/passlogd: Broken for more than 6 months 2020-05-05 net/phamm: Broken for more than 6 months 2020-05-05 net/pim6-tools: Broken for more than 6 months 2020-05-05 net/pim6dd: Broken for more than 6 months 2020-05-05 net/pim6sd: Broken for more than 6 months 2020-05-05 net/proxy-connect: Broken for more than 6 months 2020-05-05 net/rtpbreak: Broken for more than 6 months 2020-05-05 net/s3ql: Broken for more than 6 months 2020-05-05 net/scnc: Broken for more than 6 months 2020-05-05 net/sip_scenario: Broken for more than 6 months 2020-05-05 net/slurm: Broken for more than 6 months 2020-05-05 net/ssmping: Broken for more than 6 months 2020-05-05 net/tcpdstat: Broken for more than 6 months 2020-05-05 net/uplog: Broken for more than 6 months 2020-05-05 net/vblade: Broken for more than 6 months 2020-05-05 net/wizd: Broken for more than 6 months 2020-05-05 net/wmnetload: Broken for more than 6 months 2020-05-05 net/wmnetmon: Broken for more than 6 months 2020-05-05 net/wmpiki: Broken for more than 6 months 2020-05-05 net/xipmsg: Broken for more than 6 months 2020-05-05 net-im/chattahoochie: Broken for more than 6 months 2020-05-05 net-im/jitsi: Broken for more than 6 months 2020-05-05 net-im/mu-conference: Broken for more than 6 months 2020-05-05 net-im/p5-Jabber-Connection: Broken for more than 6 months 2020-05-05 net-im/p5-Net-ICQ2000: Broken for more than 6 months 2020-05-05 net-im/pidgin-guifications: Broken for more than 6 months 2020-05-05 net-im/pidgin-osd: Broken for more than 6 months 2020-05-05 net-im/yoono: Broken for more than 6 months 2020-05-05 net-mgmt/arpalert: Broken for more than 6 months 2020-05-05 net-mgmt/nagios-check_memcached_paranoid: Broken for more than 6 months 2020-05-05 net-mgmt/netwox: Broken for more than 6 months 2020-05-05 net-mgmt/nstreams: Broken for more than 6 months 2020-05-05 net-mgmt/p5-GRNOC-Config: Broken for more than 6 months 2020-05-05 net-mgmt/p5-GRNOC-TL1: Broken for more than 6 months 2020-05-05 net-mgmt/scli: Broken for more than 6 months 2020-05-05 net-mgmt/snmp++: Broken for more than 6 months 2020-05-05 net-mgmt/victorops-nagios: Broken for more than 6 months 2020-05-05 net-p2p/libpdtp: Broken for more than 6 months 2020-05-05 net-p2p/squall: Broken for more than 6 months 2020-05-05 news/crashmail: Broken for more than 6 months 2020-05-05 news/sn: Broken for more than 6 months 2020-05-05 news/xrn: Broken for more than 6 months 2020-05-05 ports-mgmt/managepkg: Broken for more than 6 months 2020-05-05 portuguese/irpf-pt_BR: Broken for more than 6 months 2020-05-05 print/foxitreader: Broken for more than 6 months 2020-05-05 print/pdfcube: Broken for more than 6 months 2020-05-05 print/pmw: Broken for more than 6 months 2020-05-05 print/rprint: Broken for more than 6 months 2020-05-05 russian/p5-cyrillic: Broken for more than 6 months 2020-05-05 russian/tidyup-mail: Broken for more than 6 months 2020-05-05 science/abinit: Broken for more than 6 months 2020-05-05 science/atom: Broken for more than 6 months 2020-05-05 science/cp2k: Broken for more than 6 months 2020-05-05 science/esys-particle: Broken for more than 6 months 2020-05-05 science/openmx: Broken for more than 6 months 2020-05-05 science/p5-Geo-ReadGRIB: Broken for more than 6 months 2020-05-05 science/py-tensorflow-estimator: Broken for more than 6 months 2020-05-05 security/firewalk: Broken for more than 6 months 2020-05-05 security/hmap: Broken for more than 6 months 2020-05-05 security/ipfcount: Broken for more than 6 months 2020-05-05 security/libbf: Broken for more than 6 months 2020-05-05 security/log2timeline: Broken for more than 6 months 2020-05-05 security/opencdk: Broken for more than 6 months 2020-05-05 security/pad: Broken for more than 6 months 2020-05-05 security/pam_fprint: Broken for more than 6 months 2020-05-05 security/pam_per_user: Broken for more than 6 months 2020-05-05 security/razorback-dispatcher: Broken for more than 6 months 2020-05-05 security/ruby-camellia: Broken for more than 6 months 2020-05-05 security/scanhill: Broken for more than 6 months 2020-05-05 security/sinfp: Broken for more than 6 months 2020-05-05 security/ssh_askpass_gtk2: Broken for more than 6 months 2020-05-05 security/subweb: Broken for more than 6 months 2020-05-05 security/unssh: Broken for more than 6 months 2020-05-05 security/xspy: Broken for more than 6 months 2020-05-05 shells/osh: Broken for more than 6 months 2020-05-05 shells/shell-include: Broken for more than 6 months 2020-05-05 sysutils/abgx360gui: Broken for more than 6 months 2020-05-05 sysutils/autojump: Broken for more than 6 months 2020-05-05 sysutils/backupchecker: Broken for more than 6 months 2020-05-05 sysutils/cdf: Broken for more than 6 months 2020-05-05 sysutils/cdls: Broken for more than 6 months 2020-05-05 sysutils/circonus-agent: Broken for more than 6 months 2020-05-05 sysutils/cloop-utils: Broken for more than 6 months 2020-05-05 sysutils/confman: Broken for more than 6 months 2020-05-05 sysutils/detach: Broken for more than 6 months 2020-05-05 sysutils/disktool: 64-bit unsupported 2020-05-05 sysutils/downtime: Broken for more than 6 months 2020-05-05 sysutils/fusefs-fusexmp_fh: Broken for more than 6 months 2020-05-05 sysutils/fusefs-gunzip: Broken for more than 6 months 2020-05-05 sysutils/goss: Broken for more than 6 months 2020-05-05 sysutils/gpte: Broken for more than 6 months 2020-05-05 sysutils/hidesvn: Broken for more than 6 months 2020-05-05 sysutils/hoz: Broken for more than 6 months 2020-05-05 sysutils/intel-qcu: Broken for more than 6 months 2020-05-05 sysutils/iogen: Broken for more than 6 months 2020-05-05 sysutils/jailctl: Broken for more than 6 months 2020-05-05 sysutils/jx: Broken for more than 6 months 2020-05-05 sysutils/linux-crashplan: Broken for more than 6 months 2020-05-05 sysutils/mkfile: Broken for more than 6 months 2020-05-05 sysutils/mpiexec: Broken for more than 6 months 2020-05-05 sysutils/nfsping: Broken for more than 6 months 2020-05-05 sysutils/phantom: Broken for more than 6 months 2020-05-05 sysutils/ptools: Broken for more than 6 months 2020-05-05 sysutils/realsync: Broken for more than 6 months 2020-05-05 sysutils/rmonitor: Broken for more than 6 months 2020-05-05 sysutils/roottail: Broken for more than 6 months 2020-05-05 sysutils/sb16config: Broken for more than 6 months 2020-05-05 sysutils/sbase: Broken for more than 6 months 2020-05-05 sysutils/setquota: Broken for more than 6 months 2020-05-05 sysutils/sortu: Broken for more than 6 months 2020-05-05 sysutils/stmpclean: Broken for more than 6 months 2020-05-05 sysutils/tmate-slave: Broken for more than 6 months 2020-05-05 sysutils/tss: Broken for more than 6 months 2020-05-05 sysutils/vstrip: Broken for more than 6 months 2020-05-05 sysutils/watchdog: Broken for more than 6 months 2020-05-05 sysutils/wmbsdbatt: Broken for more than 6 months 2020-05-05 sysutils/wmcpuload: Broken for more than 6 months 2020-05-05 sysutils/wmcube: Broken for more than 6 months 2020-05-05 sysutils/wtail: Broken for more than 6 months 2020-05-05 textproc/csv2latex: Broken for more than 6 months 2020-05-05 textproc/da-hyphen: Broken for more than 6 months 2020-05-05 textproc/glark: Broken for more than 6 months 2020-05-05 textproc/html2tex: Broken for more than 6 months 2020-05-05 textproc/htmlsection: Broken for more than 6 months 2020-05-05 textproc/kenlm: Broken for more than 6 months 2020-05-05 textproc/libguess: Broken for more than 6 months 2020-05-05 textproc/libxml++26-reference: Broken for more than 6 months 2020-05-05 textproc/no-hunspell: Broken for more than 6 months 2020-05-05 textproc/p5-MARC: Broken for more than 6 months 2020-05-05 textproc/p5-texcount: Broken for more than 6 months 2020-05-05 textproc/pcrs: Broken for more than 6 months 2020-05-05 textproc/pear-Structures_DataGrid_DataSource_RSS: Broken for more than 6 months 2020-05-05 textproc/pear-Structures_DataGrid_DataSource_XML: Broken for more than 6 months 2020-05-05 textproc/permute: Broken for more than 6 months 2020-05-05 textproc/pocketreader: Broken for more than 6 months 2020-05-05 textproc/py-sgrep: Broken for more than 6 months 2020-05-05 textproc/rss2html: Broken for more than 6 months 2020-05-05 textproc/ruby-xmlparser: Broken for more than 6 months 2020-05-05 textproc/sv-hyphen: Broken for more than 6 months 2020-05-05 textproc/tclExpat: Broken for more than 6 months 2020-05-05 textproc/tex2im: Broken for more than 6 months 2020-05-05 textproc/topic: Broken for more than 6 months 2020-05-05 textproc/uz-hunspell: Broken for more than 6 months 2020-05-05 textproc/xmlprpr: Broken for more than 6 months 2020-05-05 www/ach: Broken for more than 6 months 2020-05-05 www/apache-forrest: Broken for more than 6 months 2020-05-05 www/apercu: Broken for more than 6 months 2020-05-05 www/cblog: Broken for more than 6 months 2020-05-05 www/drood: Broken for more than 6 months 2020-05-05 www/drraw: Broken for more than 6 months 2020-05-05 www/flood: Broken for more than 6 months 2020-05-05 www/grafana2: Broken for more than 6 months 2020-05-05 www/imgsizer: Broken for more than 6 months 2020-05-05 www/jdresolve: Broken for more than 6 months 2020-05-05 www/linkcheck: Broken for more than 6 months 2020-05-05 www/madsonic-standalone: Broken for more than 6 months 2020-05-05 www/mod_auth_external2: Broken for more than 6 months 2020-05-05 www/mod_chroot: Broken for more than 6 months 2020-05-05 www/mod_cvs2: Broken for more than 6 months 2020-05-05 www/mod_domaintree: Broken for more than 6 months 2020-05-05 www/mod_encoding: Broken for more than 6 months 2020-05-05 www/mod_flickr: Broken for more than 6 months 2020-05-05 www/mod_gzip2: Broken for more than 6 months 2020-05-05 www/mod_layout22: Broken for more than 6 months 2020-05-05 www/mod_proctitle: Broken for more than 6 months 2020-05-05 www/mod_tsa: Broken for more than 6 months 2020-05-05 www/mod_vhs: Broken for more than 6 months 2020-05-05 www/p5-AnyEvent-Mojo: Broken for more than 6 months 2020-05-05 www/p5-Apache-Gallery: Broken for more than 6 months 2020-05-05 www/p5-WWW-Google-Video: Broken for more than 6 months 2020-05-05 www/p5-WWW-Shorten-KUSO: Broken for more than 6 months 2020-05-05 www/p5-WWW-Shorten-isgd: Broken for more than 6 months 2020-05-05 www/photo_gallery: Broken for more than 6 months 2020-05-05 www/pwebstats: Broken for more than 6 months 2020-05-05 www/py-django-profiles: Broken for more than 6 months 2020-05-05 www/red5: Broken for more than 6 months 2020-05-05 www/redmine-sidebar_hide: Broken for more than 6 months 2020-05-05 www/rssowl: Broken for more than 6 months 2020-05-05 www/skytemplate: Broken for more than 6 months 2020-05-05 www/surfraw: Broken for more than 6 months 2020-05-05 www/sws: Broken for more than 6 months 2020-05-05 www/tickr: Broken for more than 6 months 2020-05-05 www/tinytinyhttpd: Broken for more than 6 months 2020-05-05 www/udmsearch: Broken for more than 6 months 2020-05-05 www/vee: Broken for more than 6 months 2020-05-05 www/webreport: Broken for more than 6 months 2020-05-05 www/webstats: Broken for more than 6 months 2020-05-05 www/www6to4: Broken for more than 6 months 2020-05-05 x11/deskpaint: Broken for more than 6 months 2020-05-05 x11/dmenu2: Broken for more than 6 months 2020-05-05 x11/gcb: Broken for more than 6 months 2020-05-05 x11/gpctool: Broken for more than 6 months 2020-05-05 x11/ipager: Broken for more than 6 months 2020-05-05 x11/keylaunch: Broken for more than 6 months 2020-05-05 x11/props: 64-bit unsupported 2020-05-05 x11/roxbg: Broken for more than 6 months 2020-05-05 x11/sisctrl: Broken for more than 6 months 2020-05-05 x11/wdm: Broken for more than 6 months 2020-05-05 x11/xaniroc: Broken for more than 6 months 2020-05-05 x11/xmove: Broken for more than 6 months 2020-05-05 x11/xnodecor: Broken for more than 6 months 2020-05-05 x11/xvattr: Broken for more than 6 months 2020-05-05 x11-clocks/tktz: Broken for more than 6 months 2020-05-05 x11-clocks/xtimer: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-dropline-neu: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-dropline-nou: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-gion: Broken for more than 6 months 2020-05-05 x11-themes/gnome-icons-jini: Broken for more than 6 months 2020-05-05 x11-themes/gtk-aurora-engine: Broken for more than 6 months 2020-05-05 x11-themes/gtk-blueprint-engine: Broken for more than 6 months 2020-05-05 x11-themes/gtk-murrina-fancy-clearlooks: Broken for more than 6 months 2020-05-05 x11-themes/gtk-murrina-lightblue: Broken for more than 6 months 2020-05-05 x11-themes/gtk-murrine-themes: Broken for more than 6 months 2020-05-05 x11-themes/murrine-configurator: Broken for more than 6 months 2020-05-05 x11-themes/nimbus: Broken for more than 6 months 2020-05-05 x11-themes/openbox-themes: Broken for more than 6 months 2020-05-05 x11-themes/rezlooks: Broken for more than 6 months 2020-05-05 x11-themes/ubuntulooks: Broken for more than 6 months 2020-05-05 x11-toolkits/slingshot: 64-bit unsupported 2020-05-05 x11-toolkits/xview-clients: 64-bit unsupported 2020-05-05 x11-wm/fluxconf: Broken for more than 6 months 2020-05-05 x11-wm/ion: Broken for more than 6 months 2020-05-05 x11-wm/matwm2: Broken for more than 6 months 2020-05-05 x11-wm/nickleby: Broken for more than 6 months 2020-05-05 x11-wm/olvwm: 64-bit unsupported 2020-05-05 x11-wm/ratmenu: Broken for more than 6 months Notes: svn path=/head/; revision=534093
* - Unbreak. Repository was renamedDanilo Egea Gondolfo2020-04-232-4/+4
| | | | | | | - Add license Notes: svn path=/head/; revision=532710
* devel/icu: update to 67.1Jan Beich2020-04-231-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* Update to 7u261Greg Lewis2020-04-193-18/+4
| | | | Notes: svn path=/head/; revision=532162
* java/intellij: Update to version 2020.1.Boris Samorodov2020-04-193-592/+360
| | | | Notes: svn path=/head/; revision=532161
* java/intellij-ultimate: Update to 2020.1Dmitri Goutnik2020-04-193-632/+419
| | | | | | | | | | Changes: https://www.jetbrains.com/idea/whatsnew/#v20201-apr-9 PR: 245708 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru> Approved by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer) Notes: svn path=/head/; revision=532147
* Update to 12.0.2+10.4Greg Lewis2020-04-183-64/+4
| | | | | | | | PR: 244947 Submitted by: Trond.Endrestol@ximalas.info Notes: svn path=/head/; revision=532044
* Update to 13.0.3 GAGreg Lewis2020-04-182-5/+5
| | | | Notes: svn path=/head/; revision=531989
* Update to 14.0.1 GAGreg Lewis2020-04-174-111/+6
| | | | Notes: svn path=/head/; revision=531985
* Update to 11.0.7 GAGreg Lewis2020-04-166-56/+5
| | | | Notes: svn path=/head/; revision=531799
* Update to 8u252Greg Lewis2020-04-152-6/+5
| | | | Notes: svn path=/head/; revision=531798
* Fix build on HEAD.Kirill Ponomarev2020-04-143-0/+39
| | | | | | | | PR: 244803 Submitted by: Yasuhiro KIMURA <yasu_AT_utahime__dot__org> Notes: svn path=/head/; revision=531679
* Fix linker errors with libinotify.Jung-uk Kim2020-04-082-0/+18
| | | | | | | | | A patch was mismerged in the previous update. PR: 243454 Notes: svn path=/head/; revision=531145
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-049-0/+18
| | | | Notes: svn path=/head/; revision=530719
* Fix build for aarch64Greg Lewis2020-03-222-0/+105
| | | | | | | Submitted by: Klaus Küchemann <maciphone2@googlemail.com> Notes: svn path=/head/; revision=528938
* Fix the build on aarch64Greg Lewis2020-03-221-0/+59
| | | | | | | Submitted by: Klaus Küchemann <maciphone2@googlemail.com> Notes: svn path=/head/; revision=528937
* java/jlint: Unbreak on CURRENTTobias Kortkamp2020-03-222-2/+22
| | | | | | | | | | | | | | | | In file included from access_desc.cc:1: In file included from ./access_desc.hh:8: In file included from ./class_desc.hh:4: In file included from ./types.hh:41: ./jlint.d:117:16: error: redefinition of 'drem' JAVA_INSN(115, drem, 1) ^ /usr/include/math.h:329:8: note: previous definition is here double drem(double, double); ^ Notes: svn path=/head/; revision=528899
* Teach javavmwrapper about "14" as a version specifierGreg Lewis2020-03-212-8/+11
| | | | Notes: svn path=/head/; revision=528867
* java/eclipse: update to 4.15Tobias C. Berner2020-03-2011-105/+91
| | | | | | | | PR: 244927 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=528798
* Unbreak by fixing the master-site.Mikhail Teterin2020-03-191-3/+1
| | | | | | | Approved by: ale@ (the maintainer) Notes: svn path=/head/; revision=528726
* Deprecate java/openjfx8-devel consumersTobias Kortkamp2020-03-192-0/+6
| | | | | | | | | | | Chase r527795 and put a deprecation notice on all openjfx8-devel dependent ports too. Also deprecate devel/gradle4 which is only needed to build igv and openjfx8-devel. Notes: svn path=/head/; revision=528706
* Fix build with Clang.Jung-uk Kim2020-03-191-0/+14
| | | | Notes: svn path=/head/; revision=528701
* Add a port of OpenJDK 14Greg Lewis2020-03-1811-0/+263
| | | | Notes: svn path=/head/; revision=528626
* Allow an already installed openjdk13 to be used as a bootstrapGreg Lewis2020-03-181-1/+2
| | | | Notes: svn path=/head/; revision=528625
* devel/icu: update to 66.1Jan Beich2020-03-131-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* Update to 4.1.47Greg Lewis2020-03-112-4/+4
| | | | Notes: svn path=/head/; revision=528203
* Update to 4.1.46Greg Lewis2020-03-092-4/+4
| | | | Notes: svn path=/head/; revision=528090
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* Update to 7u251Greg Lewis2020-03-0818-48800/+88
| | | | Notes: svn path=/head/; revision=528057