[csw-devel] SF.net SVN: gar:[19403] csw/mgar/pkg/torque/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Oct 9 22:33:49 CEST 2012
Revision: 19403
http://gar.svn.sourceforge.net/gar/?rev=19403&view=rev
Author: dmichelsen
Date: 2012-10-09 20:33:48 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
torque/trunk: Update to TCL 8.5
Modified Paths:
--------------
csw/mgar/pkg/torque/trunk/Makefile
Modified: csw/mgar/pkg/torque/trunk/Makefile
===================================================================
--- csw/mgar/pkg/torque/trunk/Makefile 2012-10-09 20:32:00 UTC (rev 19402)
+++ csw/mgar/pkg/torque/trunk/Makefile 2012-10-09 20:33:48 UTC (rev 19403)
@@ -6,18 +6,23 @@
VERSION = 3.0.2
CATEGORIES = utils
GARTYPE = v2
+
DESCRIPTION = Batch job scheduling system
-define BLURB
-endef
-SPKG_SOURCEURL = http://www.clusterresources.com/products/torque-resource-manager.php
-MASTER_SITES = http://www.clusterresources.com/downloads/torque/
+
+MASTER_SITES += http://www.adaptivecomputing.com/resources/downloads/torque/
+DISTFILES += $(DISTNAME).tar.gz
PATCHFILES += 0001-daemonize-function-prototype.patch
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-server-home
GARCOMPILER = GNU
+# CSWtk 8.5 is only available on Solaris 10
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+VENDOR_URL = http://www.clusterresources.com/products/torque-resource-manager.php
+
LICENSE = PBS_License_2.5.txt
PACKAGES = CSWtorque
@@ -37,9 +42,8 @@
SPKG_DESC_CSWtorque-dev += $(DESCRIPTION), development files
PKGFILES_CSWtorque-dev += $(PKGFILES_DEVEL)
-RUNTIME_DEP_PKGS_CSWtorque += CSWlibncurses5
-RUNTIME_DEP_PKGS_CSWtorque += CSWtk
-RUNTIME_DEP_PKGS_CSWtorque += CSWtcl
+RUNTIME_DEP_PKGS_CSWtorque += CSWlibtk8-5
+RUNTIME_DEP_PKGS_CSWtorque += CSWlibtcl8-5
RUNTIME_DEP_PKGS_CSWtorque += CSWlibreadline6
CHECKPKG_OVERRIDES_CSWtorque += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/qsub.1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list