summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* - Update to jdk1.1.6.V98-8-14.nate1998-08-194-6/+6
|
* The first time I tried committing this set of manpage removals it gothoek1998-08-182-2/+0
| | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allasami1998-08-071-3/+2
| | | | | | | | | | under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet.
* No need to define EXTRACT_SUFX if DISTFILES is specified.asami1998-08-041-2/+1
|
* Upgrade to version 1.0.b1.steve1998-07-314-55/+34
| | | | Submitted by: maintainer
* Portlint....asami1998-07-272-4/+4
|
* Update to 1.1.6cracauer1998-07-278-504/+1032
| | | | More usage hints in DESRC
* Upgrade to version 1.2.steve1998-07-124-19/+23
| | | | | PR: 7045 Submitted by: Yukihiro Nakai <Nakai@technologist.com>
* Find the distfiles again.steve1998-06-281-4/+4
| | | | PR: 7027
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-272-4/+2
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Upgrade to the 25-Feb FBSD JDK version.obrien1998-03-026-6/+14
|
* The JDK port now installs a full Java developer's kit.cracauer1998-02-1112-140/+954
|
* Upgrade PLIST too.obrien1997-12-082-24/+43
|
* Upgrade to version 0.9.2.obrien1997-12-083-11/+9
| | | | Note that BISS-awt is not available for this version of kaffe.
* Remove alterego.stack.nl from the MASTER_SITES, since it doesn't existfenner1997-11-211-3/+2
| | | | for now.
* Upgrade to 1.0.tg1997-11-142-4/+4
| | | | | PR: 5036 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Fix http address in DESCRchuckr1997-07-191-1/+1
| | | | | PR: 4123 Obtained from: Mark Huizer <xaa@stack.nl>
* Add . The package would include the JDK-1.1.1.tg1997-07-011-1/+4
|
* Remove entry for guavac.info.max1997-06-301-1/+1
| | | | Add @dirrm.
* Patch up Makefile.in to ignore the doc subdirectory since guavac.infomax1997-06-301-0/+11
| | | | | doesn't provide any information at all. (This file is close to empty.)
* Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}max1997-06-301-1/+5
| | | | in dist Makefile. And also strip the binaries.
* Don't install catpage.max1997-06-301-0/+20
|
* Upgrade 0.8.4 -> 0.9.1.tg1997-06-303-13/+26
| | | | | PR: 3984 Submitted by: Mark Huizer <xaa@stack.nl>
* Upgrade, 0.3 -> 0.3.1.max1997-06-302-4/+4
| | | | | PR: 3966 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
* Restore the Date created: and the Whom: lines from Rev.1.1 of this file.max1997-06-261-3/+3
| | | | | | (These lines are to indicate who did the original port when, not the who and when this current Makefile is created by. These info can be found in the $Id$ line and the MAINTAINER line.)
* Un-break kaffe port.tg1997-06-264-26/+23
| | | | | PR: 3954 Submitted by: FreeBSD matters of Mark Huizer (xaa) <freebsd@xaa.stack.nl>
* Upgrade to version 0.3 (from 0.2.5).jdp1997-06-124-18/+31
| | | | | | | | I modified the submitted version slightly, (a) to honor the user's CFLAGS setting, and (b) to eliminate some compilation warnings. PR: ports/3825 Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
* Mark this port broken, it is not compatible with the new jdk port.asami1997-06-111-1/+3
| | | | Submitted by: Mark Huizer <xaa@stack.nl>
* Update to use FreeBSD's native version.asami1997-05-306-18/+116
| | | | | PR: 3701 Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co>
* Upgrade to 0.8.4.tg1997-04-213-11/+11
| | | | | PR: 3350 Submitted by: xaa@stack.nl
* Upgrade, 0.8.2 -> 0.8.3.max1997-03-293-12/+14
| | | | | Submitted by: Mark Huizer <xaa@stack.nl> (Closing PR #3060.)
* Upgrade to 0.8.2. Closes PR ports/2931.asami1997-03-114-17/+15
| | | | Submitted by: Mark Huizer <xaa@stack.nl>
* Upgrade to 0.8.1. Closes PR #2836.tg1997-03-035-22/+23
| | | | | | Submitted by: Mark Huizer <xaa@stack.nl> Install ENVIRONMENT with correct CLASSPATH. Closes PR #2620.
* Upgrade to version 0.8.0.tg1997-02-283-12/+13
| | | | | | Closes PR #2746. Submitted by: Mark Huizer <xaa@stack.nl>
* Gcc can't link if given "-O".obrien1997-02-191-1/+1
| | | | | | | | gcc -O -I. -I.. -I../common -Wreturn-type -fenum-int-equiv -o guavad DisassembleMain.o -L../common -lcommon -lm -lstdc++ JavaClassFile.o: Undefined symbol `_construct__FPP13CJavaConstantRCP13CJavaConstant' referenced from text segment
* www/sawt --> devel/sawtobrien1997-02-183-8/+8
| | | | | | www/kaffe --> lang/kaffe www/jdk --> lang/jdk www/javac_netscape --> lang/javac_netscape
* CFLAGS shouldn't contain "-g".obrien1997-02-181-0/+11
|
* Add missing \ so that make won't faint.asami1997-02-161-2/+2
|
* Guavac is a free java compiler developed under GNU Public Licence,obrien1997-02-165-0/+57
| | | | | | | and its package includes guavad, java bitecode decompiler. Closes PR: ports/2500 & ports/2529 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Undo my previous fixes. I forgot that kaffe uses dlsym, dlopen (etc)chuckr1997-02-021-0/+4
| | | | | | to open the libs, and it doesn't recognize the version numbers that our loader requires, hence the softlinking. Leave libkaffe_agent in, tho, that does seem to have been overlooked.
* Remove gratuitous version softlinking, and add libkaffe_agent tochuckr1997-02-021-3/+1
| | | | PLIST.
* PKGNAME is not necessary when it's a duplicate of DISTNAME.asami1997-01-261-2/+1
|
* update kaffe to 0.7.1.chuckr1997-01-244-116/+9
| | | | Submitted by: Mark Huizer <xaa@stack.nl>
* Upgrade Kaffe to version 0.7.0.chuckr1997-01-074-39/+66
| | | | Submitted by: Mark Huizer <xaa@stack.nl>
* Upgrade, 0.5.5 -> 0.6.1.max1996-12-264-40/+49
| | | | Submitted by: xaa@stack.nl
* Update the maintainer's address. (Reflect recent update to the address inmax1996-12-081-2/+2
| | | | the handbook.)
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-082-6/+6
| | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami cat -> ${CAT}
* Now, string describing reason for defining these variables must be setmax1996-12-072-4/+4
| | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-3/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
OpenPOWER on IntegriCloud