From owner-cvs-all@FreeBSD.ORG Tue Sep 13 22:11:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A780B16A41F; Tue, 13 Sep 2005 22:11:34 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78EFC43D46; Tue, 13 Sep 2005 22:11:34 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DMBYFQ090709; Tue, 13 Sep 2005 22:11:34 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DMBYpj090708; Tue, 13 Sep 2005 22:11:34 GMT (envelope-from danfe) Message-Id: <200509132211.j8DMBYpj090708@repoman.freebsd.org> From: Alexey Dokuchaev Date: Tue, 13 Sep 2005 22:11:34 +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/x11-wm/fvwm2-devel Makefile pkg-plist ports/x11-wm/fvwm2-devel/files patch-configure 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: Tue, 13 Sep 2005 22:11:34 -0000 danfe 2005-09-13 22:11:34 UTC FreeBSD ports repository Modified files: x11-wm/fvwm2-devel Makefile pkg-plist x11-wm/fvwm2-devel/files patch-configure Log: - Convert to OPTIONS - Switch from rarely used biconv.2 to standard iconv.3 - Add WITH_RPLAY knob, kill WITHOUT_XINERAMA since it was of little use - Fix WITH_BIDI case (missing fribidi.0 dependency) - Remove evil `-imlib' PKGNAMESUFFIX - Do not forget FvwmGtk.1 in MAN1 - Fix NLS detection (and handle WITHOUT_NLS knob) - Adjust PLIST accordingly - Utilize DATADIR in pkg-plist - Pacify portlint to some degree PR: ports/81440 Submitted by: yours truly Approved by: maintainer Revision Changes Path 1.76 +47 -27 ports/x11-wm/fvwm2-devel/Makefile 1.4 +171 -0 ports/x11-wm/fvwm2-devel/files/patch-configure 1.34 +395 -380 ports/x11-wm/fvwm2-devel/pkg-plist