[csw-devel] SF.net SVN: gar:[10376] csw/mgar/pkg/openssl/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Mon Jun 28 21:20:58 CEST 2010
Revision: 10376
http://gar.svn.sourceforge.net/gar/?rev=10376&view=rev
Author: chninkel
Date: 2010-06-28 19:20:58 +0000 (Mon, 28 Jun 2010)
Log Message:
-----------
openssl: override checkpkg false alerts
Modified Paths:
--------------
csw/mgar/pkg/openssl/trunk/Makefile
Modified: csw/mgar/pkg/openssl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl/trunk/Makefile 2010-06-28 19:12:58 UTC (rev 10375)
+++ csw/mgar/pkg/openssl/trunk/Makefile 2010-06-28 19:20:58 UTC (rev 10376)
@@ -44,13 +44,30 @@
RUNTIME_DEP_PKGS_CSWosslutils = CSWosslrt
SPKG_CLASSES_CSWosslutils = none cswpreserveconf
+# openssl is a meta-package
+CHECKPKG_OVERRIDES_CSWossl += surplus-dependency|CSWosslutils
+CHECKPKG_OVERRIDES_CSWossl += surplus-dependency|CSWossldevel
+CHECKPKG_OVERRIDES_CSWossl += surplus-dependency|CSWosslrt
+
# we use sun perl not csw one
CHECKPKG_OVERRIDES_CSWosslutils += missing-dependency|CSWperl
-CHECKPKG_OVERRIDES_CSWossldevel += surplus-dependency|CSWosslrt
CHECKPKG_OVERRIDES_CSWosslrt += surplus-dependency|CSWcacertificates
+# we will not recompile old 0.9.7 version for now
+CHECKPKG_OVERRIDES_CSWosslrt += bad-rpath-entry|/opt/csw/lib/sparcv8plus+vis|opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.7
+CHECKPKG_OVERRIDES_CSWosslrt += bad-rpath-entry|/opt/csw/lib/sparcv8plus+vis|opt/csw/lib/sparcv8plus+vis/libssl.so.0.9.7
+# we do ship .a files in the devel package
+CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/libcrypto.a
+CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/libssl.a
+CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv8plus+vis/libcrypto.a
+CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv8plus+vis/libssl.a
+CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/libcrypto.a
+CHECKPKG_OVERRIDES_CSWossldevel += discouraged-path-in-pkgmap|/opt/csw/lib/sparcv9/libssl.a
+CHECKPKG_OVERRIDES_CSWossldevel += surplus-dependency|CSWosslrt
+
+
###### Upstream and opencsw files information #######
MASTER_SITES = http://www.openssl.org/source/ http://openssl.org/news/
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