Commit Graph

119 Commits

Author SHA1 Message Date
Jun Kuriyama
36003a97e4 Fix for jdk1.1.8. 1999-06-23 15:26:12 +00:00
Bill Fumerola
973dfd527d Developers, not Developpers. 1999-06-23 15:09:29 +00:00
Jun Kuriyama
50d0aa2938 Sun's Java Servlet Developpers Kit
PR:		ports/10389 (part of)
Submitted by:	greg@greg.rim.or.jp
1999-06-23 15:05:40 +00:00
Chris Piazza
ea79d68849 a) Update jdk-doc to 1.1.8. (from submitter)
b) Change the PLIST to use a PLIST_SUB for the version number
   to cut down on the size of diffs. (me)

PR:	12312
Submitted by:	Steve Coltrin <spcoltri@io.com>
1999-06-21 02:56:47 +00:00
Steve Price
349cf3f50b Add to BUILD_DEPENDS instead of overriding it when OSVERSION < 400002.
PR:		12208
Submitted by:	Akinori MUSHA <knu@and.or.jp>
Messed up by:	steve
1999-06-14 16:57:33 +00:00
Steve Price
06b8bcdd53 Initial import of shujit version 0.2.10.
A Just In Time java bytecode compiler.

PR:		11491
Submitted by:	Jake Burkholder <jake@checker.org>
1999-06-10 23:56:45 +00:00
Steve Price
aeec83c04e Re-import of tya version 1.3v2 from devel. 1999-06-10 08:10:15 +00:00
Jun Kuriyama
b0340bcb6d Java Foundation Classes with Swing 1999-06-09 13:08:43 +00:00
Steve Price
17ef713d56 Incorporate the new patch that fixes a permissions error when trying
to send UDP packets to the broadcast address.

Requested by:	maintainer
1999-06-08 23:13:28 +00:00
Steve Price
979913120c Work a little PLIST magic so the next time we upgrade the diffs will
be minimal.
1999-06-08 21:57:50 +00:00
Nate Williams
be130730bd - Updated to JDK1.1.8. 1999-06-08 16:15:38 +00:00
Jun Kuriyama
cc3c82e142 Remove doubled-slash. 1999-05-20 14:05:05 +00:00
Satoshi Asami
99f4eb4e5f Fix up dependencies so this will build in 3.x.
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-12 22:45:03 +00:00
Satoshi Taoka
5cf438851d Change bsd.port.mk -> bsd.port.post.mk
Modify the method to make MESSAGE when we "make install"

Noticed by:		asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
1999-05-06 00:14:04 +00:00
Bill Fenner
f5c14e590c Allow the ${RM} in "pre-clean" to fail; otherwise you can't clean this
port unless you've already installed it.

Found by:	"make clean" in /usr/ports
1999-05-05 15:23:20 +00:00
Satoshi Taoka
88b0ba9ebc Fix pkg/MESSAGE
(When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.)

Noticed by: 	maintainer
1999-05-05 15:07:37 +00:00
Satoshi Taoka
c1ffdf18ad Add "-f" after ${RM} (for a problem when we "make clean")
Obtained from:	the e-mail from maintainer
1999-05-05 15:00:01 +00:00
Satoshi Asami
4215bbb0be Adjust libiberty path in dependency. This probably won't fix the build
anyway but it's one less warning to worry about.
1999-05-04 12:00:21 +00:00
Michael Haro
99e0b1f29f Yet more WWW: additions 1999-05-03 06:13:27 +00:00
Satoshi Taoka
7baf7424ef Sun's Java Developers Kit tutorial
PR:		10745
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com>
1999-04-30 18:16:02 +00:00
Nate Williams
3647d8b3fc Update to use newer (read fixed!) AOUT release. 1999-04-16 19:53:36 +00:00
Justin M. Seger
42b59b7676 Import of devel/java-cup v10.g
This is the Java based Constructor of Useful Parsers (CUP for short).  It
serves the same role as the widely used program YAXX and in fact offers most
of the features of YACC.  However,  CUP is written in Java, uses specifications
including embedded Java code, and produces parsers which are implemented in
Java.

PR:		ports/6570
Submitted by:	Jason Nordwick <nordwick@xcf.berkeley.edu>
1999-04-11 02:51:41 +00:00
Archie Cobbs
3239d1ace5 Update to version 1.0.b4. 1999-04-10 01:41:02 +00:00
Steve Price
c329a4c0a8 Introduce a new ELF version and upgrade the a.out version to the latest
release.
1999-03-26 21:05:31 +00:00
Archie Cobbs
65f3fb1f09 Update to version 0.47 1999-03-22 06:40:16 +00:00
Steve Price
b07e71ed4f Fixes from maintainer:
This patch does the following things:
    - show some **very** useful links after installing the port
    - use ${TAR} instead of just tar and prepend arguments with a `-'

PR:		10703
Submitted by:	maintainer
1999-03-22 02:21:30 +00:00
Satoshi Taoka
887e3d8ff4 Sun's Java Developers Kit documentation
PR:		ports/10483
Submitted by:	Martti Kuparinen martti.kuparinen@ericsson.com
1999-03-18 05:16:45 +00:00
Archie Cobbs
c91b9cb2ed Update to version 0.46. 1999-03-10 02:33:00 +00:00
Satoshi Asami
e244b8bccc Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined.  Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.

The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.

At least we've got much fewer "-unknown-"s in the tree as the result. :)
1999-03-08 07:28:36 +00:00
Archie Cobbs
564defaee6 Update to jikes-0.45. Still need a better master site. 1999-03-01 01:03:08 +00:00
Vanilla I. Shu
343b837340 Bump png's major number to 3. 1999-01-23 07:05:35 +00:00
Vanilla I. Shu
edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00
Satoshi Asami
a9f31c09e9 Yikes, there was another ../../files. 1998-12-23 13:13:21 +00:00
Satoshi Asami
225d630b95 Use FILESDIR/PKGDIR instead of relative paths from ${WRKSRC}. 1998-12-22 08:05:33 +00:00
Satoshi Asami
b7d8add953 Remove BROKEN_ELF, glibstdc++28 is not broken anymore. 1998-12-22 07:57:21 +00:00
Nate Williams
136c2b0e1e - Updated to JDK1.1.7.V98-12-21 1998-12-22 05:43:58 +00:00
Satoshi Asami
3f9f5d0dc2 Remove trailing whitespace. 1998-12-17 09:23:22 +00:00
Matthew Dillon
73b2343d03 Create ports patches for patches found on ftp site maintained by
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).
1998-12-16 06:03:37 +00:00
Steve Price
dc5e6bcddb Remove commented out DISTFILES declaration since this is
its default value.
1998-12-16 00:12:24 +00:00
Steve Price
c654b864e3 Cleanup PLIST too with upgrade. 1998-12-11 00:52:22 +00:00
Steve Price
811a91f0af Update to version 1.0b3.
PR:		9046
Submitted by:	maintainer
1998-12-11 00:51:48 +00:00
Matthew Dillon
1bc7f2fba7 Submitted by: Steve Price <sprice@hiwaay.net>
Remove DISTFILES= in Makefile (default works fine), general cleanup
    to make portlint(1) clean.
1998-12-10 20:29:38 +00:00
Matthew Dillon
cd86dc5296 Add IBM's open-source jikes package to the ports collection 1998-12-10 18:02:53 +00:00
SADA Kenji
477df314ca Make good the missing symlinks in PLIST,
and make to remove the installed directories.
PR:		ports/8957
Submitted by:	taoka@infonets.hiroshima-u.ac.jp
1998-12-04 23:01:33 +00:00
Satoshi Asami
3173f7f16d Make this package by removing the --exclude option to tar. I'm assuming this
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.
1998-11-16 06:28:41 +00:00
Steve Price
ed8c024b46 Fixup dependency problems with libawt and libjpeg, libpng and libgif.
Reviewed by:	Mark Huizer <xaa@xaa.iae.nl> (maintainer)
Submitted by:	Doug Rabson <dfr@calcaphon.com>
1998-11-15 22:23:42 +00:00
Nate Williams
3daab31d9f - Updated to JDK1.1.7, and became the maintainer since I make the original
JDK release it's easier for me to do this.
1998-11-14 17:35:36 +00:00
Tim Vanderhoek
933e7d280b Use pkg/MESSAGE for information the user needs to read after
installing the package but before executing the package.  Include
the homepage in pkg/DESCR.  portlint.
1998-10-25 08:52:31 +00:00
Justin M. Seger
e5bac7517e Mark BROKEN for ELF: depends on glibstdc++28 1998-10-14 01:20:21 +00:00
Steve Price
f27a3de2e1 Update to version 1.0b2 and convert to ELF.
PR:		8210
Submitted by:	Archie Cobbs <archie@whistle.com>
1998-10-10 03:40:24 +00:00