[csw-devel] SF.net SVN: gar:[21688] csw/mgar/pkg/cswclassutils/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sat Aug 10 10:25:23 CEST 2013
Revision: 21688
http://gar.svn.sourceforge.net/gar/?rev=21688&view=rev
Author: wahwah
Date: 2013-08-10 08:25:19 +0000 (Sat, 10 Aug 2013)
Log Message:
-----------
cswclassutils/trunk: Use gmktemp explicitly
Modified Paths:
--------------
csw/mgar/pkg/cswclassutils/trunk/Makefile
csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswpycompile
Modified: csw/mgar/pkg/cswclassutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cswclassutils/trunk/Makefile 2013-08-10 07:58:14 UTC (rev 21687)
+++ csw/mgar/pkg/cswclassutils/trunk/Makefile 2013-08-10 08:25:19 UTC (rev 21688)
@@ -128,6 +128,10 @@
RUNTIME_DEP_PKGS_CSWcas-sslcert += CSWopenssl-utils
CHECKPKG_OVERRIDES_CSWcas-sslcert += surplus-dependency|CSWopenssl-utils
+# For gmktemp on Solaris 9
+RUNTIME_DEP_PKGS_CSWcas-pycompile += CSWcoreutils
+CHECKPKG_OVERRIDES_CSWcas-pycompile += surplus-dependency|CSWcoreutils
+
CHECKPKG_OVERRIDES_CSWcas-initsmf += init-file-missing-cswinitsmf-class
CHECKPKG_OVERRIDES_CSWcas-initsmf += init-file-wrong-location
CHECKPKG_OVERRIDES_CSWcas-initsmf += init-file-wrong-location|/opt/csw/etc/init.d/csw.smf.sample
Modified: csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswpycompile
===================================================================
--- csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswpycompile 2013-08-10 07:58:14 UTC (rev 21687)
+++ csw/mgar/pkg/cswclassutils/trunk/files/CSWcswclassutils.i.cswpycompile 2013-08-10 08:25:19 UTC (rev 21688)
@@ -33,7 +33,7 @@
TMPDIR=/var/opt/csw/cswclassutils
mkdir -p "${TMPDIR}"
-PYCOMPILETMPDIR=`/usr/bin/mktemp -p "${TMPDIR}" -d -t cswpycompile-XXXXXX`
+PYCOMPILETMPDIR=`/opt/csw/bin/gmktemp -p "${TMPDIR}" -d -t cswpycompile-XXXXXX`
# We're unconditionally opening all available Python interpreters. It's not
# optimal for efficiency, but easier to script.
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