aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* . Attempt to fix the build on 8.x amd64 by telling the HotSpot compilationglewis2015-02-051-0/+1
| | | | | | not to treat warnings as errors. Reported by: mat@
* . Update to 8u31.glewis2015-02-024-603/+36135
|
* . Update to 7u76glewis2015-02-0211-136800/+233347
| | | | | . Adopt a patchset strategy similar to the openjdk8 port, which keeps the patch files smaller and makes the BSD differences clearer.
* . Fix window maximisation under Gnome 3.glewis2015-02-021-0/+11
| | | | | PR: 196741 Submitted by: huanghwh@gmail.com
* Update to 5.2 release.ale2015-01-302-3/+3
|
* java/java-checkstyle: Update version 5.8=>6.2bofh2015-01-252-5/+4
| | | | | Differential Revision: https://reviews.freebsd.org/D1633 Approved by: marino(mentor)
* Switch some dependencies from a directory name or a file generated by ↵antoine2015-01-2412-21/+21
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* . Udpate to 8u31.glewis2015-01-242-3/+3
|
* . Update to 8u31.glewis2015-01-242-5/+5
|
* . Update to 7u75.glewis2015-01-243-45/+6
|
* . Update to 7u75.glewis2015-01-243-47/+8
|
* Update to b34.jkim2015-01-246-5412/+351
|
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAantoine2015-01-241-2/+0
|
* Upgrade to 3.0.0.20140706-2cfb468.vanilla2015-01-213-46/+53
|
* Upgrade to 3.3.0.2.vanilla2015-01-213-48/+388
|
* Upgrade to 1.5.0.vanilla2015-01-212-4/+3
|
* Fix a long-standing problem of the jode-script trying to use the wrongmi2015-01-164-20/+21
| | | | | | | getopt JAR. Bump PORTREVISION. While here improve various bits a bit and add the regression-test target using the bundled tests.
* Fix build with libc++ on 10.0.jkim2015-01-151-3/+39
| | | | MFH: 2015Q1
* Fix build.jkim2015-01-151-1/+3
| | | | MFH: 2015Q1
* Disable inline threaded version of interpreter when compiled with Clang tojkim2015-01-152-33/+32
| | | | | | fix build on 10 and later. Modernize the port while I am here. HFH: 2015Q1
* Update graphics/giflib to 5.0.5antoine2015-01-151-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* Upgrade to version 1.0.23.olgeni2015-01-042-3/+3
|
* Allow building 10 years after 31 decembre 2004antoine2014-12-311-0/+11
| | | | With hat: portmgr
* Allow building 10 years after 31 december 2004antoine2014-12-311-0/+11
| | | | With hat: portmgr
* Allow building with either giflib 4.2 or 5.0antoine2014-12-271-0/+14
|
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
| | | | Approved by: bapt
* cleanup plistbapt2014-12-212-7/+0
|
* Use GH_COMMITantoine2014-12-211-2/+1
|
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.jkim2014-12-175-810/+6
|
* Add an upstream patch to remove adlc's unused class FileBuffRegion.jkim2014-12-163-0/+810
| | | | | | | | https://bugs.openjdk.java.net/browse/JDK-8041620 Note this is an attempt to fix build with upcoming Clang 3.5. Obtained from: jdk9
* Take maintainer.kwm2014-12-132-3/+2
| | | | Remove something random in the MASTER_SITE section of netbeans.
* - Reset maintainership of my portsgahr2014-12-112-2/+2
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 1.5.1arved2014-11-302-7/+7
| | | | * Remove IGNORE seems to work on amd64 too now
* New port: java/wildfly81pi2014-11-238-0/+1217
| | | | | | | | | | | | | | | | | | WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server Fast Startup Small Footprint Modular Design Unified Configuration and Management And of course Java EE! WWW: http://wildfly.org PR: 194478 Submitted by: yerenkow@gmail.com
* java/sigar: Check OSVERSION with OPSYS and break non-FreeBSD platformsmarino2014-11-221-6/+11
|
* . Remove the @dirrm lines from pkg-plist which I'd generated for the upgrade.glewis2014-11-211-16/+0
|
* - Add an empty directory to plist to fix staging.jkim2014-11-202-4/+17
| | | | | | | | - Fix build for 8.x on amd64. [1] - Use tar(1) to extract all distfiles. [2] PR: 194988 [1] Submitted by: Mikhail T. (mi at aldan dot algebra dot com) [2]
* Fix symbol mapfile for libvm.so. Note FreeBSD still uses GNU nm(1).jkim2014-11-202-17/+36
|
* Fix to use new build process and link against main libsigar.so.tj2014-11-182-5/+7
|
* . Update to 2014j.glewis2014-11-173-12/+19
|
* New port: java/sigartj2014-11-144-0/+91
| | | | | | | | | | | | | | | | | | | | | The Sigar API provides a portable interface for gathering system information such as: * System memory, swap, cpu, load average, uptime, loginsi * Per-process memory, cpu, credential info, state, arguments, environment, open files * File system detection and metrics * Network interface detection, configuration info and metrics * TCP and UDP connection tables * Network route table This information is available in most operating systems, but each OS has their own way(s) providing it. SIGAR provides developers with one API to access this information regardless of the underlying platform. The core API is implemented in pure C with bindings currently implemented for Java, Perl, Ruby, Python, Erlang, PHP and C#. This port provides the Java bindings. WWW: https://support.hyperic.com/display/SIGAR/Home
* Cleanup plistantoine2014-11-1430-5825/+2876
|
* Finish cleanupantoine2014-11-141-1/+0
|
* Cleanup plistantoine2014-11-1434-775/+31
|
* - Fix build on i386 with clang. [1]jkim2014-11-122-4/+22
| | | | | | | | - Fix mismerged libnio.so. [2] Reported by: antoine [1] Tested by: antoine [1] PR: 194941 [2]
* Update to 1.10 release.ale2014-11-102-3/+6
|
* . Update to 8u25.glewis2014-11-0915-1399/+414675
|
* java/eclipse-cdt: Allow it to build with java > 1.6marino2014-11-071-2/+2
| | | | | It builds with openjdk7 at least. I have no idea if it works, but the rest of the eclipse ports have moved past 1.6. (port is unmaintained)
* . Update to 7u71.glewis2014-11-023-2138/+13209
|
* . Update to 8u25.glewis2014-11-023-5/+9
|
* . Update to 8u25.glewis2014-11-023-3/+6
|
* . Update to 7u71.glewis2014-10-312-3/+3
|
* . Update to 7u71.glewis2014-10-313-177/+178
|
* Merge Linux-specific changes to BSD patches. Most importantly, this changejkim2014-10-313-3/+25
| | | | | | corrects 'os.arch' property for i386 to fix regressions. PR: 194419
* . Update to 2014i.glewis2014-10-293-23/+4
|
* Update to 5.1 release.ale2014-10-283-5/+4
|
* - Convert ports from german/, java/, japanese/ and ports-mgmt/ to newmva2014-10-201-2/+1
| | | | | | USES=python Approved by: portmgr (implicit)
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andjhb2014-10-183-6/+85
| | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)
* - Update to b33.jkim2014-10-174-715/+1485
| | | | - Update TimeZoneNames to tzdata2014g.
* java/java-checkstyle: Upgrade version 5.5 => 5.8marino2014-10-102-5/+8
| | | | | | | Assign assign submitter as maintainer PR: 194257 Submitted by: Muhammad Rahman
* java/visualvm: update to 1.3.8swills2014-10-093-21/+26
| | | | | PR: 194229 Submitted by: Jean-Francois BOEUF <JeanFrancois.Boeuf@Gmail.com>
* Fix build with gmake 4.1bapt2014-10-081-0/+11
|
* Doesn't build with java 6.ale2014-10-031-1/+1
|
* Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entrymi2014-09-304-9/+7
| | | | | | | in pkg-descr. Vendor's self tests continue to fail (timeouts), so this feature remains disabled by default.
* - Update to 8.0.1gahr2014-09-263-532/+111
| | | | | * Release notes: https://netbeans.org/community/releases/80/ * New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB801
* java/java3d: Set to dual GPLv2 and MIT licensingmarino2014-09-261-3/+3
| | | | | | | | | | | PR: 193186 Submitted by: pfg@ After examining the LICENSE files in the existing tarball, Pedro came to the conclusion that the license is a combination between GPLv2 and some MIT-like licenses. The package is redistributable; the outdated restriction is probably left over from a previous version, so it has been removed.
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.tijl2014-09-171-2/+2
| | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
* Allow staging as a regular userantoine2014-09-121-4/+1
|
* Fix build by forcing -lpopt.adamw2014-09-111-0/+2
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1140-33/+40
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Add USES=libtool and INSTALL_TARGET=install-striptijl2014-09-092-13/+5
|
* Add USES=libtool and INSTALL_TARGET=install-striptijl2014-09-092-5/+5
|
* Remove non staged ports without pending PR from j*bapt2014-09-0223-715/+0
|
* . Update to 2014f.glewis2014-08-313-16/+5
|
* Stage java/eclipse-langpackmarino2014-08-314-24/+13
| | | | | PR: 193088 Submitted by: turutani (Kyoto)
* java/eclipse: Set a default theme and external browserrobak2014-08-273-3/+61
| | | | | | | PR: 192696 Submitted by: Jimmy Kelley <ljboiler@gmail.com> Reviewed by: swills (mentor), marino (mentor) Approved by: mentors (implicit)
* Update to 5.0 release.ale2014-08-272-3/+3
|
* . Update to 8u20.glewis2014-08-243-6/+3
|
* . Update to 8u20glewis2014-08-243-184/+232
|
* Canonicalize a few LICENSE_PERMSantoine2014-08-221-1/+1
| | | | With hat: portmgr
* many ruby/rubygem ports: death of rubyforge.orgswills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
* - Add USES=libtooltijl2014-08-182-14/+9
| | | | - Remove redundant -i.bak
* - Add USES=libtooltijl2014-08-183-9/+36
| | | | - Patch configure to fix detection of shared library support