From owner-freebsd-ports@FreeBSD.ORG Tue Feb 21 01:11:28 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E60E106566B; Tue, 21 Feb 2012 01:11:28 +0000 (UTC) (envelope-from oliver.pinter@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id ADC9B8FC1A; Tue, 21 Feb 2012 01:11:27 +0000 (UTC) Received: by eaan10 with SMTP id n10so2621499eaa.13 for ; Mon, 20 Feb 2012 17:11:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :message-id; bh=XZWKCksd/RLro55lw+7otZ1AFIRq1eOynUta6G2GlCM=; b=PNxuoGbuokT9MaJoDadUmrUws0x0QRutedrRA2NsyubC8gN2fDL5TpXjr4bVeWudUs o2/w2MHHJm/Xcg84wGatOHrFcqEsnK77ccqH+0VK9bzH5QvRu/BUEInhMjSiMwOIfNqM KHvFTDihm5JbvmI419nQ+3quIt7h3MrcRLAC0= Received: by 10.14.39.202 with SMTP id d50mr9405667eeb.79.1329784893156; Mon, 20 Feb 2012 16:41:33 -0800 (PST) Received: from opd.teteny.bme.hu (opd.teteny.bme.hu. [152.66.235.214]) by mx.google.com with ESMTPS id z47sm83589668eeh.9.2012.02.20.16.41.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Feb 2012 16:41:32 -0800 (PST) From: Oliver Pinter To: pav@freebsd.org, miwi@freebsd.org, ports@freebsd.org Date: Tue, 21 Feb 2012 01:41:29 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_6guQPuc4PwBX/wa" Message-Id: <201202210141.30082.oliver.pinter@gmail.com> Cc: Subject: kdelibs3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 01:11:28 -0000 --Boundary-00=_6guQPuc4PwBX/wa Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all! Please apply the attached patch to x11/kdelibs3/Makefile. -- thanks, Oliver --Boundary-00=_6guQPuc4PwBX/wa Content-Type: text/x-diff; charset="iso 8859-15"; name="x11-kdelibs3-Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="x11-kdelibs3-Makefile.diff" --- /tmp/Makefile 2012-02-21 01:34:44.000000000 +0100 +++ Makefile 2012-02-21 01:37:13.000000000 +0100 @@ -82,8 +82,10 @@ .endif # !exists(/usr/bin/bzip2) .if ${OSVERSION} < 800000 +.if !defined(WITHOUT_CUPS) BROKEN= does not build fully (cups) on FreeBSD 7.X .endif +.endif pre-configure: ${REINPLACE_CMD} "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/kdeprint/cups/kmcupsmanager.cpp --Boundary-00=_6guQPuc4PwBX/wa--