<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/sge60/files, branch release/7.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2008-02-24T03:11:57Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.</title>
<updated>2008-02-24T03:11:57Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T03:11:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fa4a943c17e47bf910596a414fd7287983350b9b'/>
<id>urn:sha1:fa4a943c17e47bf910596a414fd7287983350b9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to SGE 6.0u11</title>
<updated>2007-09-04T18:00:07Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2007-09-04T18:00:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fed9879891322237b4e3e8e3aac18bad1fceb714'/>
<id>urn:sha1:fed9879891322237b4e3e8e3aac18bad1fceb714</id>
<content type='text'>
Also, fix a couple bugs in the FreeBSD integration that were causing
periodic execd crashes. [1]

Submitted by:	Hans-Martin Rasch &lt;rasch at incore dot de&gt; [1]
</content>
</entry>
<entry>
<title>Upgrade to SGE 6.0 update 10.  Changes can be viewed at:</title>
<updated>2007-02-05T17:33:22Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2007-02-05T17:33:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4efce3486b7761797bd629e52b1e4b89bad1e18a'/>
<id>urn:sha1:4efce3486b7761797bd629e52b1e4b89bad1e18a</id>
<content type='text'>
http://gridengine.sunsource.net/project/gridengine/60patches.txt
</content>
</entry>
<entry>
<title>Upgrade to 6.0u8.  No major changes in SGE, but a few port</title>
<updated>2007-01-09T08:26:10Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2007-01-09T08:26:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7210188d90dd946ab99ba282ed98b99fde43cc15'/>
<id>urn:sha1:7210188d90dd946ab99ba282ed98b99fde43cc15</id>
<content type='text'>
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 &lt;daweonline at gmail&gt;[2]
</content>
</entry>
<entry>
<title>Fix X11BASE!=/usr/X11R6 case.</title>
<updated>2006-12-04T16:39:10Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2006-12-04T16:39:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1e333c4b7c44c23363eb9d351010d6e8f97c8cf4'/>
<id>urn:sha1:1e333c4b7c44c23363eb9d351010d6e8f97c8cf4</id>
<content type='text'>
Fix an apparently harmless typo in CXXFLAGS substitution.
</content>
</entry>
<entry>
<title>Add support for tracking the processes associated with a job using</title>
<updated>2006-04-14T05:38:33Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2006-04-14T05:38:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6fa2a15c1c2a8a741f6e385f0b66fbf7d7a511d5'/>
<id>urn:sha1:6fa2a15c1c2a8a741f6e385f0b66fbf7d7a511d5</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add a patch update required for 6.0u7.  I forgot to commit it last time.</title>
<updated>2006-01-11T23:58:23Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2006-01-11T23:58:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1a1403f460ff25ae663b5e0fcd00d94abdf45a20'/>
<id>urn:sha1:1a1403f460ff25ae663b5e0fcd00d94abdf45a20</id>
<content type='text'>
No version bump as the previous version wouldn't build.

Pointy hat:	brooks
</content>
</entry>
<entry>
<title>Upgrade to 6.0u7.  No major changes.</title>
<updated>2006-01-11T02:33:30Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2006-01-11T02:33:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=515396a59fe4065db3d75aa8d1987ded908a2bf9'/>
<id>urn:sha1:515396a59fe4065db3d75aa8d1987ded908a2bf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to SGE 6.0 Update4.</title>
<updated>2005-07-29T02:13:32Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2005-07-29T02:13:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c7985448bb5478e7b37b2fee7bace4781a96e6de'/>
<id>urn:sha1:c7985448bb5478e7b37b2fee7bace4781a96e6de</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>- Update to version 5.3.6</title>
<updated>2004-03-31T08:29:32Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2004-03-31T08:29:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=31af447f35c886d02d14737c6c03855dfe7d63b1'/>
<id>urn:sha1:31af447f35c886d02d14737c6c03855dfe7d63b1</id>
<content type='text'>
- 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)
</content>
</entry>
</feed>
