aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainership on Dominic Fandrey's ports.adamw2017-09-242-2/+2
| | | | With hat: portmgr
* java/openjfx8-devel: Unbreak build with ICU 59.1tobik2017-09-222-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:40:13: error: no matching function for call to 'create' return &OpaqueJSString::create(chars, numChars).leakRef(); ^~~~~~~~~~~~~~~~~~~~~~ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:48:32: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument static Ref<OpaqueJSString> create(const LChar* characters, unsigned length) ^ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:53:32: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument static Ref<OpaqueJSString> create(const UChar* characters, unsigned length) ^ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:43:32: note: candidate function not viable: requires 0 arguments, but 2 were provided static Ref<OpaqueJSString> create() ^ modules/web/src/main/native/Source/JavaScriptCore/API/OpaqueJSString.h:58:53: note: candidate function not viable: requires 1 argument, but 2 were provided JS_EXPORT_PRIVATE static RefPtr<OpaqueJSString> create(const String&); ^ modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:65:35: error: no matching function for call to 'createWithoutCopying' return OpaqueJSString::create(StringImpl::createWithoutCopying(chars, numChars)).leakRef(); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modules/web/src/main/native/Source/WTF/wtf/text/StringImpl.h:385:50: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const UChar *' (aka 'const char16_t *') for 1st argument WTF_EXPORT_STRING_API static Ref<StringImpl> createWithoutCopying(const UChar* characters, unsigned length); ^ modules/web/src/main/native/Source/WTF/wtf/text/StringImpl.h:386:50: note: candidate function not viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *') to 'const LChar *' (aka 'const unsigned char *') for 1st argument WTF_EXPORT_STRING_API static Ref<StringImpl> createWithoutCopying(const LChar* characters, unsigned length); ^ modules/web/src/main/native/Source/JavaScriptCore/API/JSStringRef.cpp:90:12: error: cannot initialize return object of type 'const JSChar *' (aka 'const unsigned short *') with an rvalue of type 'const UChar *' (aka 'const char16_t *') return string->characters(); ^~~~~~~~~~~~~~~~~~~~ modules/web/src/main/native/Source/WTF/wtf/unicode/java/UnicodeJava.h:21:18: error: typedef redefinition with different types ('uint16_t' (aka 'unsigned short') vs 'char16_t') typedef uint16_t UChar; ^ /usr/local/include/unicode/umachine.h:347:22: note: previous definition is here typedef char16_t UChar; PR: 218788, 222270 Submitted by: jbeich Reviewed by: jbeich Obtained from: WebKit (rebased)
* java/intellij: Update to version 2017.2.4.bsam2017-09-143-14/+14
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-114-4/+4
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* . Update to 7u151.glewis2017-09-094-782/+793
|
* Fix available memory calculation on head after r309017.jkim2017-09-072-6/+26
| | | | | Note PORTREVISION is not bumped because it only affects a kernel without "options COMPAT_FREEBSD11".
* Fix available memory calculation on head after r309017.jkim2017-09-071-47/+51
| | | | | Note PORTREVISION is not bumped because it only affects a kernel without "options COMPAT_FREEBSD11".
* . Update to b44.glewis2017-09-032-3/+6
|
* The src tree is splitting 32-bit arm support into 'armv6' and the newlinimon2017-09-011-7/+9
| | | | | | | | 'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture. PR: 221896 Approved by: maintainer
* java/intellij: Update to version 2017.2.3.bsam2017-08-313-14/+14
|
* . Update to 8u144.glewis2017-08-286-729/+804
|
* Require at least Gradle 4.0 for building java/openjfx8-develtobik2017-08-261-1/+1
| | | | | | This will prevent build problems when there is an older Gradle version installed in the build environment. Using older Gradle versions is not supported and leads to hard to decode build failures.
* java/openjfx8-develtobik2017-08-253-0/+27
| | | | | | | - Enable OpenGL Prism backend by default on FreeBSD too - Add missing platform check. FreeBSD is "a form of Linux or Solaris" too. Submitted by: Gareth Wyn Roberts <g.w.roberts@glyndwr.ac.uk> (via mail)
* java/intellij-pycharm -> devel/pycharm-ce: Disconnect the former and connect ↵bsam2017-08-241-1/+0
| | | | the latter.
* java/intellij-pycharm -> devel/pycharm-ce: Rename to reflect upstream andbsam2017-08-247-2328/+0
| | | | use a more appropriate origin (devel for development tools, IDEs).
* Update to version 1.58eugen2017-08-232-4/+4
| | | | | | | | | | | | | | | The main focus in this release is on features. Considerable work has been done on improving the TLS/DTLS API and the BCJSSE. Support for ECGOST3410-2012 has been added for both signing and key agreement/exchange. The DSTU-7564 digest and DSTU-7624 (Kalyna) cipher have also been added. Support for XMSS and XMSS^MT has been added to the BCPQC provider and certificate support for the BCPQC algorithms is much improved. Further details on other additions and bug fixes can be found in the release notes at: https://www.bouncycastle.org/releasenotes.html
* java/intellij: Update to version 2017.2.2.bsam2017-08-193-15/+17
|
* java/intellij-pycharm: Update to version 2017.2.1.bsam2017-08-142-4/+4
|
* Update to 8u144.jkim2017-08-114-10/+10
| | | | MFH: 2017Q3
* Fixup GH_TAGNAME usage, and minor cleanup.mat2017-08-102-5/+5
| | | | Sponsored by: Absolight
* Update to 1.5.6 release.ale2017-08-093-9/+11
| | | | | PR: 220592 Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de>
* java/intellij: Update to version 2017.2.1.bsam2017-08-033-13/+13
|
* java/intellij-pycharm: Update to version 2017.2.bsam2017-07-293-12/+157
|
* java/intellij: Update to version 2017.2.bsam2017-07-263-420/+106
|
* java/openjfx8-devel: Update to a more recent snapshottobik2017-07-238-68/+108
| | | | | | | | | | | - Add new default options MEDIA and WEBKIT to enable building of the media and web modules - Take back maintainership Running e.g. AsciidocFX on FreeBSD should be possible now. PR: 218014 Reported by: Dr. Jochen Raßler <jochen.rassler@gmail.com>, mr (via mail)
* java/intellij-pycharm: Update to version 2017.1.5.bsam2017-07-183-5/+6
|
* Fix build of java/openjfx8-devel with Gradle 4.0tobik2017-07-131-2/+6
| | | | | | PR: 220322 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11565
* Remove an unnecessary runtime dependency for NPAPI plugin support.jkim2017-07-121-2/+3
| | | | | PR: 220648 MFH: 2017Q3
* Add missing Pango symbolstobik2017-07-112-1/+12
| | | | | | | | | | | | | | | | | | | | | Currently Pango functions are hidden behind __linux__ and not compiled in as part of the build. Not all JavaFX applications are affected by this, but applications that do advanced text layout that require Pango internally cause an UnsatisfiedLinkError at runtime. Caused by: java.lang.UnsatisfiedLinkError: com.sun.javafx.font.freetype.OSPango.pango_ft2_font_map_new()J at com.sun.javafx.font.freetype.OSPango.pango_ft2_font_map_new(Native Method) at com.sun.javafx.font.freetype.PangoGlyphLayout.layout(PangoGlyphLayout.java:88) at com.sun.javafx.text.PrismTextLayout.shape(PrismTextLayout.java:834) at com.sun.javafx.text.PrismTextLayout.layout(PrismTextLayout.java:1064) at com.sun.javafx.text.PrismTextLayout.ensureLayout(PrismTextLayout.java:223) ... PR: 220566 Submitted by: Stefan Ehmann <shoesoft@gmx.net> Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11545 MFH: 2017Q3
* Fix build of java/bouncycastle15 on armv6:eugen2017-07-112-0/+42
| | | | | | | | | | | | | remove fork="true" in javac and fork="yes" in junit tasks (ant/bc+-build.xml) Original report: If java/bouncycastle15 is build on armv6 with openjdk18, the build stops with This command is not for general use and should only be run as the result of a call to ProcessBuilder.start() or Runtime.exec() in a java application PR: 220612 Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de> (based on) Approved by: az (mentor)
* java/intellij: Update to 2017.1.5.bsam2017-07-102-5/+5
|
* Add a new ALSA default option to make it possible to disable ALSAtobik2017-06-271-5/+10
| | | | | | | | | support and build the JDK without an ALSA dependency PR: 219125 Reviewed by: jbeich Approved by: mat (mentor), java (maintainer timeout, 6+ weeks) Differential Revision: https://reviews.freebsd.org/D11331
* Scrub mention of armv6hf from ARCHS. It was never in a released version.linimon2017-06-272-2/+2
| | | | | | | While here, sort ARCHS and pet portlint. Reviewed by: imp Approved by: portmgr (tier-2 blanket)
* Fix WWWsunpoet2017-06-271-1/+1
| | | | Approved by: portmgr (blanket)
* Fix WWWsunpoet2017-06-271-1/+1
| | | | Approved by: portmgr (blanket)
* qa: add check for NO_ARCHdbn2017-06-191-0/+2
| | | | | | | | | | | | | | | | | | If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr
* java/intellij-pycharm: Update to version 2017.1.4bsam2017-06-142-4/+4
|
* java/intellij: Update to version 2017.1.4bsam2017-06-072-5/+5
|
* java/intellij-pycharm: Update to version 2017.1.3bsam2017-05-312-4/+4
|
* Fix compilation with Clang 4.0.jkim2017-05-311-0/+11
|
* Fix compilation with Clang 4.0.jkim2017-05-311-0/+11
|
* . Update to b43.glewis2017-05-302-6/+13
|
* . Update to 7u141.glewis2017-05-303-927/+808
|
* . Update to 7u131.glewis2017-05-295-2692/+2533
|
* . Update to the 8u131 docs.glewis2017-05-272-4/+4
|
* Mark some ports failing on armv6, for errors classified as "???".linimon2017-05-273-0/+6
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Mark some ports failing on armv6. In cases where the error messagelinimon2017-05-263-2/+8
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* java/intellij: Update to version 2017.1.3bsam2017-05-253-6/+10
|
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-234-3/+4
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Update java/bouncycastle15 upto 1.57eugen2017-05-212-4/+4
|
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-211-0/+1
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Reported by: swills Approved by: portmgr (tier-2 blanket)
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-141-0/+2
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* java/intellij: Update Idea 171.4249.32 -> 171.4249.39bsam2017-05-112-4/+5
|
* Pass maintainership to submittersunpoet2017-05-101-1/+1
| | | | | PR: 219180 Submitted by: Jov <amutu@amutu.com>
* java/intellij-pycharm: Update to version 2017.1.2.bsam2017-05-053-4/+6
| | | | | PR: 219083 Submitted by: Christian Sturm <reezer@reezer.org>
* Provide error messages for some ports failing on aarch64, and, in alinimon2017-05-021-0/+3
| | | | | | | | few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1
| | | | | PR: 218658 Submitted by: riggs
* java/intellij: Update to version 2017.1.2.bsam2017-04-233-13/+14
|
* Update to 8u131.glewis2017-04-196-1469/+1094
|
* . Update to 8u131glewis2017-04-192-4/+4
|
* . Update to 8u131.glewis2017-04-192-6/+6
|
* java/intellij: Update to version 2017.1.1, use no-jdk distfile.bsam2017-04-143-15/+15
|
* java/intellij-pycharm: Update to version 2017.1.1.bsam2017-04-143-132/+79
|
* Merge fixes for JDK-6900441 and JDK-8029453 from Linux sources.jkim2017-04-143-1/+303
|
* Merge fix for JDK-6900441 from Linux source.jkim2017-04-143-0/+309
| | | | | | | | | | | | | | http://bugs.java.com/view_bug.do?bug_id=6900441 While we are at it, merge fix for JDK-8029453. http://bugs.java.com/view_bug.do?bug_id=8029453 Note JDK-8029453 only affects us when "-XX:WorkAroundNPTLTimedWaitHang=0" is forcibly set. Reported by: 张泽鹏 (redraiment at gmail dot com) Tested by: 张泽鹏 (redraiment at gmail dot com)
* Update to 5.3.3 release.ale2017-04-132-4/+4
|
* java/java-checkstyle: Update version 7.0=>7.6bofh2017-04-122-4/+4
|
* - Remove obsolete OSVERSION conditionamdmi32017-04-121-5/+1
| | | | Approved by: portmgr blanket
* Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.mat2017-04-111-6/+6
| | | | | | | | | | | | | | | | | There are two cases: - The upstream versionning is compatible with our versionning, or using DISTVERSION's magic leads to a compatible PORTVERSION, use DISTVERSION. If it is possible to use DISTVERSIONPREFIX and DISTVERSIONSUFFIX to make it compatible, use them. - The upstream versionning is not compatible with our versionning, and DISTVERSION's magic does not lead to a correct PORTVERSION, then set PORTVERSION to the equivalent of our versionning, and set DISTNAME. It is possible to use a third variable where you store upstream's version and use it to compute PORTVERSION and/or DISTNAME, like the dns/bind9* ports do. Sponsored by: Absolight
* new port: java/lightweight-java-profilerjmd2017-04-029-0/+158
| | | | | | | | A port of the lightweight-java-profiler (ljp). ljp acts as a bare-bones agentlib to produce profiling stacks that can be digested, e.g., by Brendan Gregg's flamegraph scripts. Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10194
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-013-3/+3
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* java/intellij-pycharm: Update to version 2017.1.bsam2017-03-283-11/+974
|
* java/intellij: Update to version 2017.1.bsam2017-03-283-34/+56
|
* java/intellij-pycharm: Update to version 2016.3.3.bsam2017-03-272-4/+4
|
* . Update to 2017b.glewis2017-03-273-4/+5
|
* java/intellij: Update to version 2016.3.5.bsam2017-03-152-5/+5
|
* Update to 1.4.vanilla2017-03-142-3/+6
|
* Switch MAINTAINER to my new account for my ports.eugen2017-03-121-1/+1
| | | | | | | | | Reviewed by: az M devel/py-application/Makefile M devel/py-xcaplib/Makefile M java/bouncycastle15/Makefile M net/py-msrplib/Makefile
* . Update to 2017a.glewis2017-03-022-4/+4
|
* Remove expired ports:rene2017-02-287-102/+0
| | | | | | | | | | | | | | | 2017-02-28 textproc/rubygem-nokogiri14: Use textproc/rubygem-nokogiri instead 2017-02-28 textproc/rubygem-liquid2: Use textproc/rubygem-liquid instead 2017-02-28 www/rubygem-rack14: Use www/rubygem-rack or www/rubygem-rack16 instead 2017-02-28 www/rubygem-mechanize26: Use www/rubygem-mechanize instead 2017-02-28 www/rubygem-net-http-persistent25: Use www/rubygem-net-http-persistent2 instead 2017-02-28 devel/rubygem-builder32: Use devel/rubygem-builder instead 2017-02-28 www/rubygem-net-http-digest_auth11: Use www/rubygem-net-http-digest_auth instead 2017-02-28 devel/rubygem-bson1: Use devel/rubygem-bson instead 2017-02-28 devel/rubygem-minitest4: Use devel/rubygem-minitest instead 2017-02-28 java/jdk16-doc: Should have been removed with linux-sun-jdk16 (2014-05-11) 2017-02-28 java/jdk7-doc: Should have been removed with linux-sun-jdk17 (2016-04-24) 2017-02-28 textproc/rubygem-sass-rails4: Use textproc/rubygem-sass-rails5 instead
* Update MAINTAINER to tobik@FreeBSD.org for my portstobik2017-02-153-3/+3
| | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610
* Actually add the patchbapt2017-02-123-0/+60
| | | | Reported by: antoine
* Fix build with libc++ (is_const is already defined by some libc++ headers)bapt2017-02-121-3/+1
| | | | This make the port work without the gcc dependency
* java/jdk(16|7)-doc: Deprecate and remove 28 FEB 2017marino2017-02-112-0/+6
| | | | | The associated jdk ports were removed years ago. The documentation should have been removed with them then.
* Remove expired ports:rene2017-02-0824-5229/+0
| | | | | | 2017-02-07 java/jboss7: Unsupported, replaced by wildfly 2017-02-07 java/jboss71: Unsupported, replaced by wildfly 2017-02-07 java/jboss72: Unsupported, replaced by wildfly
* Fix build with GCC. It was broken by r430424.jkim2017-02-031-1/+1
| | | | PR: 216738
* java/intellij: Update to version 2016.3.4.bsam2017-02-023-6/+6
|
* Fix distinfo.jkim2017-01-311-1/+3
| | | | PR: r216595
* . Update to 8u121.glewis2017-01-295-650/+1182
|
* . Update to 8u121.glewis2017-01-292-4/+4
|
* . Fix @javavm directive.glewis2017-01-291-1/+1
|
* . Update to 8u121.glewis2017-01-293-160/+161
| | | | . Fix @javavm directive.
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-211-1/+1
|
* Update to 5.3.2 release.ale2017-01-192-5/+5
|
* Update to b41.jkim2017-01-193-264/+16
|
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-187-14/+7
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* Upgrade java/wildfly10 to 10.1.0.olgeni2017-01-163-1184/+329
| | | | | | | | | | | - Move installation directory to /usr/local/wildfly10. - Fix directory permissions and ownership (root:wheel everywhere except config.) - Remove all @dir entries which are now unnecessary. - Add upgrade notice to UPDATING. PR: 212052 Submitted by: olgeni Approved by: maintainer
* . Fix compilation with Clang 4.0glewis2017-01-163-1/+23
| | | | | PR: 216016 Submitted by: jbeich@
* . Fix compilation with Clang 4.0glewis2017-01-162-1/+21
| | | | | PR: 216016 Submitted by: jbeich@
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-142-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* Update Eclipse CDT to 9.0.1 and assign port to submitter.tijl2017-01-1313-459/+944
| | | | | PR: 213649 Submitted by: Michael Zhilin <mizhka@gmail.com>
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-111-4/+0
| | | | Approved by: portmgr blanket
* Rename java/wildfly100 to java/wildfly10.olgeni2017-01-118-4/+4
| | | | | PR: 212052 Submitted by: olgeni
* java/intellij-rubymine: create portswills2017-01-119-0/+2195
| | | | | | | | | | RubyMine is a cross-platform IDE that supports Ruby, Ruby on Rails and web development. WWW: https://www.jetbrains.com/ruby/ PR: 214967 Submitted by: Stefan Wendler <stefan.wendler@tngtech.com>
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-091-5/+0
| | | | Approved by: portmgr blanket
* . Update to 2016jglewis2017-01-063-4/+6
|
* java/openjfx8-devel fix build with Gradle 3.2.1asomers2017-01-043-10/+14
| | | | | | | | | | | | Add a missing build dependency on junit to the Makefile, and fix the path to Hamcrest in build.gradle. Also, reset MAINTAINER by request of the current maintainer. PR: 215677 Reviewed by: brd, Tobias Kortkamp Approved by: brd (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D9005
* . Add powerpc64 support.glewis2017-01-031-5/+9
| | | | | PR: 212709 Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
* . Add support for powerpc64.glewis2017-01-032-3/+15
| | | | | | PR: 215417 Submitted by: Curtis Hamilton Approved by: Maintainer timeout
* java/intellij-pycharm: Update to version 2106.3.2.bsam2017-01-023-4/+6
|
* Remove BROKEN_FreeBSD_9sunpoet2017-01-014-8/+0
| | | | Approved by: portmgr (blanket)
* . Add support for the HotSpot Serviceability Agent for ppc64.glewis2016-12-291-202/+2430
| | | | | | | | . This also pulls in some OpenBSD tweaks, I believe. These should be a no-op for FreeBSD though. PR: 212709 (partial) Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
* . Update to 8u112glewis2016-12-292-3/+4
| | | | | PR: 215424 Submitted by: Jonathan Chen <jonc@chen.org.nz>
* java/intellij: Update to version 2016.3.2.bsam2016-12-282-5/+5
|
* java/bouncycastle15: update 1.55 -> 1.56pi2016-12-284-19/+32
| | | | | | | | | | | | | | | | | | | | | | | | port changes: - upstream updated list of its MASTER_SITES (bouncycastle.gva.es is gone, downloads.bouncycastle.org changed to www.bouncycastle.org); - pkg-descr updated to reflect current features; - installation of zipped bundled sources made optional, enabled by default to match previous behavior. Some of new version changes: - a new API for DTLS/TLS and a JSSE provider suitable for Java 5 and later; - support for RFC 7539 ChaCha20 and Poly1305 has also been added and general support for SHA-3 in the PKIX APIs has been improved; Full details of the release: PR: 215507 Changes: https://www.bouncycastle.org/releasenotes.html Security: CVE-2016-1000338, CVE-2016-1000339, CVE-2016-1000340, CVE-2016-1000341, CVE-2016-1000342, CVE-2016-1000343, CVE-2016-1000344, CVE-2016-1000345, CVE-2016-1000346, CVE-2016-1000352 Submitted by: Eugene Grosbein <ports@grosbein.net> (maintainer)
* - Mark BROKEN on FreeBSD 9.x i386amdmi32016-12-231-0/+2
| | | | Approved by: portmgr blanket
* - Mark BROKEN on FreeBSD 9.x i386amdmi32016-12-231-0/+2
| | | | Approved by: portmgr blanket
* - Mark BROKEN on FreeBSD 9.x i386:amdmi32016-12-231-0/+2
| | | | | | [ERROR] Failed to execute goal org.apache.maven.plugins:maven-help-plugin:2.1.1:effective-settings (help.effective-settings) on project jboss-as-testsuite: Execution help.effective-settings of goal org.apache.maven.plugins:maven-help-plugin:2.1.1:effective-settings failed: 0 -> [Help 1] Approved by: portmgr blanket
* java/intellij-pycharm: Update to version 2016.3.1.bsam2016-12-173-5/+5
|
* java/intellij: Update to version 2016.3.1.bsam2016-12-173-14/+14
|
* - Add LICENSEamdmi32016-12-102-4/+9
| | | | | - Switch to options helpers - Regenerate patches
* Add an X11 option to java/openjdk[78]asomers2016-12-102-11/+46
| | | | | | | | | | | | It defaults to on. Disabling it will remove X support from Java, and reduce X-related dependencies. PR: 210000 Reviewed by: brd Approved by: brd (ports) Approved by: glewis (maintainer timeout) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6698
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-096-5/+6
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Deprecate and set expiration date to T + 2 monthsamdmi32016-12-073-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | From jboss.org: The JBoss AS community project has been renamed to the WildFly community project, which has a new home at wildfly.org. The JBoss name now only applies to the commercially supported product, called JBoss EAP, which is derived from the WildFly community project and is available here. For more information on the differences between the project and product offerings, see the JBoss.ORG technology page. You can find old JBoss AS community releases on our archived downloads page, however, these releases are not maintained and therefore are likely to contain bugs and security vulnerabilities. It is highly recommended that you upgrade to WildFly or JBoss EAP using the above links at your earliest convenience. If you require assistance in making this move, please ask on the forums or contact your local Red Hat account representitive. PR: 214223, 214224, 214225 Submitted by: yerenkow@gmail.com (maintainer)
* java/intellij-pycharm: Update to version 2016.3.bsam2016-12-053-33/+50
|
* Remove expired port:rene2016-12-025-107/+0
| | | | 2016-12-01 java/jakarta-struts: Port is unmaintained and has known security vulnerabilites
* Don't quote {} in find -exec calls.mat2016-12-011-2/+2
| | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight
* java/intellij: Remove non-native jar libraries.bsam2016-12-012-12/+4
| | | | Reported by: Caspar Schutijser <caspar@schutijser.com> (via email; thanks Caspar! My email answer seems to end up at your spam filter)
* java/intellij: update to version 2016.3.bsam2016-11-283-116/+8739
|
* . Update to 2016iglewis2016-11-243-4/+5
|
* In several dozen ports, use single space for WWW: line in pkg-descr, anddanfe2016-11-221-2/+1
| | | | reformat port description text in cases when it was notoriously broken.
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-203-2/+3
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* Mark as broken on various tier-2 archs.linimon2016-11-161-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* java/visualvm: switch back to multi-language versionswills2016-11-143-4/+319
|
* java/netty: update 3.9.2 -> 3.10.6pi2016-11-122-3/+4
| | | | | | 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>
* java/visualvm: update to 1.3.9swills2016-11-113-325/+12
| | | | Submitted by: girgen
* java/jakarta-commons-collections:makc2016-11-022-2/+148
| | | | | | | - Add patch from Fedora to fix build with OpenJDK8 https://issues.apache.org/jira/browse/COLLECTIONS-587 Submitted by: soralx at cydem.org via e-mail
* Take maintainership of math/scilab dependenciesmakc2016-11-024-4/+4
|
* Update to 5.3.1 release.ale2016-10-312-4/+4
|
* . Update to 8u112.glewis2016-10-306-628/+596
|
* OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports ↵mat2016-10-241-1/+1
| | | | | | | | | | | | Makefiles. So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT, where appropriate. The ghostscript ports are doing something nasty that is certainly wrong, but I don't want to try to understand it. Sponsored by: Absolight
* Update cacerts file using the one included in 8u111 release.ale2016-10-246-1/+3
| | | | Notable change is the inclusion of Let's Encrypt CA.
* Update to 5.3 release.ale2016-10-212-9/+11
|
* ${RM} already has -f.mat2016-10-2113-19/+19
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* java/intellij: fix pkg-plist.bsam2016-10-212-0/+3
| | | | | PR: 213616 Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com>
* . Update to 8u112.glewis2016-10-212-3/+4
|
* Reassign makc's ports back to the pool.rakuco2016-10-205-5/+5
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* . Update to 8u112.glewis2016-10-202-5/+6
|
* java/intellij-ultimate: update 2016.2.4 -> 2016.2.5robak2016-10-203-6/+7
| | | | | PR: 213598 Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
* java/intellij: Update to version 2016.2.5.bsam2016-10-193-6/+5
|
* - Double-quote $@ to properly propagate parameters down the execution pathdanfe2016-10-175-5/+9
| | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line
* New port: java/intellij-ultimatepi2016-10-159-0/+4176
| | | | | | | | | | | | | | | | | | | | | | | | IntelliJ IDEA is an advanced IDE developed by JetBrains and focused on developer productivity. The community edition features: * An intelligent code editor that understands Java code; provides refactorings, code inspections and intentions, and allows for fast code navigation. * Integration with such tools as JUnit and TestNG, Ant and Maven, and popular version control systems including: CVS, Subversion and git. * XML-Java interoperability and comprehensive Groovy programming language support. * The Swing UI designer complements the suite of tools for developing Java desktop applications. The difference between intellij and intellij-ultimate can be found at http://www.jetbrains.com/idea/features/editions_comparison_matrix.html WWW: http://www.jetbrains.com/idea/ PR: 212268 Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
* . Note that the time zone data is in the public domain (according toglewis2016-10-141-0/+2
| | | | | | | | ftp://ftp.iana.org/tz/tz-link.html). Specifically the sentence "The public-domain time zone database contains code and data that represent the history of local time for many representative locations around the globe."
* . Update to 2016g.glewis2016-10-143-4/+5
|
* Convert to USES=jpegantoine2016-10-101-1/+1
|
* java/eclipse: 4.5.2 -> 4.6pi2016-10-078-728/+724
| | | | | | | | | | - new MASTER_SITE PR: 211764 Changes: http://www.eclipse.org/neon/noteworthy/ https://www.eclipse.org/eclipse/development/readme_eclipse_4.6.php Submitted by: Jimmy Kelley <ljboiler@gmail.com> (maintainer) Reviewed by: Michael Zhilin <mizhka@gmail.com>, kappei84@gmail.com
* - Add LICENSEamdmi32016-09-301-4/+7
| | | | | - Add NO_ARCH - Switch to options helpers
* Remove i386 from the viable platforms list.kwm2016-09-261-1/+1
| | | | | | | | The compiliation of aparapi causes OpenJDK8 on 10.1/i386 to dump core with a internal error. PR: 210672 Submitted by: maintainer@
* Unmark broken on powerpc64swills2016-09-151-2/+0
| | | | These ports built successfully
* java/intellij: Update to version 2016.2.4.bsam2016-09-142-5/+5
| | | | | PR: 212686 Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com>
* java/jakarta-struts: Mark deprecatedfeld2016-09-111-0/+3
| | | | PR: 208462
* java/intellij-pycharm: Update to version 2016.2.3.bsam2016-09-093-9/+4
|
* java/intellij-pycharm: Update to version 2016.2.2.bsam2016-09-073-9/+5
|
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-062-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* . Include the thread id so that jstack can provide stack traces whenglewis2016-09-043-0/+38
| | | | | | | | analysing core dumps. . Bump PORTREVISION. PR: 211196 Submitted by: Ron Roskens <ronald.roskens@gmail.com>
* java/intellij: Update to version 2016.2.3bsam2016-09-022-5/+5
|
* Make the FPU hack for ARM optional. Note this hack is not necessary forjkim2016-08-272-10/+11
| | | | | | VFPv3 or later, i.e., only VFPv1 and VFPv2 require this hack. https://svnweb.freebsd.org/changeset/base/288983
* Update to b40.jkim2016-08-264-301/+268
| | | | MFH: 2016Q3
* - Update to 1.55amdmi32016-08-252-4/+4
| | | | | PR: 212133 Submitted by: ports@grosbein.net (maintainer)
* Consistently set USE_JAVA to "yes" to reduce future confusion.jkim2016-08-251-1/+1
|
* Update to use Apache Ant 1.9.7.jkim2016-08-244-7/+8
|
* Add missing @dir entries to fix directory ownerships.olgeni2016-08-242-1/+499
| | | | | | PR: 212054 Submitted by: olgeni Approved by: maintainer
* java/intellij: Update to version 2016.2.2.bsam2016-08-233-7/+5
|
* Remove the pkg-deinstall script forgotten during r419364bapt2016-08-232-55/+1
| | | | | Pointyhat: bapt PR: 210313
* . Update to 7u111.glewis2016-08-213-1767/+2054
|
* java/intellij-pycharm: Update to version 2016.2.1.bsam2016-08-182-4/+4
|
* - Fix build when CC contains "/".jkim2016-08-051-2/+2
| | | | - Fix license.
* java/phpeclipse: Remove redundant dependency on unzipmarino2016-08-041-1/+0
| | | | | | | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Note that it's pulled in by a non-default option. In this particular case, USES=zip:infozip is set, so unzip is pulled in anyway through this mechanism (so explicit callout is still redundant) Approved by: infrastructure blanket (removal of redundant deps)
* More typosbapt2016-07-312-2/+2
|
* Fix typobapt2016-07-311-2/+2
|
* Use the new @javavmbapt2016-07-315-21/+7
|
* Remove the deinstall script that appears to be deleting all the temporary filesbapt2016-07-313-12/+2
| | | | | | | | | | | | | | | | | | | | | | created by pkg(8) during upgrades It happens because the deinstall script tries to clean up the potential manual VM registration by cleaning out all symlinks to bin/javavm Given all VM are registring/unregistering themselves this part is not needed The other thing the script was doing handling the configuration which has been replaced by @sample. pkg-install has been modified to drop the handling of the configuration file but keep the auto registration if all VM found. While this part is not necessary as well, we keep it because otherwise anyone doing delete/install on javavmwapper version 2.5 being the installed version would end up with all VM unregistered. The pkg-install should be removed after EOL of FreeBSD 10.3 PR: 210313 MFH: 2016Q3
* . Update to 8u102.glewis2016-07-305-1607/+620
|
* Version 1.54 of the Bouncy Castle Crypto APIs.vsevolod2016-07-295-0/+100
| | | | | | | | | | | | | | | | The FreeBSD Ports Collection already has 1.45 version of the Bouncy Castle and this new port is based on java/bouncycastle. Newer versions are not API-compatible with that older one. Some say they should be given 2.x version numbers. So, this new version comes as distinct port java/bouncycastle15 instead of update for existing java/bouncycastle15 to keep old API version available. This is neccessary dependency for other port updates, e.g. newer version of iText PDF (devel/itext) requires new API of modern Bouncy Castle versions. PR: 211316 Submitted by: Eugen Grosbein <eugen=at=grosbein.net>
* java/java-checkstyle: Update version 6.19=>7.0bofh2016-07-282-4/+4
|
* . Update to 8u102.glewis2016-07-243-3/+6
|
* . Update to 8u102.glewis2016-07-243-5/+8
|
* . Update to 2016fglewis2016-07-242-3/+3
|
* java/intellij-pycharm: Update to version 2016.2.bsam2016-07-223-71/+61
|
* When there is a do-install target, do not use a post-install target, domat2016-07-194-10/+3
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Remove expired port:rene2016-07-188-2047/+0
| | | | 2016-07-15 java/wildfly82: Fully EOL when version 10.0 was released
* java/intellij: update and add a commentbsam2016-07-134-41/+61
| | | | | | | | | . update to version 2016.2; [1] . add comment about git integration and symlinks of homedir. [2] PR: 211044 [1] Submitted by: sergey.v.brunov@gmail.com [1], volothamp@gmail.com (by e-mail) [2]
* java/openjfx8-devel: Unbreak build after Gradle updatepi2016-07-102-2/+10
| | | | | | | | - fix the build after recent update to Gradle 2.12. PR: 208470 MFH: 2016Q3 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
* Add an explicit include of <unistd.h>, which is required onmi2016-07-032-2/+3
| | | | | | | some of our releases. Change to avoid building the useless static libJXGrabKey.a (we weren't installing). Reported by: pkg-fallout
* Add port of JXGrabKey -- a Java library for working with X11mi2016-06-307-0/+97
| | | | keys.
* New port: java/aparapipi2016-06-269-0/+243
| | | | | | | | | | | | | | aparapi is an open source API for expressing data parallel workflows in Java. Originally an AMD product, Aparapi was released to open source on September 14, 2011. Aparapi is an API for expressing data parallel workloads in Java and a runtime component capable of converting the Java# bytecode of compatible workloads into OpenCL# so that it can be executed on a variety of GPU devices. WWW: https://github.com/aparapi/aparapi PR: 204024 Submitted by: dieterich@ogolem.org
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-214-23/+26
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* . Regenerate patch-bsd and patch-bsd-test. This obsoletes another patchglewis2016-06-183-2232/+1574
| | | | and should also fix ppc64 support.
* . Fix a double free bug. This is pulled from upstream.glewis2016-06-162-1/+53
| | | | | | | . Bump PORTREVISION. PR: 210226 Submitted by: girgen@
* Unbreak arm.jkim2016-06-134-10/+63
| | | | | | | | | - Remove armv6hf because it is default now. - Merge a HotSpot fix from src/os_cpu/linux_zero/vm/os_linux_zero.cpp. http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2 - Add an upstream patch to unbreak Zero. http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8f58998958ca - Extend PR209599 to cover arm platforms.
* . Handle unsafe operations that access invalid memory more gracefully.glewis2016-06-132-0/+15
| | | | | | | . Bump PORTREVISION for this fix. PR: 209599 Submitted by: Andrew Smith <iamasmith.home@gmail.com>
* . Use poll() rather than select() on BSD to avoid crashes during networkglewis2016-06-132-0/+86
| | | | | | | | timeouts. This is forwarded ported from OpenJDK 7. . Bump PORTREVISION for this fix. PR: 210191 Submitted by: Andrew Smith <iamasmith.home@gmail.com>
* Handle unsafe operations that access invalid memory more gracefullyglewis2016-06-131-0/+14
| | | | | PR: 209599 Submitted by: Andrew Smith <iamasmith.home@gmail.com>
* java/java-checkstyle: Update version 6.3=>6.19bofh2016-06-122-5/+10
| | | | | - Mark NO_ARCH - Convert to OPTIONSNG based do-install
* java/intellij: Update to version 2016.1.3.bsam2016-06-102-5/+5
|
* Remove expired ports:rene2016-06-024-30/+0
| | | | | | | 2016-06-02 java/rubygem-rjb: fails to create JVM devel/rubygem-atoulme-antwrap: depends on java/rubygem-rjb [1] Approved by: arved [1]
* java/intellij-pycharm: Update to version 2016.1.4.bsam2016-05-272-3/+4
|
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-242-2/+2
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-244-4/+4
| | | | Approved by: portmgr blanket
* . Update to 7u101glewis2016-05-213-2016/+1054
|
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-192-2/+2
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1921-38/+38
| | | | Approved by: portmgr blanket
* . Update to 8u92.glewis2016-05-176-3382/+6995
|
* IntelliJ PyCharm is an advanced IDE developed by JetBrains andbsam2016-05-178-0/+1269
| | | | | | | | | focused on developer productivity. PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactorings and rich navigation capabilities. WWW: http://www.jetbrains.com/pycharm/
* java/intellij: Update to version 2016.1.2b.bsam2016-05-172-4/+5
|
* java/intellij: update to version 2016.1.2, take maintainership.bsam2016-05-173-114/+148
| | | | | | PR: 209541 Submitted by: bsam (me) Approved by: Tobias Kortkamp <t@tobik.me>
* java/intellij-pty4: A new version of IntelliJ IDEA (pending commit)bsam2016-05-171-3/+1
| | | | | | | | uses pty4j-0.6.jar which seems to include FreeBSD support. Do not install pty4j-0.5.jar, install only the native component of pty4j. PR: 209552 Submitted by: bsam (me) Approved by: Tobias Kortkamp <t@tobik.me> (maintainer)
* Remove expired ports:rene2016-05-106-776/+0
| | | | | 2016-02-29 java/linux-sun-jre17: Unsupported and known for multiple security vulnerabilities 2016-04-13 deskutils/gnustep-notebook: Does not fetch
* Update to b39.jkim2016-05-063-16/+30
| | | | MFH: 2016Q2
* Drop maintainership, mark IGNORE and set EXPIRATION_DATEarved2016-05-021-1/+5
| | | | Sometime in the last year module stopped to work.
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-281-1/+1
|
* create USES=gem and update rubygem- ports to use itswills2016-04-281-2/+1
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* Remove expired port:rene2016-04-246-3229/+0
| | | | | | 2016-02-29 java/linux-sun-jdk17: Unsupported and known for multiple security vulnerabilities Sponsored by: Essen Linuxhotel Hackathon 2016
* . Update to 8u92glewis2016-04-232-3/+3
|
* . Update to 8u92glewis2016-04-232-5/+5
|
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* . Update to 2016d.glewis2016-04-203-3/+5
|
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-161-1/+0
| | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby.
* USE_RC_SUBR=yes has not done anything for a long time, remove it frommat2016-04-141-1/+0
| | | | | | the few remaining ports and make it give an error. Sponsored by: Absolight
* Point WWW link to the archived home page of the project due to themadpilot2016-04-141-1/+1
| | | | | | | site being unavailable otherwise. PR: 208781 Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer)
* - Mark BROKEN, does not build:amdmi32016-04-121-0/+2
| | | | | | | | | :buildSrc:compileGroovynet.rubygrapefruit.platform.NativeException: Failed to load native library 'libnative-platform.so' for FreeBSD amd64. ... Caused by: java.lang.UnsatisfiedLinkError: /wrkdirs/usr/ports/java/openjfx8-devel/work/dot-gradle/native/19/freebsd-amd64/libnative-platform.so: Shared object "libstdc++.so.6" not found, required by "libnative-platform.so" Reported by: pkg-fallout Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-0146-125/+125
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* . Update to 8u77.glewis2016-03-282-3/+9
|
* java/wildfly100: update to 10.0.0.Finaljunovitch2016-03-274-263/+295
| | | | | | | - Also update rc script to set correct permissions PR: 208310 Submitted by: yerenkow@gmail.com (maintainer)
* . Update to 8u77glewis2016-03-272-3/+3
|
* . Update to 8u77.glewis2016-03-272-5/+5
|
* java/openjfx8-devel: create portswills2016-03-218-0/+174
| | | | | | | | | | | | OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE. It is a collaborative effort by many individuals and companies with the goal of producing a modern, efficient, and fully featured toolkit for developing rich client applications. WWW: http://openjdk.java.net/projects/openjfx/ PR: 207566 Submitted by: Tobias Kortkamp <t@tobik.me>
* Reset MAINTAINER to ports@. Maintainer doesn't use this port any more.cy2016-03-181-1/+1
| | | | Requested by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* . Update to 2016b.glewis2016-03-173-5/+6
|
* Update to 4.5.2.vanilla2016-03-124-20/+20
| | | | | PR: 207863 Submitted by: maintainer
* Combine print/cups-base, print/cups-client and print/cups-image intotijl2016-03-113-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
* java/intellij: 15.0.3 -> 15.0.4pi2016-02-2812-84/+167
| | | | | | | | | | | | | | | | | | | | - Thanks to Jiri B <jirib@devio.us> and Roman Shevchenko [1] for contributing a libinotify-based replacement for IntelliJ's fsnotifier. IntelliJ now has native (faster) file notification support on FreeBSD (and OpenBSD). - Because of remaining problems with watching large trees with libinotify [2], fsnotifier is still disabled by default. - fsnotifier and native pty4j support need to be compiled. In the interest of reducing port complexity, the building of pty support and fsnotifier is moved to separate ports: - java/intellij-pty4j - java/intellij-fsnotifier [1] https://youtrack.jetbrains.com/issue/IDEA-151815 [2] https://github.com/dmatveev/libinotify-kqueue/pull/34 PR: 207474 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
* New port: java/jd-guipi2016-02-196-0/+67
| | | | | | | | | | | | | | The Java Decompiler project aims to develop tools in order to decompile and analyze Java 5 byte code and later versions. JD-GUI is a standalone graphical utility that displays Java source codes of .class files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields. WWW: http://jd.benow.ca/ PR: 206488 Submitted by: Tobias Kortkamp <t@tobik.med>
* Update to 1.6.2.jkim2016-02-1213-4786/+216
|
* java/intellij: 15.0.1 -> 15.0.3pi2016-02-125-17/+67
| | | | | | | | | | - make it clearer that this the community edition - disable missing file watcher warning on startup - install to ${PREFIX}/${PORTNAME} instead of to ${PREFIX}/lib/intellij - adds the ability to open terminals in IntelliJ PR: 206489 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
* Update to 8u74.jkim2016-02-112-3/+3
| | | | PR: 207076
* Update to 8u74.jkim2016-02-112-5/+5
| | | | PR: 207077