diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /x11/kdelibs3/files/patch-kdeprint_cups_kmcupsmanager.cpp | |
parent | Remove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff) |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Notes
Notes:
svn path=/head/; revision=323748
Diffstat (limited to 'x11/kdelibs3/files/patch-kdeprint_cups_kmcupsmanager.cpp')
-rw-r--r-- | x11/kdelibs3/files/patch-kdeprint_cups_kmcupsmanager.cpp | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11/kdelibs3/files/patch-kdeprint_cups_kmcupsmanager.cpp b/x11/kdelibs3/files/patch-kdeprint_cups_kmcupsmanager.cpp deleted file mode 100644 index 89396ce0ae0a..000000000000 --- a/x11/kdelibs3/files/patch-kdeprint_cups_kmcupsmanager.cpp +++ /dev/null @@ -1,33 +0,0 @@ ---- kdeprint/cups/kmcupsmanager.cpp.orig Wed Jan 26 11:58:07 2005 -+++ kdeprint/cups/kmcupsmanager.cpp Wed Jan 26 12:09:45 2005 -@@ -100,10 +100,10 @@ - { - QString d = cupsInstallDir(); - if (d.isEmpty()) -- d = "/usr"; -+ d = "%%LOCALBASE%%"; - d.append("/share/cups/model"); - // raw foomatic support -- d.append(":/usr/share/foomatic/db/source"); -+ d.append(":%%LOCALBASE%%/share/foomatic/db/source"); - return d; - } - -@@ -553,7 +553,7 @@ - { - QStringList comps = QStringList::split('/', drname, false); - QString tmpFile = locateLocal("tmp", "foomatic_" + kapp->randomString(8)); -- QString PATH = getenv("PATH") + QString::fromLatin1(":/usr/sbin:/usr/local/sbin:/opt/sbin:/opt/local/sbin"); -+ QString PATH = getenv("PATH") + QString::fromLatin1(":%%LOCALBASE%%/bin:/usr/sbin:/usr/local/sbin:/opt/sbin:/opt/local/sbin"); - QString exe = KStandardDirs::findExe("foomatic-datafile", PATH); - if (exe.isEmpty()) - { -@@ -844,7 +844,7 @@ - { - QString path = cupsInstallDir(); - if (path.isEmpty()) -- path = "/usr/share/cups"; -+ path = "%%LOCALBASE%%/share/cups"; - else - path += "/share/cups"; - CupsAddSmb::exportDest(m_currentprinter->printerName(), path); |