[csw-devel] SF.net SVN: gar:[8596] csw/mgar/pkg/cpan/DBD-Oracle/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Feb 16 18:05:12 CET 2010
Revision: 8596
http://gar.svn.sourceforge.net/gar/?rev=8596&view=rev
Author: dmichelsen
Date: 2010-02-16 17:05:12 +0000 (Tue, 16 Feb 2010)
Log Message:
-----------
cpan/DBD-Oracle: Quiesce checkpkg
Modified Paths:
--------------
csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile
csw/mgar/pkg/cpan/DBD-Oracle/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cpan/DBD-Oracle/trunk/files/COPYING
Modified: csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile 2010-02-16 16:50:11 UTC (rev 8595)
+++ csw/mgar/pkg/cpan/DBD-Oracle/trunk/Makefile 2010-02-16 17:05:12 UTC (rev 8596)
@@ -7,6 +7,8 @@
define BLURB
endef
+DISTFILES = COPYING
+
PACKAGES = CSWpmdbdoracle
CATALOGNAME = pm_dbdoracle
@@ -17,6 +19,13 @@
NOISALIST = 1
EXTRA_LIB = /opt/csw/instantclient_10_2
-# EXTRA_INC = $(includedir)/oracle/10.2
+# The oracle client is not shipped.
+CHECKPKG_OVERRIDES = 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
+
include gar/category.mk
Modified: csw/mgar/pkg/cpan/DBD-Oracle/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/DBD-Oracle/trunk/checksums 2010-02-16 16:50:11 UTC (rev 8595)
+++ csw/mgar/pkg/cpan/DBD-Oracle/trunk/checksums 2010-02-16 17:05:12 UTC (rev 8596)
@@ -1 +1,2 @@
+113201f26336acc49fc5566a6c0ffdef COPYING
9dc45c29a0e17ac1c2ec424e6ce26720 DBD-Oracle-1.23.tar.gz
Added: csw/mgar/pkg/cpan/DBD-Oracle/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/DBD-Oracle/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/cpan/DBD-Oracle/trunk/files/COPYING 2010-02-16 17:05:12 UTC (rev 8596)
@@ -0,0 +1,5 @@
+The Copyright terms for DBD::Oracle have changed and now read as follows:
+You may distribute under the terms of either the GNU General Public
+License or the Artistic License, as specified in the Perl README file,
+with the exception that it cannot be placed on a CD-ROM or similar media
+for commercial distribution without the prior approval of the author.
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