freebsd-ports/java
Greg Lewis 67fad41225 . Fix the Server VM for gcc 3.4 part 1/2.
The HotSpot code (ab)uses named enums as ints in a number of places.
  The problem with this is that according the the C++ spec, the compiler
  (essentially) only needs to use an integral type wide enough to hold
  the values defined in the enum.  Earlier versions of gcc appear to have
  just used an int whether they could have got away with a narrower type
  or not, hence the code worked as expected.  gcc 3.4 now appears to
  implement this part of the spec, so using an enum blindly as an int
  causes various problems due to overflow.

  This case is particularly bogus since the enums are merely to define
  a named integral type within a class (VMReg::Name doesn't even have
  any values enumerated in the declaration).  So, convert these two
  enums to simply be typedef'ed ints.

Sleuth work, discussion and code suggestions:	peadar
2004-10-16 17:12:22 +00:00
..
avalon-logkit - Use MASTER_SITE_APACHE 2004-09-01 13:36:46 +00:00
bluej
bouncycastle
bsh
bugseeker
bugseeker-demo
classpath BROKEN on 5.x: Configure fails 2004-09-18 07:52:32 +00:00
collections
cos . Add another MASTER_SITE. 2004-07-13 20:32:32 +00:00
cryptix-jce
diablo-jdk13 Change BROKEN to IGNORE since the package builds but does not run 2004-09-29 04:37:50 +00:00
diablo-jre13 Change BROKEN to IGNORE since the package builds but does not run 2004-09-29 04:37:50 +00:00
eclipse o Fix build with KDE WITH_MOTIF. [1] 2004-07-28 17:56:31 +00:00
eclipse-cdt Fix typo. 2004-08-22 09:08:22 +00:00
eclipse-checkstyle Add eclipse-checkstyle 3.4.1.0, integrates the Checkstyle Java 2004-09-03 20:54:27 +00:00
eclipse-clay-core Clarify the legal status of java/eclipse-clay-core: you must read and 2004-09-10 02:25:07 +00:00
eclipse-emf Update to 1.0M2. 2004-08-28 02:05:02 +00:00
eclipse-examples Update to 3.0. 2004-07-25 08:01:28 +00:00
eclipse-gef Update to 3.0. 2004-07-25 08:02:29 +00:00
eclipse-gef-examples Update to 3.0. 2004-07-25 08:02:29 +00:00
eclipse-langpack Mark BROKEN. 2004-07-25 08:01:43 +00:00
eclipse-log4e Add eclipse-log4e 0.7.6, eclipse plugin to use logger easily 2004-09-03 21:06:27 +00:00
eclipse-lomboz o Fix PORTNAME. 2004-08-05 17:05:27 +00:00
eclipse-pmd Upgrade eclipse pmd plugin to support eclipse3. 2004-09-03 20:29:33 +00:00
eclipse-quantum Add eclipse-quantum 2.4.1, database access and SQL editor 2004-09-03 20:49:39 +00:00
eclipse-sqlexplorer Add eclipse-sqlexplorer 2.2.2, a visual database query 2004-09-03 21:01:46 +00:00
eclipse-sysdeo-tomcat Add eclipse-sysdeo-tomcat 3, sysdeo Tomcat Launcher plugin for Eclipse. 2004-08-07 01:15:40 +00:00
eclipse-vep Update to 1.0M2. While here, parameterize common parts of plist. 2004-08-28 02:00:14 +00:00
eclipse-vep-examples Update to 1.0M2. While here, parameterize plist. 2004-08-28 01:26:38 +00:00
eclipseme Fix typo. 2004-08-28 18:02:13 +00:00
forte
gj - Use bsd.java.mk-2.0 (reminded by hq@) 2004-08-11 14:56:52 +00:00
gj-jdk11 - Use bsd.java.mk-2.0 (reminded by hq@) 2004-08-11 14:56:52 +00:00
gnu-regexp . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. 2004-07-12 22:21:51 +00:00
guavac
infobus
j2sdkee13
jad
jaf Fix DOWNLOAD_URL. 2004-09-09 18:38:25 +00:00
jai
jai-imageio
jakarta-bcel
jakarta-commons-beanutils
jakarta-commons-cli
jakarta-commons-collections - Update to 3.1 2004-08-14 16:09:15 +00:00
jakarta-commons-dbcp . Update to 1.2.1 [1] 2004-07-26 05:35:16 +00:00
jakarta-commons-discovery
jakarta-commons-lang
jakarta-commons-logging
jakarta-commons-pool . Update to 1.2 [1] 2004-07-26 05:37:19 +00:00
jakarta-commons-primitives - Build from source 2004-09-01 13:32:57 +00:00
jakarta-log4j - Fixed MASTER_SITE_SUBDIR (binary and source releases are the same so this is 2004-09-01 13:40:11 +00:00
jakarta-oro
jakarta-regexp
jakarta-struts
janosvm
jasmin
java3d
java-checkstyle
java-cup
java-getopt . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. 2004-07-12 22:21:51 +00:00
java-tutorial
javamail Fix DOWNLOAD_URL. 2004-09-09 18:38:25 +00:00
javavmwrapper . JAVALIBDIR is more appropriate than JAVAJARDIR now we have it. 2004-09-03 16:23:01 +00:00
javel Unbreak: USE_GCC=2.95 2004-07-06 14:52:45 +00:00
jaxen - Now bsd.java.mk 2.0 compliant 2004-09-01 13:41:33 +00:00
jboss2
jboss3
jboss4
jboss5
jc Use ${MASTER_SITE_GNU}. 2004-07-28 02:09:05 +00:00
jcalendar . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. 2004-07-12 22:21:51 +00:00
jcckit BROKEN: Size mismatch 2004-09-18 18:13:49 +00:00
jce-aba
jcommon
jdbcpool
jde
jde-emacs20
jdk11 . Teach the packing list that we don't care if we can't remove 2004-09-01 02:47:05 +00:00
jdk11-doc
jdk12 . Assume (un)registervm is in LOCALBASE _not_ PREFIX. 2004-09-01 05:52:27 +00:00
jdk12-doc
jdk13 . Fix the plugin build for gcc 3.4. 2004-08-31 19:52:25 +00:00
jdk13-doc
jdk14 . Fix the Server VM for gcc 3.4 part 1/2. 2004-10-16 17:12:22 +00:00
jdk14-doc
jdk15 . Fix the Server VM for gcc 3.4 part 1/2. 2004-10-16 17:12:22 +00:00
jdk15-doc
jdk16 . Fix the Server VM for gcc 3.4 part 1/2. 2004-10-16 17:12:22 +00:00
jdom - Unbreak port (fixed distfile URL) 2004-09-20 17:47:06 +00:00
jfc
jflex
jfreechart
jgraph upgrade to 5.0 2004-07-12 00:54:06 +00:00
jgrapht add jgrapht 0.5.3 2004-07-09 03:36:01 +00:00
jikes
jlex . No need to add JAVAJARDIR to PLIST_SUB anymore as bsd.java.mk does it. 2004-07-12 22:18:01 +00:00
jlint BROKEN on 5.x: Does not compile 2004-09-18 18:47:46 +00:00
jmf
jmp - Update to 0.43 2004-08-27 12:06:50 +00:00
jode
jomp . Add a port of jomp: 2004-07-20 17:41:09 +00:00
jre . Assume (un)registervm is in LOCALBASE _not_ PREFIX. 2004-09-01 21:12:40 +00:00
jsdk
jump
junit
kaffe
kaffe-devel
linux-blackdown-jdk12 . Add missing calls to registervm and unregistervm. 2004-09-01 16:13:36 +00:00
linux-blackdown-jdk13 . Add a missing call to registervm. 2004-09-01 16:08:32 +00:00
linux-blackdown-jdk14 . Assume (un)registervm is in LOCALBASE _not_ PREFIX. 2004-09-01 16:43:48 +00:00
linux-blackdown-jre11 . Assume (un)registervm is in LOCALBASE _not_ PREFIX. 2004-09-01 21:43:57 +00:00
linux-ibm-jdk13 . Consistently prefix the comment in the call to registervm with "Linux-" 2004-09-01 18:06:07 +00:00
linux-ibm-jdk14 . Update to 1.4.2 GA. 2004-09-01 19:13:43 +00:00
linux-sun-jdk12 . Assume (un)registervm is in LOCALBASE _not_ PREFIX. 2004-09-01 19:36:11 +00:00
linux-sun-jdk13 . Assume (un)registervm is in LOCALBASE _not_ PREFIX. 2004-09-01 19:55:48 +00:00
linux-sun-jdk14 . Assume (un)registervm is in LOCALBASE _not_ PREFIX. 2004-09-01 20:54:42 +00:00
linux-sun-jdk15 . Update to 1.5.0 release. 2004-10-14 22:24:49 +00:00
linux-sun-jdk16 . Update to 1.5.0 release. 2004-10-14 22:24:49 +00:00
mmake
netbeans Remove extra file from pkg-plist. 2004-10-12 08:58:15 +00:00
netbeans3 Remove extra file from pkg-plist. 2004-10-12 08:58:15 +00:00
netbeans4 Remove extra file from pkg-plist. 2004-10-12 08:58:15 +00:00
netbeans5 Remove extra file from pkg-plist. 2004-10-12 08:58:15 +00:00
netbeans55 Remove extra file from pkg-plist. 2004-10-12 08:58:15 +00:00
netbeans61 Remove extra file from pkg-plist. 2004-10-12 08:58:15 +00:00
netcomponents
netrexx
openjit
phpeclipse Mark BROKEN. 2004-07-25 08:03:08 +00:00
phpeclipse_phphelp Mark BROKEN. 2004-07-25 08:03:08 +00:00
phpeclipse_sql Mark BROKEN. 2004-07-25 08:03:08 +00:00
phpeclipse_tidy Mark BROKEN. 2004-07-25 08:03:08 +00:00
poseidon Update to 2.5.0. 2004-08-22 05:59:04 +00:00
proguard
sablevm Add build fix for FreeBSD 4.x. 2004-07-27 00:10:49 +00:00
shujit I haven't used this in ages, and have no interest in maintaining it any 2004-10-15 18:20:43 +00:00
simplicity
sun-wtk
trove4j
tya
xdoclet
Makefile Add eclipse-clay-core 1.0.5, a database design tool 2004-09-03 21:12:04 +00:00