[csw-devel] SF.net SVN: gar:[8597] csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Feb 16 18:20:18 CET 2010
Revision: 8597
http://gar.svn.sourceforge.net/gar/?rev=8597&view=rev
Author: dmichelsen
Date: 2010-02-16 17:20:18 +0000 (Tue, 16 Feb 2010)
Log Message:
-----------
cpan/DBD-Oraacle: Split off ora_explain
Modified Paths:
--------------
csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile
Modified: csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile 2010-02-16 17:05:12 UTC (rev 8596)
+++ csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile 2010-02-16 17:20:18 UTC (rev 8597)
@@ -9,9 +9,15 @@
DISTFILES = COPYING
-PACKAGES = CSWpmdbdoracle
-CATALOGNAME = pm_dbdoracle
+PACKAGES = CSWpmdbdoracle CSWpmdbdoraexplain
+CATALOGNAME_CSWpmdbdoracle = pm_dbdoracle
+CATALOGNAME_CSWpmdbdoraexplain = pm_dbdoraexplain
+SPKG_DESC_CSWpmdbdoracle = $(DESCRIPTION)
+SPKG_DESC_CSWpmdbdoraexplain = Tk application ora_explain for DBD::Oracle
+
+RUNTIME_DEP_PKGS_CSWpmdbdoraexplain = CSWpmdbdoracle CSWpmtk
+
ORACLE_HOME = /opt/csw/instantclient_10_2/$(MM_LIBDIR)
LD_LIBRARY_PATH=$(ORACLE_HOME)
EXTRA_CONFIGURE_EXPORTS = ORACLE_HOME LD_LIBRARY_PATH
@@ -20,12 +26,18 @@
NOISALIST = 1
EXTRA_LIB = /opt/csw/instantclient_10_2
+# Testing requires a running Oracle database which may not be present.
+# Just clean if you have one at hand.
+SKIPTEST ?= 1
+
+PKGFILES_CSWpmdbdoraexplain = .*ora_explain.*
+
# The oracle client is not shipped.
-CHECKPKG_OVERRIDES = symbol-not-found|Oracle.so
+CHECKPKG_OVERRIDES_CSWpmdbdoracle = symbol-not-found|Oracle.so
# This is an internal-only sourcepackage. Users are expected to
# install the Oracle client manually and set LD_LIBRARY_PATH on
# their own according to Oracle policies.
-CHECKPKG_OVERRIDES += missing-dependency|CSWorainstclient102
+CHECKPKG_OVERRIDES_CSWpmdbdoracle += missing-dependency|CSWorainstclient102
include gar/category.mk
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