From owner-cvs-all@FreeBSD.ORG Wed Aug 22 03:36:06 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CCF916A418; Wed, 22 Aug 2007 03:36:06 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E76413C48A; Wed, 22 Aug 2007 03:36:06 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7M3a5df034427; Wed, 22 Aug 2007 03:36:05 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7M3a5TN034426; Wed, 22 Aug 2007 03:36:05 GMT (envelope-from mezz) Message-Id: <200708220336.l7M3a5TN034426@repoman.freebsd.org> From: Jeremy Messenger Date: Wed, 22 Aug 2007 03:36:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/scite Makefile distinfo pkg-plist ports/editors/scite/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 03:36:06 -0000 mezz 2007-08-22 03:36:05 UTC FreeBSD ports repository Modified files: editors/scite Makefile distinfo pkg-plist editors/scite/files patch-aa Log: - Update to 1.74, only build with GTK+2 since GTK+1 is broke. - Passing the maintainership to the submitter. - Respect CC/CXX/CFLAGS/CXXFLAGS. - Remove IGNORE check on amd64, need someone to test it to see if it's fixed or not. If not, then it can be add back. - Block create package since scintilla builds with GTK+1 by default. It will not build unless you enable scintilla with GTK+2 support. - Removed DEPRECATED/EXPIRATION_DATE. PR: ports/115188 Submitted by: Naram Qashat Revision Changes Path 1.45 +18 -51 ports/editors/scite/Makefile 1.22 +3 -3 ports/editors/scite/distinfo 1.15 +36 -29 ports/editors/scite/files/patch-aa 1.24 +4 -0 ports/editors/scite/pkg-plist