aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Sync the BSD specific code with the changes between 1.5 and 1.6 andglewis2007-08-282-1/+32
| | | | | | | | start closing file descriptors at FAIL_FILENO + 1 rather than 3. This fixes the problem with determining the exit code for exec()'ed processes. PR: 115557 Submitted by: Michiel Boland <michiel@boland.org>
* . Correctly respect WITHOUT_WEB. This should fix the default amd64 buildglewis2007-08-231-8/+9
| | | | on 7.x.
* . Add USE_XORG configuration. I'm guessing that prior to the modularglewis2007-08-211-0/+1
| | | | | | | xorg ports the Open Motif dependency pulled in the appropriate X11 libraries since this hasn't been a problem previously. Reported by: pointyhat (via kris)
* . Make sure ${PREFIX}/share/applications exists before installing filesglewis2007-08-211-0/+1
| | | | | | there. Pointed out by: pointyhat (via kris)
* . New port which installs the Java SE 6 documentation as provided by Sun.glewis2007-08-204-0/+55
|
* Correct dependencies to fix package build.nobutaka2007-08-191-5/+14
| | | | Reported by: pointyhat via kris
* . Add unzip to BUILD_DEPENDS.glewis2007-08-181-0/+1
| | | | Pointed out by: pointyhat (via kris)
* Add browser plugin support for amd64. It is turned off by default as it isjkim2007-08-172-1/+707
| | | | | | | still experimental. Tested by: Huang wen hui (hwh at gddsn dot org dot cn) Approved by: glewis (maintainer)
* Unbreak build on -CURRENT.jkim2007-08-173-0/+51
| | | | Approved by: glewis (maintainer)
* Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs.itetcu2007-08-141-0/+4
|
* Update to the latest version and unbreak.itetcu2007-08-142-12/+10
| | | | Submitted by: linimon@'s broken ports reminder
* . Split the JRL agreement out into a separate script that is only runglewis2007-08-143-195/+195
| | | | | | during the port build and not during the package install. Requested by: kris
* . Split the JRL agreement out into a separate script that is only runglewis2007-08-133-195/+195
| | | | | | during the port build and not during the package install. Requested by: kris
* - Set LANG environment variable to C for non-US locale users.jkim2007-08-101-0/+3
| | | | | | | | - Install FreeBSD-specific NSPR header file instead of default Solaris header. Note the port revision is not updated because it does not affect most users. Approved by: glewis (maintainer)
* . Complete default the bootstrap to Diablo.glewis2007-08-071-3/+1
| | | | Inspired by: scf
* . Default bootstrapping to Diablo JDK. It runs at least as well as theglewis2007-08-071-4/+2
| | | | | | | Linux JDK on all supported FreeBSD versions and doesn't require Linux emulation to be installed. Inspired by: scf
* . Fix the 'shebang' line in jcontrol. [1]glewis2007-08-072-2/+12
| | | | | | | . Update the main commented out MASTER_SITE. . Bump PORTREVISION. Submitted by: "barbara" <barbara.xxx1975@libero.it>
* . Make BUILD_DEPENDS against the Diablo JDK, not the Linux JDK. [2]glewis2007-08-075-13/+97
| | | | | | | | | | | | | | . Add some more make environment variables to control the build of the debug versions. [1] . Allow the setting of ALT_PARALLEL_BUILD_JOBS. [1] . Install more of the Gnome desktop files, and provide them with the correct path for the installation. [1] . Add ${LOCALBASE}/lib to the default library path in HotSpot. [1] . Backwards compatibility in time zone updates. [1] . Bump PORTREVISION. Submitted by: jkim [1] Inspired by: scf [2]
* - Update to 3.9miwi2007-08-062-7/+5
|
* . Add jdk16 subdir.glewis2007-08-061-0/+1
|
* . A native port for JDK 1.6.0 (aka 6.0) Update 1.glewis2007-08-0656-951/+588
|
* . Add linux-sun-jdk16.glewis2007-08-061-0/+1
|
* . New port of Sun's JDK 1.6.x (aka 6.x) for Linux.glewis2007-08-065-75/+482
| | | | | | | The port was done by the submitter for Update 1, I've made the minor changes for Update 2. Submitted by: jkim
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-042-2/+2
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Update to 3.2.2nemoliu2007-08-038-132/+33
| | | | | | | | | - Assign eclipse@FreeBSD.org as maintainer PR: ports/113435 Submitted by: Rick Petty, tmclaugh Approved by: maintainer timeout (more than 3 months) Approved by: delphij (mentor)
* . Require at least JDK 1.3.glewis2007-08-011-3/+1
| | | | | . Remove dependency on java/collections since they've been a part of the standard runtime library since 1.2.
* . Better fix. Just use 'short' variables and be done with it. Theglewis2007-07-312-6/+28
| | | | | structure members being dereferenced into the variables are 'short*' after all, not 'fastInt*'.
* . Include a different header file for 'fastInt'. The definition in Hint.hglewis2007-07-312-0/+26
| | | | | | | | | appears to actually match the type of variable its being used with in the code (although it seems that it may be even cleaner to just replace 'fastInt' with 'short'). This also partially bandaids a build problem some are seeing since Hint.h is a less common header file name than cpu.h.
* Add browser plugin support for amd64. It is turned off by default as it isjkim2007-07-304-2/+1166
| | | | | | still experimental. Approved by: glewis (maintainer)
* . Unbreak by providing a working MASTER_SITE.glewis2007-07-301-3/+1
|
* - Update to 3.2.8pav2007-07-3010-55/+117
| | | | | | PR: ports/110768 Submitted by: nemoliu Approved by: maintainer (previous version, with reservations)
* - Update to 4.2.0.GA2pav2007-07-309-53/+92
| | | | | PR: ports/113844 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* - Update to 6.0.2pav2007-07-292-4/+4
| | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
* BROKEN: Unfetchablekris2007-07-291-0/+2
|
* BROKEN: Unfetchablekris2007-07-291-0/+2
|
* . Reduce dependencies by using USE_XORG and only listing what is actuallyglewis2007-07-282-2/+2
| | | | | | | required. PR: 113081 Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
* . Fix the description of the link for the policy files.glewis2007-07-272-2/+4
| | | | | PR: 114958 Submitted by: Olivier Smedts <olivier@gid0.org>
* . Update 12 is current, so the download isn't in the archive section yetglewis2007-07-272-2/+2
| | | | | | | (oops). Also, its index page appears broken, so just show the main download page for now. PR: 114958 (kinda)
* . Update to patchset 6, based on 1.5.0 Update 12.glewis2007-07-2718-404/+28
| | | | . Use the -bc (backwards compatible) flag when doing time zone updates.
* - Fix fetchpav2007-07-231-1/+2
| | | | | PR: ports/114621 Submitted by: Gabor Tjong A Hung <gvtjongahung@users.sourceforge.net>
* Deprecate; this is only for jdk11 which is itself deprecated.linimon2007-07-231-0/+3
| | | | Discussed with: gerald
* . Update the download location for the unlimited strength policy files.glewis2007-07-222-2/+2
| | | | | Submitted by: Olivier SMEDTS <olivier@gid0.org> PR: 114592
* - Mark jdk11 / jdk12 ports for removal in 1 monthpav2007-07-229-0/+27
| | | | | Inspired by: glewis With hat: portmgr
* . TYA builds as a native shared library, so insist on having a native JDK.glewis2007-07-221-1/+2
| | | | . Spell JAVA_HOME correctly.
* - Remove expired port: security vulnerability in browser pluginpav2007-07-229-1267/+0
|
* - Allow this to install on any jdk versionpav2007-07-221-1/+1
| | | | Suggested by: glewis
* - Switch to jdk 1.3, older ones are going away soonpav2007-07-221-3/+4
| | | | Suggested by: glewis
* - Update to 6.0.1pav2007-07-212-5/+5
| | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
* - Add another mirror maintained by maintainerrafan2007-07-191-1/+2
| | | | | PR: ports/114697 Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer)
* - Make fetchablepav2007-07-172-2/+4
| | | | | PR: ports/114623 (based on) Submitted by: G.V. Tjong A Hung <gvtjongahung@users.sourceforge.net>
* - Drop maintainershippav2007-07-163-5/+2
| | | | Requested by: Panagiotis Astithas <past@ebs.gr> (maintainer)
* - Update to 6.0pav2007-07-152-8/+7
| | | | Submitted by: Anton Yudin <contact@toha.org.ua> (maintainer)
* With an up-to-date INDEX I even find the rest of the ports I maintain,lme2007-07-131-1/+1
| | | | | | so change my e-mail address also in those ports. Approved by: miwi (mentor)
* . Unpack the timezone update in post-extract since unzip is only anglewis2007-07-112-2/+6
| | | | | | EXTRACT_DEPENDS, but keep the actual update in pre-install. Pointed out by: pav
* . Fix the packing list on 7.x by moving the time zone update step toglewis2007-07-102-4/+4
| | | | | | | | pre-install. The problem with it being in post-extract is that this is before the installation of compat6x, which is required for the time zone update to run. Reported by: pointyhat (via pav)
* - Update to 2.2.0miwi2007-07-073-7/+75
| | | | | | | - Pass maintainership to submitter PR: 114377 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
* - Fix build with gcc 4.2miwi2007-07-061-0/+29
| | | | | Submitted by: pointyhat via kris/pav Nils Vogels <nivo@is-root.com>
* - switch INSTALLS_SHLIB => USE_LDCONFIGmiwi2007-07-031-1/+5
| | | | - Fix build after objformat removal
* - Reset MAINTAINER:pav2007-07-031-1/+1
| | | | | <<< 550 relay not permitted 550 5.1.1 <roman@ontographics.com>... User unknown
* - Mark BROKEN on CURRENT: does not build with GCC 4.2pav2007-07-031-0/+4
|
* Reset rainer.alves@gmail.com by request due to current lack of time tolinimon2007-06-301-1/+1
| | | | work on FreeBSD.
* - Change my mail address to araujo@.araujo2007-06-304-4/+4
| | | | Approved by: stas (mentor)
* . Make the LIB_DEPENDS for compat6x look for z.3 rather than (the correct)glewis2007-06-292-2/+2
| | | | | | | | c.6 since the latter is (erroneously) found in linux_base if that is installed. This should be switched back once LIB_DEPENDS is fixed to ignore Linux shared libraries. Submitted by: sat
* . Reenable 7.x by depending on compat6x.glewis2007-06-252-6/+8
|
* Update to 1.37 release.ale2007-06-172-5/+4
|
* Fix build.ale2007-06-171-3/+17
|
* . Remove SCSL message since we're now using the JRL, which is agreed toglewis2007-06-172-2278/+0
| | | | prior to the extract step.
* . Update to 1.5.0_12.glewis2007-06-166-12/+22
|
* . Update to patchset 5, based on the 1.5.0_11 JRL source code.glewis2007-06-0942-576/+776
|
* Update to 0.98arved2007-06-0710-94/+23
|
* . More respect for ${CC}, ${CXX} and ${CPP}.glewis2007-06-061-3/+22
| | | | Submitted by: truckman@
* - Fix RUN_DEPENDSmiwi2007-06-061-1/+2
| | | | Submitted by: pointyhat via kris
* Reset filippo.natali@gmail.com, who is very short on free time right now.linimon2007-06-061-1/+1
| | | | Hat: portmgr
* - Update to 0.5.1miwi2007-06-053-6/+12
| | | | | PR: 112364 Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
* - Update to 0.5.33miwi2007-06-052-12/+13
| | | | | PR: 112730 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
* Drop maintainership of ports added due to NAV (net-mgmt/nav), whichanders2007-06-041-1/+1
| | | | I do not maintain anymore.
* . Update to tzupdater 1.2.1.glewis2007-06-0312-35/+65
| | | | PR: 113248
* . Make it so we include Xm/XmIm.h rather than defining our own prototype.glewis2007-06-031-0/+13
| | | | | | | Fixes a build error due to the prototype being defined not matching the actual function. Pointed out by: pointyhat (via kris)
* Fix more sysctl(3) argument sizes and correct a comment.jkim2007-05-312-10/+62
| | | | Approved by: glewis (implicit)
* Fix a DISTNAME glitch introduced by the X.org upgrade.girgen2007-05-302-4/+4
|
* Upgrade to version 5.5.1.olgeni2007-05-294-16/+16
|
* - Update to 3.1miwi2007-05-263-17/+5
| | | | | PR: 112918 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
* Various fixes for -CURRENT.jkim2007-05-2642-0/+770
| | | | | | | | - Build fixes after GCC 4.2 import. - Remove SIGRTMIN and SIGRTMAX redefinitions. - Use posix_memalign(3) instead of valloc(3). Approved by: glewis (maintainer)
* BROKEN: Size mismatchkris2007-05-251-0/+2
|
* . Make it so we include Xm/XmIm.h rather than defining our own prototype.glewis2007-05-231-0/+13
| | | | | | | Fixes a build error due to the prototype being defined not matching the actual function. Approved by: portmgr (pav)
* Make fetchable.brueffer2007-05-221-1/+1
| | | | Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-20124-43/+128
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use my @FreeBSD.org address.nemoliu2007-04-309-12/+12
| | | | Approved by: delphij (mentor)
* Switch defaults to not running self-tests since the maintainer has notkris2007-04-221-1/+1
| | | | been able to figure out why they fail in package build environments.
* - Update to 1.0.9miwi2007-04-212-4/+4
| | | | | | PR: 111882 Submitted by: miwi Approved by: maintainer
* - Update to 1.0.5miwi2007-04-212-4/+4
| | | | | | PR: 111880 Submitted by: miwi Approved by: maintainer
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-182-12/+2
| | | | with letter i-m
* - Update MASTER_SITES [1]miwi2007-04-171-1/+1
| | | | | | PR: 111760 Submitted by: krisbot nemo <nemoliu@gmail.com> (maintainer)
* DbVisualizer is a feature rich, intuitive and cross platform database toolmiwi2007-04-134-0/+50
| | | | | | | | | | | | for developers and DBA's providing a single powerful interface for a variety of databases. DbVisualizer supports simultaneous database connections, it lets you explore and manage database objects, execute SQL queries, visualize information and a lot more. WWW: http://www.dbvis.com/products/dbvis/ PR: ports/111380 Submitted by: Anton Yudin (<contact at toha.org.ua>)
* . Fix the check for 7.x which would previously erroneously try to installglewis2007-04-122-2/+6
| | | | | | the 5.x version on 7.x. Submitted by: des
* New port eclipse datatools version 0.9.1 for eclipse 3.2.1lioux2007-04-095-0/+94
| | | | PR: 111116
* - Update to 1.5.stefan2007-04-052-6/+6
| | | | | | | | - Add 'devel' to CATEGORIES. - Assign maintainership to submitter. PR: 111237 Submitted by: Nemo Liu<nemoliu@gmail.com>
* - Update to 5.1stefan2007-04-043-583/+317
| | | | | | | - Assign maintainership to submitter. PR: 110835 Submitted by: Nemo Liu<nemoliu@gmail.com>
* Fix typo: use correct WWWlioux2007-04-021-1/+1
|
* Fix typo: use my email instead of ale@FreeBSD.orglioux2007-04-021-2/+1
|
* New port eclipse-findbugs version 1.2.0.20070317: An Eclipse plug-inlioux2007-04-024-0/+59
| | | | that provides FindBugs support
* Update to 3.2.4 release.ale2007-04-013-7/+9
|
* Give maintainership to Alex Dupre <ale@FreeBSD.org>.lioux2007-04-011-1/+1
|
* - Fix fetchpav2007-03-291-6/+3
| | | | | | | - Take maintainership PR: ports/110975 Submitted by: Nemo Liu <nemoliu@gmail.com>
* jboss5 -> ports/java/jboss5delphij2007-03-281-0/+1
|
* New port: jboss5delphij2007-03-2813-167/+170
| | | | | | | | | | | | | | | | | | | | | JBoss AS 5 GA will be Java EE 5 certified and will include the following core technologies. * JBoss Microcontainer - POJO based microcontainer removing the dependency on JMX * EJB 3.0 - Fully certified as part of the Java EE 5 compliant JBoss AS 5 * Hibernate 3.2 - JPA certified * JBoss Messaging 1.2 - the next generation messaging platform from JBoss with HA features. * JBoss WebServices 2.0 - new custom built JAX-WS compliant WebServices stack. * JBoss Seam 1.1 - a powerful new application framework to build next generation Web 2.0 applications by unifying and integrating popular service oriented architecture (SOA) technologies Submitted by: Nemo Liu <nemoliu gmail com> PR: ports/110163 Repocopy by: marcus
* Update to 3.1.2, and hopefully fix build problems on amd64.girgen2007-03-2711-2107/+69
|
* - Add missed patch (update to 2.3)pav2007-03-241-0/+11
|
* - Update to 2.3pav2007-03-244-145/+19
| | | | | | | - Take maintainership PR: ports/110752 Submitted by: Nemo Liu <nemoliu@gmail.com>
* - Correct OPTIONS handlingpav2007-03-241-4/+4
|
* Update to 1.36 release.ale2007-03-212-4/+4
|
* - Add netbeans55 with jdk 1.5/1.6 supportmiwi2007-03-205-25/+26
| | | | | | | | | | | | The NetBeans IDE is a free, Open-Source Integrated Development Environment for software developers. The IDE runs on many platforms including Windows, Linux, Solaris, and the MacOS. It is easy to install and use straight out of the box. The NetBeans IDE provides developers with all the tools they need to create professional cross-platform desktop, enterprise, web and mobile applications. PR: 110372 Submitted by: Nemo Liu<nemoliu@gmail.com> Repocopy by: marcus
* - Add Netbeans5miwi2007-03-205-25/+22
| | | | | | | | | | | | The NetBeans IDE is a free, Open-Source Integrated Development Environment for software developers. The IDE runs on many platforms including Windows, Linux, Solaris, and the MacOS. It is easy to install and use straight out of the box. The NetBeans IDE provides developers with all the tools they need to create professional cross-platform desktop, enterprise, web and mobile applications. PR: 110373 Submitted by: Nemo Liu<nemoliu@gmail.com> Repocopy by: marcus
* . Don't allow bootstrapping with the expired linux-blackdown-jdk13 port.glewis2007-03-151-5/+1
| | | | | PR: 110169 Submitted by: gabor
* Reset kij@imada.sdu.dk due to maintainer-timeouts and no response to email.linimon2007-03-141-1/+1
| | | | Hat: portmgr
* . Fix a backwards compatibility problem with the EST, HST and MST timezonesglewis2007-03-144-10/+4
| | | | | | | | by running the time zone updater with -bc. See: http://sunsolve.sun.com/search/document.do?assetkey=1-26-102836-1 . Bump PORTREVISION.
* . Disable the build on 7.x until there is a compat6x or a binary for 7.x.glewis2007-03-142-2/+2
| | | | Found by: pointyhat, time zone updates
* 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSDmiwi2007-03-146-526/+0
| | | | | | | | | | | | | | | | | | | | 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
* Update to 0.7.0hq2007-03-113-17/+14
| | | | | PR: 109891 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
* Remove expired ports:gabor2007-03-0914-2211/+0
| | | | | 2006-12-01 java/linux-ibm-jdk13: Vulnerabilities in the browser plugin 2006-12-01 java/linux-ibm-jdk14: Vulnerabilities in the browser plugin
* . Add JAIL as an option, the Makefile already supported it as anglewis2007-03-081-1/+2
| | | | | | environment variable. PR: 110049
* . Fix the sense of a WITH_JAIL check to match that in the jdk14 port -glewis2007-03-082-2/+2
| | | | | | we _don't_ want to check for linprocfs in a jail. PR: 110019
* . Update to tzupdater 1.1.0-2007c.glewis2007-03-086-44/+18
|
* . Update to tzupdater 1.1.0-2007c.glewis2007-03-082-7/+8
| | | | . Clean up old zoneinfo files after tzupdater has run.
* . Update to tzupdater 1.1.0-2007c.glewis2007-03-084-14/+14
|
* . Don't statically link with libXm any more. The Open Motif port no longerglewis2007-03-062-6/+34
| | | | | uses hacks to compile libXm.a with PIC objects, which means trying to statically link with it breaks the build on amd64.
* . When we update the time zone data, delete the temporary copy of the oldglewis2007-03-062-0/+2
| | | | data created by the update tool.
* - Update to 4.3miwi2007-03-052-4/+4
|
* - Update to 3.8miwi2007-03-053-5/+4
|
* Fix typovd2007-03-052-2/+2
| | | | | Reported by: Portsnap buildbox <cperciva@freebsd.org> Pointy hat to: glewis
* . Add a TZUPDATE option, defaulting to on, which will update the time zoneglewis2007-03-053-7/+75
| | | | data for the JRE using Sun's tzupdater. Bump PORTREVISION.
* . Add a TZUPDATE option, defaulting to on, which will update the time zoneglewis2007-03-053-7/+76
| | | | data for the JDK using Sun's tzupdater. Bump PORTREVISION.
* Reset greg@greg.rim.or.jp due to maintainer-timeouts and no response to email.linimon2007-03-052-3/+3
| | | | Hat: portmgr
* Reset dave@glowacki.org due to maintainer-timeouts and no response to email.linimon2007-03-053-3/+3
| | | | | | While here, remove stale mastersites. Hat: portmgr
* Reset alexs@snark.rinet.ru due to maintainer-timeouts and no response tolinimon2007-03-051-1/+1
| | | | | | email. Hat: portmgr
* Update to 2.3hq2007-03-052-9/+5
| | | | Reported by: portscout
* Give up maintainership of these ports. Don't use/have an interest foranders2007-03-021-1/+1
| | | | them anymore.
* - Update to 1.0.4miwi2007-02-272-4/+4
| | | | | PR: 109321 Submitted by: Marcelo Araujo <araujo@bsdmail.org> (maintainer)
* . Whitespace nit.glewis2007-02-262-2/+2
|
* . Add a TZUPDATE option, defaulting to on, which will update the time zoneglewis2007-02-262-11/+27
| | | | | | | | | | | data for the JDK using Sun's tzupdater. [1] . Some simplification of the convoluted logic around telling the user which files to download. In particular, don't care if we've already told them to download a file. . Bump PORTREVISION since many North American users will need to pick up the time zone changes. Collaboration with: Tim Zingelman <zingelman@fnal.gov> [1]
* . Update to 1.5.0_11.glewis2007-02-264-8/+8
|
* . Add a TZUPDATE option, defaulting to on, which will update the time zoneglewis2007-02-244-20/+54
| | | | | | | | | | | data for the JDK using Sun's tzupdater. [1] . Some simplification of the convoluted logic around telling the user which files to download. In particular, don't care if we've already told them to download a file. . Bump PORTREVISION since many North American users will need to pick up the time zone changes. Collaboration with: Tim Zingelman <zingelman@fnal.gov> [1]
* - Update to 1.1rafan2007-02-232-4/+4
| | | | | PR: ports/109441 Submitted by: Adam VanderHook <acidos at bandwidth-junkies.net> (maintainer)
* Update to 1.4.delphij2007-02-223-20/+23
| | | | | Submitted by: Nemo LIU <nemoliu at gmail dot com> PR: ports/109233
* Update to 1.1.delphij2007-02-223-12/+12
| | | | | Submitted by: Nemo LIU <nemoliu at gmail dot com> PR: ports/109234
* - Update to 3.7rafan2007-02-215-6/+7
| | | | | | | | - Use exec in wrapper scripts as described in Porter's Handbook PR: ports/108849 Submitted by: rafan Approved by: maintainer timeout (15 days)
* s/INSTALLS_SHLIB/USE_LDCONFIGbsam2007-02-161-1/+1
| | | | | PR: 109099 Submitted by: "Ronald Klop" <ronald at cs.vu.nl> (maintainer)
* Install manpage correctly.arved2007-02-111-0/+8
| | | | Report by: pointyhat
* Deprecate these ports that are broken on 5.x and above, with expiry inkris2007-02-111-0/+3
| | | | 1 month.
* Update to 2.2hq2007-02-112-6/+4
| | | | Reported by: portscout
* - Update to 0.4 [1]hq2007-02-112-13/+9
| | | | | | | - Remove unneeded flag JAVA_RUN=JDK - Release maintainership Reported by: portscout [1]
* Update to 3.2.2 final release.ale2007-02-117-9/+10
|
* Fix gef and emf runtime dependencies.ale2007-02-084-7/+6
|
* Update to 1.5.2 release.ale2007-02-082-10/+11
| | | | | PR: ports/107683 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
* Update to 1.2 release.ale2007-02-082-9/+9
|
* Update to 3.2.2 release and remove emf dependency.ale2007-02-082-8/+7
|
* Update MASTER_SITES.ale2007-02-081-4/+2
|
* Add the cacao JVMarved2007-02-0513-0/+369
|
* - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-302-20/+6
| | | | | | ports With hat: portmgr
* . Another reroll. Spell "Chuck Silvers" name correctly in the THANKSglewis2007-01-252-6/+6
| | | | file. This is it, I promise.
* . Rerolled patchset. The only change was to have it correctly identifyglewis2007-01-242-6/+6
| | | | itself as 'p4' rather than still saying 'p3'.
* . Update to 1.4.2_13. The distinfo change is the submitters, Makefile andglewis2007-01-233-5/+10
| | | | | | | | | pkg-plist is mine. [1] . Mark as IGNORE on older versions of FreeBSD due to lack of emulation of the necessary syscalls. PR: 106552 [1] Submitted by: Toshiharu Moriyama [1]
* . Update to patchset 4.glewis2007-01-2336-674/+22
|
* Release maintainership for ports I no longer use.hq2007-01-211-1/+1
|
* - update to to 1.3.2 [1]itetcu2007-01-182-8/+12
| | | | | | | | - pass maintainership to submitter [1] - note potential conflict with devel/looks [2] PR: ports/108048 [1] Submitted by: Marcelo Araujo [1], me (itetcu) [2]
* All we are saying is give gcc 4.x a chance.glewis2007-01-112-0/+34
| | | | Prompted by: pointyhat (via kris)
* - Update to 5.10.0.1miwi2007-01-102-6/+6
| | | | | | | - Pass maintainership to submitter PR: ports/107595 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
* - Update to 1.0.3miwi2007-01-082-5/+5
| | | | | | - Pass maintainership to submitter PR: Marcelo Araujo <araujo@bsdmail.org>
* - Update to 107549rafan2007-01-052-5/+5
| | | | | | | - Pass maintainership to submitter PR: ports/107549 Submitted by: Marcelo Araujo <araujo at bsdmail.org>
* - Update to 1.0.8rafan2007-01-052-5/+5
| | | | | | | - Pass maintainership to submitter PR: ports/107542 Submitted by: Marcelo Araujo <araujo at bsdmail.org>
* - Fixes for internal web browser [1]tmclaugh2007-01-0415-32/+587
| | | | | | | | | | | | | | | | | | | - Fixes for internal web browser on amd64 [2] - Convert to USE_GECKO [3] Note: Port defaults to xulrunner as the preffered gecko port because it is the only port which allows the internal web browser to work but eclipse will build using other gecko ports (ie. firefox, mozilla, seamonkey) though it will lack a working internal web browser. An argument can be made that xulrunner should be the only available gecko but maybe 5 people have xulrunner installed and it's another 45 minute mozilla dependency on even my speedy machine. The maintainer mentioned working on getting the internal web browser to work with firefox so I'm leaving well enough alone. When eclipse fully works with firefox the USE_GECKO ordering should probably be revistited. PR: 105581 Submitted by: Maintainer [1], Kurt Miller <lists at intricatesoftware.com> [2], me [3]
* Update to 1.35 release.ale2006-12-312-4/+4
|
* Update to version 2.2.1.girgen2006-12-192-5/+7
|
* Cure java/jboss2 - www/jakarta-tomcat4/files/startup.sh has been readded:vd2006-12-131-4/+0
| | | | | | | | | log: revision 1.6 log: date: 2006/10/22 03:56:14; author: lawrance; state: Exp; lines: +0 -0 log: Unbreak jakarta-tomcat3 by re-adding a file it requires from log: the tomcat4 port. log: log: Approved by: portmgr (erwin)
* - Update to 1.0.5miwi2006-12-132-4/+4
| | | | | PR: 106647 Submitted by: Adam VanderHook <acidos@bandwidth-junkies.net>
* - Respect X11BASErafan2006-12-121-0/+18
| | | | | | | This is the same fix as I did for x11-toolkits/swt Reported by: pointyhat Approved by: portmgr (linimon)
* Update from 3.1.0 to 3.2.13. This should fix all of the self-test failuresmi2006-12-124-176/+5
| | | | | | | | | observed so far (spurious and real). Update WWW. Although supposedly a minor bug-fix release, this one still comes with a file-format change, unfortunately. See vendor's announcement at: http://forums.oracle.com/forums/ann.jspa?annID=372
* . Update to 1.5.0_10.glewis2006-12-126-14/+68
|
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]glewis2006-12-1228-18/+450
| | | | | | | | | | . Replace some hardwired /usr/local instances with LOCALBASE. . Small Makefile restructure to keep related variables in one place. . Add ipv6 to CATEGORIES if its enabled. [2] PR: 106130 [2] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2] Pointed out by: pointyhat (via kris) [1]
* Fix path.itetcu2006-12-111-1/+1
| | | | Submitted by: 'lando' on IRC
* - Updated email address in my portsnivit2006-12-101-1/+1
| | | | Approved by: alexbl (mentor)
* - Update to 4.2miwi2006-12-092-4/+4
| | | | | | PR: ports/105782 Submitted by: chinsan Approved by: maintainer timeout
* Eclipse Verilog editor provides Verilog (IEEE-1364) and VHDL languagemiwi2006-12-095-0/+81
| | | | | | | | | | specific features on Eclipse IDE. It helps coding and debugging in hardware development based on Verilog or VHDL. WWW: http://veditor.sourceforge.net/ PR: ports/105450 Submitted by: lon_kamikaze at gmx.de
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]glewis2006-12-094-15/+57
| | | | | | | | | | . Small Makefile restructure to keep related variables in one place. . Trim the ancient bootstrapping options. . Add ipv6 to CATEGORIES if its enabled. [2] PR: 106129 [2] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2] Pointed out by: pointyhat (via kris) [1]
* . Diablo JDK 1.3.1 is gone, remove it as a possible bootstrap.glewis2006-12-091-3/+0
|
* . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]glewis2006-12-094-13/+73
| | | | | | | | . Replace one hardwired /usr/local instance with LOCALBASE. This wasn't a problem since the port Makefile overrode that variable anyway. . Small Makefile restructure to keep related variables in one place. Pointed out by: pointyhat (via kris) [1]
* - Drop Maintainershipmiwi2006-12-041-1/+1
| | | | | PR: ports/106272 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (old maintainer)
* Update to the latest version. Do a 'make distclean' if fetch fails due to baditetcu2006-12-042-10/+10
| | | | | | size. Submitted by: pointyhat via kris
* - portlintitetcu2006-12-031-4/+4
| | | | | PR: ports/105455 Submitted by: Dominic Fandrey (maintainer)
* Reassign ports from archie@ back to pool at his request.linimon2006-11-262-2/+2
| | | | Hat: portmgr
* - Disable browser plugin for now to unbreak port. [1]stefan2006-11-252-3/+3
| | | | | | - Add USE_LDCONFIG. Notified by: kris/pointyhat [1]
* Unbreak by adding another patch from the vendor.mi2006-11-232-4/+137
|
* Remove pkg-plist using code from ports/105254.olgeni2006-11-2316-4582/+92
|
* Add SHA256.olgeni2006-11-223-0/+3
|
* Update port to version 5.5 and remove pkg-plist.olgeni2006-11-2210-2758/+60
| | | | | | | (add support for empty directories and bin/netbeans symlink to ports/105254) PR: ports/105254 Submitted by: David Sledge <dsledge(at)appriss.com>
* upgrade to 5.9.2.1ijliao2006-11-202-7/+8
|
* Marked as broken for FreeBSD 4 and 7.maho2006-11-181-1/+8
| | | | Submitted by: kris via pointyhat
* BROKEN: Self-tests failkris2006-11-171-0/+2
|
* Update to 0.92.stefan2006-11-163-57/+60
| | | | | | PR: 103444 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Approved by: maintainer timeout (> 7 weeks)
* Update to 3.2.1.nork2006-11-094-493/+468
| | | | | PR: ports/105234 Submitted by: HASHI Hiroaki <hashiz@tomba.meridiani.jp>
* - Update to 0.9.8rafan2006-11-093-10/+15
| | | | | PR: ports/105289 Submitted by: Nicola Vitale (maintainer)
* - Update to 4.0.5rafan2006-11-094-8/+8
| | | | | PR: ports/105235 Submitted by: Jonathan Chen (maintainer)
* Don't use USE_ZIP, since the distro is a tarball, but instead depend ongirgen2006-11-071-1/+1
| | | | unzip, since we need it for the pre-patch script
* Add dependency on unzip.girgen2006-11-071-1/+1
|
* Update to 0.4.0, which is compatible with Eclipse-3.2.1.girgen2006-11-072-11/+10
|
* Update to 3.1.1, which is compatibale with Eclipse 3.2.1girgen2006-11-0714-750/+2195
|
* . Fix a problem with os_sleep returning early without raising an exceptionglewis2006-11-074-2/+66
| | | | | | when its called with interruptible set to false. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Fix a possible problem building the JDK in the GMT+0 time zone. Whenglewis2006-11-072-0/+42
| | | | | | | building, the JDK zone info file doesn't exist yet, so attempting to get the zone info for GMT_ID would fail. Submitted by: Kurt Miller <kurt@intricatesoftware.com>
* . Chase the X11BASE -> LOCALBASE change for the browser plugin directories.glewis2006-11-076-4/+6
| | | | | PR: 104476 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
* Update Eclipse to version 3.2.1. Assign port maintainership tokan2006-11-0444-3192/+774
| | | | | | submitter. Submitted by: David Sledge
* Update to 1.0.4.lawrance2006-11-012-4/+4
| | | | | PR: ports/104855 Submitted by: Adam VanderHook <acidos@bandwidth-junkies.net> (maintainer)
* Fix the test-target to, actually, succeed, when the testsmi2006-10-201-4/+5
| | | | | | succeed... Approved by: portmgr (erwin)
* Disable two more self-tests, which may hang in rare circumstance.mi2006-10-182-2/+27
| | | | | | | | | | | According to SleepyCat/Oracle, these will be fixed in the next release. Provide two explicit download sites for those, whose FETCH_CMD is set to NOT follow redirects (as is the default). Oracle uses such redirects to facilitate downloads from the server closer to the downloader, but the scheme breaks, when the redirects are not followed. Approved by: portmgr (erwin)
* - update distinfo and un-(break|expire)itetcu2006-10-153-42/+15
| | | | | | | | | - drop WITH_EXTRAS, fetch and install all docs and examples - bump PORTREVISION - use my @FreeBSD.org address Submitted by: Stefan Pauly <stefan@fh-mainz.de> (the important part) Approved by: portmgr (marcus)
* Fix pkg-plist.lawrance2006-10-151-0/+16
| | | | | Reported by: kris Approved by: portmgr (marcus)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-1410-29/+28
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* . The IPV6_ONLY option is unnecessary as IPV6_V6ONLY is defined inglewis2006-10-101-5/+0
| | | | | | /usr/include/netinet6/in6.h. Submitted by: ume@
* . Add support for installing the JCE policy files. [1]glewis2006-10-092-30/+47
| | | | | | | | | . OPTIONify. [1] . Add a knob for IPV6_V6ONLY. . Bump PORTREVISION. PR: 103920 Submitted by: lioux@
* Be sure to fail our test-target, if the vendor's self-test fails.mi2006-10-091-1/+2
|
* . Add a patch to support IPv6 only operation.glewis2006-10-091-0/+131
| | | | | | | (Makefile knob to follow) PR: 92620 Submitted by: ume@
* . Use a mutex to make the resolver functions thread safe on FreeBSD 4.xglewis2006-10-091-0/+110
| | | | | | (they are already thread safe on FreeBSD 5+). Submitted by: Arne Juul <arnej@europe.yahoo-inc.com>
* Tune the port a little finer:mi2006-10-083-2/+18
| | | | | | | | | | | | | | . Java-1.5 is required to build (although the result is usable with 1.4 as well) -- reflect this in pkg-descr for the user and in Makefile for the build process . add a patch for the "occasionaly" failing test -- on advice from Oracle: http://forums.oracle.com/forums/thread.jspa?threadID=431242 . enable automatic testing post-build -- the tests stress out both Java and JE and their failure may be a nice canary for our mine.
* - update to 1.4 (a bugs fix release)sem2006-10-082-6/+5
| | | | | PR: ports/103593 Approved by: maintainer timeout (2 weeks)
* Make fetchable again by updating to 1.14.0.lawrance2006-10-082-4/+4
|
* Upgrade from 1.7.1 to 3.1.0, thanks largely to the diffs supplied by ijliaomi2006-10-074-383/+86
| | | | | | | | | | | | | | (for the earlier version 3.0.12). Make post-build test possible (via OPTIONS) and, unfortunately, disable it by default due to several test failures. (Java-maintainers may want to take a look.) Switch to an auto-generated pkg-plist (HUGE amount of examples and documentation). Ying-Chieh is planning to delete his databases/java-db and is invited to take over this port.
* . Update distinfo for re-rolled amd64 tarballs. Fixes problem with noglewis2006-10-062-6/+6
| | | | GUI programmes running on amd64.
* Update to 1.34 release.ale2006-10-052-4/+4
|
* . Update to 1.5.0_07-b01.glewis2006-10-034-20/+20
|
* - Update to 1.0.3.stefan2006-09-282-5/+5
| | | | | | | - Allow JDK versions > 1.4 as well. PR: 103230 Submitted by: maintainer
* Update to 1.2.0.stefan2006-09-282-6/+6
| | | | | | PR: 102623 Submitted by: Marcin Jessa <yazzy@yazzy.org> Approved by: maintainer
* Upgrade to 5.2.des2006-09-263-1164/+10
| | | | Submitted by: ijliao@
* . Cross reference manvm(1).glewis2006-09-201-0/+1
|
* amd64 distinfo does not exist, restrict to i386kris2006-09-171-1/+1
|
* . Diablo is no longer restricted to i386, so allow it to be a possibleglewis2006-09-142-8/+4
| | | | | | | | | native bootstrap JDK on all (supported) architectures. This is a slightly different change than the submitters. PR: 103227 Submitted by: Pat Lashley <patl+freebsd@volant.org>
* . Note that FreeBSD 5.x/amd64 isn't support (6.x/amd64 is). [1]glewis2006-09-112-6/+6
| | | | | | | . Only set IGNORE to the "fetch the distribution" message if there is actually one to fetch. Pointed out by: pointyhat (via kris@) [1]
* . Prevent problems opening RandomAccessFile with "rws" as the mode byglewis2006-09-094-2/+44
| | | | | | | | | defining O_SYNC and O_DSYNC if they aren't defined. In particular we were previously defining O_SYNC bogusly to the same value as O_EXCL. PR not closed as this fixes jdk15, not diablo-jdk15. PR: 102888
* Update to 4.2.1vs2006-09-082-10/+10
| | | | | PR: ports/102830 Submitted by: maintainer
* Remove stale files.olgeni2006-09-074-2/+8
|
* Remove stale files and use JAVA_HOME.olgeni2006-09-076-3/+24
|
* Replace NO_CDROM and NO_PACKAGE with RESTRICTEDkris2006-09-043-6/+3
|
* Allow package buildskris2006-09-031-1/+1
|
* Allow package buildskris2006-09-0314-14/+14
|
* NO_CDROM is superfluous herekris2006-09-031-2/+1
|
* NO_CDROM and NO_PACKAGE are superfluouskris2006-09-031-2/+0
|
* NO_PACKAGE and NO_CDROM are superfluouskris2006-09-031-3/+1
|
* NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED here insteadkris2006-09-031-2/+1
|
* NO_CDROM and NO_PACKAGE are superfluouskris2006-09-031-2/+0
|
* Schedule these forbidden ports for termination on 2006-12-01kris2006-09-033-0/+6
|
* Schedule these broken ports for termination on 2006-12-01kris2006-09-032-0/+4
|
* BROKEN: Size mismatchkris2006-09-011-0/+2
|