Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2012 20:11:43 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/comms/trustedqsl Makefile
Message-ID:  <201203182011.q2IKBhnZ088549@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2012-03-18 20:11:43 UTC

  FreeBSD ports repository

  Modified files:
    comms/trustedqsl     Makefile 
  Log:
  - Mark BROKEN on FreeBSD 7: does not compile
    openssl_cert.cpp:1296:2: error: #error "Unexpected OpenSSL version; check X509_ATTRIBUTE struct compatibility"
    openssl_cert.cpp: In function 'int tqsl_getCertificatePrivateKeyType(void*)':
    openssl_cert.cpp:1053: warning: deprecated conversion from string constant to 'char*'
    openssl_cert.cpp: In function 'int tqsl_add_bag_attribute(PKCS12_SAFEBAG*, const char*, const std::string&)':
    openssl_cert.cpp:1271: error: 'asc2uni' was not declared in this scope
    openssl_cert.cpp: In function 'int tqsl_exportPKCS12File(void*, const char*, const char*)':
    openssl_cert.cpp:1484: error: conditional expression between distinct pointer types 'int (*)()' and 'int (*)(PKCS7*, unsigned char**)' lacks a cast
    openssl_cert.cpp:1484: error: invalid conversion from 'int (*)()' to 'void*'
    openssl_cert.cpp:1484: error: invalid conversion from 'int (*)(PKCS7*, unsigned char**)' to 'void*'
    openssl_cert.cpp:1484: error: invalid conversion from 'void*' to 'stack_st_OPENSSL_BLOCK*'
    openssl_cert.cpp:1484: error:   initializing argument 1 of 'unsigned char* ASN1_seq_pack(stack_st_OPENSSL_BLOCK*, int (*)(void*, unsigned char**), unsigned char**, int*)'
    openssl_cert.cpp: In function 'int tqsl_get_bag_attribute(PKCS12_SAFEBAG*, const char*, std::string&)':
    openssl_cert.cpp:1549: error: 'uni2asc' was not declared in this scope
    openssl_cert.cpp: At global scope:
    openssl_cert.cpp:2407: warning: 'int tqsl_cert_get_subject_name_count(X509*)' defined but not used
    openssl_cert.cpp:2416: warning: 'int tqsl_cert_get_subject_name_index(X509*, int, TQSL_X509_NAME_ITEM*)' defined but not used
    openssl_cert.cpp:2442: warning: 'int tqsl_cert_get_subject_date(X509*, const char*, tQSL_Date*)' defined but not used
    *** Error code 1
  
  Reported by:    pointyhat
  Feature safe:   yes
  
  Revision  Changes    Path
  1.27      +7 -1      ports/comms/trustedqsl/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203182011.q2IKBhnZ088549>