summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-08-22 java/jdk11-doc: Obsolete version of jdkMartin Wilke2007-09-187-102/+0
| | | | | | | | 2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk 2007-08-22 mail/yuzu: Depends on obsolete version of jdk 2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD 2007-08-22 java/jdk12-doc: Obsolete version of jdk 2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
* . Fix build problems with cpu.h being picked up from /usr/local/include.Greg Lewis2007-09-091-0/+24
| | | | | | Since the structure members being deferenced into the variables are short*, just use short as the variable type and eliminate the use of fastInt and the header include altogether.
* . Fix build failures by setting LC_ALL="C" in MAKE_ENV.Greg Lewis2007-09-081-0/+1
| | | | | PR: 116204 Submitted by: nrgmilk <nrgmilk@gmail.com>
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* . Update to tzupdater 1.2.2.Greg Lewis2007-09-072-6/+6
|
* . Update to tzupdater 1.2.2.Greg Lewis2007-09-072-5/+6
|
* . Update to tzupdater 1.2.2.Greg Lewis2007-09-072-6/+6
|
* . Update to tzupdater 1.2.2.Greg Lewis2007-09-076-40/+14
|
* Remove expired port: Modern versions of jdk support generics nativelyVolker Stolz2007-09-044-275/+0
|
* . Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some workGreg Lewis2007-09-021-0/+4
| | | | to be made gcc 4.2 compliant.
* . Fix another problem with exec() by using the same static initialisationGreg Lewis2007-09-022-1/+16
| | | | | | | | | block that Linux and Solaris use. This was already fixed in the repo but I'd neglected to commit the fix to the port and it was independently submitted as noted below. Submitted by: Michiel Boland <michiel@boland.org>
* . Sync the BSD specific code with the changes between 1.5 and 1.6 andGreg Lewis2007-08-282-1/+32
| | | | | | | | start closing file descriptors at FAIL_FILENO + 1 rather than 3. This fixes the problem with determining the exit code for exec()'ed processes. PR: 115557 Submitted by: Michiel Boland <michiel@boland.org>
* . Correctly respect WITHOUT_WEB. This should fix the default amd64 buildGreg Lewis2007-08-231-8/+9
| | | | on 7.x.
* . Add USE_XORG configuration. I'm guessing that prior to the modularGreg Lewis2007-08-211-0/+1
| | | | | | | xorg ports the Open Motif dependency pulled in the appropriate X11 libraries since this hasn't been a problem previously. Reported by: pointyhat (via kris)
* . Make sure ${PREFIX}/share/applications exists before installing filesGreg Lewis2007-08-211-0/+1
| | | | | | there. Pointed out by: pointyhat (via kris)
* . New port which installs the Java SE 6 documentation as provided by Sun.Greg Lewis2007-08-194-0/+55
|
* Correct dependencies to fix package build.MANTANI Nobutaka2007-08-191-5/+14
| | | | Reported by: pointyhat via kris
* . Add unzip to BUILD_DEPENDS.Greg Lewis2007-08-181-0/+1
| | | | Pointed out by: pointyhat (via kris)
* Add browser plugin support for amd64. It is turned off by default as it isJung-uk Kim2007-08-162-1/+707
| | | | | | | still experimental. Tested by: Huang wen hui (hwh at gddsn dot org dot cn) Approved by: glewis (maintainer)
* Unbreak build on -CURRENT.Jung-uk Kim2007-08-163-0/+51
| | | | Approved by: glewis (maintainer)
* Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs.Ion-Mihai Tetcu2007-08-141-0/+4
|
* Update to the latest version and unbreak.Ion-Mihai Tetcu2007-08-142-12/+10
| | | | Submitted by: linimon@'s broken ports reminder
* . Split the JRL agreement out into a separate script that is only runGreg Lewis2007-08-143-195/+195
| | | | | | during the port build and not during the package install. Requested by: kris
* . Split the JRL agreement out into a separate script that is only runGreg Lewis2007-08-133-195/+195
| | | | | | during the port build and not during the package install. Requested by: kris
* - Set LANG environment variable to C for non-US locale users.Jung-uk Kim2007-08-091-0/+3
| | | | | | | | - Install FreeBSD-specific NSPR header file instead of default Solaris header. Note the port revision is not updated because it does not affect most users. Approved by: glewis (maintainer)
* . Complete default the bootstrap to Diablo.Greg Lewis2007-08-071-3/+1
| | | | Inspired by: scf
* . Default bootstrapping to Diablo JDK. It runs at least as well as theGreg Lewis2007-08-071-4/+2
| | | | | | | Linux JDK on all supported FreeBSD versions and doesn't require Linux emulation to be installed. Inspired by: scf
* . Fix the 'shebang' line in jcontrol. [1]Greg Lewis2007-08-062-2/+12
| | | | | | | . Update the main commented out MASTER_SITE. . Bump PORTREVISION. Submitted by: "barbara" <barbara.xxx1975@libero.it>
* . Make BUILD_DEPENDS against the Diablo JDK, not the Linux JDK. [2]Greg Lewis2007-08-065-13/+97
| | | | | | | | | | | | | | . Add some more make environment variables to control the build of the debug versions. [1] . Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1] . Install more of the Gnome desktop files, and provide them with the correct path for the installation. [1] . Add ${LOCALBASE}/lib to the default library path in HotSpot. [1] . Backwards compatibility in time zone updates. [1] . Bump PORTREVISION. Submitted by: jkim [1] Inspired by: scf [2]
* - Update to 3.9Martin Wilke2007-08-052-7/+5
|
* . Add jdk16 subdir.Greg Lewis2007-08-051-0/+1
|
* . A native port for JDK 1.6.0 (aka 6.0) Update 1.Greg Lewis2007-08-0556-951/+588
|
* . Add linux-sun-jdk16.Greg Lewis2007-08-051-0/+1
|
* . New port of Sun's JDK 1.6.x (aka 6.x) for Linux.Greg Lewis2007-08-055-75/+482
| | | | | | | The port was done by the submitter for Update 1, I've made the minor changes for Update 2. Submitted by: jkim
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-042-2/+2
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Update to 3.2.2Tong LIU2007-08-038-132/+33
| | | | | | | | | - Assign eclipse@FreeBSD.org as maintainer PR: ports/113435 Submitted by: Rick Petty, tmclaugh Approved by: maintainer timeout (more than 3 months) Approved by: delphij (mentor)
* . Require at least JDK 1.3.Greg Lewis2007-08-011-3/+1
| | | | | . Remove dependency on java/collections since they've been a part of the standard runtime library since 1.2.
* . Better fix. Just use 'short' variables and be done with it. TheGreg Lewis2007-07-312-6/+28
| | | | | structure members being dereferenced into the variables are 'short*' after all, not 'fastInt*'.
* . Include a different header file for 'fastInt'. The definition in Hint.hGreg Lewis2007-07-312-0/+26
| | | | | | | | | appears to actually match the type of variable its being used with in the code (although it seems that it may be even cleaner to just replace 'fastInt' with 'short'). This also partially bandaids a build problem some are seeing since Hint.h is a less common header file name than cpu.h.
* Add browser plugin support for amd64. It is turned off by default as it isJung-uk Kim2007-07-304-2/+1166
| | | | | | still experimental. Approved by: glewis (maintainer)
* . Unbreak by providing a working MASTER_SITE.Greg Lewis2007-07-291-3/+1
|
* - Update to 3.2.8Pav Lucistnik2007-07-2910-55/+117
| | | | | | PR: ports/110768 Submitted by: nemoliu Approved by: maintainer (previous version, with reservations)
* - Update to 4.2.0.GA2Pav Lucistnik2007-07-299-53/+92
| | | | | PR: ports/113844 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* - Update to 6.0.2Pav Lucistnik2007-07-292-4/+4
| | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
* BROKEN: UnfetchableKris Kennaway2007-07-281-0/+2
|
* BROKEN: UnfetchableKris Kennaway2007-07-281-0/+2
|
* . Reduce dependencies by using USE_XORG and only listing what is actuallyGreg Lewis2007-07-272-2/+2
| | | | | | | required. PR: 113081 Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
* . Fix the description of the link for the policy files.Greg Lewis2007-07-272-2/+4
| | | | | PR: 114958 Submitted by: Olivier Smedts <olivier@gid0.org>
* . Update 12 is current, so the download isn't in the archive section yetGreg Lewis2007-07-272-2/+2
| | | | | | | (oops). Also, its index page appears broken, so just show the main download page for now. PR: 114958 (kinda)
* . Update to patchset 6, based on 1.5.0 Update 12.Greg Lewis2007-07-2718-404/+28
| | | | . Use the -bc (backwards compatible) flag when doing time zone updates.