summaryrefslogtreecommitdiff
path: root/multimedia/kdemultimedia3/files/patch-CDDialog.cpp
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-02-26 19:24:49 +0000
committerWill Andrews <will@FreeBSD.org>2001-02-26 19:24:49 +0000
commit26121d15aefe3055f4b11633dcaca64da67c0913 (patch)
tree6ef2924bd6e9cb5e5a689c5d3a30612f8ec5dc50 /multimedia/kdemultimedia3/files/patch-CDDialog.cpp
parentRemove '-lc' from LDLIBS so threaded apps can link against libslang (diff)
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
Notes
Notes: svn path=/head/; revision=38810
Diffstat (limited to 'multimedia/kdemultimedia3/files/patch-CDDialog.cpp')
-rw-r--r--multimedia/kdemultimedia3/files/patch-CDDialog.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/multimedia/kdemultimedia3/files/patch-CDDialog.cpp b/multimedia/kdemultimedia3/files/patch-CDDialog.cpp
deleted file mode 100644
index 3ecedcb68ced..000000000000
--- a/multimedia/kdemultimedia3/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 <klocale.h>
- #include <kdebug.h>
-+#include <ktempfile.h>
-
- #include <stdio.h>
- #include <math.h>
-@@ -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
-