Remove the option to install DRMAA .jar files as they are not
automatically downloadable due to the move the the sun donwload
center. Adding a new port to install them or adding an option to use
the manually downloaded would probably be a good idea, but I've been
stalling the upgrade too long as it is.
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)
- 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)
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.
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)
the evil cpp stringification hack for the architecture name work.
Otherwise "uname -m" generally evaluates to a value that is a macro that
expands to resulting in all architectures appearing to be fbsd-1.
- 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]
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]
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
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.
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)
(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)
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.
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.
- 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)
* 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