summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Check for open-motif with libXm.so, which we actually use, instead ofGreg Lewis2002-10-294-8/+8
| | | | | | | libMrm.a, which isn't. Notes: svn path=/head/; revision=69076
* . In the informative message regarding downloading the necessary files,Greg Lewis2002-10-294-12/+12
| | | | | | | | | use ${DISTDIR} rather than /usr/ports/distfiles. Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=69074
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68849
* . echo -> ${ECHO_MSG}Greg Lewis2002-10-254-32/+32
| | | | Notes: svn path=/head/; revision=68769
* . Catch up with additional font.properties files.Greg Lewis2002-10-254-0/+12
| | | | Notes: svn path=/head/; revision=68768
* . Chinese font.properties and make glue.Greg Lewis2002-10-258-8/+980
| | | | | | | Submitted by: Huang wen hui <hwh@ns.gddsn.org.cn> Notes: svn path=/head/; revision=68767
* Upgrade from 2.0 to 2.1.Ernst de Haan2002-10-223-19/+40
| | | | | | | | See: http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/RELEASE-NOTES-2.1.html Notes: svn path=/head/; revision=68580
* Use ${MASTER_SITE_SOURCEFORGE} instead of hard-coded master site.Archie Cobbs2002-10-191-1/+2
| | | | Notes: svn path=/head/; revision=68391
* Installing to ${PREFIX}/linux-sun-jdk1.4.1. This port is nowErnst de Haan2002-10-191-1/+2
| | | | | | | | compatible with bsd.java.mk again. Bumped PORTREVISION. Notes: svn path=/head/; revision=68306
* Upgrade from 1.4.1 to 1.4.1_01.Ernst de Haan2002-10-183-5/+5
| | | | Notes: svn path=/head/; revision=68303
* . More XIM fixes for Japanese users (and presumably others with similarGreg Lewis2002-10-188-0/+256
| | | | | | | | | | character sets). . Bump PORTREVISION. Submitted by: daichi Notes: svn path=/head/; revision=68294
* . Link the Netscape 4 plugin against libintl to avoid a runtime linkGreg Lewis2002-10-184-0/+60
| | | | | | | | | | error. This may allow browsers which use Netscape 4 plugins (e.g. Konqueror) to make use of it. Code change by me, problem report by Dylan Carlson <absinthe@pobox.com>. Notes: svn path=/head/; revision=68293
* . Russian and Ukrainian font property files and appropriate build changes.Greg Lewis2002-10-1812-0/+1664
| | | | | | | Submitted by: mi Notes: svn path=/head/; revision=68291
* Upgrade to 2.4.0. The port now installs only a JAR fileErnst de Haan2002-10-183-2013/+1832
| | | | | | | | | | and the API documentation. These are all installed in the correct locations now. PR: 44211 Notes: svn path=/head/; revision=68289
* Removed unnecessary settings.Ernst de Haan2002-10-181-2/+0
| | | | Notes: svn path=/head/; revision=68286
* Small style improvement.Ernst de Haan2002-10-181-2/+3
| | | | Notes: svn path=/head/; revision=68284
* New port: Jakarta Commons Collections.Ernst de Haan2002-10-186-0/+128
| | | | | | | | See: http://jakarta.apache.org/commons/collections.html Notes: svn path=/head/; revision=68280
* New port: Jakarta Commons Lang.Ernst de Haan2002-10-186-0/+132
| | | | | | | | See: http://jakarta.apache.org/commons/lang.html Notes: svn path=/head/; revision=68275
* Only installing JAR and docs. And installing where they should go.Ernst de Haan2002-10-182-150/+67
| | | | | | | | | Honoring NOPORTDOCS now. Bumped PORTREVISION. Notes: svn path=/head/; revision=68263
* Update to version 1.0.5.Archie Cobbs2002-10-1713-48/+43
| | | | Notes: svn path=/head/; revision=68229
* . Make the instructions for downloading the various source bits clearer.Greg Lewis2002-10-171-6/+27
| | | | | | | | | The instructions are based on text submitted in the PR (by grog). PR: 42942 Notes: svn path=/head/; revision=68217
* . Make the instructions for downloading the various source bits clearer.Greg Lewis2002-10-174-24/+104
| | | | | | | | | The instructions are based on text submitted in the PR (by grog). PR: 42942 Notes: svn path=/head/; revision=68216
* Fix MASTER_SITES.Maxim Sobolev2002-10-171-1/+1
| | | | | | | | PR: 43827 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=68213
* Upgrade to 1.3.1_05.Ernst de Haan2002-10-142-3/+3
| | | | | | | | PR: 44009 Requested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Notes: svn path=/head/; revision=68014
* Update MASTER_SITES after directory re-org.Archie Cobbs2002-10-131-1/+1
| | | | Notes: svn path=/head/; revision=67984
* Update to version 1.17.Archie Cobbs2002-10-132-4/+3
| | | | Notes: svn path=/head/; revision=67983
* Moved MAINTAINER up in the file to stop portlint from complaining.Ernst de Haan2002-10-111-2/+2
| | | | Notes: svn path=/head/; revision=67829
* Changed WWW reference.Ernst de Haan2002-10-111-1/+1
| | | | Notes: svn path=/head/; revision=67828
* New port: Jakarta Log4J, version 1.2.7.Ernst de Haan2002-10-116-0/+549
| | | | | | | | | | | See: http://jakarta.apache.org/log4j/ Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> PR: 42449 Notes: svn path=/head/; revision=67806
* Not using IGNORE anymore to avoid package building.Ernst de Haan2002-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 Notes: svn path=/head/; revision=67730
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.Ernst de Haan2002-10-094-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) Notes: svn path=/head/; revision=67721
* Fixed checksum mismatch. Provided alternative download locationErnst de Haan2002-10-091-1/+1
| | | | | | | | | for old version of distfile. PR: 43397 Notes: svn path=/head/; revision=67720
* Maintainership dropped by maintainer. Back to freebsd-ports.Ernst de Haan2002-10-092-4/+1
| | | | | | | | PR: 43397 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=67719
* Changed target installation directory so it does not includeErnst de Haan2002-10-094-5/+8
| | | | | | | | | | | | the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org> Notes: svn path=/head/; revision=67718
* New port: java-checkstyle.Ernst de Haan2002-10-095-0/+74
| | | | | | | | PR: 42412 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu> Notes: svn path=/head/; revision=67715
* upgrade to 1.0.7Ying-Chieh Liao2002-10-094-52/+74
| | | | | | | | PR: 43266 Submitted by: maintainer Notes: svn path=/head/; revision=67706
* Update to patchset 11.Greg Lewis2002-09-184-15/+21
| | | | Notes: svn path=/head/; revision=66575
* Installing in ${PREFIX}/linux-sun-jdk1.4.1 instead ofErnst de Haan2002-09-171-1/+1
| | | | | | | | ${PREFIX}/linux-sun-jdk1.4, bsd.java.mk is already expecting linux-sun-jdk1.4.1. Notes: svn path=/head/; revision=66495
* Upgrade to 1.4.1.Ernst de Haan2002-09-173-305/+301
| | | | | | | See: http://java.sun.com/j2se/1.4.1/changes.html Notes: svn path=/head/; revision=66491
* Fixed package list. Found out about a problem on bento.Ernst de Haan2002-09-171-25/+38
| | | | | | | This is in preparation for 4.7-RELEASE. Notes: svn path=/head/; revision=66489
* Now properly using pkg-message to display warning aboutErnst de Haan2002-09-132-5/+8
| | | | | | | stability of this port. Notes: svn path=/head/; revision=66282
* Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes.OKAZAKI Tetsurou2002-09-073-2/+6
| | | | Notes: svn path=/head/; revision=65779
* Use the right pkg-plist depending on whether GNOME support is configured.Archie Cobbs2002-09-073-3/+2093
| | | | Notes: svn path=/head/; revision=65762
* Comment out .BEGIN section, which is breaking the INDEX build.Kris Kennaway2002-08-311-4/+4
| | | | Notes: svn path=/head/; revision=65358
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-312-2/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Using libicuuc.a seems to make jikes more unstable. Since this is supposedArchie Cobbs2002-08-303-46/+1
| | | | | | | | to be the stable version, stop using it. Folks who need it can use the "jikes-devel" port. Notes: svn path=/head/; revision=65339
* Annihilate #inclusions of <malloc.h>.Archie Cobbs2002-08-302-0/+21
| | | | Notes: svn path=/head/; revision=65323
* Make this port GNOMENG aware.Archie Cobbs2002-08-301-5/+7
| | | | | | | PR: ports/42206 Notes: svn path=/head/; revision=65322
* Printing warning message since this JDK is unstable. The messageErnst de Haan2002-08-291-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> Notes: svn path=/head/; revision=65254
* Use the new bsd.java.mk structure, so it doesn't try to installErnst de Haan2002-08-291-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 Notes: svn path=/head/; revision=65238