summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Temporarily alter the download location until the patchset for u13Greg Lewis2007-10-181-1/+1
| | | | is released.
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | PR: 117086 Tested by: -exp runs
* ShellEd is a superb shell script editor for Eclipse. The great benefit ofMartin Wilke2007-10-174-0/+53
| | | | | | | | | | this plugin is the integration of man page information for content assist and text hover. WWW: http://sourceforge.net/projects/shelled PR: ports/117174 Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
* . Update to 2.2.4.Greg Lewis2007-10-172-5/+5
|
* . Fix MASTER_SITES so that it will correctly cycle through the EclipseGreg Lewis2007-10-171-2/+2
| | | | and FreeBSD local sites.
* . Builds and runs on amd64 as well.Greg Lewis2007-10-131-1/+1
|
* . Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 portGreg Lewis2007-10-13135-750/+8250
| | | | | | | | | | before it replaces Eclipse 3.2. The submitters (listed in alphabetical order) collaborated on this. Submitted by: Mike Bowie <mbowie@buzmo.com> Dan Rucci <dan@rucci.org> Ken Yamada <ken@tydfam.jp>
* Update to 4.0.1 release.Alex Dupre2007-10-122-4/+4
|
* Remove expired leaf ports:Vasil Dimov2007-10-114-60/+0
| | | | | | | 2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable 2007-07-29 comms/ixj: does not work on any supported FreeBSD version 2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations" 2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
* . Explicitly pull in X dependencies instead of depending on the open-motifGreg Lewis2007-10-111-0/+1
| | | | | | dependency to implicitly pull in the X libraries we need. Requested by: linimon
* - Update maintainer mail adressMartin Wilke2007-10-101-2/+2
| | | | | PR: 117073 Submitted by: Ronald Klop <ronald@echteman.nl> (maintainer)
* - UnbreakMartin Wilke2007-10-082-8/+4
| | | | | | | - Update to 6.0.5 PR: 117023 Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
* . Don't quote NO_CDROM or RESTRICTED to make portlint a little happier.Greg Lewis2007-10-071-2/+2
|
* - Remove pr-patchMartin Wilke2007-10-061-84/+0
|
* Development using the properties file is performed by Java by the settingMartin Wilke2007-10-055-0/+138
| | | | | | | | | | | | | | | | | file of J2EE application, internationalization correspondence with desktop application, etc. being sufficient. However, you have to change the multi-byte character in a file into Unicode with the native2ascii tool of attachment in J2SDK on the character platform un-depending. This editor can directly edit property files written in Unicode reference characters, and saves the time and effort of converting into Unicode through native2ascii. In addition to the usual functions of an editor, the plugin is integrated with Eclipse and JBuilder. Files can be opened in the IDE and saved in Unicode. It can use by intuitive and simple operation. WWW: http://propedit.sourceforge.jp/index_en.html PR: ports/116871 Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
* . Update to 1.6.0_03 aka 6u3.Greg Lewis2007-10-053-4/+1504
| | | | Reported by: John Prather <john.c.prather@gmail.com>
* . Update to 1.5.0_13.Greg Lewis2007-10-053-4/+5
| | | | Reported by: John Prather <john.c.prather@gmail.com>
* . Don't quote NO_CDROM or RESTRICTED to make portlint a little happier.Greg Lewis2007-10-051-2/+2
|
* Fix build on i386 with WITHOUT_WEB option.Jung-uk Kim2007-10-042-0/+28
| | | | | | PR: ports/116700 Reported by: Michiel Boland (michiel at boland dot org) Approved by: glewis (mentor)
* Mark as broken with gcc4.2. Note: this looks like abadonware.Mark Linimon2007-10-041-1/+7
|
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-045-10/+4
|
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-2/+2
|
* . Update to 2.2.3.Greg Lewis2007-10-032-6/+5
| | | | | PR: 115346 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
* Mark the port DEPRECATED and schedule its removal after one monthHerve Quiroz2007-10-011-0/+3
| | | | Approved by: glewis, znerd
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Update to 4.0 release.Alex Dupre2007-09-292-4/+4
|
* Mark as broken: fails to fetch.Mark Linimon2007-09-281-0/+4
|
* - Update to 0.6.13Martin Wilke2007-09-272-13/+12
| | | | | PR: 116634 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* Implementaion of the OMG OCL for EMF-based models.Martin Wilke2007-09-234-0/+46
| | | | | | | WWW: http://www.eclipse.org/modeling/mdt/?project=ocl#ocl PR: ports/115825 Submitted by: Veit Jahns <vj562001 at yahoo.de>
* - Update to 4.2.1.GARong-En Fan2007-09-233-7/+7
| | | | | | PR: ports/116465 Submitted by: Sebastian Mindling <dev at mindling.com> Approved by: Jonathan Chen <jonc at chen.org.nz> (maintainer)
* Update to 3.10.1 release:Alex Dupre2007-09-208-109/+43
| | | | | | | - install files in correct locations - add retrace executable - remove dead pkg-message - take maintainership
* . Default UseThreadPriorities to false on BSD. This can be toggled byGreg Lewis2007-09-203-18/+59
| | | | | | | | | | | | | | | | | | passing -XX:+UseThreadPriorities. . Remove the os_sleep hack which was used on FreeBSD to make sure lower priority threads got time slices. Instead, just call pthread_yield(). On FreeBSD 7.x with libthr, this will still give lower priority threads some time (with the above flag turned on), although such behaviour is not guaranteed by POSIX. This boosts FreeBSD performance by 7-fold on an 8 core system, putting it on a par with Solaris (benchmarks by kris@). The Java standard and the JCK tests are somewhat contradictory on thread priority being guaranteed to work, and in this case the performance benefits appear to outweigh any possible side effects. . Pick up DEFAULT_LD_LIBRARY_PATH from the build environment rather than patching it into a file at build time. This simplifies the Makefile. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* 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)