From owner-freebsd-ports@FreeBSD.ORG Tue Jul 2 20:29:49 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 528F59D7; Tue, 2 Jul 2013 20:29:49 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id B4D6C13B5; Tue, 2 Jul 2013 20:29:48 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id b15so2971561eae.38 for ; Tue, 02 Jul 2013 13:29:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=IPuBx7/wFJmc5wVa5SL4ZF3wekB0FBrIteuyhUJ7X1o=; b=vpNm/rOvZSGGtEgkHX/YG6NwY7dMFnZ0WilZHkCcO/FOVemshe3IgLnCKbjqkfk1gb vMFMXpz58LMA/N2Tg96Y3leNUN2f9IAWWUkTWpzBSIdtfHHBsQb9umeRp20Iry5vp97L TCODxgZIklrarHOQTlsq3OMYzeHodX+xFHcGRyF0syT4KveGR6mEUd8XZY5QTal/CCfu /Zd49nVHHP+VeSsgCS6qY7ujwNS3nNGXsOPeH3hPrTDaacekDE4C/XZPYGpLy/bZEL9n Tj13WidTVYl0ZNbHL9Q6C1qk4r8SuN0vuUaKo4Jo0f+kVrk+zAjNuAbhIC/hz9ScoIgI OfZg== X-Received: by 10.14.177.196 with SMTP id d44mr27590813eem.35.1372796987911; Tue, 02 Jul 2013 13:29:47 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:edcc:804c:d4b9:4234? ([2001:980:d7ed:1:edcc:804c:d4b9:4234]) by mx.google.com with ESMTPSA id w43sm38860380eez.6.2013.07.02.13.29.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Jul 2013 13:29:46 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <51D33837.5060803@freebsd.org> Date: Tue, 02 Jul 2013 22:29:43 +0200 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130701 Thunderbird/17.0.7 MIME-Version: 1.0 To: ports@freebsd.org Subject: patch to remove KDE3/QT3 X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 02 Jul 2013 20:54:35 +0000 Cc: sylvio@freebsd.org, malus.x@gmail.com, alfredoj69@gmail.com, hank@millerfarm.com, dryice@dryice.name, h2+fbsdports@fsfe.org, raphael-langerhorst@gmx.at, 5u623l20@gmail.com, xors@mailup.net, yokota@res.otaru-uc.ac.jp, anderson@cnpm.embrapa.br, kjelderg@gmail.com, sim-im@lehis.ru, ports@subnets.ru X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2013 20:29:49 -0000 Hi, (CC'd maintainers of ports that are scheduled for removal) I have prepared a patch to remove the KDE3 and QT3 ports, it is available at [1]. This patch also: - removes ports/Mk/bsd.kde.mk (only used for KDE3/QT3) - patches bsd.port.mk (removes USE_KDEBASE_VER, USE_KDELIBS_VER, USE_QT_VER) - undocuments the KDE and QT knobs (ports should use the KDE4 and QT4 knobs instead) - updates CHANGES Two more ports, graphics/kipi-plugins net-p2p/museekplus, use QT3 but are not part of KDE3 and can easily be modified to live without. I have PRs for those to their maintainers. A local INDEX-9 build is fine, not sure if we want an exp-run for this? [1] ftp://rene-ladan.nl/pub/freebsd/kde3-rm.diff % ls -l kde3-rm.diff -rw-r--r-- 1 rene ftp 7811874 Jul 2 22:10 kde3-rm.diff % sha256 kde3-rm.diff SHA256 (kde3-rm.diff) = 91d7dc21a7121fc8121d73959067d795e0941d5f4a1d64de0c06915adc4febe3 % Regards, René