aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Created download locations for the distfile. RemovedErnst de Haan2002-05-151-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. Notes: svn path=/head/; revision=59205
* DISTNAME is now computed instead of fixed.Ernst de Haan2002-05-151-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=59190
* Using bin/run.jar for startup. Now the control programErnst de Haan2002-05-154-12/+12
| | | | | | | | | | | no longer reports an error at startup. Bumped PORTREVISION. PR: 38069 Notes: svn path=/head/; revision=59151
* Kill evil rcs(1)-injected hunk, which makes do-patch failing.Maxim Sobolev2002-05-141-9/+0
| | | | | | | Submitted by: bento, Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=59065
* Making portlint happy. Moved the trailing slash fromErnst de Haan2002-05-091-4/+4
| | | | | | | DOWNLOAD_DIR to MASTER_SITES. Notes: svn path=/head/; revision=58800
* Added download locations.Ernst de Haan2002-05-091-1/+4
| | | | Notes: svn path=/head/; revision=58799
* Blackdown JDK 1.3.1 for Linux added.Ernst de Haan2002-05-091-0/+1
| | | | Notes: svn path=/head/; revision=58797
* Blackdown JDK 1.3.1 for Linux added.Ernst de Haan2002-05-095-0/+1210
| | | | | | | | Requested by: Tim Schafer <tim@agship.com> PR: 37875 Notes: svn path=/head/; revision=58796
* Made installation friendlier. The different steps involvedErnst de Haan2002-05-091-3/+11
| | | | | | | | are displayed. The output is now similar to the www/orion and www/jakarta-tomcat* ports. Notes: svn path=/head/; revision=58794
* Upgrade to 1.2.2.012.Ernst de Haan2002-05-092-2/+2
| | | | | | | | PR: 37872 Requested by: Tim Schafer <tim@agship.com> Notes: svn path=/head/; revision=58792
* DOWNLOAD_URL is now computed based on JDK_VERSION.Ernst de Haan2002-05-091-1/+1
| | | | Notes: svn path=/head/; revision=58788
* DISTNAME is now computed based on JDK_VERSION.Ernst de Haan2002-05-091-1/+1
| | | | Notes: svn path=/head/; revision=58787
* Reverting checksum chase. It is unknown what the changesErnst de Haan2002-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> Notes: svn path=/head/; revision=58786
* Changed daemonctl program to check if the JAR file exists beforeErnst de Haan2002-05-084-0/+4
| | | | | | | | trying to start the JVM. This is a serious usability improvement. Bumped PORTREVISION. Notes: svn path=/head/; revision=58756
* Upgrade from cxia32131-20020302 to cxia32131-20020410.Ernst de Haan2002-05-084-19/+22
| | | | | | | | | | | Added a message to the pkg-message that explains that the USER_LDT option is needed. Bumped PORTREVISION. PR: 37848 Notes: svn path=/head/; revision=58702
* Bumping PORTREVISION because the distinfo file was fixed.Ernst de Haan2002-05-081-0/+1
| | | | Notes: svn path=/head/; revision=58698
* Fix bento error (checksum).Ernst de Haan2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58697
* Cleaned things up here and there.Ernst de Haan2002-05-072-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 Notes: svn path=/head/; revision=58681
* Cleaned things up here and there.Ernst de Haan2002-05-072-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 Notes: svn path=/head/; revision=58680
* The JAD homepage seems to have disappeared a long timeErnst de Haan2002-05-071-1/+1
| | | | | | | ago. Changed the pkg-descr accordingly. Notes: svn path=/head/; revision=58674
* Taking care of unmaintained ports in the java category.Ernst de Haan2002-05-075-5/+5
| | | | | | | | All of these ports are currently listed as problematic at: http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Notes: svn path=/head/; revision=58672
* Upgrade from version 20000211 to 20011118.Ernst de Haan2002-05-072-10/+11
| | | | | | | | | Updated MASTER_SITES. Using USE_JAVA. Changing MAINTAINER to myself because original maintainer did not reply. Notes: svn path=/head/; revision=58655
* Improved the download URL. It now directly points to the pageErnst de Haan2002-05-072-2/+2
| | | | | | | with Terms and Conditions. Notes: svn path=/head/; revision=58645
* The Jakarta Byte Code Engineering Library.Dag-Erling Smørgrav2002-05-066-0/+832
| | | | Notes: svn path=/head/; revision=58614
* Upgrade to 2.3.1.Dag-Erling Smørgrav2002-05-065-2857/+2025
| | | | | | | Approved by: znerd Notes: svn path=/head/; revision=58604
* Add a NATIVE_BOOTSTRAP knob which allows people to bootstrap withGreg Lewis2002-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 Notes: svn path=/head/; revision=58483
* Really fix the incompatibilities with gettext 0.11. The previousGreg Lewis2002-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 Notes: svn path=/head/; revision=58482
* Master sites now work. This port did not have a properErnst de Haan2002-04-271-1/+3
| | | | | | | | | | | download location for ages. For a bento report, see: http://bento.freebsd.org/errorlogs/4-full/cryptix-jce-20000211.log Notes: svn path=/head/; revision=58237
* Making pkg-plist file a bit smaller by usingErnst de Haan2002-04-262-997/+997
| | | | | | | %%T%% instead of %%TARGET_PREFIX%%. Notes: svn path=/head/; revision=58199
* Update to IBM JDK 1.3.1 (cxia32131-20020302).Ernst de Haan2002-04-265-580/+335
| | | | | | | | PR: 37397 Submitted by: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr> Notes: svn path=/head/; revision=58198
* New port: Sun JDK 1.2 for Linux.Ernst de Haan2002-04-266-0/+899
| | | | Notes: svn path=/head/; revision=58195
* New port jboss2.Ernst de Haan2002-04-2629-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 Notes: svn path=/head/; revision=58192
* Update to 0.7.12.Maxim Sobolev2002-04-263-2/+32
| | | | Notes: svn path=/head/; revision=58182
* respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGUREBill Fumerola2002-04-231-1/+1
| | | | | | | Submitted by: Nick Johnson <freebsd@spatula.net> Notes: svn path=/head/; revision=58046
* Correct pkg-plist.Maxim Sobolev2002-04-234-4/+4
| | | | Notes: svn path=/head/; revision=58022
* Fix the build of libaudio.so on 5-CURRENT by using <sys/soundcard.h>Greg Lewis2002-04-168-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 Notes: svn path=/head/; revision=57770
* Add a temporary dependency on gettext-old and use msgfmt-old to processGreg Lewis2002-04-168-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 Notes: svn path=/head/; revision=57767
* Bump PORTREVISION due to the last two changes to the port.Greg Lewis2002-04-164-4/+4
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=57744
* Fix some crash bugs in the browser plugin code by usingGreg Lewis2002-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 Notes: svn path=/head/; revision=57742
* Add Taiwan Chinese font properties support (if I understandGreg Lewis2002-04-1612-0/+1020
| | | | | | | | | | | the locale correctly). Submitted by: Zhenbang Wei <forth@zbwei.net> (via clive) Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57741
* Re-adding patches to make scripts use the linux exprErnst de Haan2002-04-156-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 Notes: svn path=/head/; revision=57734
* Start my bid for world domination by taking maintainershipGreg Lewis2002-04-154-4/+4
| | | | | | | | | | of the jdk13 port. Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57729
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-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 Notes: svn path=/head/; revision=57646
* Hand over maintainership to Java Boy (glewis). :)))Maxim Sobolev2002-04-122-2/+2
| | | | Notes: svn path=/head/; revision=57641
* A better fix for creating src.jar. Using tar by itself fails because theGreg Lewis2002-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 Notes: svn path=/head/; revision=57603
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-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 Notes: svn path=/head/; revision=57602
* PORTREVISION bumped. This should have been done during lastErnst de Haan2002-04-081-0/+1
| | | | | | | commit (files/patch-Makefile). Notes: svn path=/head/; revision=57471
* Update to the Sun JDK 1.3.1.03 for Linux/i386.Ernst de Haan2002-04-064-12/+10
| | | | | | | Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> Notes: svn path=/head/; revision=57391
* Now creating an 'ext' directory as a subdirectory ofErnst de Haan2002-04-068-4/+12
| | | | | | | | | the application home directory. Prompted by: Marc Recht <recht@contentmedia.de> Notes: svn path=/head/; revision=57390
* Port does not generate DVI files anymore. This is doneErnst de Haan2002-04-042-14/+11
| | | | | | | | | | in order to remove the dependency on latex. PR: 36754 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=57327