[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
KDE: ark
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: KDE: ark
- From: Alf Schlichting <a_(_dot_)_schlichting_(_at_)_lemarit_(_dot_)_com>
- Date: Tue, 21 Mar 2006 14:50:30 +0100
Hello!
The following diff makes the ark archiver from kdeutils3 use gtar instead of
OpenBSDs native tar(1).
With our native tar(1) ark errors out because arks wants to use some
GNU-extensions. While it would be possible to fix ark to use the native
tar(1), i think it makes more sense to default to GNU-tar. The user should
not need to care about the underlying OS when using KDE.
Alf
--- w-kdeutils-3.5.1p1/kdeutils-3.5.1/ark/tar.cpp.orig Tue Mar 21 14:35:12
2006
+++ w-kdeutils-3.5.1p1/kdeutils-3.5.1/ark/tar.cpp Tue Mar 21 14:35:10 2006
@@ -81,7 +81,7 @@
m_dotslash( false ), m_listingThread( 0 )
{
m_filesToAdd = m_filesToRemove = QStringList();
- m_archiver_program = ArkSettings::tarExe();
+ m_archiver_program = "gtar";
m_unarchiver_program = QString::null;
verifyUtilityIsAvailable(m_archiver_program, m_unarchiver_program);
Visit your host, monkey.org