aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Update to latest 1.8.10lev2014-08-121-1/+4
| | | | Turn off unneded options in case of addons explicitly.
* Finish stage supportantoine2014-08-122-16/+6
|
* Finish stage conversionantoine2014-08-112-2/+1
|
* Fix stage violationantoine2014-08-101-1/+1
|
* . Update to 7u67.glewis2014-08-102-3/+3
|
* . Update to 7u67.glewis2014-08-102-5/+5
|
* - Update from 1.1b5 to 3.1a1danilo2014-08-033-9/+10
| | | | | | - Update MASTER_SITES - Take maintainership - Update WWW
* Convert a bunch of USE_XZ to USES=tar:xz.adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Reset maintainership for ports not staged with no pending PRbapt2014-07-241-1/+1
| | | | With hat: portmgr
* . Don't hardcode /bin/bash. Fixes build trace output.glewis2014-07-211-0/+11
|
* . Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAMEglewis2014-07-211-2/+4
| | | | | | | | and MASTER_SITES. This fixes the download URL. [1] . Add a dependency on fontconfig. [2] Pointed out by: Chris Sabo <csabo2@gmail.com> [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2]
* . Update to 8u11. This requires moving the patch file for 8u5 to startglewis2014-07-214-17/+6011
| | | | with 8u05 to preserve patch file ordering.
* - Update to b32.jkim2014-07-175-141/+310
| | | | | - Update TimeZoneNames to tzdata2014b. - Enlist openjdk6 users as testers of ant 1.9.4.
* . Update to 7u65.glewis2014-07-163-2239/+9703
|
* . Update to 8u11.glewis2014-07-162-3/+3
|
* . Update to 8u11.glewis2014-07-162-5/+5
|
* . Update to 7u65.glewis2014-07-162-3/+3
|
* . Update to 7u65.glewis2014-07-162-5/+5
|
* Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.adamw2014-07-161-1/+1
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-153-2/+4
| | | | | Apologies in advance, I know java drives its short bus very, very slowly through qat. Building these 3 ports will probably wedge it for weeks.
* Modernize LIB_DEPENDSbapt2014-07-141-1/+1
| | | | With hat: portmgr
* java/wildfly80: fix building as userpi2014-07-132-4/+3
|
* . Fix unpack200 on i386/amd64 by only swapping bytes when this is actuallyglewis2014-07-133-7/+30
| | | | | | | | | | | | a big endian machine. [1] . Bump PORTREVISION for the fix. . Speed up the build on multi-core machines using the MAKE_JOBS trickery from the openjdk8 Makefile. . Enlist openjdk7 users as testers of ant 1.9.4. . Add a dependency on fontconfig. PR: 191735 [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2]
* java/dbvis: Swap order-sensitive categories to unbreak PKGORIGINmarino2014-07-121-1/+1
| | | | From Jim Ohlstein in response to an auto-nag.
* java/dbvis: Update version 7.1 => 9.1.6 and stagemarino2014-07-122-7/+13
| | | | | | | | | | | Also: * Annotate dbVisualizer license * Switch categories from "java devel" to "java databases" * Switch absolute dbvis symlink to relative one (marino) * passing maintainership to submitter PR: 186947 Submitted by: jim (ohlste.in)
* Update 8 plugins following upgrade to Eclipse 4.3.2marino2014-07-1212-36/+35
| | | | | | | | | | | | | | | | | The following plugins must be updated after upgrading Eclipse to version 4.3.2 because they don't currently work: * java/eclipse-datatools (assign maintainership too) * java/eclipse-emf * java/eclipse-gef * java/eclipse-pydev * java/eclipse-webtools * java/eclipse-windowbuilder * devel/scala-ide * devel/subversive PR: 191798 Submitted by: Eclipse maintainer (Jimmy Kelly)
* java/eclipse: Fix dropins locationmarino2014-07-121-0/+3
| | | | | | | | | The new 4.3.2 Eclipse port doesn't look for dropins in the "standard" FreeBSD location (/usr/local/share/eclipse/dropins) as expected. The eclipse.ini file has been modified to make that happen. PR: 191766 Submitted by: maintainer (Jimmy Kelly)
* @owner not @userbapt2014-07-061-2/+2
|
* @owner not @userbapt2014-07-061-1/+1
|
* Support stagebapt2014-07-062-4/+6
|
* Support stagebapt2014-07-062-12/+6
|
* Allow packaging as a userbapt2014-07-061-0/+4
|
* Support stagebapt2014-07-061-6/+3
|
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-0614-14/+14
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
* Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple whileadamw2014-07-052-4/+10
| | | | | | we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization)
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-0410-109/+98
|
* Correct typo declaring ONLY_FOR_ARCHSsbruno2014-07-031-1/+1
| | | | | PR: 191565 Reviewed by: bdrewery
* - Update to 3.9.2jhale2014-06-302-15/+9
| | | | | | | | - NOPORTDOCS -> DOCS option - Silence MKDIR PR: 191441 (based on) Submitted by: m.tsatsenko@gmail.com (maintainer)
* Remove java/eclipse-devel as java/eclipse is newermarino2014-06-2912-8805/+0
| | | | | | | | | Given the amount of work required to maintain a single version of eclipse, it was thought prudent to focus maintenance efforts on a single port, especially since the plugins are designed for java/eclipse, not the development version. Discussed in PR. PR: 188659
* Restore eclipse Makefile.plugins instead of breaking/expiring ports using itantoine2014-06-281-4/+12
|
* Ports attempting to use eclipse Makefile.plugins are BROKEN, not IGNOREantoine2014-06-281-1/+3
| | | | | | Deprecate them while here With hat: portmgr
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisjkim2014-06-288-4/+158
| | | | | | | | fixes a test case in the following Apache Solr bug report. https://issues.apache.org/jira/browse/SOLR-6204 Reported by: Dawid Weiss <dawid.weiss@gmail.com>
* - Chase database/sqlite3 slib bumpmiwi2014-06-281-1/+1
| | | | Approved by: portmgr (myself)
* java/eclipse: Change include <pre>/<post> to <options>marino2014-06-261-2/+2
|
* java/eclipse: Put back Makefile.plugins to unbreak indexmarino2014-06-261-0/+4
| | | | | | | At least one port is still using Makefile.plugins. Put in a placeholder to unbreak the index. PR: 188659
* java/eclipse: Remove troublesome comment completelymarino2014-06-261-2/+0
| | | | | | | | | | Freshports won't update the entry due to choking on the MAVEN_OPTS comment. Truthfully the comment is more trouble than it's worth. First, it's MVN_OPTS, not MAVEN_OPTS. Secondly, "+=" is a no-op, so the definition should be there anyway. Thirdly, MVN_OPTS is undefined. Just remove the whole mess. PR: 188659
* java/eclipse: Tweak comment to satisfy freshports sanity checkmarino2014-06-261-1/+1
| | | | | A space character was missing in a comment that made the freshport sanity check think it was a bad shell command.
* java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainermarino2014-06-2613-8809/+3551
| | | | | | | | | | | | At long last, eclipse has been updated to the latest release and is now under the stewardship of Jimmy Kelly. This version supports OpenJDK8 runtime environments. A special thanks to Jonathan Chen for getting the ball rolling after the PR stalled. PR: 188659 Submitted by: Jimmy Kelly Distfiles by: Jonathan Chen Verified by: F10/amd64 poudriere
* Convert GMAKE to MAKE_CMDbapt2014-06-252-3/+3
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Remove interractive this ports can be installed without the graphical installerbapt2014-06-234-15/+22
| | | | While here, update to 3.1.1
* Unbreakantoine2014-06-211-1/+1
| | | | Reported by: pkg-fallout
* . Update to 2014e.glewis2014-06-192-3/+3
|
* Stagify.vanilla2014-06-171-8/+7
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-171-6/+5
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-171-6/+5
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-171-7/+6
|
* Stagify.vanilla2014-06-171-8/+7
|
* Stagify.vanilla2014-06-171-9/+8
|
* Stagify.vanilla2014-06-171-4/+3
|
* Stagify.vanilla2014-06-171-9/+8
|
* Stagify.vanilla2014-06-171-8/+7
|
* Stagify.vanilla2014-06-171-4/+3
|
* Stagify.vanilla2014-06-171-4/+3
|
* Stagify.vanilla2014-06-171-4/+3
|
* Stagify.vanilla2014-06-171-8/+7
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-171-6/+2
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-171-7/+7
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-171-3/+2
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-171-8/+7
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-171-3/+2
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-171-7/+6
| | | | Approved by: portmgr@
* subversion port has been overhauled. Some optional parts was extractedlev2014-06-162-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | to separate ports. These ports are: www/mod_dav_svn instead of option MOD_DAV_SVN. security/subversion-gnome-keyring instead of option GNOME_KEYRING. security/subversion-kwallet instead of option KDE_KWALLET. If you used devel/subversion with one (or more) of these non-standard options, you should install appropriate port after subversion upgrade. "mod_dontdothat" is installed unconditionally by www/mod_dav_svn port (it has been depended on TOOLS option), but is not activated by default, you may need to edit apache's configuration file. devel/subversion port now installs svndiff, svndiff3 and svndiff4 commands if TOOLS option is enabled. They was skipped before. Official names "diff", "diff3" and "diff4" are prefixed with "svn" to avoid conflicts with base and other diff versions. All libraries and binaries are now stripped if MAINTAINER_DEBUG option is not selected (including all sub-ports, like bindings and mod_dav_svn).
* Remove redundant uses of NO_CDROM with RESTRICTED.jkim2014-06-125-5/+0
| | | | Reported by: eadler
* Support LIBS like LDFLAGS.tijl2014-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* USE_XZ --> USES=tar:xz.demon2014-06-101-2/+1
|
* - Update to 2.8.2nivit2014-06-103-53/+21
| | | | | | | | | - Add support for stage dir - Sort variables - Remove post-install target - Remove files/pkg-install.in Release Notes: http://pydev.org/history_pydev.html
* . Add a pkg-message explaining that procfs and fdescfs may be required.glewis2014-06-101-0/+16
| | | | | PR: 177779 Submitted by: navymaker@rambler-co.ru
* Java Development Kit 8 Documentation. Contains release information,jkim2014-06-104-0/+47
| | | | | | | | API documentation, guides to new features and tool documentation. The documentation will be installed in ${PREFIX}/share/doc/jdk8/ WWW: http://www.oracle.com/us/technologies/java/index.html
* Chase distfile change and support staging.jkim2014-06-102-10/+7
|
* Use new LIB_DEPENDS format. Remove unnecessary NO_STAGE.jkim2014-06-101-3/+2
|
* Remove unnecessary NO_STAGE.jkim2014-06-101-1/+0
|
* Update to 7u60.jkim2014-06-102-11/+7
|
* Support staging.jkim2014-06-102-7/+10
|
* Support staging. While here, get rid of the two-line pkg-plist.mi2014-06-102-10/+2
|
* Remove all space characters from Makefile assignments.olgeni2014-06-092-12/+12
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Remove indefinite articles from COMMENT where I'm maintainer.olgeni2014-06-081-1/+1
|
* Stagify.vanilla2014-06-081-6/+5
|
* Stagify.vanilla2014-06-081-4/+3
|
* Update to 7u60.glewis2014-06-084-2436/+54126
|
* Mark it as unsafe for parallel build.jkim2014-06-071-3/+2
|
* Work around build failures with JDK7 and later.jkim2014-06-061-0/+1
| | | | Reported by: exp-run (PR190511)
* Upgrade to version 1.9.2.olgeni2014-06-063-12/+30
| | | | | | - Add LICENSE - Fix portlint warnings - Use PORT_OPTIONS
* Force java 1.6 only.ale2014-06-051-1/+1
|
* Fix build with java/openjdk7 and support staging. Note it does not buildjkim2014-06-051-5/+4
| | | | | | with java/openjdk8. Reported by: exp-run (PR190511)
* Update to 7u60.jkim2014-06-056-201/+402
|
* . Update to 2014c.glewis2014-06-012-3/+3
|
* - Add staging supportpawel2014-05-312-20/+11
| | | | - Convert to new options framework, add EXAMPLES option
* Add staging supportpawel2014-05-311-4/+1
|
* - Add staging supportpawel2014-05-311-34/+9
| | | | - Convert to new options framework
* Add staging supportpawel2014-05-311-3/+5
|
* - Add staging supportpawel2014-05-311-18/+13
| | | | - Convert to new options framework
* - Add staging supportpawel2014-05-311-12/+7
| | | | - Convert to new options framework
* - Add staging supportpawel2014-05-311-9/+3
| | | | - Remove leading article from COMMENT
* - Add staging supportpawel2014-05-311-30/+19
| | | | - Convert to new options framework, add EXAMPLES option
* - Add staging supportpawel2014-05-311-9/+6
| | | | - Convert to new options framework
* - Add staging supportpawel2014-05-311-7/+7
| | | | - Convert to USES=tar:bzip2
* - Add staging supportpawel2014-05-311-24/+14
| | | | | - Convert to new options framework - Remove RUN_DEPENDS on javavmwrapper, it's pulled in by java port
* - Add staging supportpawel2014-05-311-15/+8
| | | | - Convert to new options framework
* - Add staging supportpawel2014-05-311-33/+13
| | | | | | - Convert to new options framework - USE_ANT, ALL_TARGET, MAKE_ARGS instead of custom do-build target - Use PLIST_FILES and not generated plist file
* - Add staging supportpawel2014-05-311-32/+12
| | | | | | - Convert to new options framework - USE_ANT, ALL_TARGET instead of custom do-build target - Use PLIST_FILES and not generated plist file
* - Add staging supportpawel2014-05-311-14/+13
| | | | | - Remove leading article from COMMENT - Convert to new options framework
* - Add staging supportpawel2014-05-311-17/+12
| | | | - Convert to new options framework
* - Add staging supportpawel2014-05-311-16/+8
| | | | - Convert to new options framework
* - Add staging supportpawel2014-05-311-30/+13
| | | | - Convert to new options framework
* - Add staging supportpawel2014-05-311-10/+6
| | | | - Convert to new options framework
* java/eclipse*: specify extraction with ${TAR}marino2014-05-302-7/+7
| | | | | | | | | | | | It's possible that EXTRACT_CMD won't be predefined in the near future in order to support distfiles in multiple formats. We know the extraction tool needs to be tar, so let's specify it directly. The eclipse ports have pending PRs to update the version, although I don't know if they include staging. Each Eclipse is a huge port so staging is out scope of this extraction tool work. Approved by: portmgr (implicit)
* java/wildfly80: New port: WildFly - replacement for JBoss Application Serverpi2014-05-278-0/+1991
| | | | | | PR: ports/188339 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Approved by: jadawin (mentor)
* Upgrade to version 1.0.17.olgeni2014-05-262-19/+17
| | | | | | | | - Add LICENSE - Replace WITHOUT_COMPILE with COMPILE option - Replace NOPORTDOCS with MDOCS - Use COPYTREE_SHARE - Remove indefinite article from COMMENT
* Upgrade to version 1.0.22.olgeni2014-05-262-16/+17
| | | | | | | | | - Add LICENSE - Convert to USES=zip - Replace WITHOUT_COMPILE with COMPILE option - Replace NOPORTDOCS with MDOCS - Use COPYTREE_SHARE - Remove indefinite article from COMMENT
* - Covert gmake, xz to USESmiwi2014-05-266-10/+6
| | | | Approved by: portmgr
* Convert to USES=dos2unixbapt2014-05-261-1/+2
| | | | With hat: portmgr
* LEGAL: fix multiple portseadler2014-05-261-0/+1
| | | | | | Sync make -VLEGAL and /usr/ports/LEGAL Approved by: portmgr (implicit)
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedjkim2014-05-224-8/+70
| | | | | | | | | to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1).
* - Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must bejkim2014-05-224-2/+94
| | | | | | | | | | | | | | used to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1). [1] - Use /proc/curproc/file to find its executable path if available. It fixes java/icedtea-web, for example. [2] PR: ports/178856 [1] PR: java/189905 [2]
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedjkim2014-05-223-12/+62
| | | | | | | | | | | to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1). PR: ports/178856
* (1) Update to latest 1.8.9lev2014-05-182-3/+11
| | | | | | | (2) USES=libtool instead of USE_AUTOTOOLS=libtool (3) Bump required Java version to 1.7 for java/java-subversion. (4) Build java/kava-subversion with system clang, not "any" gcc on 10 and CURRENT (checked with OpenJDK7 and OpenJDK8).
* Remove a hack to create symlink to libjli.so. java/openjdk8 does not needjkim2014-05-171-15/+0
| | | | this hack any more because it is statically linked now.
* Always link libjli statically. When launchers are symlinked, it may not bejkim2014-05-175-155/+179
| | | | | | | able to find libjli.so from RPATH because argv[0] points to the symlink. Note it seems Linux does not have the problem when /proc/self/exe exists. If it does not exist, it also fails to find libjli.so. Clean up patches while I am here.
* Withdraw maintainershipcs2014-05-171-1/+1
| | | | | | PR: ports/189730 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Approved by: portmgr (implicit)
* Add upstream patches to support java/openjdk8. Note OpenJDK8 is notjkim2014-05-162-2/+1545
| | | | | officially supported by the upstream and the next major release will drop support for OpenJDK6.
* Add support for java/icedtea-web. Clean up some patches while I am here.jkim2014-05-167-34/+177
|
* Add staging support.olgeni2014-05-141-13/+5
|
* Add staging support.olgeni2014-05-141-10/+5
|
* Add staging support.olgeni2014-05-141-8/+3
|
* Add staging support.olgeni2014-05-141-18/+15
|
* Add staging support.olgeni2014-05-141-15/+12
|
* Stagify.ale2014-05-121-4/+4
|
* Stagify.ale2014-05-121-9/+15
|
* Stagify.ale2014-05-121-7/+5
|
* Stagify.ale2014-05-121-9/+15
|
* Stagify.ale2014-05-121-1/+2
|
* Remove expired ports:rene2014-05-1111-6434/+0
| | | | | 2014-05-10 java/linux-sun-jre16: Unsupported and known for multiple security vulnerabilities 2014-05-10 java/linux-sun-jdk16: Unsupported and known for multiple security vulnerabilities
* Maintainer no longer wishes to maintain those portsantoine2014-05-111-1/+1
| | | | With hat: portmgr
* . Handle spaces in CC, CXX or HOST_CC [1]glewis2014-05-091-3/+3
| | | | | | | | | . Convert a space to a tab [2] . Pet portlint by changing /nonexistent to ${NONEXISTENT} [2] PR: 189385 [2] Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> [1] Takefu <takefu@airport.fm> [2]
* Catch a couple of missing convertsion to :tu/:tlbapt2014-05-051-1/+1
| | | | | Submitted by: ak With hat: portmgr
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Set JAVA_VERSION to exclude java/openjdk8. It is not supported yet.jkim2014-05-031-0/+1
|
* Add a separate comment for the package.jkim2014-05-031-0/+2
|
* Add a slave port to create JRE-only package for java/openjdk8.jkim2014-05-033-17/+52
|
* - Install junit4.jar to fix detection in math/scilabdanilo2014-05-021-1/+5
| | | | | PR: ports/189201 Submitted by: Max Brazhnikov <makc@FreeBSD.org>
* Grab unmaintained dependencies for math/scilabmakc2014-05-024-4/+4
|
* java/jgraphx:makc2014-05-022-10/+5
| | | | | | | | | | - Update to 2.5.1.0 - Use direct link instead of GITHUB (doesn't work for me) - Remove needless JAVA_VERSION - Take maintainership (the port is required for math/scilab) PR: ports/189203 Approved by: crees (former maintainer)
* Merge more HotSpot patches from java/openjdk6 and clean up.jkim2014-05-012-975/+468
|
* Include bundled header files before others. For example, this fixes buildjkim2014-04-301-0/+28
| | | | | | | | | with conflicting header files from graphics/jpeg. Note OTHER_INCLUDES or OTHER_CPPFLAGS may be used instead. However, I think this is the least intrusive change. Also, note java/openjdk6 already has a similar fix and java/openjdk8 does not need it. Tested by: Jonathan Chen (jonc at chen dot org dot nz)
* Reassign eclipse ports to the heapbapt2014-04-2916-16/+16
| | | | | | | | | eclipse@ is a failure resulting in eclipse ports being badly maintainer: - outdated - not adapted to infrastructure modification - failures with clang With hat: portmgr
* java/jakarta-commons-collections:makc2014-04-291-26/+14
| | | | | | | - Add stage support - Drop unneeded JAVA_VERSION - Convert NOPORTDOCS to option - Clean up Makefile
* - Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.jkim2014-04-292-23/+70
| | | | | | | | - Move jspawnhelper to jre/lib/<arch> directory as Solaris does. [1] - Add sigset(2) wrapper for libsig.so. - Disable UseMembar by default. Inspired by: Kurt Miller (kurt at intricatesoftware dot com) [1]
* . Fix spawning external processes from the JVM. [1]glewis2014-04-295-91/+162
| | | | | | | . Remove some patches that have been merged to the upstream repository. PR: 188979, 188980 [1] Obtained from: Kurt Miller (via the upstream bsd-port repo) [1]
* Add couple of patches missed in the previous commit.jkim2014-04-291-0/+232
|
* Merge more patches for JDK from java/openjdk6 and clean up.jkim2014-04-297-85/+662
|
* java/javahelp:makc2014-04-253-34/+29
| | | | | | | | | | | | | | | | | | - Remove dead entry from MASTER_SITES - Add stage support - Drop unneeded JAVA_VERSION - Convert NOPORTDOCS to option - Amend COMMENT, update WWW java/jrosetta: - Add stage support - Drop JAVA_VERSION math/jlatexmath: - Remove dead entry from MASTER_SITES - Add stage support - Drop JAVA_VERSION - Use options helpers
* - Disable ccache. Precompiled headers seem to cause troubles with it. [1]jkim2014-04-252-40/+2837
| | | | | | - Add more BSD patches for Java files and fix endianness issues for C files. Reported by: Jenkins (via swills) [1]
* - Update to r351880.jkim2014-04-235-6/+9
| | | | - Bundle libfreetype.so.6.
* - Fix the fetch link;thierry2014-04-231-9/+8
| | | | - Support staging.
* Refine the patch again. No functional change.jkim2014-04-221-4/+3
|
* Update to 8u5.jkim2014-04-225-10/+13956
|
* Refine the previous patch. No functional change.jkim2014-04-221-2/+3
|
* Fix build with clang.jkim2014-04-222-0/+35
|
* . Update to 7u55.glewis2014-04-214-27191/+17530
| | | | | | | . Use version 1.9.3 of ant [1] . Don't insist on GCC since compilation with clang now works [2]. Obtained from: jkim@'s openjdk7 redport repo ([1], [2])
* . Update to the cacerts file included in the latest Linux distribution (7u55).glewis2014-04-211-0/+0
|
* Reduce diff between Orcle/Sun Java ports and clean up.jkim2014-04-194-40/+32
|
* - Remove unnecessary use of chown to make it more staging friendly. [1]jkim2014-04-192-20/+12
| | | | | | - Use USES=shebangfix instead of rolling our own. Simplify and clean up. Reported by: Andrzej Tobola (ato at iem dot pw dot edu dot pl)
* Actually fix the mis-merge.jkim2014-04-181-1/+1
|
* Fix couple of mis-merges.jkim2014-04-183-11/+22
|
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-173-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Update to b31.jkim2014-04-164-40/+30
|
* Update to 7u55.jkim2014-04-164-8/+8
|
* Update to 8u5.jkim2014-04-164-10/+22
|
* Finish stage supportantoine2014-04-131-6/+6
|
* . Update internal fallback logic, including:glewis2014-04-132-43/+14
| | | | | | | | | | . Remove support for diablo* and j* ports. . Add support for linux-oracle* ports. . Remove support for Java version 1.5. . Add support for Java version 1.8. . Add support for Oracle as a vendor. . Bump PORTVERSION. . Remove CONFLICTS for ports that no longer exist.
* Mark deprecated and set expiration.jkim2014-04-122-0/+6
|
* Replace hardcoding of "8" with ${JRE_VERSION}.jkim2014-04-121-1/+1
|
* - Update netbeans to version 8.0gahr2014-04-116-420/+341
| | | | | | Release notes: https://netbeans.org/community/releases/80/relnotes.html New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB80 - IGNORE netbeans-devel
* Minimum version of java is now 1.6bapt2014-04-101-1/+1
| | | | With hat: portmgr
* Removed Long ago EOLed portbapt2014-04-105-1058/+0
|
* support stagebapt2014-04-101-8/+4
|
* stage supportbapt2014-04-102-27/+10
| | | | respect examples
* Better handling of gjdoc manpagebapt2014-04-102-2/+1
|
* Fixbapt2014-04-101-1/+1
|
* Support stagebapt2014-04-102-16/+15
|
* Update to 1.5.jkim2014-04-109-138/+3455
|
* . Replace hardcoding of "8" with ${JRE_VERSION}glewis2014-04-101-2/+2
|
* . Fix a reference to JDK 7.glewis2014-04-101-4/+4
| | | | . Replace hardcoding of "8" with ${JDK_VERSION}.
* Missed the addition of linux-oracle-jdk18, removing this duplicate.glewis2014-04-106-4562/+0
|
* Add a port of Oracle Linux JDK 8.glewis2014-04-106-0/+4562
|
* Convert from USE_GECKO to USES=geckobapt2014-04-091-4/+3
| | | | | While here stagify what was not staged yet Convert to USES=webplugin where needed and add desktop-file-utils dependency to icedtea-web
* Support stagebapt2014-04-071-40/+15
| | | | | | Use options helpers Modernise LIB_DEPENDS use pax instead of copytree_share to install, this allows preserving the modes and thus avoid playing with ${CHMOD}
* s/-script://bapt2014-04-041-2/+2
|
* Fix build on 8.3. We still have to support it for few more weeks.jkim2014-04-041-0/+4
|
* The Oracle Java 8 JDK/JRE for Linux.jkim2014-04-0111-0/+5016
| | | | WWW: http://www.oracle.com/us/technologies/java/index.html
* - Fix a typo, which may add an unnecessary run-time dependency.jkim2014-04-011-5/+5
| | | | | | - Prefer PKGNAMESUFFIX to deprecated LATEST_LINK. Reported by: sunpoet
* . Fix packing list.glewis2014-03-311-0/+1
| | | | Reported by: swills@
* . Update to 2014b.glewis2014-03-302-3/+3
|
* Add a port of OpenJDK8.jkim2014-03-2918-0/+8780
| | | | Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)
* - Move commands from files/pkg-install.in into post-installswills2014-03-242-24/+5
| | | | | | - Kill files/ Submitted by: Johannes Jost Meixner <xmj@chaot.net> (via irc)
* - Move commands from files/pkg-install.in into post-installswills2014-03-242-28/+9
| | | | | | - Kill files/ Submitted by: Johannes Jost Meixner <xmj@chaot.net> (via irc)
* - Stageswills2014-03-242-14/+13
| | | | | PR: ports/187538 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Stageswills2014-03-242-13/+13
| | | | | PR: ports/187536 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Move commands from files/pkg-install.in into post-installswills2014-03-242-24/+5
| | | | | | | - Kill files/ PR: ports/187537 (second half) Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Move commands from files/pkg-install.in into post-installswills2014-03-242-24/+5
| | | | | | | - Kill files/ PR: ports/187535 (second half) Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Stagifyswills2014-03-202-15/+14
| | | | | PR: ports/187535 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Stagifyswills2014-03-202-15/+14
| | | | | PR: ports/187537 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* Move to version 1.2.9, the final in the 1.2 series.gerald2014-03-154-15/+10
| | | | | | | | | | Support staging. Struts is now an Apache project, adjust the package name and comment accordingly to honor their branding guidelines. PR: 183127 Submitted by: pfg
* Use USES=tar:xz.jkim2014-03-151-1/+1
|
* . Update to 2014a.glewis2014-03-142-3/+3
|
* Update to r348097.jkim2014-03-144-7/+7
|
* Add an upstream patch to fix yet another fallout from HotSpot 23 merge.jkim2014-03-133-2/+13
| | | | | https://java.net/jira/browse/OPENJDK6-29 http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/04e4c3ec6516
* Unbreakantoine2014-03-121-1/+1
|
* Fix missing symbols after re-appearance of converters/libiconv on 10+. Thisjkim2014-03-123-27/+26
| | | | | | actually fixes java/icedtea-web because libsplashscreen.so was looking for libiconv_open() and libiconv_close() from libiconv instead of iconv_open() and iconv_close() from libc. Tidy up compiler/linker flags while I am here.
* Attempt to unbreakantoine2014-03-111-1/+1
|
* Finish conversion to USES=zipbapt2014-03-111-1/+0
|