From owner-freebsd-ports Sun Dec 8 10: 0:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47ECB37B401 for ; Sun, 8 Dec 2002 10:00:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC4043ED4 for ; Sun, 8 Dec 2002 10:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB8I05x3034060 for ; Sun, 8 Dec 2002 10:00:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB8I058Q034059; Sun, 8 Dec 2002 10:00:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC46B37B401 for ; Sun, 8 Dec 2002 09:55:46 -0800 (PST) Received: from goanna.lan.raisdorf.net (pD9E3C83C.dip.t-dialin.net [217.227.200.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BFCD43EB2 for ; Sun, 8 Dec 2002 09:55:45 -0800 (PST) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: from goanna.lan.raisdorf.net (localhost [127.0.0.1]) by goanna.lan.raisdorf.net (8.12.6/8.12.5) with ESMTP id gB8HtbN8002553; Sun, 8 Dec 2002 18:55:42 +0100 (CET) (envelope-from hscholz@goanna.lan.raisdorf.net) Received: (from hscholz@localhost) by goanna.lan.raisdorf.net (8.12.6/8.12.6/Submit) id gB8HtWJ6002552; Sun, 8 Dec 2002 18:55:32 +0100 (CET) Message-Id: <200212081755.gB8HtWJ6002552@goanna.lan.raisdorf.net> Date: Sun, 8 Dec 2002 18:55:32 +0100 (CET) From: Hendrik Scholz Reply-To: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org Cc: Hendrik Scholz X-Send-Pr-Version: 3.113 Subject: ports/46101: maintainer-update: x11-wm/fluxconf (0.6.0 to 0.9.2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46101 >Category: ports >Synopsis: maintainer-update: x11-wm/fluxconf (0.6.0 to 0.9.2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Dec 08 10:00:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 4.7-STABLE i386 >Organization: NetUSE AG >Environment: System: FreeBSD goanna.lan.raisdorf.net 4.7-STABLE FreeBSD 4.7-STABLE #5: Thu Oct 17 16:21:01 CEST 2002 hscholz@goanna.lan.raisdorf.net:/usr/src/sys/compile/GOANNA i386 >Description: Update of fluxconf to 0.9.0. fluxconf can use GTK 1.2 or 2.0. Please remove both patches from files/ >How-To-Repeat: >Fix: --- fluxconf-0.9.2.patch begins here --- Binary files fluxconf-tree/.pkg-plist.swp and fluxconf/.pkg-plist.swp differ diff -urP fluxconf-tree/Makefile fluxconf/Makefile --- fluxconf-tree/Makefile Sun Dec 8 18:29:27 2002 +++ fluxconf/Makefile Sun Dec 8 18:34:08 2002 @@ -6,7 +6,7 @@ # PORTNAME= fluxconf -PORTVERSION= 0.6 +PORTVERSION= 0.9.2 CATEGORIES= x11-wm MASTER_SITES= http://devaux.fabien.free.fr/flux/ @@ -14,22 +14,6 @@ USE_X_PREFIX= yes USE_GNOMENG= yes -USE_GNOME= gtk12 -USE_BZIP2= yes - -.ifndef(WITHOUT_LOGO) -pre-everything:: - @${ECHO_CMD} "" - @${ECHO_CMD} "You can disable the spash logo when starting the" - @${ECHO_CMD} "program by defining WITHOUT_LOGO" - @${ECHO_CMD} "" -.endif - -post-patch: - @${RM} ${WRKSRC}/fluxconf - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/fluxconf ${PREFIX}/bin - @${LN} -s ${PREFIX}/bin/fluxconf ${PREFIX}/bin/fluxkeys +GNU_CONFIGURE= yes .include diff -urP fluxconf-tree/distinfo fluxconf/distinfo --- fluxconf-tree/distinfo Sun Dec 8 18:29:27 2002 +++ fluxconf/distinfo Sun Dec 8 18:30:41 2002 @@ -1 +1 @@ -MD5 (fluxconf-0.6.tar.bz2) = 17099e2f6cb7206aac2a9f599b4c084b +MD5 (fluxconf-0.9.2.tar.gz) = 64b980359a8ca244e5e703dfd914fdde Only in fluxconf-tree/files: patch-Makefile Only in fluxconf-tree/files: patch-fluxconf.c diff -urP fluxconf-tree/pkg-plist fluxconf/pkg-plist --- fluxconf-tree/pkg-plist Sun Dec 8 18:29:27 2002 +++ fluxconf/pkg-plist Sun Dec 8 18:43:12 2002 @@ -1,2 +1,6 @@ +bin/fluxbare bin/fluxconf bin/fluxkeys +bin/fluxmenu +share/locale/fi/LC_MESSAGES/fluxconf.mo +share/locale/fr/LC_MESSAGES/fluxconf.mo --- fluxconf-0.9.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message