aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sge60
Commit message (Collapse)AuthorAgeFilesLines
* Fix the option to disable qsh. I failed to notice the qrsh and qlogin arebrooks2008-04-301-2/+6
| | | | | links to qsh so removing it broke them too. When replacing qsh, move the binary to qrsh first.
* I accidently broke building on 5.x in rev 1.34. Since both FreeBSD 5.x andbrooks2008-04-221-0/+4
| | | | | | SGE 6.0 are obsolete, just mark the port borken for 5.x. Reported by: pointyhat (via pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-204-8/+8
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Add an option to replace qsh with a script that prints an error messagebrooks2008-04-152-1/+8
| | | | | | | | and exist with an error code. This is useful on clusters where qsh is not supported (common since it requires xterm to be installed on each node). Since I did not changed the default, I did not bump PORTREVISION.
* Remove a nolonger needed workaround for systems prior to 6.0 that wasbrooks2008-02-262-17/+0
| | | | | | | | | | preventing builds on 5.x. Don't bump PORTREVISION because we were only trying to apply the patch to 5.x systems and thus no changes will occur on systems that were building prior to this change. Reported by: pointyhat (via erwin)
* Attempt to make execd startup more reliable by creating the spool directorybrooks2008-02-152-4/+19
| | | | and per-host directories before starting execd.
* Add 6.x where x != 0 to the CONFLICTS list in prepration for hooking up thebrooks2008-02-131-1/+1
| | | | 6.1 port.
* Upgrade to Grid Engine 6.0 update 12brooks2007-12-192-7/+7
| | | | | | A list of bug fixes can be found at: http://gridengine.sunsource.net/project/gridengine/60patches.txt
* Minor change that do not change the installed packages.brooks2007-12-192-23/+41
| | | | | | | | | | - Replace the non-standard knobs DRMAA and QMON with JAVA and X11 respectivly so system wide setting have the desired effect. - Fix installation in the !X11 case. - Add a comment the dependency on wget indicating why we need to use it (the download site requires cookies). [1] Requested by: des [1]
* Upgrade to SGE 6.0u11brooks2007-09-055-18/+40
| | | | | | | Also, fix a couple bugs in the FreeBSD integration that were causing periodic execd crashes. [1] Submitted by: Hans-Martin Rasch <rasch at incore dot de> [1]
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Fix the build on amd64 and make a few adjustments to make portlintbrooks2007-02-163-12/+14
| | | | happier.
* Now that RELENG_4 is no longer supported, remove seatbelts preventingbrooks2007-02-061-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-069-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-052-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-281-0/+1
| | | | old ports/Mk)/.
* Fix a local root exploit in SGE and SGEEE. In sysutils/sge upgrade tobrooks2006-01-242-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-121-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-121-0/+1
|
* When using MASTER_SITE_LOCAL, MASTER_SITE_SUBDIR must be set. Once thebrooks2005-10-081-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-141-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-141-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-131-2/+2
| | | | Reported by: pointyhat (via kris)
* Upgrade to SGE 6.0u6. No major changes, I've been able to upgrade abrooks2005-09-102-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-101-34/+0
| | | | update.
* Remove a .orig file that results from patching so it isn't installed.brooks2005-07-311-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-091-2/+2
| | | | Suggested by: krion
* Mark BROKEN on alpha.brooks2004-12-091-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-264-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>