| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Update WWW | Dmitry Marakasov | 2019-07-12 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-07-11 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | Replace LINUX_ARCH with ARCH. Missed in r506352. | Tijl Coosemans | 2019-07-10 | 1 | -1/+1 |
| | | |||||
| * | On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux | Tijl Coosemans | 2019-07-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6 packages. Using c6_64 instead of c6 made them install mixed amd64/i386 CentOS 6 packages and allowed Linux application ports to install amd64 binaries when available. The i386-only configuration was only useful for users of x11/nvidia-driver* which didn't provide Linux amd64 emulation until recently. With x11/nvidia-driver* now supporting Linux amd64 there's no longer a need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages, like c6_64 before, and remove support for c6_64 as a value. Replace LINUX_ARCH with ARCH everywhere because they are always the same now. | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-07-10 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-07-09 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | java/visualvm: update to 1.4.3 | Steve Wills | 2019-07-06 | 2 | -4/+4 |
| | | |||||
| * | - Update WWW | Dmitry Marakasov | 2019-07-05 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-07-04 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | Adjust to proposed changes in Java versioning | Greg Lewis | 2019-07-04 | 1 | -1/+1 |
| | | | | | | | * Bug #238758 proposes to change the Java versioning from versions such as "1.6.0" to versions such as "6" (for example). Modify the Makefile checks on JAVA_PORT_VERSION to cope with either format. | ||||
| * | java/jd-gui: Fix fetch | Tobias Kortkamp | 2019-07-03 | 1 | -3/+3 |
| | | | | | | | Upstream seems to have retagged v1.6.2. According to diffoscope the only change is in build.gradle where the version has been bumped from 1.6.1 to 1.6.2. | ||||
| * | Convert one missed /usr/local to ${LOCALBASE} | Greg Lewis | 2019-07-01 | 1 | -2/+2 |
| | | | | | Submitted by: jbeich@ | ||||
| * | Allow the JDK to be compiled with gcc. | Greg Lewis | 2019-07-01 | 1 | -8/+22 |
| | | | | | This is required for powerpc64 support. | ||||
| * | java/jd-gui: Update to 1.6.2 | Tobias Kortkamp | 2019-06-30 | 2 | -6/+6 |
| | | | | | Changes: https://github.com/java-decompiler/jd-gui/compare/v1.6.1...v1.6.2 | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-06-23 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | java/jd-gui: Update to 1.6.1 | Tobias Kortkamp | 2019-06-21 | 2 | -6/+6 |
| | | | | | Changes: https://github.com/java-decompiler/jd-gui/compare/v1.5.2...v1.6.1 | ||||
| * | Regular USE_GITHUB cleanup. | Mathieu Arnold | 2019-06-20 | 1 | -1/+0 |
| | | |||||
| * | - Update WWW | Dmitry Marakasov | 2019-06-19 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | java/eclipse: fix build | Piotr Kubaj | 2019-06-16 | 2 | -6/+3 |
| | | | | | | | | | Require new GCC to build this port on GCC architectures. PR: 238489 Approved by: jonc@chen.org.nz (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20667 | ||||
| * | Clean up LIB_DEPENDS | Antoine Brodin | 2019-06-16 | 2 | -2/+2 |
| | | |||||
| * | java/intellij: Update to version 2019.1.3. | Boris Samorodov | 2019-06-09 | 2 | -5/+5 |
| | | |||||
| * | - Update WWW | Dmitry Marakasov | 2019-06-08 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-06-05 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | java/openjdk7: fix build with freetype2 2.10.0 | Steve Wills | 2019-06-03 | 1 | -0/+78 |
| | | | | | PR: 238225 | ||||
| * | java/openjdk6: fix build with freetype2 2.10.0 | Steve Wills | 2019-06-03 | 1 | -0/+78 |
| | | | | | | PR: 238227 Approved by: jkim | ||||
| * | java/jd-gui: Update to 1.5.2 | Tobias Kortkamp | 2019-06-02 | 2 | -10/+11 |
| | | | | | | | - Pet portclippy while here Changes: https://github.com/java-decompiler/jd-gui/compare/v1.5.0...v1.5.2 | ||||
| * | java/sigar: Spell USE_PERL5 correctly | Tobias Kortkamp | 2019-05-28 | 1 | -2/+2 |
| | | | | | Remove bogus perl run dependency. | ||||
| * | java/eclipse: Fix build when using maven-3.6.1 | Steve Wills | 2019-05-27 | 7 | -1118/+39 |
| | | | | | | | | | While here, fix powerpc64 build and remove pkg-plist for dynamic plist to cater for multiple ARCH builds. PR: 238152 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-05-22 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | java/jd-gui: Update to 1.5.0 | Tobias Kortkamp | 2019-05-18 | 2 | -6/+6 |
| | | | | | Changes: https://github.com/java-decompiler/jd-gui/compare/v1.4.3...v1.5.0 | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-05-18 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | Update to 12.0.1.12.2 which includes powerpc64 support. | Greg Lewis | 2019-05-17 | 2 | -4/+4 |
| | | | | | PR: 237370 | ||||
| * | Update to 11.0.3.7.2 which includes powerpc64 support. | Greg Lewis | 2019-05-17 | 2 | -4/+4 |
| | | | | | PR: 237208 | ||||
| * | Update netbeans to 11.0. | Koop Mast | 2019-05-14 | 4 | -22/+533 |
| | | |||||
| * | Sort categories Makefile and hook forgotten ports to the build. | Mathieu Arnold | 2019-05-14 | 1 | -5/+5 |
| | | | | | Pointy hat: bofh, glewis, gerald, swills, manu, ijiao, sunpoet, egypcio | ||||
| * | java/jd-gui: Update to 1.4.3 | Tobias Kortkamp | 2019-05-13 | 2 | -7/+6 |
| | | | | | Changes: https://github.com/java-decompiler/jd-gui/compare/v1.4.2...v1.4.3 | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-05-12 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | Use USE_GITHUB when appropriate. | Mathieu Arnold | 2019-05-11 | 6 | -22/+24 |
| | | |||||
| * | - Update WWW | Dmitry Marakasov | 2019-05-11 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-05-02 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | java/intellij: Update to version 2019.1.1 | Boris Samorodov | 2019-05-01 | 3 | -8/+7 |
| | | |||||
| * | Update to 2019.1.1 release. | Alex Dupre | 2019-04-30 | 3 | -7/+13 |
| | | | | | | | PR: 237648 Submitted by: ale Approved by: maintainer | ||||
| * | - Update WWW | Dmitry Marakasov | 2019-04-27 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | Add LTS version of subversion to ports. | Lev A. Serebryakov | 2019-04-25 | 1 | -0/+1 |
| | | | | | PR: 235934 | ||||
| * | Update to 1.12.0 | Lev A. Serebryakov | 2019-04-25 | 1 | -1/+1 |
| | | |||||
| * | - Update WWW | Dmitry Marakasov | 2019-04-25 | 1 | -1/+1 |
| | | | | | Approved by: portmgr blanket | ||||
| * | Update to 12.0.1. | Greg Lewis | 2019-04-23 | 2 | -5/+5 |
| | | |||||
| * | Update to 11.0.3. | Greg Lewis | 2019-04-23 | 2 | -4/+4 |
| | | |||||
| * | Update to 8u212. | Greg Lewis | 2019-04-23 | 2 | -4/+4 |
| | | |||||
| * | Update to 2019a. | Greg Lewis | 2019-04-22 | 3 | -5/+4 |
| | | |||||
