Index: head/security/tpmmanager/files/patch-src_TPMManager.cxx =================================================================== --- head/security/tpmmanager/files/patch-src_TPMManager.cxx (nonexistent) +++ head/security/tpmmanager/files/patch-src_TPMManager.cxx (revision 329043) @@ -0,0 +1,11 @@ +--- src/TPMManager.cxx.orig 2011-08-15 13:23:48.000000000 +0000 ++++ src/TPMManager.cxx +@@ -409,7 +409,7 @@ void TPM_Manager::slotUpdatePCRs() + + void TPM_Manager::slotProcessURL( const QString& url ) + { +- QUrl myURL = QUrl::QUrl(url, QUrl::StrictMode); ++ QUrl myURL = QUrl(url, QUrl::StrictMode); + if ( !( QDesktopServices::openUrl(myURL) ) ) + QMessageBox::critical( this, "Error: Opening a URL", "Could not open your favourite browser. " ); + } Property changes on: head/security/tpmmanager/files/patch-src_TPMManager.cxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property