summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: Does not buildKris Kennaway2006-01-141-0/+2
|
* BROKEN: Size mismatchKris Kennaway2006-01-141-0/+2
|
* . Update to 1.5.0_06.Greg Lewis2006-01-136-20/+16
| | | | Submitted by: josef@ via hq@ (packing list fixes added by me)
* . Always fix up the pthread library references, even if we're notGreg Lewis2006-01-131-4/+0
| | | | | | | | | building either native threads or HotSpot. This is due to libcmm always wanting to link against a pthread library, which was causing problems on 7-CURRENT since it was erroneously hardwired to -lc_r. This should really fix the problem. Pointed out by: pointyhat via kris
* - Update to 4.0.1Tim Bishop2006-01-112-7/+10
| | | | | PR: 91142 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - fix build in JAILSDirk Meyer2006-01-071-0/+2
| | | | | | | | | | | | | failed to build the jdk14 port in a jail under FreeBSD 5.4 FreeBSD 4.11 works. The problem is that mount don't list the linprocfs, and this make the selfcheck fail. maintainer emailed: So 6 Nov 2005 11:21:20 CET Approved by: (maintainer timeout)
* Update to 1.1b5Herve Quiroz2006-01-052-3/+4
|
* [patch] update java/eclipse-cdt to version 3.0.1Edwin Groothuis2006-01-0314-12/+960
| | | | | | | | | | | | | This patch updates java/eclipse-cdt to the latest version 3.0.1. It also installs the native shared libraries that were previously missing. In order to do this the distfile of the cdt-sdk had to be used instead. A static pkg-plist is also used to help people searching through the ports files. PR: ports/89893 Submitted by: Panagiotis Astithas <past@ebs.gr> Approved by: maintainer timeout
* Update port: java/jboss4 to 4.0.3 SP1Edwin Groothuis2005-12-294-10/+14
| | | | | | | | | | Update java/jboss4 to 4.0.3 SP1, which includes the usual bugfixes and minor tweaks. I tweaked the Makefile so that it can handle the SP1 version properly and while keeping the Makefile valid and passes portlint. PR: ports/91066 Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
* Add SHA256 checksumChristian Brueffer2005-12-231-0/+1
| | | | Approved by: markus
* . Add SHA256.Greg Lewis2005-12-181-0/+1
|
* . USE_ICONV is required whether we're building the web parts or not.Greg Lewis2005-12-172-2/+4
| | | | | PR: 89512 Submitted by: girgen
* Remove port that depends on the expired cedet-emacs20.Sam Lawrance2005-12-152-13/+0
| | | | Reported by: kris' index builder
* . Tell the user all the files they will need up front, instead of tellingGreg Lewis2005-12-143-99/+93
| | | | | | | | lies about what they have and prompting them one file at a time. This is a slight rewording of the submitted patch. PR: 84644 Submitted by: fenner
* - Update to 3.1.0Tim Bishop2005-12-144-41/+14
| | | | | | PR: 88644 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer) Approved by: clement (mentor)
* Suspend maintainerEdwin Groothuis2005-12-121-1/+1
| | | | <plexus@snafu.de>: host mail.snafu.de[84.23.254.19] said: 550 Account Suspended
* . Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix,Greg Lewis2005-12-111-1/+4
| | | | | | | and will stay in the port, but it masks an underlying problem that still remains. Reported by: pointyhat (via kris)
* - Add official mastersiteSimon Barner2005-12-112-2/+3
| | | | | | | - Update WWW Submitted by: Andreas Kohn <andreas@syndrom23.de> PR: ports/90234
* - Update to 2.2.4Tim Bishop2005-12-054-93/+22
| | | | | | | | | | - Use sourceforge mastersite - Added dependency on eclipse-gef - Automatically generate pkg-plist PR: 88649 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer) Approved by: clement (mentor)
* . Add $FreeBSD$.Greg Lewis2005-12-034-0/+8
|
* . "Privatise" the symbols in libzip.so to avoid conflicting with thoseGreg Lewis2005-12-024-2/+172
| | | | | | | | | | | | | | in the systems libz.so. This conflict broke applications such as Eclipse which is linked with libz.so (via gtk+ I believe). This is a slightly modified version of the submitter's patch. A better solution may be to link with the system's libz.so and remove the JDK's internal zlib code altogether, but I'd like to test that a little more first. Until then this solves the problem. . Bump PORTREVISION since Eclipse seems to be quite widely used. Submitted by: "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
* . The patch to use getaddrinfo() #ifdef'ed out too much code. Change thatGreg Lewis2005-12-022-0/+50
| | | | | | to isReachable() is still available (fixes some JCK tests). Submitted by: Christos Zoulas
* . Chase an updated distfile. [1]Greg Lewis2005-12-022-3/+5
| | | | | | | | Although this is only documentation, the changes (fixing of URLs, etc.) were enough for me to bump PORTREVISION. . Add SHA256. Submitted by: Adam Stroud <adam.stroud@gmail.com>
* Add missing files to pkglist.Archie Cobbs2005-11-291-0/+4
|
* - Update to 0.6.0Herve Quiroz2005-11-283-37/+46
| | | | | | | | | | | | | | | | | " The new version delivers a cumulative update of new developments, bug fixes, and improvements, including an upgrade to JDK 1.4. " - Set JAVA_VERSION=1.4+ - Add 'math' category [1] - Use USE_ANT - Fix COMMENT: some words seemed to be missing, turning the comment to a nonsense sentence - ECHO_CMD -> ECHO_MSG - Cleanup: remove "ex:ts=8" and uneeded targets - Use ${FIND} | ${INSTALL_DATA} to install documentation files - Take maintainership Reported by: portlint [1]
* Fix problem with -encoding flag.Archie Cobbs2005-11-272-0/+18
| | | | PR: ports/89536
* Upgrade to version 1.4.7.Archie Cobbs2005-11-272-3/+3
|
* Upgrade to 0.19; disable evolving graphical stuff for now.Archie Cobbs2005-11-273-19/+6
|
* . Make pkg-install install a symbolic link for the browser plugin if aGreg Lewis2005-11-253-12/+84
| | | | | | | | | valid one doesn't currently exist. . Add a pkg-deinstall which removes the symbolic link if this port owns it. . Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather than manually using ${SED} ourselves. Approved by: maintainer timeout
* - Add SHA256Pav Lucistnik2005-11-2425-0/+26
|
* . Add $FreeBSD$.Greg Lewis2005-11-232-0/+2
|
* . Add SHA256.Greg Lewis2005-11-233-0/+9
|
* . Make pkg-install install a symbolic link for the browser plugin if aGreg Lewis2005-11-236-4/+144
| | | | | | | | | valid one doesn't currently exist. . Add a pkg-deinstall which removes the symbolic link if this port owns it. . Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather than manually using ${SED} ourselves. Approved by: maintainer timeout
* - Fix plist by correctly installing and registering the port's man page [1]Simon Barner2005-11-233-4/+10
| | | | | | | | - Add SHA256 Reported by: pointyhat via kris [1] PR: ports/89402 [1] Submitted by: "Ronald Klop" <ronald@cs.vu.nl> (maintainer) [1]
* . Add SHA256.Greg Lewis2005-11-225-0/+6
|
* . Add SHA256.Greg Lewis2005-11-221-0/+2
| | | | . SIZEify.
* BROKEN: UnfetchableKris Kennaway2005-11-211-0/+2
|
* - Update to 0.9.9.1Herve Quiroz2005-11-162-3/+4
| | | | | | | - Add SHA256 PR: 89151 Submitted by: maintainer
* . Add SHA256.Greg Lewis2005-11-163-0/+5
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-155-7/+5
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 0.48Volker Stolz2005-11-142-6/+4
| | | | | | | - USE_BISON PR: ports/88550 Submitted by: maintainer
* Assign a new maintainerHerve Quiroz2005-11-141-1/+1
|
* - Update to 1.2.3Herve Quiroz2005-11-133-45/+148
| | | | | | | | - Add SHA256 checksum - Bump PORTEPOCH PR: 88909 Submitted by: Alex Vasylenko <lxv@omut.org>
* Unbreak build with cairo 1.0.Alexander Nedotsukov2005-11-063-5/+2463
| | | | Patch by: Andreas Kohn <andreas@syndrom23.de>
* Chase cairo shared library update, bump the PORTREVISION.Jeremy Messenger2005-11-061-2/+2
|
* Remove expired portsKris Kennaway2005-11-0517-4372/+0
|
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-059-5/+9
|
* Update to 3.0-rc4 release.Alex Dupre2005-11-032-5/+7
|
* Commons Codec provides implementations of common encoders and decodersAlex Dupre2005-11-035-0/+76
| | | | | | such as Base64, Hex, various phonetic encodings, and URLs. WWW: http://jakarta.apache.org/commons/codec/
* . Avoid an infinite loop by ignoring JAVA_HOME if its set to the locationGreg Lewis2005-11-022-8/+11
| | | | | | | | of the wrapper script. I'm using a different patch than Herve submitted, but the idea is the same. . Bump PORTREVISION. Submitted by: hq