summaryrefslogtreecommitdiff
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-01-23Bump png's major number to 3.Vanilla I. Shu1-2/+2
Notes: svn path=/head/; revision=16275
1999-01-12Change maitainer's email address,Vanilla I. Shu1-2/+2
and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
1998-12-23Yikes, there was another ../../files.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=15526
1998-12-22Use FILESDIR/PKGDIR instead of relative paths from ${WRKSRC}.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=15484
1998-12-22Remove BROKEN_ELF, glibstdc++28 is not broken anymore.Satoshi Asami1-3/+1
Notes: svn path=/head/; revision=15482
1998-12-22- Updated to JDK1.1.7.V98-12-21Nate Williams4-6/+6
Notes: svn path=/head/; revision=15472
1998-12-17Remove trailing whitespace.Satoshi Asami1-3/+3
Notes: svn path=/head/; revision=15395
1998-12-16 Create ports patches for patches found on ftp site maintained byMatthew Dillon2-1/+37
Vadim Zaliva. See Makefile comments. * add extended version info to 'jikes -h' so we can track bugs with the port * unused variables warnings * patch for array cloning bug * patch for makedepend bug * patch for ANSI fp handling (i.e. avoid faulting out on divide by 0 an such). Notes: svn path=/head/; revision=15378
1998-12-16Remove commented out DISTFILES declaration since this isSteve Price1-2/+1
its default value. Notes: svn path=/head/; revision=15371
1998-12-11Cleanup PLIST too with upgrade.Steve Price1-29/+28
Notes: svn path=/head/; revision=15263
1998-12-11Update to version 1.0b3.Steve Price2-4/+4
PR: 9046 Submitted by: maintainer Notes: svn path=/head/; revision=15262
1998-12-10Submitted by: Steve Price <sprice@hiwaay.net>Matthew Dillon2-5/+5
Remove DISTFILES= in Makefile (default works fine), general cleanup to make portlint(1) clean. Notes: svn path=/head/; revision=15259
1998-12-10 Add IBM's open-source jikes package to the ports collectionMatthew Dillon7-0/+89
Notes: svn path=/head/; revision=15257
1998-12-04Make good the missing symlinks in PLIST,SADA Kenji4-2/+206
and make to remove the installed directories. PR: ports/8957 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=15111
1998-11-16Make this package by removing the --exclude option to tar. I'm assuming thisSatoshi Asami2-4/+4
is what Nate intended because all the *.class files are listed in pkg/PLIST. If it's the other way around, go ahead and revert it (and fix PLIST), Nate. Notes: svn path=/head/; revision=14551
1998-11-15Fixup dependency problems with libawt and libjpeg, libpng and libgif.Steve Price1-3/+6
Reviewed by: Mark Huizer <xaa@xaa.iae.nl> (maintainer) Submitted by: Doug Rabson <dfr@calcaphon.com> Notes: svn path=/head/; revision=14544
1998-11-14- Updated to JDK1.1.7, and became the maintainer since I make the originalNate Williams8-1244/+1008
JDK release it's easier for me to do this. Notes: svn path=/head/; revision=14518
1998-10-25Use pkg/MESSAGE for information the user needs to read afterTim Vanderhoek3-27/+9
installing the package but before executing the package. Include the homepage in pkg/DESCR. portlint. Notes: svn path=/head/; revision=14172
1998-10-14Mark BROKEN for ELF: depends on glibstdc++28Justin M. Seger1-1/+3
Notes: svn path=/head/; revision=13979
1998-10-10Update to version 1.0b2 and convert to ELF.Steve Price3-22/+27
PR: 8210 Submitted by: Archie Cobbs <archie@whistle.com> Notes: svn path=/head/; revision=13815
1998-09-15jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1-2/+2
(Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
1998-08-19- Update to jdk1.1.6.V98-8-14.Nate Williams4-6/+6
Notes: svn path=/head/; revision=12650
1998-08-18The first time I tried committing this set of manpage removals it gotTim Vanderhoek2-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. Notes: svn path=/head/; revision=12621
1998-08-07Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allSatoshi Asami1-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. Notes: svn path=/head/; revision=12329
1998-08-04No need to define EXTRACT_SUFX if DISTFILES is specified.Satoshi Asami1-2/+1
Notes: svn path=/head/; revision=12282
1998-07-31Upgrade to version 1.0.b1.Steve Price4-55/+34
Submitted by: maintainer Notes: svn path=/head/; revision=12234
1998-07-27Portlint....Satoshi Asami2-4/+4
Notes: svn path=/head/; revision=12169
1998-07-27Update to 1.1.6Martin Cracauer8-504/+1032
More usage hints in DESRC Notes: svn path=/head/; revision=12159
1998-07-12Upgrade to version 1.2.Steve Price4-19/+23
PR: 7045 Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=11852
1998-06-28Find the distfiles again.Steve Price1-4/+4
PR: 7027 Notes: svn path=/head/; revision=11600
1998-06-27Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami2-4/+2
Notes: svn path=/head/; revision=11552
1998-05-05Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1-0/+1
PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
1998-03-02Upgrade to the 25-Feb FBSD JDK version.David E. O'Brien6-6/+14
Notes: svn path=/head/; revision=9988
1998-02-11The JDK port now installs a full Java developer's kit.Martin Cracauer12-140/+954
Notes: svn path=/head/; revision=9662
1997-12-08Upgrade PLIST too.David E. O'Brien2-24/+43
Notes: svn path=/head/; revision=9026
1997-12-08Upgrade to version 0.9.2.David E. O'Brien3-11/+9
Note that BISS-awt is not available for this version of kaffe. Notes: svn path=/head/; revision=9018
1997-11-21Remove alterego.stack.nl from the MASTER_SITES, since it doesn't existBill Fenner1-3/+2
for now. Notes: svn path=/head/; revision=8736
1997-11-14Upgrade to 1.0.Thomas Gellekum2-4/+4
PR: 5036 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=8615
1997-07-19Fix http address in DESCRChuck Robey1-1/+1
PR: 4123 Obtained from: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=7377
1997-07-01Add . The package would include the JDK-1.1.1.Thomas Gellekum1-1/+4
Notes: svn path=/head/; revision=7155
1997-06-30Remove entry for guavac.info.Masafumi Max NAKANE1-1/+1
Add @dirrm. Notes: svn path=/head/; revision=7140
1997-06-30Patch up Makefile.in to ignore the doc subdirectory since guavac.infoMasafumi Max NAKANE1-0/+11
doesn't provide any information at all. (This file is close to empty.) Notes: svn path=/head/; revision=7139
1997-06-30Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}Masafumi Max NAKANE1-1/+5
in dist Makefile. And also strip the binaries. Notes: svn path=/head/; revision=7138
1997-06-30Don't install catpage.Masafumi Max NAKANE1-0/+20
Notes: svn path=/head/; revision=7137
1997-06-30Upgrade 0.8.4 -> 0.9.1.Thomas Gellekum3-13/+26
PR: 3984 Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=7136
1997-06-30Upgrade, 0.3 -> 0.3.1.Masafumi Max NAKANE2-4/+4
PR: 3966 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Notes: svn path=/head/; revision=7135
1997-06-26Restore the Date created: and the Whom: lines from Rev.1.1 of this file.Masafumi Max NAKANE1-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.) Notes: svn path=/head/; revision=7078
1997-06-26Un-break kaffe port.Thomas Gellekum4-26/+23
PR: 3954 Submitted by: FreeBSD matters of Mark Huizer (xaa) <freebsd@xaa.stack.nl> Notes: svn path=/head/; revision=7074
1997-06-12Upgrade to version 0.3 (from 0.2.5).John Polstra4-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 Notes: svn path=/head/; revision=6896
1997-06-11Mark this port broken, it is not compatible with the new jdk port.Satoshi Asami1-1/+3
Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=6872