From owner-cvs-all Thu Dec 21 22: 1:19 2000 From owner-cvs-all@FreeBSD.ORG Thu Dec 21 22:01:16 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC07537B69D; Thu, 21 Dec 2000 22:01:13 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBM61CY98250; Thu, 21 Dec 2000 22:01:12 -0800 (PST) (envelope-from will) Message-Id: <200012220601.eBM61CY98250@freefall.freebsd.org> From: Will Andrews Date: Thu, 21 Dec 2000 22:01:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt22 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/12/21 22:01:12 PST Modified files: x11-toolkits/qt22 Makefile distinfo Log: Add in antialiasing support (PORTREVISION conditional on whether AA support is compiled in), untested because I don't have X4.0.2, but the port works fine for the non-X4.0.2 case. Also substitute multiple perl regexes on the same file for one sed regex. Add MAKE_ARGS=-j2 by default since it makes QT compile faster even on uniprocessor systems. I wanted to avoid putting the AA patch in CVS since it will be short-lived, as the patch is in TrollTech's CVS and will most likely be released as part of QT 2.2.4. Nevertheless, I thought I'd bring it in for the folks who like bleeding edge.. since antialiasing most likely improves KDE2's look and feel very much. Submitted by: kevlo (AA patch) Mikhail Teterin (-j2) Revision Changes Path 1.68 +27 -12 ports/x11-toolkits/qt22/Makefile 1.23 +1 -0 ports/x11-toolkits/qt22/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message