Commit Graph

147 Commits

Author SHA1 Message Date
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Tim Vanderhoek
847ae8f2b6 Remove preceeding pkgname from some of the comments having one. 1999-08-29 19:19:43 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Satoshi Asami
4aa17879ef Use USE_GCC. This port still doesn't build:
===
 :
checking for awk... awk
checking version of gcc... configure: error: unrecognized.
===>  Script "configure" failed: here are the contents of "config.log"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:563: checking host system type
configure:594: checking for libgdbm.so
configure:714: checking whether make sets ${MAKE}
configure:741: checking C compiler
configure:750: checking for gcc295
configure:845: checking for objdump
configure:888: checking for ruby
configure:928: checking for ci
configure:965: checking for co
configure:1002: checking for mv
configure:1039: checking for rm
configure:1076: checking for wc
configure:1113: checking for etags
configure:1151: checking for which
configure:1189: checking for fgrep
configure:1228: checking for sed
configure:1266: checking for mawk
configure:1266: checking for gawk
configure:1266: checking for nawk
configure:1266: checking for awk
configure:1298: checking version of gcc
(end of "config.log")
*** Error code 1

Stop.
 :
===

which looks weird since it does find gcc295 (line 750) before it bows
out by not recognizing it.

But at least it's now finding the right compiler.
1999-08-23 10:31:10 +00:00
Michael Haro
535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Chris Piazza
eea528a116 Remove the chown stuff in pre-install. do-extract handles this
by default now.
1999-08-22 21:29:50 +00:00
Chris Piazza
c8d77a093b Change all ports that need a new gcc on 3.x to use USE_NEWGCC. 1999-08-22 19:46:45 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
56fe7a4c6a egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.

PR:		13205
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-17 19:37:11 +00:00
Chris Piazza
6d47ab8c2e Add a workaround to chown the files if the person installing
the port is root.  It was keeping the uid/gid of 10/143.

There might be a better solution than this in the long run
but it'll work for now.

PR:		12897
Reported by:	Jose Marques <jose@nobody.org>

Also some minor non-functional changes, exit 0 -> ${FALSE},
PKGMESSAGE to use | ${SED} instead of creating a new file.
1999-08-02 22:45:41 +00:00
Tim Vanderhoek
eb48f6f640 Re-enforce caps, no period. An "exceptions" file has been created
containing the ports editors/vim5, sysutils/star, and one other.
1999-08-02 16:55:21 +00:00
Bill Fenner
35fc3fa02a Fix WWW: typos
Found by:	not-yet-completed addition to port distfile checker
		suggested by Tim Vanderhoek
1999-08-01 04:54:40 +00:00
Steve Price
f9967dd220 Update to version 0.3.1b.
PR:		12744
Submitted by:	maintainer
1999-08-01 03:00:48 +00:00
Nate Williams
0835b20dec - Update to the newest release of the JDK. 1999-07-20 23:46:59 +00:00
Chris Piazza
073c67f168 Make tya actually find jdk.
Fixup some instances of ${PREFIX} that should be ${LOCALBASE} too.

PR:		12590
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-07-10 20:19:54 +00:00
David E. O'Brien
c31be6f9b1 There is ZERO reason I should need to have Java installed just to fetch
this thing.
1999-07-04 10:04:31 +00:00
Chris Piazza
56f6f8363f Activate jlex. 1999-07-04 00:11:11 +00:00
Chris Piazza
ed8f26a14f JLex: a uitility based upon the Lex lexical analyzer generator model.
It takes a specification file similar to that accepted by Lex and creates
a Java source file for the correspoding lexical analyzer.

PR:		12476
Submitted by:	Jake Burkholder <jake@checker.org>
1999-07-04 00:10:23 +00:00
Jun Kuriyama
a0d231369c Re-arrange directory hierarchy.
Approved by:	maintainer
1999-06-30 22:04:56 +00:00
Steve Price
718d51197b Undo part of previous commit to put back the correct ${WRKSRC}. 1999-06-29 23:14:36 +00:00
Chris Piazza
7d4ce44221 Update to version 1.1.8 to match JDK.
PR:		12114
Submitted by:	maintainer
1999-06-28 23:26:01 +00:00
Bill Fumerola
b9b94ff2c5 new ports/{java,irc,x11-servers}, dependency sweep #1 1999-06-28 18:34:12 +00:00
Shigeyuki Fukushima
698e53507e Fix typo. (fix make fetch problem)
@{ECHO} => ${ECHO_MSG}
Submitted by:	Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp
1999-06-28 15:58:33 +00:00
Bill Fumerola
b111804601 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles. 1999-06-28 02:24:57 +00:00
Satoshi Asami
dbe2e8c2af New category java. Here's the charter:
Java language support.
1999-06-26 22:07:25 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
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