From 26121d15aefe3055f4b11633dcaca64da67c0913 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Mon, 26 Feb 2001 19:24:49 +0000 Subject: Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result of the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo --- audio/kdemultimedia2/files/patch-CDDialog.cpp | 30 --------------------------- 1 file changed, 30 deletions(-) delete mode 100644 audio/kdemultimedia2/files/patch-CDDialog.cpp (limited to 'audio/kdemultimedia2/files/patch-CDDialog.cpp') diff --git a/audio/kdemultimedia2/files/patch-CDDialog.cpp b/audio/kdemultimedia2/files/patch-CDDialog.cpp deleted file mode 100644 index 3ecedcb68ced..000000000000 --- a/audio/kdemultimedia2/files/patch-CDDialog.cpp +++ /dev/null @@ -1,30 +0,0 @@ ---- kscd/CDDialog.cpp.orig Fri Nov 24 18:13:01 2000 -+++ kscd/CDDialog.cpp Mon Nov 27 10:22:44 2000 -@@ -24,6 +24,7 @@ - - #include - #include -+#include - - #include - #include -@@ -427,8 +428,9 @@ - dialog->getSelection(submitcat); - delete dialog; - -- QString tempfile; -- tempfile = tmpnam(0L); -+ KTempFile tmpFile; -+ tmpFile.setAutoDelete(true); // delete file when we are done. -+ QString tempfile = tmpFile.name(); - - save_cddb_entry(tempfile,true); - -@@ -515,7 +517,6 @@ - file.close(); - // file2.close(); // ***** - -- unlink(QFile::encodeName(tempfile)); - kdDebug() << "DONE SENDING\n" << endl; - } // upload - -- cgit v1.2.3