From 66fee909266a1dedf3dfc1f03bb0841380d78805 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 26 Jul 2013 19:19:20 +0000 Subject: 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 --- net-mgmt/tork/files/patch-src-tsocks-dead_pool.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net-mgmt/tork/files/patch-src-tsocks-dead_pool.c (limited to 'net-mgmt/tork/files/patch-src-tsocks-dead_pool.c') diff --git a/net-mgmt/tork/files/patch-src-tsocks-dead_pool.c b/net-mgmt/tork/files/patch-src-tsocks-dead_pool.c deleted file mode 100644 index fbbfb94f2678..000000000000 --- a/net-mgmt/tork/files/patch-src-tsocks-dead_pool.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/tsocks/dead_pool.c.orig 2008-02-11 00:11:18.000000000 +0100 -+++ src/tsocks/dead_pool.c 2008-02-11 00:12:27.000000000 +0100 -@@ -69,7 +69,7 @@ - /* Allocate space for the dead_pool structure */ - newpool = (dead_pool *) mmap(0, sizeof(dead_pool), - PROT_READ | PROT_WRITE, -- MAP_SHARED | MAP_ANONYMOUS, -1, 0); -+ MAP_SHARED | MAP_ANON, -1, 0); - if(!newpool) { - show_msg(MSGERR, "init_pool: unable to mmap deadpool " - "(tried to map %d bytes)\n", sizeof(dead_pool)); -@@ -94,7 +94,7 @@ - /* Allocate space for the entries */ - newpool->entries = (pool_ent *) mmap(0, newpool->n_entries * sizeof(pool_ent), - PROT_READ | PROT_WRITE, -- MAP_SHARED | MAP_ANONYMOUS, -1, 0); -+ MAP_SHARED | MAP_ANON, -1, 0); - if(!newpool->entries) { - munmap((void *)newpool, sizeof(dead_pool)); - show_msg(MSGERR, "init_pool: unable to mmap deadpool entries " -- cgit v1.2.3