aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Moved MAINTAINER up in the file to stop portlint from complaining.znerd2002-10-121-2/+2
|
* Changed WWW reference.znerd2002-10-121-1/+1
|
* New port: Jakarta Log4J, version 1.2.7.znerd2002-10-116-0/+549
| | | | | | | | See: http://jakarta.apache.org/log4j/ Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> PR: 42449
* Not using IGNORE anymore to avoid package building.znerd2002-10-1011-57/+18
| | | | | | | | | | | | | | | | .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= "You can not legally distribute binaries" .endif This was superfluous and inhibiting package builds of things that depend on the port. Having RESTRICTED and NO_CDROM is enough to ensure that a package will not appear on the FTP site or a CDROM (it will be built and used as a basis for other packages to build with, but will be deleted at the end of the build run). Requested by: kris Reviewed by: portmgr (silence) PR: 42758
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.znerd2002-10-104-4/+4
| | | | | | | | | | | | | | The fix consists of 2 lines at the beginning of the program: setuid(geteuid()); setgid(getegid()); Bumped PORTREVISION of Orion, Tomcat and JBoss ports. PR: 40470, 43679 Submitted by: Ari Suutari <ari.suutari@syncrontech.com> Reviewed by: audit Approved by: Silence on -audit (since Sept 13, 2002)
* Fixed checksum mismatch. Provided alternative download locationznerd2002-10-101-1/+1
| | | | | | for old version of distfile. PR: 43397
* Maintainership dropped by maintainer. Back to freebsd-ports.znerd2002-10-102-4/+1
| | | | | PR: 43397 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Changed target installation directory so it does not includeznerd2002-10-104-5/+8
| | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org>
* New port: java-checkstyle.znerd2002-10-105-0/+74
| | | | | PR: 42412 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
* upgrade to 1.0.7ijliao2002-10-104-52/+74
| | | | | PR: 43266 Submitted by: maintainer
* Update to patchset 11.glewis2002-09-184-15/+21
|
* Installing in ${PREFIX}/linux-sun-jdk1.4.1 instead ofznerd2002-09-171-1/+1
| | | | | ${PREFIX}/linux-sun-jdk1.4, bsd.java.mk is already expecting linux-sun-jdk1.4.1.
* Upgrade to 1.4.1.znerd2002-09-173-305/+301
| | | | See: http://java.sun.com/j2se/1.4.1/changes.html
* Fixed package list. Found out about a problem on bento.znerd2002-09-171-25/+38
| | | | This is in preparation for 4.7-RELEASE.
* Now properly using pkg-message to display warning aboutznerd2002-09-142-5/+8
| | | | stability of this port.
* Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes.okazaki2002-09-073-2/+6
|
* Use the right pkg-plist depending on whether GNOME support is configured.archie2002-09-073-3/+2093
|
* Comment out .BEGIN section, which is breaking the INDEX build.kris2002-08-311-4/+4
|
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-312-2/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Using libicuuc.a seems to make jikes more unstable. Since this is supposedarchie2002-08-313-46/+1
| | | | | to be the stable version, stop using it. Folks who need it can use the "jikes-devel" port.
* Annihilate #inclusions of <malloc.h>.archie2002-08-312-0/+21
|
* Make this port GNOMENG aware.archie2002-08-311-5/+7
| | | | PR: ports/42206
* Printing warning message since this JDK is unstable. The messageznerd2002-08-301-0/+5
| | | | | | | | | | | is displayed before any targets. The message displayed is: This JDK is currently unstable, especially when run as a non-root user. You are advised to use either the Sun JDK 1.3 for Linux (${PORTSDIR}/java/linux-sun-jdk13) or the FreeBSD JDK 1.3 (${PORTSDIR}/java/jdk13) instead. Pointed out by: Yuri Khotyaintsev <yuri@irfu.se>
* Use the new bsd.java.mk structure, so it doesn't try to installznerd2002-08-301-1/+1
| | | | | | | jdk-1.1.8 when the user has a newer version of Java installed. Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu> PR: 39901
* This port depends on jakarta-ant, but the appropriateznerd2002-08-291-0/+2
| | | | | | | BUILD_DEPENDS line was missing. Submitted by: maintainer PR: 42086
* Split the jikes port into stable and development versions.archie2002-08-2815-21/+133
| | | | | PR: ports/41961 Reviewed by: freebsd-java
* Don't compile jikes with '-O' because that makes core dumps more likely.archie2002-08-281-2/+3
| | | | | | Exactly why is not understood yet. PR: ports/41961
* Unmaintain.des2002-08-271-1/+1
|
* Upgrade to JUnit 3.8.okazaki2002-08-263-80/+115
| | | | | Install src.jar again, since it is possible for a Java-developper to use source archive effectively in some IDEs.
* Update to version 1.0.4.archie2002-08-2513-64/+30
|
* Remove this patch, it's not actually needed.archie2002-08-241-11/+0
|
* Remove explicit dependency already covered by USE_GNOMELIBS.archie2002-08-231-3/+3
|
* Patches to fix compilation on -stable.archie2002-08-232-0/+27
|
* Remove sablepath from SUBDIRkris2002-08-231-1/+0
| | | | Pointy hat to: archie
* . Synchronise with jdk13 Makefile as much as possible to reduceglewis2002-08-201-9/+38
| | | | | | | | | | | | maintenance. The main changes are: . Use 'p' for the patchset version, not 'b' and refer to the patchset internally with JDK_PATCHSET_VERSION rather than JDK_BETALEVEL. . Add the NATIVE_BOOTSTRAP feature and synchronise DEPENDS lists as much as possible. . Add the extra pre-build checks to try and avoid build errors. . There is also a very minor amount of whitespace diff reduction (this should have gone in a separate commit). Last hunk of the diff.
* Patch to fix the build when doing USE_GNOMELIBS.archie2002-08-202-0/+34
|
* Fix test for gnome header file.archie2002-08-191-1/+1
|
* Removing restrictions and providing download locations. Could notznerd2002-08-191-12/+3
| | | | | | | | | | find any reason for these restrictions on the Sun website. Only software is under license and export control. The download does not require accepting a license, either. See: http://java.sun.com/products/jdk/1.1/README http://java.sun.com/products/jdk/1.1/docs.html http://servlet.java.sun.com/help/download
* Pass CFLAGS to configure scripts using CONFIGURE_ENV.archie2002-08-193-20/+2
|
* Update to version 1.0.3.archie2002-08-1910-19/+83
| | | | Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug.
* Bump the shared library version of dependency libgmp from 5 -> 6.archie2002-08-181-2/+2
| | | | Tweak makefile output.
* Upgrade from 1.2.2.012 to 1.2.2.013. Note that the JPDA JARznerd2002-08-173-13/+10
| | | | | | file is now no longer distributed with this JDK. Also slightly changed the output from the do-install target.
* Update to SableVM version 1.0.2.archie2002-08-1624-1693/+2245
| | | | This port includes the Java classes, making the java/sablepath port obsolete.
* Unified one-line descriptions for JDK ports.znerd2002-08-1212-12/+12
|
* Improved description of this port.znerd2002-08-122-3/+6
|
* Added Blackdown JDK 1.4.1 for Linux.znerd2002-08-126-0/+1760
| | | | See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
* Upgrade to new release of the IBM JDK 1.3.x for Linux.znerd2002-08-102-2/+2
| | | | | | | | This new release is marked as Service Release 2; Build Identifier cxia32131-20020622. PR: 41094 Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
* Changed the installation directory of the Sun JDK 1.4.xznerd2002-08-102-6/+6
| | | | | | | | for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0. This is more like the installation directories for the other JDK ports. PR: 41424
* Changed the installation directory of the Sun JDK 1.4.x for Linuxznerd2002-08-102-2/+2
| | | | | | to linux-sun-jdk1.4.0.01. PR: 41424
* Changed WRKDIR definition. It is changed fromznerd2002-08-104-4/+4
| | | | | | ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593
* Changed the installation directory of the Sun JDK 1.3.x for Linux toznerd2002-08-108-9/+10
| | | | | | linux-sun-jdk1.3.1. PR: 41424
* . Fix a typo in a message printed out to the user.glewis2002-08-094-4/+4
|
* Changed the installation directory toznerd2002-08-081-2/+2
| | | | | | | ${PREFIX}/linux-blackdown-jdk1.2.2 and changed the package name to linux-blackdown-jdk-XXX (where XXX is the package version). Bumped PORTREVISION.
* LIB_DEPENDS should have been BUILD_DEPENDS.archie2002-08-081-2/+2
| | | | Submitted by: vanilla
* Add a check in pre-build for a sysctl which will cause an error duringglewis2002-08-074-0/+36
| | | | bootstrapping with the Linux JDK.
* Add support for the -encoding option by utilizing the ICU library.archie2002-08-064-4/+50
| | | | PR: ports/38396
* Improved font.properties.ja based on the Kochi fonts rather than theglewis2002-08-064-0/+1232
| | | | | | Watanabe/Wadalab fonts. Submitted by: daichi <daichi@ongs.co.jp>
* Now that sobomax has updated the system version of tar don't redefineglewis2002-08-064-8/+20
| | | | | | | | TAR and add gtar to BUILD_DEPENDS unless the OSVERSION is old enough. Small tweak by me to note that sobomax has MFC'ed the tar update. Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Add in a patch from the porting repository that allows people to buildglewis2002-08-064-0/+248
| | | | HotSpot if they wish (by hand, not via the port yet).
* Update to patchset 7.glewis2002-07-2668-2216/+8
|
* Update to version 1.16.archie2002-07-193-4/+6
|
* Remove unintentional dependency on readlink by replacing the call to itglewis2002-07-154-4/+4
| | | | | with a piece of sh+awk based on a recent post to freebsd-arch by Cyrille Lefevre <cyrille.lefevre@laposte.net>.
* Add missed @unexec keyword to the call to unregistervm as well as missedsobomax2002-07-112-2/+3
| | | | | | @exec registervm [...]. Reported by: phantom
* Add sablepath and sablevm.archie2002-07-101-0/+2
|
* SableVM implements the Java virtual machine specification, second edition.archie2002-07-1012-0/+494
| | | | | | | | | | | | SableVM is a bytecode interpreter. It's goals are to be reasonably small, efficient, and fast, as well as providing a well-designed platform for doing research into different algorithms for bytecode interpretation, garbage collection, memory management, etc. SableVM uses a modified version of the GNU Classpath Java classes; these classes are installed by the "sablepath" port. WWW: http://www.sablevm.org/
* This port builds and installs a version of the GNU Classpath Java classarchie2002-07-1013-0/+1274
| | | | | | and native libraries package that has been customized to work with SableVM. WWW: http://www.sablevm.org/
* Only depend on the Linux JDK when NATIVE_BOOTSTRAP isn't defined.glewis2002-07-084-4/+12
|
* Port update: 1.3.1_03 --> 1.3.1_04.znerd2002-07-052-7/+7
|
* Upgrade to 1.2.0.znerd2002-07-054-24/+11
| | | | | PR: 39956, 37922 Submitted by: maintainer
* Upgrade from JUMP 0.3 to JUMP 0.4.1.znerd2002-06-283-8/+8
| | | | | See: http://sourceforge.net/project/shownotes.php?release_id=97033
* Add a pre-build target to check for a setting of WRKDIRPREFIX which willglewis2002-06-274-0/+52
| | | | | | | | result in the InvokerGen.java target failing. The bootstrapping Linux JDK will confuse itself if WRKDIRPREFIX also exists in /compat/linux as a symbolic link to the directory in the standard FreeBSD hierarchy. Much appreciated sleuth work by: dillon
* Add open-motif to RUN_DEPENDS temporarily until we teach the JDK toglewis2002-06-264-0/+4
| | | | | | statically link with the Motif libraries. Submitted by: "Alexander Zagrebin" <alexz@visp.ru>
* - Use REINPLACE_CMDijliao2002-06-242-3/+5
| | | | | | | - Change maintainer's address PR: 39759 Submitted by: maintainer
* Use "bsd.java.mk".okazaki2002-06-242-184/+175
| | | | | | | Install documents into ${DOCSDIR}. Increment PORTREVISION. Submitted by: des
* fix typo to install docsijliao2002-06-181-3/+3
| | | | | PR: 39112 Submitted by: maintainer
* Renamed jdk-tutorial to java-tutorial.znerd2002-06-186-3400/+1
|
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-169-12/+12
| | | | Forgotten by: znerd
* Remove perltools here too.glewis2002-06-161-1/+0
|
* Remove this port, it saves me fixing the dependencies :).glewis2002-06-165-97/+0
| | | | | | | | The java/jakarta-oro port provides the same functionality. PR: 39113 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu> Approved by: Marcin Cieslak <saper@system.pl> (maintainer)
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-166-7/+7
| | | | Forgotten by: znerd
* . Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-161-1/+1
| | | | Forgotten by: znerd (who is even the maintainer of this one :).
* Chase java/jdk repocopy.kuriyama2002-06-151-1/+1
| | | | Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Upgrade to JUMP 0.3. Added an alternative download location.znerd2002-06-153-45/+70
| | | | | Not removing ${PREFIX}/share/java at deinstallation anymore since it is part of the base hierarchy now.
* . Fix the dependencies for this port following the renaming of the JDKglewis2002-06-151-8/+10
| | | | | | | | ports. . Use (and define if necessary) ${FIND} and ${CPIO}, rather than /usr/bin/find and /usr/bin/cpio, respectively. Reviewed by: znerd
* Fix problems I created with the previous change:glewis2002-06-141-1/+4
| | | | | | | | | . Add a post-patch target to clean up *.orig files (taken from the linux-sun-jdk13 port). . Fix the name of the installation location to be consistent with other JDK ports and to not move with, for example, PORTREVISION changes. Approved by: znerd (maintainer)
* Not installing the packages anymore.znerd2002-06-142-68/+74
| | | | | Fixed the packing list. Bumped PORTREVISION.
* Upgrade to JUMP 0.2.znerd2002-06-142-4/+2
|
* Patches that solve the problem that expr and libjava.soznerd2002-06-143-0/+31
| | | | | | | | cannot be found. Bumped PORTREVISION. Submitted by: glewis
* . Fix dependencies after recent JDK ports repo copy.glewis2002-06-144-64/+76
| | | | | | | | | | | | | PR: 39231 . Don't use -p with ${MKDIR}, its the default. . Define (if necessary) and use ${SORT}, ${CPIO} and ${FIND} rather than hardwiring them as /usr/bin/sort, etc. Apologies to sobomax for not asking for a review, I thought it important to unbreak the port as quickly as possible. Submitted by: alane (dependencies), znerd
* Now removes ${PREFIX}/share/java after deinstallation if itznerd2002-06-132-1/+2
| | | | | is empty. Bumped PORTREVISION.
* Now builds from source using Ant.znerd2002-06-132-58/+338
| | | | | Added some download locations. Bumped PORTREVISION.
* Running Ant in ${WRKSRC} instead of ${WRKDIR}. This does notznerd2002-06-131-1/+1
| | | | change the working of the Makefile since NO_WRKSUBDIR is defined.
* Now builds from source using Ant.znerd2002-06-133-27/+33
| | | | Bumped PORTREVISION.
* Fixed the packing list.znerd2002-06-131-0/+81
|
* New port: JUMP Ultimate Math Package.znerd2002-06-136-0/+76
|
* This port now installs below ${PREFIX}/share/doc, where itznerd2002-06-136-6760/+6738
| | | | | | | | | | | | | | | | | | | | should. The tutorial is not specific to JDK 1.1.8, it pertains to Java versions up to 1.4. That's why I've changed the PORTVERSION from 1.1.8 to 2002.03.04, the date the tutorial was last updated. See: http://java.sun.com/docs/books/tutorial/information/download.html Since this is not really a JDK tutorial but rather a Java tutorial, the port installation directory is now called java-tutorial. Not displaying the message anymore. It is evident where the files go. Changed the pkg-plist to use %%T%% instead of jdk%%VERSION%%/docs/books/tutorial as the prefix.
* Added an entry to MASTER_SITES.znerd2002-06-132-2/+4
|
* Unification of JDK port names.znerd2002-06-1336-5877/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports/java/Makefile Matches new names and locations of JDK ports. Checked sorting. ports/java/jdk All files removed from CVS. This port is moved to java/jdk11. Checked that the repocopy was okay. ports/java/jdk12-beta All files removed from CVS. This port is moved to java/jdk12. Checked that the repocopy was okay. ports/java/linux-jdk All files removed from CVS. This port is moved to java/linux-blackdown-jdk12. Checked that the repocopy was okay. ports/java/linux-jdk13 All files removed from CVS. This port is moved to java/linux-sun-jdk13. Checked that the repocopy was okay. ports/java/linux-jdk14 All files removed from CVS. This port is moved to java/linux-sun-jdk14. Checked that the repocopy was okay. PR: 27358
* . Fix compilation on FreeBSD 4.2 by including <sys/param.h>glewis2002-06-124-0/+80
| | | | | | | | | | | | PR: 36871 . Fix compilation on -CURRENT using gcc 3.1 by including <string.h> (for strlen(3)) Reported and tested by: John Angelmo <john@veidit.net> Reviewed by: sobomax Approved by: sobomax
* Added jboss3.znerd2002-06-111-0/+1
|
* Changed the name of the control script from jbossctl toznerd2002-06-113-6/+7
| | | | | | | | jboss2ctl. Changed the name of the startup script from 020.jboss.sh to 020.jboss2.sh. Changed the description of this port to include the major version number to distinguish this port from the JBoss 3 port. Bumped the PORTREVISION.
* Upgrade to JBoss 3.0.0.znerd2002-06-1112-3786/+735
|
* Updated the homepage URL.znerd2002-06-101-1/+1
|
* Upgrade to 1.4.0_01.znerd2002-06-066-36/+36
|
* Upgrade from 2.4.4 to 2.4.6.znerd2002-06-0612-4644/+4408
|
* Rename monstrously long patch filenames that were causing tar to exceedkris2002-06-0648-44/+44
| | | | length limitations (100 characters) and fail.
* Switch dependency from open-motif-devel to open-motif, since the formerkris2002-06-042-2/+2
| | | | | | was removed. Pointy hat to: obrien
* Fix typo: USE_PERL -> USE_PERL5petef2002-06-031-1/+1
|
* Improved download URL.znerd2002-05-284-2/+4
| | | | | | Prompted by: obrien Also now unregistering with javavm at deinstallation.
* Use correct Open Motif.obrien2002-05-284-8/+4
|
* Allow `make reinstall' to work.obrien2002-05-282-2/+2
|
* Make sure the Linux bits are loaded before extracting as the extractor isobrien2002-05-282-0/+24
| | | | a Linux binary.
* Upgrade from 1.4.0-beta 3 to 1.4.0.znerd2002-05-243-830/+765
| | | | | Prompted by: Jay Sachs <jay@eziba.com> PR: 38129
* Upgrade to 1.2b6. This is the result of chasing theznerd2002-05-242-4/+2
| | | | | | | | author. Port is now unbroken. Approved by: maintainer
* Added missing download location. This fixesznerd2002-05-232-3/+5
| | | | | | | | | the bento error. Also switched to USE_JAVA. Modified the pkg-comment to be less than 70 characters. Portlint complained about that.
* Upgrade from 2.0.1 to 2.0.6.znerd2002-05-233-21/+6
| | | | | Submitted by: maintainer PR: 38350
* Upgrade to 0.99.znerd2002-05-223-68/+59
| | | | | Submitted by: maintainer PR: 33192
* Created download locations for the distfile. Removedznerd2002-05-161-12/+10
| | | | | | the restrictions because I could find no references to any on the Sun site. And no license needs to be confirmed in order to download the distfile.
* DISTNAME is now computed instead of fixed.znerd2002-05-161-1/+1
| | | | Approved by: maintainer
* Using bin/run.jar for startup. Now the control programznerd2002-05-154-12/+12
| | | | | | | | no longer reports an error at startup. Bumped PORTREVISION. PR: 38069
* Kill evil rcs(1)-injected hunk, which makes do-patch failing.sobomax2002-05-141-9/+0
| | | | Submitted by: bento, Sean McNeil <sean@mcneil.com>
* Making portlint happy. Moved the trailing slash fromznerd2002-05-091-4/+4
| | | | DOWNLOAD_DIR to MASTER_SITES.
* Added download locations.znerd2002-05-091-1/+4
|
* Blackdown JDK 1.3.1 for Linux added.znerd2002-05-091-0/+1
|
* Blackdown JDK 1.3.1 for Linux added.znerd2002-05-095-0/+1210
| | | | | Requested by: Tim Schafer <tim@agship.com> PR: 37875
* Made installation friendlier. The different steps involvedznerd2002-05-091-3/+11
| | | | | are displayed. The output is now similar to the www/orion and www/jakarta-tomcat* ports.
* Upgrade to 1.2.2.012.znerd2002-05-092-2/+2
| | | | | PR: 37872 Requested by: Tim Schafer <tim@agship.com>
* DOWNLOAD_URL is now computed based on JDK_VERSION.znerd2002-05-091-1/+1
|
* DISTNAME is now computed based on JDK_VERSION.znerd2002-05-091-1/+1
|
* Reverting checksum chase. It is unknown what the changesznerd2002-05-092-2/+3
| | | | | | | | | were, so the change should not have been committed. This port is now broken again. Bumped PORTREVISION and marked it as BROKEN. Pointed out by: Kris Kennaway <kris@obsecurity.org>
* Changed daemonctl program to check if the JAR file exists beforeznerd2002-05-094-0/+4
| | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION.
* Upgrade from cxia32131-20020302 to cxia32131-20020410.znerd2002-05-084-19/+22
| | | | | | | | Added a message to the pkg-message that explains that the USER_LDT option is needed. Bumped PORTREVISION. PR: 37848
* Bumping PORTREVISION because the distinfo file was fixed.znerd2002-05-081-0/+1
|
* Fix bento error (checksum).znerd2002-05-081-1/+1
|
* Cleaned things up here and there.znerd2002-05-082-399/+406
| | | | | | | | | | | Switched to USE_JAVA. This fixes PR 35080. Improved download URL. Changed do-install target a little. Installing links to the actual JAR files in ${PREFIX}/share/java/classes. The actual JAR files are now in ${PREFIX}/share/java/${PKGNAME}. Bumped PORTREVISION. PR: 35080
* Cleaned things up here and there.znerd2002-05-082-104/+104
| | | | | | | | | | | | | | Switched to USE_JAVA. This fixes PR 35079. Improved download URL. Changed do-install target a little. Installing a link to activation.jar in ${PREFIX}/share/java/classes. The real activation.jar is now in ${PREFIX}/share/java/${PKGNAME}. Bumped PORTREVISION. The maintainer has not responded in months, so I took the freedom to commit this without his approval. PR: 35079
* The JAD homepage seems to have disappeared a long timeznerd2002-05-081-1/+1
| | | | ago. Changed the pkg-descr accordingly.
* Taking care of unmaintained ports in the java category.znerd2002-05-085-5/+5
| | | | | All of these ports are currently listed as problematic at: http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html
* Upgrade from version 20000211 to 20011118.znerd2002-05-072-10/+11
| | | | | | Updated MASTER_SITES. Using USE_JAVA. Changing MAINTAINER to myself because original maintainer did not reply.
* Improved the download URL. It now directly points to the pageznerd2002-05-072-2/+2
| | | | with Terms and Conditions.
* The Jakarta Byte Code Engineering Library.des2002-05-076-0/+832
|
* Upgrade to 2.3.1.des2002-05-065-2857/+2025
| | | | Approved by: znerd
* Add a NATIVE_BOOTSTRAP knob which allows people to bootstrap withglewis2002-05-034-0/+16
| | | | | | | | | | | | | an already installed native JDK rather than insisting on the hardcoded Sun Linux JDK as the bootstrapper. This also means that one can remove the Sun Linux JDK after the initial build if so desired. This may be superseded by a more general method of specifying the bootstrap compiler from bsd.java.mk at a later date. Reviewed by: sobomax Approved by: sobomax
* Really fix the incompatibilities with gettext 0.11. The previousglewis2002-05-0336-40/+704
| | | | | | | | | | | | | | | | | | | bandaid is reverted by this commit and instead patches are added which will remove duplicate message entries from the .po files for the plugin. These are essentially the patches of marius@alchemy.franken.de, with the first part of each patch removed (the message does actually have two spaces in the code!). These patches were verified with the script submitted by KANOU Hiroki-san and against the patches submitted by SUGIMURA Takashi-san. Thanks to all of these people. Apologies for the increasingly long patch names. PR: 37087, 37147 Submitted by: marius@alchemy.franken.de Reviewed by: sobomax Approved by: sobomax
* Master sites now work. This port did not have a properznerd2002-04-281-1/+3
| | | | | | | | download location for ages. For a bento report, see: http://bento.freebsd.org/errorlogs/4-full/cryptix-jce-20000211.log
* Making pkg-plist file a bit smaller by usingznerd2002-04-272-997/+997
| | | | %%T%% instead of %%TARGET_PREFIX%%.
* Update to IBM JDK 1.3.1 (cxia32131-20020302).znerd2002-04-275-580/+335
| | | | | PR: 37397 Submitted by: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
* New port: Sun JDK 1.2 for Linux.znerd2002-04-276-0/+899
|
* New port jboss2.znerd2002-04-2729-0/+6417
| | | | | | | | | | | | | | | The jboss2ctl program does not work at this stage. I chose to commit this port anyway because it has been lying around for too long. Once it is in the ports tree, the improved interest may trigger somebody else to fix the problem. JBoss can be started using the supplied shell script anyway, so it is still useful. This is not the JBoss port submitted by Jesse Gallup in PR 35853, but one based on the www/orion port. PR: 35853
* Update to 0.7.12.sobomax2002-04-273-2/+32
|
* respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGUREbillf2002-04-241-1/+1
| | | | Submitted by: Nick Johnson <freebsd@spatula.net>
* Correct pkg-plist.sobomax2002-04-234-4/+4
|
* Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>glewis2002-04-178-0/+128
| | | | | | | | | | rather than <machine/soundcard.h>. This doesn't affect the build on 4-STABLE. PR: 36988 Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> Reviewed by: sobomax Approved by: sobomax
* Add a temporary dependency on gettext-old and use msgfmt-old to processglewis2002-04-178-0/+40
| | | | | | | | | | | | messages for the browser plugin. This is a bandaid for the problem expressed in the PR while I evaluate a number of other proposed patches for the correct fix. Hence the PR currently remains open. PR: 37087 Reviewed by: sobomax Approved by: sobomax
* Bump PORTREVISION due to the last two changes to the port.glewis2002-04-164-4/+4
| | | | Approved by: sobomax
* Fix some crash bugs in the browser plugin code by usingglewis2002-04-164-0/+124
| | | | | | | | the correct functions to call static Java methods. Submitted by: Richard Tobin <richard@cogsci.ed.ac.uk> Reviewed by: sobomax Approved by: sobomax
* Add Taiwan Chinese font properties support (if I understandglewis2002-04-1612-0/+1020
| | | | | | | | the locale correctly). Submitted by: Zhenbang Wei <forth@zbwei.net> (via clive) Reviewed by: sobomax Approved by: sobomax
* Re-adding patches to make scripts use the linux exprznerd2002-04-166-2/+90
| | | | | | | | | | and to use green iso linux threads by default. These patches were removed by me when I upgraded the port to FCS, but they should have been ported to this version of the port. Bumped PORTREVISION. Submitted by: glewis
* Start my bid for world domination by taking maintainershipglewis2002-04-164-4/+4
| | | | | | | of the jdk13 port. Reviewed by: sobomax Approved by: sobomax
* Fix user and group ownership of the installed files when they have beenglewis2002-04-132-8/+8
| | | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. This leaves 11 of the ports listed in the PR still to go. PR: 36411 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
* Hand over maintainership to Java Boy (glewis). :)))sobomax2002-04-132-2/+2
|
* A better fix for creating src.jar. Using tar by itself fails because theglewis2002-04-124-20/+16
| | | | | | | | | | | argument list is too long. Hence the first patch invoked tar once for each file. This works, but is inefficient. This version of the patch uses cpio in pass through mode to copy all the files at once. PR: 35658 Submitted by: "Remco van 't Veer" <rwvtveer@xs4all.nl> Reviewed by: sobomax Approved by: sobomax
* Fix user and group ownership of the installed files when they have beenglewis2002-04-124-16/+16
| | | | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. Note that I have not closed the PR as there are 12 other ports named in the PR with this problem. PR: 36411 Submitted by: Alan Eldridge <ports@geeksrus.net> Reviewed by: sobomax Approved by: sobomax
* PORTREVISION bumped. This should have been done during lastznerd2002-04-091-0/+1
| | | | commit (files/patch-Makefile).
* Update to the Sun JDK 1.3.1.03 for Linux/i386.znerd2002-04-074-12/+10
| | | | Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
* Now creating an 'ext' directory as a subdirectory ofznerd2002-04-078-4/+12
| | | | | | the application home directory. Prompted by: Marc Recht <recht@contentmedia.de>
* Port does not generate DVI files anymore. This is doneznerd2002-04-052-14/+11
| | | | | | | in order to remove the dependency on latex. PR: 36754 Submitted by: Tilman Linneweh <tilman@arved.de>
* Convert read.me.first from CRLF to LF, too.kuriyama2002-04-021-1/+2
| | | | | | | Use \015 in Makefile instead of literal CR character. PR: ports/36027 Submitted by: parv <parv_@yahoo.com>
* Upgrade to JDOM beta 8. Also now using USE_JAVA.znerd2002-03-313-5/+23
|
* Update latest tutorial and bump PORTREVISIONpat2002-03-316-4/+20
| | | | | PR: 36497 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Maintainer update. Only change is that USE_JAVA is used. Notznerd2002-03-291-2/+1
| | | | | | bumped PORTREVISION. PR: 36474
* Update to 1.2.b5pat2002-03-232-3/+2
| | | | | PR: 36223 Submitted by: maintainer
* - Update to Service Release 13a : cx130-20020124pat2002-03-233-8/+16
| | | | | | | - Make Japanese fonts dependency optional. PR: 35849 Submitted by: maintainer
* upgrade to 0.6.0ijliao2002-03-203-142/+276
| | | | drop maintainership
* Correct when WITHOUT_PLUGIN is defined.sobomax2002-03-154-20/+20
| | | | | PR: 35899 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
* Link Mozilla pligin with libXt to make it working with Mozilla-0.9.9. Thissobomax2002-03-1312-16/+92
| | | | | | | | | | | | | | resolves the following error when starting Mozilla: LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "XtShellStrings"] While I'm here add a tweak to prune empty directories before installing JDK, so that JDK installed from a pre-built package deinstalls properly. Bump PORTREVISION.
* Bumped PORTREVISION. Added a patch earlier today, and theznerd2002-03-124-0/+4
| | | | | | | port should be rebuilt for the patch to be applied. Now portupgrade should work as expected. PR: ports/35658
* Fixes the problem that the source JAR is too small.znerd2002-03-114-0/+104
| | | | | Submitted by: Greg Lewis PR: ports/35658
* Took over maintainership.znerd2002-03-082-2/+2
|
* Add urwfonts into RUN_DEPENDS to prevent lot of "missed font" warnings whensobomax2002-03-064-4/+8
| | | | | | | starting any Swing app. PR: 31364 Submitted by: Jonathan Chen <jonathan.chen@itouch.co.nz>
* Chase the checksum. Changes are:pat2002-03-032-1/+2
| | | | | | | | | | | - Fixed bug affecting scoping in blocks. - Added a special test for the test harness to catch this sort of thing in the future. - Fixed problem with classloading causing bsh extensions not to be found in some environments. PR: 35470 Submitted by: maintainer
* Upgrade from 1.2.2RC4 to 1.2.2FCS. Also cleaned pkg-plist.znerd2002-03-0310-1798/+1710
|
* Fixed portlint complaints about BUILD_DEPENDS and RUN_DEPENDS having to ↵znerd2002-03-021-3/+3
| | | | appear earlier in the Makefile.
* Fixed EXTRACT_ONLY line that was causing portlint to complain.znerd2002-03-021-2/+1
|
* Upgraded from 1.0b6 to 1.0b7.znerd2002-03-023-100/+166
|
* Fix pkg-plistpat2002-02-261-2/+0
| | | | | PR: 35302 Submitted by: maintainer
* The value for ONLY_FOR_ARCHS (i386) was quoted, but that results in an error.znerd2002-02-251-1/+1
| | | | Reported by: Sean McNeil <sean@mcneil.com>
* Remove dead MASTER_SITES entrypat2002-02-251-1/+0
| | | | | PR: 35290 Submitted by: maintainer
* Added MASTER_SITE_LOCAL to MASTER_SITES, with MASTER_SITE_SUBDIRznerd2002-02-221-1/+3
| | | | set to 'znerd'.
* Now uses USE_LINUX instead of an obscure RUN_DEPENDS.znerd2002-02-222-2/+4
| | | | Reported by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Improved the MASTER_SITES download locations. Also changed theznerd2002-02-222-8/+12
| | | | | | | RUN_DEPENDS for linux. It now checks for the existence of /compat/linux/lib/ld.so instead of the more obscure /compat/linux/usr/i486-linux-libc5/lib/libc.so.5, which does not even exist on my system, although I have installed linux_base.
* Now using the more appropriate ONLY_FOR_ARCHS instead of an if.znerd2002-02-221-3/+1
|
* Fixed a 403 (Forbidden) for the main download location (reportedznerd2002-02-221-5/+6
| | | | | | | by fenners tool). Also changed the check for ${ARCH}. It now checks to make sure that it equals "i386" instead of checking that it does not equal "alpha". You never know how many platforms FreeBSD is eventually going to support ;-)
* Corrected the gtk version number at the request of Greg Lewis.davidc2002-02-204-4/+4
| | | | Submitted by: Greg Lewis
* Use correct LIB_DEPENDS.sobomax2002-02-204-4/+4
| | | | | PR: 35120 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Correct pkg-plist in the default and NODEBUG cases.sobomax2002-02-194-24/+24
|
* Update to 1.2.b4pat2002-02-182-2/+2
| | | | | PR: 35031 Submitted by: maintainer
* Upgraded from 1.4.0rc1 to 1.4.0.znerd2002-02-154-10/+10
|
* Fix ampersand entities...patrick2002-02-154-28/+28
| | | | Submitted by: Remco van't Veer
* Update to patch set 6patrick2002-02-1412-8/+828
| | | | | PR: 34923 Submitted by: Greg Lewis
* o Install JAR files according to hier(7) and mtree(8)lioux2002-02-133-12/+84
| | | | | | | | o Install examples unless NOPORTDOCS o Patch instructions to make sense in ports environment PR: 34845 Submitted by: maintainer
* Update to version 1.1.6kevlo2002-02-094-72/+98
| | | | | PR: 34630 Submitted by: MAINTAINER
* Install missing file java.bnf.yoichi2002-02-072-1/+3
| | | | | PR: ports/34686 Submitted by: maintainer
* Long overdue fix: correctly process arguments with spaces.sobomax2002-02-032-5/+4
|
* Upgrading from JDK 1.4.0 beta 3 to release candidate 1. Also the IGNORE ↵znerd2002-02-016-12/+22
| | | | message now clearly states that the GNUZIP TAR shell script should be selected.
* add javel 0.3.2ijliao2002-01-307-0/+54
| | | | Java disassembler
* Update maintainer email addresspat2002-01-291-1/+1
| | | | | PR: 34372 Submitted by: maintainer
* Add bsh 1.2.b3, a Java scripting environment.okazaki2002-01-276-0/+45
| | | | | PR: 34264 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Add JDE, Java Development Environment for Emacs.yoichi2002-01-102-0/+13
| | | | | | | This is a stub port for emacs20. PR: ports/33674 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Add JDE, Java Development Environment for Emacs.yoichi2002-01-108-0/+350
| | | | | PR: ports/33674 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* add bouncycastle 1.11ijliao2001-12-286-0/+786
| | | | | | | Cleanroom build of Java Cryptography Extensions PR: 33244 Submitted by: RaRa Rasputin <rasputin@submonkey.net>
* Enable to display Japanese characters.sada2001-12-274-2/+112
| | | | | | | | - Extra patch for pkg-plist is to avoid deinstall-time warnings, which is approved by submitter. PR: ports/31578 Submitted by: Daichi GOTO <daichi@ongs.gr.jp>
* update from revision 01 to revision 02alfred2001-12-274-4/+4
|
* Update to 0.7.10.sobomax2001-12-264-29/+2
|
* Add jakarta-oro 2.0.1, perl/awk/sh regular expressions for Java.petef2001-12-267-0/+72
| | | | | PR: 23358 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
* The distfile has been changed without version bump, so adjust the portsobomax2001-12-253-4/+1426
| | | | accordingly.
* Chase checksum (minor changes in documentation).demon2001-12-246-4/+20
| | | | Bump PORTREVISION.
* Update to the latest version of the tutorial.steve2001-12-166-6/+36
|
* Use java@FreeBSD.org as a MAINTAINER, so question will go into appropriatesobomax2001-12-144-4/+4
| | | | place.
* Revert previous fix - it was not properly thought out.sobomax2001-12-032-3/+4
| | | | Submitted by: ted@tednet.nl (Ted Lindgreen)
* Upgrades from JDK 1.4.0 beta 2 to 1.4.0 beta 3.znerd2001-11-283-237/+325
| | | | Approved by: sobomax
* Updated MASTER_SITES and changed my email address from ernst@jollem.com to ↵znerd2001-11-271-5/+4
| | | | | | znerd@FreeBSD.org. Approved by: sobomax
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.znerd2001-11-272-4/+4
| | | | Approved by: sobomax
* Took over maintainership from K.J. Koster, with his permission.znerd2001-11-272-2/+2
| | | | Approved by: sobomax
* Updated MASTER_SITES.znerd2001-11-271-2/+1
| | | | Approved by: sobomax
* Updated MASTER_SITES and changed my email address from ernst@jollem.com to ↵znerd2001-11-272-7/+6
| | | | | | znerd@FreeBSD.org. Approved by: sobomax
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.znerd2001-11-275-9/+9
| | | | Approved by: sobomax
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org. Updated ↵znerd2001-11-271-3/+3
| | | | | | PATCH_SITES. Approved by: sobomax
* Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.znerd2001-11-271-2/+2
| | | | Approved by: sobomax
* Updated MASTER_SITESznerd2001-11-271-2/+1
| | | | Approved by: sobomax
* Sort entriesphantom2001-11-271-3/+3
| | | | Reviewed by: sobomax
* Use "$@" instead of "$*" to pass parameters to a subshell. This ensures thatsobomax2001-11-262-4/+3
| | | | | | | parameters with spaces are passed correctly. PR: 32191 Submitted by: Ben Suffolk <ben.suffolk@orange.co.uk>
* Update to service release 10.petef2001-11-253-2/+5
| | | | | | PR: 32230 Submitted by: des Approved by: maintainer
* Removed the .java_wrapper.rej file from the pkg-plist file since it is notznerd2001-11-232-2/+0
| | | | | | installed. Approved by: sobomax
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-212-2/+2
| | | | the later case
* Style police: remove trailing space in WWW taglioux2001-11-211-1/+1
|
* Update to 2.02pat2001-11-167-367/+187
| | | | | | | PR: 31765 Submitted by: maintainer Reviewed by: lioux,maintainer Approved by: lioux
* Forgot to update distinfo.kevlo2001-11-081-1/+1
| | | | | PR: 31814 Submitted by: MAINTAINER
* Add more MASTER_SITES.petef2001-11-061-1/+3
| | | | | PR: 31467 Submitted by: Ernst de Haan <ernst@jollem.com>
* Update to JDK 1.4.0 beta 3.demon2001-11-0410-2398/+3386
| | | | | PR: 31687 Submitted by: Ernst de Haan <ernsth@nl.euro.net>
* Fix previous commit.okazaki2001-10-221-3/+4
| | | | | PR: 31373 Submitted by: Ernst de Haan <ernst@jollem.com>
* Upgrade to 1.1.5clive2001-10-201-2/+2
| | | | Submitted by: Jeremy Karlson <karlj000@unbc.ca> (MAINTAINER)
* Add 2 extra download locations.clive2001-10-201-2/+3
| | | | | PR: ports/31373 Submitted by: Ernst de Haan <ernst@jollem.com>
* Fix error of Makefile.motoyuki2001-10-201-1/+1
|
* Update MASTER_SITESkevlo2001-10-191-2/+1
| | | | | PR: 31372 Submitted by: MAINTAINER
* Update to patchlevel 5.sobomax2001-10-1620-292/+28
| | | | | PR: 31257 Submitted by: Greg Lewis <glewis@eyesbeyond.com>
* Update to 1.4.0b2.sobomax2001-10-093-2047/+2089
| | | | | PR: 31160 Submitted by: maintainer
* - Remove several stale pkg-message files;sobomax2001-10-085-53/+1
| | | | | | | - fix download URL in jdk11-doc. PR: 31136 Submitted by: maintainer
* Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports.sobomax2001-10-0825-5600/+22503
| | | | | | PR: 28183 Submitted by: Ernst de Haan <ernst@jollem.com> Repo-copy by: jdp
* Update to version 1.15.archie2001-10-054-10/+14
|