Port details |
- globus4 Grid computing toolkit
- 4.0.3_20060827 net
=0 4.0.3_20060827Version of this port present on the latest quarterly branch. BROKEN: Does not build
DEPRECATED: Has been broken for more than 6 months
This port expired on: 2008-09-19
IGNORE: is marked as broken: Does not build
- Maintainer: brooks@FreeBSD.org
 - Port Added: 2006-02-11 00:19:55
- Last Update: 2008-12-07 20:36:49
- SVN Revision: UNKNOWN
- Also Listed In: java parallel
- License: not specified in port
- WWW:
- http://www.globus.org/toolkit/
- Description:
- The Globus Toolkit is an open source software toolkit used for building
grids. It is being developed by the Globus Alliance and many others all
over the world. A growing number of projects and companies are using the
Globus Toolkit to unlock the potential of grids for their cause.
WWW: http://www.globus.org/toolkit/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: globus
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gtar : archivers/gtar
- ant : devel/apache-ant
- java : java/diablo-jdk15
- gmake : devel/gmake
- perl5.8.8 : lang/perl5.8
- Runtime dependencies:
-
- sudo : security/sudo
- java : java/diablo-jdk15
- perl5.8.8 : lang/perl5.8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.3_20060827 07 Dec 2008 20:36:49
 |
miwi  |
2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months
2008-09-19 lang/screamer: Has been broken for more than 6 months
2008-10-01 misc/documancer: Unmaintained upstream
2008-09-19 misc/ipbt: Has been broken for more than 6 months
2008-10-13 multimedia/manslide: Use multimedia/smile instead
2008-09-19 net/globus4: Has been broken for more than 6 months
2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months
2008-01-28 net/p54u: website disappeared
2008-09-19 net-im/ginsu: Has been broken for more than 6 months
2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months
2008-09-19 sysutils/sjog: Has been broken for more than 6 months
2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months
2008-09-19 www/roxen: Has been broken for more than 6 months
2008-09-19 x11-fm/evidence: Has been broken for more than 6 months |
4.0.3_20060827 19 Jun 2008 02:54:54
 |
pav  |
- This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.
With hat: portmgr |
4.0.3_20060827 06 Jun 2008 13:50:32
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
4.0.3_20060826 04 Aug 2007 11:41:31
 |
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
4.0.3_20060826 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
4.0.3_20060825 22 Apr 2007 01:35:30
 |
kris  |
BROKEN: Does not build |
4.0.3_20060825 05 Feb 2007 18:03:58
 |
brooks  |
Now that RELENG_4 is no longer supported, remove seatbelts preventing
these ports from being built there (and on pre-STABLE 5). |
4.0.3_20060825 07 Sep 2006 21:38:58
 |
brooks  |
The globus build requires GNU tar (or at least a tar named gtar) so add
an appropriate BUILD_DEPEND.
Create a variable, TMPBINDIR, to hold ${WRKDIR}/tmpdir to keep things
consistant.
Remove a useless comment. |
4.0.3_20060825 29 Aug 2006 15:26:20
 |
brooks  |
- Update to the Globus Toolkit 4.0.3. This is primairly a security
bugfix release dealing with tmpfile race conditions.
- Some CVS remenents have crept into the distribution, don't install them.
- Add USE_LDCONFIG to run ldconfig on the globus libraries. [1]
- Add some verbosity in hopes of finding what I'm doing that is causing
this to fail on the package cluster.
Reported by: Tony Maher <anthony.maher at uts.edu.au> [1]
Security: vid:vid:5039ae61-2c9f-11db-8401-000ae42e9b93 |
4.0.2_20060706 15 Aug 2006 21:15:46
 |
brooks  |
Mark FORBIDDEN due to multiple tmpfile races.
Security: vid:5039ae61-2c9f-11db-8401-000ae42e9b93 |
4.0.2_20060706 04 Aug 2006 12:34:50
 |
erwin  |
Add support for DESTDIR part I.
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 |
4.0.2_20060706 03 Aug 2006 19:44:25
 |
brooks  |
Upgrade to 4.0.2 plus all current eratta fixes.
It builds for me on i386 and amd64 so remove BROKEN for now in hopes
that it's really fixed.
Spell powerpc correctly in the makefile and the patched internal autotools
configuration. [0]
PR: ports/98615 [0] |
4.0.1_20051201 15 Jul 2006 22:11:22
 |
linimon  |
Mark as broken: fails to install. |
4.0.1_20051201 21 Mar 2006 15:58:42
 |
brooks  |
Add missing perl dep. |
4.0.1_20051201 13 Mar 2006 22:47:57
 |
brooks  |
Move gtar to the extract depends list. Should now build on 6+ systems
that didn't start life before 6.0-RELEASE.
Approved by: portmgr (linimon) |
4.0.1_20051201 02 Mar 2006 18:10:20
 |
brooks  |
Use the ftp site rather than the http site which redirects to it
and thus doesn't actually work.
Approved by: portmgr (marcus) |
4.0.1_20051201 15 Feb 2006 06:00:06
 |
brooks  |
CONFLICTS with globus2 and add a build dep on gtar.
Reported by: kris (gtar) |
4.0.1_20051201 11 Feb 2006 00:18:18
 |
brooks  |
Add a port of The Globus Toolkit 4.0. From the Globus Project website:
The Globus Toolkit is an open source software toolkit used for
building grids. It is being developed by the Globus Alliance and
many others all over the world. A growing number of projects and
companies are using the Globus Toolkit to unlock the potential
of grids for their cause. |