summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21098
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-275-50/+50
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-2519-19/+19
| | | | Notes: svn path=/head/; revision=20951
* Use USE_GCC. This port still doesn't build:Satoshi Asami1999-08-231-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === : 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. Notes: svn path=/head/; revision=20907
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* Remove the chown stuff in pre-install. do-extract handles thisChris Piazza1999-08-225-30/+5
| | | | | | | by default now. Notes: svn path=/head/; revision=20892
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1999-08-221-10/+3
| | | | Notes: svn path=/head/; revision=20886
* chmod -> ${CHMOD}Michael Haro1999-08-229-18/+18
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-171-4/+4
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* Add a workaround to chown the files if the person installingChris Piazza1999-08-025-25/+40
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=20504
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-021-1/+1
| | | | | | | containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
* Fix WWW: typosBill Fenner1999-08-011-2/+2
| | | | | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek Notes: svn path=/head/; revision=20462
* Update to version 0.3.1b.Steve Price1999-08-015-25/+7
| | | | | | | | PR: 12744 Submitted by: maintainer Notes: svn path=/head/; revision=20438
* - Update to the newest release of the JDK.Nate Williams1999-07-204-28/+10
| | | | Notes: svn path=/head/; revision=20289
* Make tya actually find jdk.Chris Piazza1999-07-101-2/+3
| | | | | | | | | | Fixup some instances of ${PREFIX} that should be ${LOCALBASE} too. PR: 12590 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Notes: svn path=/head/; revision=20150
* There is ZERO reason I should need to have Java installed just to fetchDavid E. O'Brien1999-07-041-2/+2
| | | | | | | this thing. Notes: svn path=/head/; revision=19988
* Activate jlex.Chris Piazza1999-07-041-1/+2
| | | | Notes: svn path=/head/; revision=19984
* JLex: a uitility based upon the Lex lexical analyzer generator model.Chris Piazza1999-07-046-0/+78
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=19983
* Re-arrange directory hierarchy.Jun Kuriyama1999-06-303-104/+128
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=19925
* Undo part of previous commit to put back the correct ${WRKSRC}.Steve Price1999-06-291-2/+2
| | | | Notes: svn path=/head/; revision=19905
* Update to version 1.1.8 to match JDK.Chris Piazza1999-06-288-5498/+5676
| | | | | | | | PR: 12114 Submitted by: maintainer Notes: svn path=/head/; revision=19889
* new ports/{java,irc,x11-servers}, dependency sweep #1Bill Fumerola1999-06-285-13/+13
| | | | Notes: svn path=/head/; revision=19876
* Fix typo. (fix make fetch problem)Shigeyuki Fukushima1999-06-281-6/+6
| | | | | | | | @{ECHO} => ${ECHO_MSG} Submitted by: Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp Notes: svn path=/head/; revision=19872
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-2817-34/+34
| | | | Notes: svn path=/head/; revision=19854
* New category java. Here's the charter:Satoshi Asami1999-06-262-0/+18
| | | | | | | Java language support. Notes: svn path=/head/; revision=19810
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-263-3/+3
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=19803
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Fix for jdk1.1.8.Jun Kuriyama1999-06-231-2/+2
| | | | Notes: svn path=/head/; revision=19719
* Developers, not Developpers.Bill Fumerola1999-06-231-1/+1
| | | | Notes: svn path=/head/; revision=19717
* Sun's Java Servlet Developpers KitJun Kuriyama1999-06-235-0/+162
| | | | | | | | PR: ports/10389 (part of) Submitted by: greg@greg.rim.or.jp Notes: svn path=/head/; revision=19716
* a) Update jdk-doc to 1.1.8. (from submitter)Chris Piazza1999-06-2120-5495/+5540
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=19599
* Add to BUILD_DEPENDS instead of overriding it when OSVERSION < 400002.Steve Price1999-06-141-2/+2
| | | | | | | | | PR: 12208 Submitted by: Akinori MUSHA <knu@and.or.jp> Messed up by: steve Notes: svn path=/head/; revision=19474
* Initial import of shujit version 0.2.10.Steve Price1999-06-108-0/+94
| | | | | | | | | | A Just In Time java bytecode compiler. PR: 11491 Submitted by: Jake Burkholder <jake@checker.org> Notes: svn path=/head/; revision=19410
* Re-import of tya version 1.3v2 from devel.Steve Price1999-06-105-0/+64
| | | | Notes: svn path=/head/; revision=19397
* Java Foundation Classes with SwingJun Kuriyama1999-06-095-0/+2287
| | | | Notes: svn path=/head/; revision=19381
* Incorporate the new patch that fixes a permissions error when tryingSteve Price1999-06-084-6/+24
| | | | | | | | | to send UDP packets to the broadcast address. Requested by: maintainer Notes: svn path=/head/; revision=19330
* Work a little PLIST magic so the next time we upgrade the diffs willSteve Price1999-06-084-1222/+1228
| | | | | | | be minimal. Notes: svn path=/head/; revision=19315
* - Updated to JDK1.1.8.Nate Williams1999-06-0810-1212/+1234
| | | | Notes: svn path=/head/; revision=19312
* Remove doubled-slash.Jun Kuriyama1999-05-201-2/+2
| | | | Notes: svn path=/head/; revision=18900
* Fix up dependencies so this will build in 3.x.Satoshi Asami1999-05-121-5/+9
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18817
* Change bsd.port.mk -> bsd.port.post.mkSatoshi Taoka1999-05-0614-63/+132
| | | | | | | | | Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Notes: svn path=/head/; revision=18526
* Allow the ${RM} in "pre-clean" to fail; otherwise you can't clean thisBill Fenner1999-05-052-4/+4
| | | | | | | | | port unless you've already installed it. Found by: "make clean" in /usr/ports Notes: svn path=/head/; revision=18513
* Fix pkg/MESSAGESatoshi Taoka1999-05-0510-95/+30
| | | | | | | | | (When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer Notes: svn path=/head/; revision=18511
* Add "-f" after ${RM} (for a problem when we "make clean")Satoshi Taoka1999-05-052-4/+4
| | | | | | | Obtained from: the e-mail from maintainer Notes: svn path=/head/; revision=18510
* Adjust libiberty path in dependency. This probably won't fix the buildSatoshi Asami1999-05-041-2/+2
| | | | | | | anyway but it's one less warning to worry about. Notes: svn path=/head/; revision=18458
* Yet more WWW: additionsMichael Haro1999-05-0312-2/+22
| | | | Notes: svn path=/head/; revision=18435
* Sun's Java Developers Kit tutorialSatoshi Taoka1999-04-3010-0/+5560
| | | | | | | | PR: 10745 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> Notes: svn path=/head/; revision=18235
* Update to use newer (read fixed!) AOUT release.Nate Williams1999-04-164-6/+6
| | | | Notes: svn path=/head/; revision=17936
* Import of devel/java-cup v10.gJustin M. Seger1999-04-115-0/+95
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=17766
* Update to version 1.0.b4.Archie Cobbs1999-04-105-28/+37
| | | | Notes: svn path=/head/; revision=17753