From owner-cvs-ports@FreeBSD.ORG Sat Oct 18 23:13:50 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BCC216A4B3; Sat, 18 Oct 2003 23:13:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E34B543FBF; Sat, 18 Oct 2003 23:13:49 -0700 (PDT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9J6DnXJ004240; Sat, 18 Oct 2003 23:13:49 -0700 (PDT) (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9J6DnqH004239; Sat, 18 Oct 2003 23:13:49 -0700 (PDT) (envelope-from oliver) Message-Id: <200310190613.h9J6DnqH004239@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 18 Oct 2003 23:13:49 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xfce4-mixer Makefile pkg-plist ports/games/xfce4-toys Makefile pkg-plist ports/misc/xfce4-iconbox Makefile pkg-plist ports/print/xfce4-print Makefile pkg-plist ports/sysutils/xfce4-mcs-manager Makefile pkg-plist ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 06:13:50 -0000 oliver 2003/10/18 23:13:49 PDT FreeBSD ports repository Modified files: audio/xfce4-mixer Makefile pkg-plist games/xfce4-toys Makefile pkg-plist misc/xfce4-iconbox Makefile pkg-plist print/xfce4-print Makefile pkg-plist sysutils/xfce4-mcs-manager Makefile pkg-plist sysutils/xfce4-mcs-plugins Makefile pkg-plist sysutils/xfce4-utils Makefile pkg-plist x11-fm/xfce4-fm Makefile pkg-plist x11-toolkits/libxfce4gui Makefile x11-wm/xfce4-desktop Makefile pkg-plist x11-wm/xfce4-panel Makefile pkg-plist x11-wm/xfce4-systray Makefile x11-wm/xfce4-wm Makefile pkg-plist Log: - Get the translations installed (Make configure able to detect gettext and add it to LIB_DEPENDS.). [1] - INSTALLS_SHLIB added to the Makefile (Only in case a library get installed by the port.) - remove NO_FILTER_SHLIB - Replaced GNU_CONFIGURE with USE_LIBTOOL if INSTALLS_SHLIB was set in the Makefile - bump PORTREVISION Noted By: Dinesh Nadarajah [1] Revision Changes Path 1.11 +8 -2 ports/audio/xfce4-mixer/Makefile 1.2 +13 -0 ports/audio/xfce4-mixer/pkg-plist 1.10 +8 -2 ports/games/xfce4-toys/Makefile 1.2 +11 -0 ports/games/xfce4-toys/pkg-plist 1.7 +8 -2 ports/misc/xfce4-iconbox/Makefile 1.2 +15 -0 ports/misc/xfce4-iconbox/pkg-plist 1.9 +8 -3 ports/print/xfce4-print/Makefile 1.2 +18 -0 ports/print/xfce4-print/pkg-plist 1.7 +6 -1 ports/sysutils/xfce4-mcs-manager/Makefile 1.2 +21 -0 ports/sysutils/xfce4-mcs-manager/pkg-plist 1.9 +8 -2 ports/sysutils/xfce4-mcs-plugins/Makefile 1.2 +21 -0 ports/sysutils/xfce4-mcs-plugins/pkg-plist 1.9 +8 -2 ports/sysutils/xfce4-utils/Makefile 1.4 +20 -0 ports/sysutils/xfce4-utils/pkg-plist 1.10 +8 -3 ports/x11-fm/xfce4-fm/Makefile 1.3 +14 -0 ports/x11-fm/xfce4-fm/pkg-plist 1.8 +2 -2 ports/x11-toolkits/libxfce4gui/Makefile 1.9 +8 -2 ports/x11-wm/xfce4-desktop/Makefile 1.4 +19 -0 ports/x11-wm/xfce4-desktop/pkg-plist 1.9 +8 -2 ports/x11-wm/xfce4-panel/Makefile 1.4 +20 -0 ports/x11-wm/xfce4-panel/pkg-plist 1.11 +3 -1 ports/x11-wm/xfce4-systray/Makefile 1.8 +8 -2 ports/x11-wm/xfce4-wm/Makefile 1.3 +20 -0 ports/x11-wm/xfce4-wm/pkg-plist