summaryrefslogtreecommitdiffstats
path: root/sysutils/sge
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build on amd64 and make a few adjustments to make portlintbrooks2007-02-153-12/+14
| | | | happier.
* Now that RELENG_4 is no longer supported, remove seatbelts preventingbrooks2007-02-051-8/+0
| | | | these ports from being built there (and on pre-STABLE 5).
* Upgrade to SGE 6.0 update 10. Changes can be viewed at:brooks2007-02-059-68/+55
| | | | http://gridengine.sunsource.net/project/gridengine/60patches.txt
* Upgrade to 6.0u8. No major changes in SGE, but a few portbrooks2007-01-099-125/+90
| | | | | | | | | infrastructure changes: - Don't manually include bsd.java.mk since it's no longer necessicary. [1] - Fix BDB spooling support[2] and enable it by default. PR: ports/99615 [1], ports/99839 [2] Submitted by: hq[1], Davide Cittaro <daweonline at gmail>[2]
* Fix X11BASE!=/usr/X11R6 case.brooks2006-12-042-6/+19
| | | | Fix an apparently harmless typo in CXXFLAGS substitution.
* Add CONFLICTS to devel/sge.vanilla2006-08-071-1/+1
|
* Add support for DESTDIR part I.erwin2006-08-041-1/+1
| | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0
|
* Add support for tracking the processes associated with a job usingbrooks2006-04-142-1/+369
| | | | | | | | | | | | | | | | the hack of adding an extra group (from a per-host dedicated range). This is basicly identical to the way the Linux and Solaris code works except that it's a lot less gross because we have an API instead of procfs. :) This should let total resource use be tracked and also allows qdel to actually kill all the processes associated with a job instead of just the head as long as the execd_params variable includes ENABLE_ADDGRP_KILL=true and tight integration is used in parallel environments. I'll eventually merge this upstream, but that will take time and I need the feature in the port now. This is based in part on work for Darwin and AIX support by Ron Chen.
* SHA256ify (accidently did the upgrade of the port on a system with andbrooks2006-01-271-0/+1
| | | | old ports/Mk)/.
* Fix a local root exploit in SGE and SGEEE. In sysutils/sge upgrade tobrooks2006-01-232-6/+6
| | | | | | | | the security release 6.0.7.1. For sysutils/sge53 and sysutils/sgeee53 (a slave of sge53), patch directly. While I'm here deprecate SGE 5.3. Obtained from: Sun Security: 57a0242d-8c4e-11da-8ddf-000ae42e9b93 (VuXML)
* Add a patch update required for 6.0u7. I forgot to commit it last time.brooks2006-01-111-5/+8
| | | | | | No version bump as the previous version wouldn't build. Pointy hat: brooks
* Upgrade to 6.0u7. No major changes.brooks2006-01-114-8/+48
|
* add SHA256brooks2005-11-111-0/+1
|
* When using MASTER_SITE_LOCAL, MASTER_SITE_SUBDIR must be set. Once thebrooks2005-10-071-0/+1
| | | | | | | dist file propagates, this should hopefully fix this port in the dist survey's eyes. Reminded by: fenner
* - Rearrange the FETCH related bits to increate portlint happienessbrooks2005-09-131-9/+9
| | | | | | | | | (not that portlint is ever going to like this port :). - Remove obsolete MASTER_SITE_SUBDIR. - Don't quote or capitalize IGNORE. - Don't capitalize BROKEN. Reported by: kris (IGNORE)
* Mark BROKEN for FreeBSD 4 and below due to build error and IGNORE forbrooks2005-09-131-0/+8
| | | | | | 5.x prior to 5.3 because I'm not going to support those releases. Reported by: pointyhat (via kris)
* Don't install CVS files and directories from the new dist tarballs.brooks2005-09-121-2/+2
| | | | Reported by: pointyhat (via kris)
* Upgrade to SGE 6.0u6. No major changes, I've been able to upgrade abrooks2005-09-092-27/+18
| | | | | | | | | test installation without confiugration changes. In the process, switch from using snapshots of CVS to using the official Sun tarballs. This should ease upgrades, but has the unfortunate side effect of making wget a FETCH_DEPEND becuase the weird download interface requires cookies.
* Remove pkg-install in favor of files/pkg-install.in added in lastbrooks2005-09-091-34/+0
| | | | update.
* Remove a .orig file that results from patching so it isn't installed.brooks2005-07-301-0/+1
| | | | Reported by: pointyhat (vis kris)
* Upgrade to SGE 6.0 Update4.brooks2005-07-2920-397/+1125
| | | | | | | | | There are significant conceptual differences between SGE 5 and SGE 6 so potential upgraders should beware. At the file level the two are entierly incompatable so SGE 5 must be removed before SGE 6 is installed. The port has seen limited testing so beware.
* Improve BROKEN syntax and message.brooks2004-12-081-2/+2
| | | | Suggested by: krion
* Mark BROKEN on alpha.brooks2004-12-081-1/+6
|
* - Use reserved UID/GIDkrion2004-04-131-1/+1
| | | | | | PR: ports/65480 Submitted by: maintainer Reported by: kris
* - Update to version 5.3.6krion2004-03-315-13/+27
| | | | | | | | | - Fix build on amd64 - Add a patch that might fix the build on alpha under 4.x - Fix install in certain odd environments PR: ports/64961 Submitted by: brooks (maintainer)
* - Upgrade to an SGE snapshot from Feb 24, 2004.krion2004-02-254-56/+44
| | | | | | | | | | | | | | | | | * Fix build on non-i386 platforms. * Obey CC and CPP in a few places (qmake, qtcsh, pvm integration). * Use USE_GETTEXT. * Sort USE_* variables. * Remove $Aero$ revision tags since I now work in perforce. * Fix a patch so openssl is found and add to plist. * Move maintainer make targets to the bottom. Add one to build a distfile from CVS. * Sizify. * Use %D instead of %%PREFIX%% in plist. PR: ports/63361 Submitted by: brooks
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Correct gettext dependencykris2004-02-031-1/+1
|
* Sun Grid Engine is a batch queueing system implementing a superset of themaho2004-02-0113-0/+921
functionality of the POSIX batch queueing framework. WWW: http://gridengine.sunsource.net/ PR: 54563 Submitted by: brooks Many suggestion by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
OpenPOWER on IntegriCloud