[csw-devel] SF.net SVN: gar:[9359] csw/mgar/pkg/openssl/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Thu Mar 25 00:18:37 CET 2010
Revision: 9359
http://gar.svn.sourceforge.net/gar/?rev=9359&view=rev
Author: chninkel
Date: 2010-03-24 23:18:37 +0000 (Wed, 24 Mar 2010)
Log Message:
-----------
openssl: fixed some stuffs detected by checkpkg
Modified Paths:
--------------
csw/mgar/pkg/openssl/trunk/Makefile
csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-i386
csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-sparc
csw/mgar/pkg/openssl/trunk/files/CSWosslrt.prototype-sparc
csw/mgar/pkg/openssl/trunk/files/CSWosslutils.prototype
Modified: csw/mgar/pkg/openssl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl/trunk/Makefile 2010-03-24 22:54:06 UTC (rev 9358)
+++ csw/mgar/pkg/openssl/trunk/Makefile 2010-03-24 23:18:37 UTC (rev 9359)
@@ -45,8 +45,12 @@
SPKG_CLASSES_CSWosslutils = none cswpreserveconf
# we use sun perl not csw one
-CHECKPKG_OVERRIDES_CSWosslutils = missing-dependency|CSWperl
+CHECKPKG_OVERRIDES_CSWosslutils += missing-dependency|CSWperl
+CHECKPKG_OVERRIDES_CSWossldevel += surplus-dependency|CSWosslrt
+CHECKPKG_OVERRIDES_CSWosslrt += surplus-dependency|CSWcacertificates
+
+
###### Upstream and opencsw files information #######
MASTER_SITES = http://www.openssl.org/source/ http://openssl.org/news/
Modified: csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-i386
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-i386 2010-03-24 22:54:06 UTC (rev 9358)
+++ csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-i386 2010-03-24 23:18:37 UTC (rev 9359)
@@ -81,7 +81,6 @@
f none /opt/csw/lib/pkgconfig/libssl.pc 0644 root bin
f none /opt/csw/lib/pkgconfig/openssl.pc 0644 root bin
d none /opt/csw/share/doc/openssl_devel 0755 root bin
-d none /opt/csw/share/man 0755 root bin
d none /opt/csw/share/man/man3 0755 root bin
s none /opt/csw/share/man/man3/ASN1_OBJECT_free.3=ASN1_OBJECT_new.3
f none /opt/csw/share/man/man3/ASN1_OBJECT_new.3 0644 root bin
Modified: csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-sparc
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-sparc 2010-03-24 22:54:06 UTC (rev 9358)
+++ csw/mgar/pkg/openssl/trunk/files/CSWossldevel.prototype-sparc 2010-03-24 23:18:37 UTC (rev 9359)
@@ -70,10 +70,8 @@
f none /opt/csw/include/openssl/x509v3.h 0644 root bin
f none /opt/csw/lib/libssl.a 0644 root bin
f none /opt/csw/lib/libcrypto.a 0644 root bin
-d none /opt/csw/lib/sparcv8plus+vis 0755 root bin
f none /opt/csw/lib/sparcv8plus+vis/libcrypto.a 0644 root bin
f none /opt/csw/lib/sparcv8plus+vis/libssl.a 0644 root bin
-d none /opt/csw/lib/sparcv9 0755 root bin
f none /opt/csw/lib/sparcv9/libcrypto.a 0644 root bin
f none /opt/csw/lib/sparcv9/libssl.a 0644 root bin
d none /opt/csw/lib/pkgconfig 0755 root bin
@@ -81,7 +79,6 @@
f none /opt/csw/lib/pkgconfig/libssl.pc 0644 root bin
f none /opt/csw/lib/pkgconfig/openssl.pc 0644 root bin
d none /opt/csw/share/doc/openssl_devel 0755 root bin
-d none /opt/csw/share/man 0755 root bin
d none /opt/csw/share/man/man3 0755 root bin
s none /opt/csw/share/man/man3/ASN1_OBJECT_free.3=ASN1_OBJECT_new.3
f none /opt/csw/share/man/man3/ASN1_OBJECT_new.3 0644 root bin
Modified: csw/mgar/pkg/openssl/trunk/files/CSWosslrt.prototype-sparc
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWosslrt.prototype-sparc 2010-03-24 22:54:06 UTC (rev 9358)
+++ csw/mgar/pkg/openssl/trunk/files/CSWosslrt.prototype-sparc 2010-03-24 23:18:37 UTC (rev 9359)
@@ -14,12 +14,10 @@
s none /opt/csw/lib/libssl.so=libssl.so.0.9.8
f none /opt/csw/lib/libssl.so.0.9.7 0555 root bin
f none /opt/csw/lib/libssl.so.0.9.8 0555 root bin
-d none /opt/csw/lib/sparcv8plus+vis 0755 root bin
f none /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.7 0755 root bin
f none /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 0755 root bin
f none /opt/csw/lib/sparcv8plus+vis/libssl.so.0.9.7 0755 root bin
f none /opt/csw/lib/sparcv8plus+vis/libssl.so.0.9.8 0755 root bin
-d none /opt/csw/lib/sparcv9 0755 root bin
f none /opt/csw/lib/sparcv9/libcrypto.so.0.9.7 0755 root bin
f none /opt/csw/lib/sparcv9/libcrypto.so.0.9.8 0755 root bin
s none /opt/csw/lib/sparcv9/libcrypto.so=libcrypto.so.0.9.8
Modified: csw/mgar/pkg/openssl/trunk/files/CSWosslutils.prototype
===================================================================
--- csw/mgar/pkg/openssl/trunk/files/CSWosslutils.prototype 2010-03-24 22:54:06 UTC (rev 9358)
+++ csw/mgar/pkg/openssl/trunk/files/CSWosslutils.prototype 2010-03-24 23:18:37 UTC (rev 9359)
@@ -1,7 +1,6 @@
f none /opt/csw/bin/c_rehash 0755 root bin
f none /opt/csw/bin/openssl 0755 root bin
d none /opt/csw/share/doc/openssl_utils 0755 root bin
-d none /opt/csw/share/man 0755 root bin
d none /opt/csw/share/man/man1 0755 root bin
f none /opt/csw/share/man/man1/CA.pl.1 0644 root bin
f none /opt/csw/share/man/man1/asn1parse.1 0644 root bin
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