aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Disable ccache for this port: it fails to build by not respecting the ↵amdmi32016-02-051-0/+2
| | | | | | | | environment: [cc] ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Approved by: portmgr blanket
* . Update to 7u95.glewis2016-02-033-882/+1923
|
* Remove expired ports:rene2016-02-0215-4070/+0
| | | | | | | | | 2016-01-31 devel/pdcurses-the: Seperate port is no longer needed, see PR 2016-01-31 www/py-django17: End of extended support: December 1, 2015 2016-01-31 www/codeigniter22: Codeigniter 2.2.x reached its End of Life on 31 October 2015. Please update to the current version. 2016-02-01 java/wildfly80: Fully EOL when version 8.2 was released 2016-02-01 java/wildfly81: Fully EOL when version 9.0 was released 2016-02-01 mail/phpmailer2: Obsolete, use mail/phpmailer instead
* . Update to 8u72.glewis2016-02-018-7856/+973
|
* Unbreak on head, the issue was fixed in base r294936antoine2016-01-311-1/+0
|
* java/dbvis: 9.1.6 -> 9.2.14pi2016-01-292-5/+5
| | | | | | | | | | - Changes: http://www.dbvis.com/doc/relnotes/ - now works with openjdk8 PR: 206278 Submitted by: Hadi Rezaee <h.rezaee@ideatech.io> Approved by: jim@ohlste.in (maintainer timeout)
* Mark deprecated and set expiration.jkim2016-01-272-2/+4
|
* . Update to 2015g.glewis2016-01-263-3/+4
|
* Mark forbidden. Oracle Java SE 7 has reached end-of-life status and it hasjkim2016-01-262-0/+4
| | | | | | | | multiple security vulnerabilities. http://www.oracle.com/technetwork/java/eol-135779.html MFH: 2016Q1
* Update to 8u72.jkim2016-01-263-3/+5
| | | | MFH: 2016Q1
* Update to 8u72.jkim2016-01-263-5/+7
| | | | MFH: 2016Q1
* - Update to b38.jkim2016-01-262-7/+7
| | | | | | - Use Apache Ant 1.9.6 to build. MFH: 2016Q1
* Mark BROKEN on FreeBSD headantoine2016-01-231-0/+1
|
* . Unreak CCACHEglewis2016-01-212-0/+22
| | | | | PR: 205751 Submitted by: chris@chrullrich.net
* New port: java/intellijpi2016-01-118-0/+1739
| | | | | | | | | | | | | | | | | | | | IntelliJ IDEA is an advanced Java 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. WWW: http://www.jetbrains.com/idea/ PR: 204804 Submitted by: t@tobik.me
* java/wildfly(80|81|82): Deprecate three EOL versions of wildflymarino2016-01-093-0/+9
| | | | | | | | | | | | | | | | | | There are currently no less than 5 versions of wildfly: 80, 81, 82, 90, and 100. According to the developers, only the current release is really supported although some security patches may get backported to the previous release as necessary. Since the current release is 10.0, only the last version of 9 could potentially receive updates. I'm setting the expiration for 80 and 81 for 1 FEB 2016. I'm setting the expiration for 82 for 15 JUL 2016 That should get 82 in the new quarterly branch and then it's gone from the trunk. That should be reasonable to upgrade to 10.0 or later by then. PR: 205490 Approved by: yerenkow (gmail) (maintainer)
* Set CPE information.rakuco2016-01-071-0/+3
| | | | Approved by: portmgr blanket approval
* - Partially implement getThreadUserTime() using getrusage(2). Note we canjkim2016-01-062-20/+58
| | | | | | | | | | | only get usage for the current thread. Return -1 if the requested function is not supported, i.e., user time for other threads, rather than crash. [1] - Properly implement os::elapsedVTime() using getrusage(). Basically, it is taken from Linux version. - Temporarily revert r403748 to fix bootstrapping with earlier OpenJDK8. [2] PR: 205523, 205843 [1] PR: 205544 [2]
* . Stub implementation of OperatingSystemImpl.glewis2016-01-022-1/+46
| | | | PR: 205229
* - Add NO_ARCHamdmi32016-01-021-0/+5
| | | | - Switch to options helpers
* - prepare for devel/subversion17 removalohauer2015-12-301-5/+1
|
* java/wildfly80: address non-root builds and minor QA observationsjunovitch2015-12-263-13/+14
| | | | | | | | | - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 205258 Approved by: maintainer timeout (2 weeks)
* java/wildfly81: address non-root builds and minor QA observationsjunovitch2015-12-263-13/+14
| | | | | | | | | - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 205259 Approved by: maintainer timeout (2 weeks)
* Fix the previous commit. We do not support getThreadUserTime().jkim2015-12-231-1/+1
| | | | PR: 205523
* Implement ThreadMXBean.getThreadCpuTime(), etc.jkim2015-12-233-0/+90
| | | | | PR: 205523 Submitted by: will (via bsd-port-dev@openjdk.java.net)
* - Reset maintainer to ports@wen2015-12-221-1/+1
|
* - Sort SUBDIRssunpoet2015-12-211-1/+1
|
* New port: java/wildfly100junovitch2015-12-188-0/+1748
| | | | | | | | | | | | | Repo copy java/wildfly90 -> java/wildfly100 and update to 10.0.0 WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server WWW: http://wildfly.org PR: 204541 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
* Fix build with fmake.jkim2015-12-151-1/+1
| | | | Reported by: antoine
* Build compilefontconfig.jar and javazic.jar with bootstrap jar. Originallyjkim2015-12-151-2/+2
| | | | | | it was intended to test the newly built JVM, it is not cross-build friendly. Submitted by: Eugene M. Zheganin (emz at norma dot perm dot ru)
* Build with sjavac when we are self-hosting to improve build speed.jkim2015-12-151-0/+4
|
* Allow java/openjdk7 for bootstrapping java/openjdk8. Although we cannotjkim2015-12-151-4/+3
| | | | build OpenJDK7 for ARM yet, there is no need to disallow it at all.
* Respect CC, CPP and CXX with full paths.jkim2015-12-151-1/+1
| | | | PR: 203747
* Respect CC, CPP and CXX with full paths.jkim2015-12-151-0/+12
| | | | PR: 203747
* . Update to 7u91glewis2015-12-142-4/+9
| | | | PR: 204268
* Fix a bunch of false positive that are fetchablebapt2015-12-141-2/+0
| | | | Reported by: ak
* . Update to 8u66.glewis2015-12-134-2116/+4678
|
* Now that netbeans has been updated, mark the -devel version as ignore again.kwm2015-12-131-1/+1
|
* Update netbeans to 8.1.kwm2015-12-133-83/+677
| | | | | PR: 204359 Submitted by: sergey.v.brunov@gmail.com
* java/wildfly90: use 555 permissions instead to match original CHMODjunovitch2015-12-121-11/+11
| | | | | PR: 204540 Approved by: maintainer (implicit to match original behavior)
* java/wildfly82: use 555 permissions instead to match original CHMODjunovitch2015-12-121-11/+11
| | | | | PR: 204542 Approved by: maintainer (implicit to match original behavior)
* java/wildfly82: update 8.2.0 -> 8.2.1junovitch2015-12-124-95/+95
| | | | | | | | | - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 204542 Submitted by: yerenkow@gmail.com (maintainer)
* java/wildfly90: update 9.0.1 -> 9.0.2junovitch2015-12-124-114/+115
| | | | | | | | | - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 204540 Submitted by: yerenkow@gmail.com (maintainer)
* Restore jtreg disappeared in r396353.jkim2015-12-121-0/+2
| | | | PR: 205234
* Work around build failures with Poudriere. We have to limit max heap sizejkim2015-12-111-0/+6
| | | | when building 32-bit targets on a 64-bit host for some unknown reason.
* Fix regression introduced in r372338, i.e., mis-merged fix for JDK-8031581.jkim2015-12-112-1/+24
| | | | PR: 205192
* Add an upstream patch to fix build for some 32-bit platforms, i.e.,jkim2015-12-101-0/+28
| | | | | | java.lang.OutOfMemroryError. http://hg.openjdk.java.net/jdk8u/jdk8u/rev/f398f28e3112
* Upgrade to 3.0.1.20150306-5afe4d1.vanilla2015-12-092-4/+4
|
* Upgrade to 1.5.1.vanilla2015-12-092-3/+3
|
* Upgrade to 1.3.1.vanilla2015-12-092-3/+3
|
* - Add NO_ARCHamdmi32015-12-091-4/+3
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* - Switch to options helpersamdmi32015-12-091-4/+2
| | | | Approved by: portmgr blanket
* Update giflib to 5.1.1antoine2015-12-041-0/+1
| | | | PR: 204492
* java/eclipse: 4.4.2 -> 4.5.1pi2015-12-037-299/+261
| | | | | | | | | | | | | | - Bump to Eclipse 4.5.1 - Switch to using Maven 3.3 - add fix for running Eclipse build for Gtk2 only on a system where Gtk3 might also be installed. - Details: https://projects.eclipse.org/releases/mars/details - Bugs fixed: https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&classification=RT&product=Equinox&product=JDT&product=PDE&product=Platform&query_format=advanced&resolution=FIXED&target_milestone=4.5.1 PR: 203689 Submitted by: Jimmy Kelley <ljboiler@gmail.com> (maintainer)
* Fix LICENSE. It always has been licensed under the LPGL.jkim2015-11-241-1/+1
|
* The old URL for jtreg disappeared.jkim2015-11-201-4/+3
| | | | | Noticed by: ohauer MFH: 2015Q4
* Update to b37.jkim2015-11-172-4/+4
| | | | MFH: 2015Q4
* java/jrosetta:makc2015-11-062-43/+6
| | | | | | | - Remove COMPILE option. It is broken and I have never used it. PR: 203251 Reported by: olivier at gautherot.net
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-054-17/+17
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* java/sigar: Fix typo from previous commit (LATFORM => PLATFORM)marino2015-10-301-2/+2
| | | | | | | While here, replace "freebsd" in LIBNAME with ${OPSYS:tl} to facilitate DragonFly support. Approved by: Just fix it
* . Update to 8u66.glewis2015-10-242-3/+3
|
* . Update to 8u66.glewis2015-10-242-5/+5
|
* Add support for armv6hf. Tested on Raspberry Pi 2 Model B.jkim2015-10-165-31/+33
|
* Drop 8 support.mat2015-10-151-4/+2
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* Update devel/subversion to 1.9.2.lev2015-10-151-0/+2
| | | | | PR: 203713 Submitted by: Peter Wemm <peter@FreeBSD.org>
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-082-2/+2
|
* java/eclipse-ecj: update to 4.4.2swills2015-10-023-15/+28
|
* Clean up and modernize the port. No functional change.jkim2015-09-302-66/+142
|
* . Add support for armv6.glewis2015-09-294-7/+148
| | | | | | PR: 201308 Submitted by: mikael.urankar@gmail.com Reviewed by: sbruno
* Typos, whitespace and capitalization fixes (G-P).olgeni2015-09-211-2/+2
|
* Add support for armv6sbruno2015-09-182-2/+9
| | | | | | PR: 201307 Submitted by: rpaulo Reviewed by: glewis
* Update netbeans-devel to 8.1 beta snapshot from 201508041349.kwm2015-09-164-121/+634
|
* Do not build unnecessary targets to reduce build time.jkim2015-09-161-0/+7
|
* - Add NO_ARCHamdmi32015-09-121-2/+2
| | | | | | - Switch to COPYTREE_SHARE and don't install empty dirs Approved by: portmgr blanket
* . Move the large patches which contain the changes between updates of theglewis2015-09-0910-294686/+25
| | | | | | JDK to being fetched remotely using PATCHFILES and PATCH_SITES. This cuts the size taken by openjdk7 in the ports repository.
* . Switch to xz for the new remote patches to decrease download size.glewis2015-09-092-27/+27
|
* . Move the large patches which contain the changes between updates of theglewis2015-09-0811-1143912/+28
| | | | | | JDK to being fetched remotely using PATCHFILES and PATCH_SITES. This cuts the size taken by openjdk8 in the ports repository.
* . Update to 8u60.glewis2015-09-074-983/+285491
|
* The GitHub revision tag starts with 'v', so add DISTVERSIONPREFIX totruckman2015-08-302-2/+3
| | | | | | | | unbreak fetch. This affects the name of the distfile (but not the size or hash), so update distinfo to match. PR: 202735 Approved by: makc (maintainer)
* - Add NO_ARCHamdmi32015-08-291-1/+2
| | | | | | - Don't install empty docdirs Approved by: portmgr blanket
* . Update to 8u60.glewis2015-08-283-6/+28
|
* . Update to 8u60glewis2015-08-283-3/+4
| | | | | PR: 202696 Submitted by: xmj@
* java/jrosetta:makc2015-08-271-0/+1
| | | | | | - Fix packaging after previous commit Reported by: Robert Burmeister via mail
* Convert my ports to new options helpersmakc2015-08-252-13/+8
|
* java/jgraphx:makc2015-08-252-31/+16
| | | | | | - Convert to new options helpers - Convert to USE_GITHUB - Fix license (it's BSD actually) and remove MANUAL_PACKAGE_BUILD
* . Update to 2015f.glewis2015-08-202-4/+3
|
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-174-7/+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
* - Update to b36.jkim2015-07-313-83/+157
| | | | | | - Fix default core file location in crash report. MFH: 2015Q3
* - Fix shebangsamdmi32015-07-291-1/+6
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Upgrade to version 9.0.1.olgeni2015-07-243-93/+92
| | | | | | PR: 201811 Submitted by: olgeni Approved by: maintainer
* Fix few more mismerges in the previous update.jkim2015-07-213-16/+20
|
* Tidy up couple of problems in the previous update.jkim2015-07-213-5/+16
|
* . Update to 8u51.glewis2015-07-1914-980/+10892
|
* java/jakarta-commons-logging:makc2015-07-172-12/+10
| | | | | - Update to 1.2 - Clean up install target
* . Interfaces like MultiMap in version 3.2.1 of Jakarta Commons Collectionsglewis2015-07-171-0/+1
| | | | | | | | define a remove() operation which takes two arguments and clashes with the new remove() operation defined in Map for Java 8. Hence, restrict to Java 6 and 7. PR: 201335
* . Update to 8u51.glewis2015-07-153-10/+9
|
* . Update to 8u51.glewis2015-07-152-3/+3
|
* - Mark broken on 9.x i386: does not build:amdmi32015-07-061-0/+2
| | | | | | | | | | | | | | | | | ... Installing org.eclipse.rcp.id 4.4.2.M20150204-1700. Installation failed. An error occurred while installing the items session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.rcp.id.executable.gtk.freebsd.x86 4.4.2.M20150204-1700, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction). ... [INFO] equinox-sdk ....................................... SUCCESS [4.776s] [INFO] org.eclipse.rcp.id ................................ FAILURE [4.674s] [INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED ... Submitted by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q3
* . The test target wants jtreg binaries to be found one directory up. Allowglewis2015-07-051-0/+3
| | | | that to be the case.
* . Fix BSD detection in the langtools test infrastructure.glewis2015-07-051-0/+11
|
* . Give openjdk7-jre a unique LATEST_LINK value.glewis2015-07-042-1/+3
|
* Upgrade to 9.0.0.Final.olgeni2015-07-033-108/+109
| | | | | | PR: 201301 Submitted by: olgeni Approved by: maintainer
* Add a slave port to create JRE-only package for java/openjdk7.jkim2015-07-033-10/+48
|
* Use sysctl(3) instead of procfs(5) when we need executable path from PID.jkim2015-07-035-79/+220
| | | | MFH: 2015Q3
* - Fix broken preprocessor directives.jkim2015-07-034-1/+148
| | | | | | - Use sysctl(3) instead of procfs(5) when we need executable path from PID. MFH: 2015Q3
* - Update to b35.jkim2015-07-014-98/+90
| | | | - Optimize fontconfig.properties.
* Mark BROKEN: unfetchableantoine2015-06-281-0/+2
| | | | Reported by: pkg-fallout
* Remove the SH overwrite which is not needed since CONFIGURE_ENV does the properbapt2015-06-271-1/+0
| | | | job already
* . Fix packing list.glewis2015-06-222-0/+2
| | | | | | | . Bump PORTREVISION. PR: 201005 Submitted by: ohauer@
* . Update to 2015e.glewis2015-06-202-3/+3
|
* Upgrade to 9.0.0.CR2.olgeni2015-06-133-182/+188
| | | | | | PR: 200812 Submitted by: olgeni Approved by: maintainer
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-2210-21/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix build without precompiled headers and apply r384056 to java/openjdk6.jkim2015-05-212-7/+22
| | | | | | | http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7154517 Obtained from: OpenJDK project [1] MFH: 2015Q2
* Fix the previous commit. Forgot to remove #'s before committing. :-(jkim2015-05-201-2/+2
|
* Do not use static libjli for stable/10 and head. This complements PR193009.jkim2015-05-204-44/+134
| | | | | | Re-apply r381431 while I am here. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Update to 2015d.glewis2015-05-193-4/+3
|
* Install configuration files using @sample, with permissions 600.olgeni2015-05-198-92/+196
| | | | | | PR: 200146 Submitted by: olgeni Approved by: maintainer
* MASTER_SITES cleanup.mat2015-05-1412-25/+16
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Follow portlint's recommendation to NOT hide an install-command under @.mi2015-05-131-1/+1
| | | | | | | Use this opportunity to correct an error in an earlier commit, which referenced an incorrect PR. The correct number is: PR: 199869
* Make regression-test target depend on build and always use "test", when ↵mi2015-05-131-2/+2
| | | | invoking tests.
* Fix the build in the case of newer JUnit, that, in its turn, uses hamcrest now.mi2015-05-134-20/+25
| | | | | | | | | | Upgrade from 6.1.5 to 6.2.31. Based on: PR: 156251 Submitted by: pi Now that the test-target fully works, add "regression-test" alias to it so it can be used for that purpose.
* Cleanup DIST* variables.mat2015-05-1216-31/+19
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Bump PORTREVISION for CR1 update.olgeni2015-05-111-0/+1
|
* Upgrade wildfly90 to 9.0.0.CR1.olgeni2015-05-1112-434/+2940
| | | | | | | | | | | | | Also, for all wildfly ports: - Remove stray .orig files from plist. - Fix rc.conf settings in pkg-message files; use pkg-message.in everywhere. - Add @dir entries to fix directory permissions. - Make configuration writable by user www (fix startup errors). PR: 200092 Submitted by: olgeni Approved by: maintainer
* - Add CPE infoamdmi32015-05-111-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-111-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-101-0/+1
| | | | Approved by: portmgr blanket
* Update java/jboss* to not use GH_COMMIT.mat2015-05-084-17/+15
| | | | | With hat: portmgr Sponsored by: Absolight
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-082-7/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* . Update to 8u45.glewis2015-05-065-549/+46187
|
* java/junit: 4.11 -> 4.12pi2015-05-032-24/+12
| | | | | | | | | | | | Changes: https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.12.md Moved from building from source with ant to using the binary jar file, as the new build mechanism is based on maven. java/hamcrest was split from 4.12. PR: 192575 Submitted by: danilo (maintainer), kevin.bowling@kev009.com
* New port: java/hamcrestpi2015-05-024-0/+42
| | | | | | | | | | | | | Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules. WWW: http://hamcrest.org/ PR: 192575 Submitted by: danilo
* . Update to 7u80.glewis2015-04-283-867/+110288
|
* - Add CPE infoamdmi32015-04-251-1/+2
| | | | Approved by: portmgr blanket
* the boostrap bundle libs, do not expose them to the pkg(8) solverbapt2015-04-221-0/+2
|
* . Update to 8u45.glewis2015-04-204-10/+8
|
* . Udpate to 7u80.glewis2015-04-206-530/+641
|
* Remove expired ports:rene2015-04-1889-2925/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-04-18 java/eclipse-ocl: depends on deprecated java/eclipse-emf 2015-04-18 java/eclipse-quantum: depends on deprecated java/eclipse-gef 2015-04-18 java/eclipse-propedit: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana: evaluation recommendation is to remove rather than update 2015-04-18 devel/subclipse: evaluation recommendation is to remove rather than update 2015-04-18 devel/scala-ide: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-webtools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-RDT: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana-radrails: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-jad: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-vep-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-gef-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-gef: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-sysdeo-tomcat: evaluation recommendation is to remove rather than update 2015-04-18 java/commonclipse: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-sqlexplorer: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-viplugin: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-vep: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-checkstyle: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana2: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-hibernatetools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-langpack: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-uml: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-datatools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-emf: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-pmd: evaluation recommendation is to remove rather than update
* Fix build with GCC with recent head kernel by disabling PCH for GCC.bdrewery2015-04-152-1/+11
| | | | | | | | | | | | | | The case for this is a recent head kernel building an older branch that uses GCC in a jail. This is discussed at https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html It may be possible to fix GCC to do the right thing with mmap(2) but it would not be simple to make ports use a fixed GCC on older releases and without needlessly building a ports compiler when the system one would otherwise be fine without PCH. With hat: portmgr
* converters/libiconv:tijl2015-04-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* java/jakarta-commons-httpclient: add CPE informationrobak2015-04-101-0/+2
| | | | | | | - Maintainer's timeout (ale@FreeBSD.org) PR: 198970 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* Remove OSVERSION checks that do not make sense any more.mat2015-04-031-7/+1
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* Update netbeans to 8.0.2.kwm2015-04-032-4/+4
| | | | | PR: 197931 Submitted by: hardy.schumacher@gmx.de
* Set rpath for libawt_xawt.so as we do for libawt.so and libawt_headless.so.jkim2015-04-023-49/+55
| | | | Optimize fontconfig.properties while I am here.
* Update to 5.2.1 release.ale2015-04-012-4/+4
|
* - Add CPE informationsunpoet2015-03-311-1/+2
| | | | | PR: 199034 Submitted by: shun <shun.fbsd.pr@dropcut.net>
* . Update to 2015b.glewis2015-03-273-7/+3
|
* Update to 7u76.jkim2015-03-256-10/+10
|
* Catch up with distfile changes.jkim2015-03-255-10/+13
|
* Fix a mismerged file for OpenJDK6.jkim2015-03-251-1/+1
|
* Tidy up default fontconfig.properties.jkim2015-03-254-133/+141
|
* 6 ports categories: Remove $PTHREAD_LIBSmarino2015-03-254-24/+2
| | | | | | Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket
* Catch up with font directory changes.jkim2015-03-244-40/+41
|
* java/eclipse-(ocl|quantum): Deprecate due to deprecated run dependenciesmarino2015-03-222-0/+6
| | | | PR: 195985
* java/eclipse: Upgrade version 4.3.2 => 4.4.2marino2015-03-217-1164/+1056
| | | | | | | Note that Eclipse now requires openJDK8 to build. PR: 195985 Submitted by: Jimmy Kelley (maintainer)
* eclipse plugins: Deprecate 25 for removal, ignore 1 to be updatedmarino2015-03-2124-0/+94
| | | | | | | | Removal scheduled 4 weeks into the future on April 18. PR: 195985 Submitted by: Jimmy Kelley (eclipse maintainer) Reason: by-product of upcoming eclipse upgrade
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-202-2/+2
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* Clean up patches again. No functional change.jkim2015-03-172-44/+2
|
* . Update to 8u40.glewis2015-03-165-1069/+344804
|
* Add wildfly82 8.2.0, replacement for JBoss Application Server.vanilla2015-03-098-0/+1223
| | | | | PR: 195336 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
* Add wildfly90 9.0.0, replacement for JBoss Application Server.vanilla2015-03-098-0/+1379
| | | | | PR: 196165 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
* . Update to the 7u76 docs.glewis2015-03-082-4/+4
|
* . Update to the 8u40 docs.glewis2015-03-082-4/+4
| | | | PR: 198086
* . Update to 2015a.glewis2015-03-083-7/+3
| | | | PR: 198167
* . Update to 8u40.glewis2015-03-063-4/+8
|
* . Update to 8u40.glewis2015-03-063-777/+643
|
* - Revert all damages done in r372338 and r379049.jkim2015-02-277-115/+25
| | | | | | - Really fix non-release builds. [1] PR: 193009 [1]
* - back to the heapjgh2015-02-261-1/+1
|
* Update to 1.5.3arved2015-02-242-3/+3
|
* Fix build with old Mesa3D. r378494 fixed new Mesa3D but it broke old ones.jkim2015-02-212-3/+20
|
* - fix fetchjgh2015-02-201-2/+1
|
* Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().jkim2015-02-174-0/+34
|
* Remove redundant linker options added in r379049.jkim2015-02-171-2/+2
|
* . Fix the DEBUG build.glewis2015-02-162-6/+60
| | | | | PR: 193009 Submitted by: Brian Gardner (openjdk@getsnappy.com)
* java/java-checkstyle: Update version 6.2=>6.3bofh2015-02-072-3/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1793 Approved by: marino(mentor)
* Work around build breakage with recent Mesa 3D.jkim2015-02-061-0/+11
| | | | | | | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765933 https://bugs.freedesktop.org/show_bug.cgi?id=83631 Obtained from: Debian Project
* Update to 1.5.2.jkim2015-02-065-312/+67
|