Date: Tue, 8 Oct 2002 23:59:48 +0200 (CEST) From: <hendrik@scholz.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43844: maintainer update: x11-wm/fluxbox (use boxtools) Message-ID: <200210082159.g98LxmVi047007@goanna.lan.raisdorf.net>
next in thread | raw e-mail | index | archive | help
>Number: 43844 >Category: ports >Synopsis: maintainer update: x11-wm/fluxbox (use boxtools) >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: Tue Oct 08 15:00:16 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD goanna.lan.raisdorf.net 4.6-STABLE FreeBSD 4.6-STABLE #4: Tue Oct 1 19:58:23 CEST 2002 hscholz@goanna.lan.raisdorf.net:/usr/src/sys/compile/GOANNA i386 >Description: maintainer update of fluxbox to use the boxtools. As there are several blackbox based ports all try to install bsetbg and bsetroot. To prevent namespaces problems the boxtools port was added which offers bsetbg and bsetroot independent of any windowmanager. Changes: - add RUN_DEPENDS - remove manpage and remove bsetbg and bsetroot from plist - bump PORTREVISION Download URL: http://www.raisdorf.net/files/FreeBSD/fluxbox-0.1.12-1.patch >How-To-Repeat: >Fix: --- fluxbox-0.1.12-1.patch begins here --- diff -urP fluxbox-0.1.12/Makefile fluxbox/Makefile --- fluxbox-0.1.12/Makefile Mon Sep 30 07:00:07 2002 +++ fluxbox/Makefile Tue Oct 8 23:26:38 2002 @@ -7,15 +7,18 @@ PORTNAME= fluxbox PORTVERSION= 0.1.12 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= hendrik@scholz.net +RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools + USE_X_PREFIX= yes GNU_CONFIGURE= yes -MAN1= fluxbox.1 bsetroot.1 +MAN1= fluxbox.1 .include <bsd.port.mk> diff -urP fluxbox-0.1.12/files/patch-Makefile.in fluxbox/files/patch-Makefile.in --- fluxbox-0.1.12/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 +++ fluxbox/files/patch-Makefile.in Tue Oct 8 23:39:15 2002 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Oct 8 23:12:58 2002 ++++ Makefile.in Tue Oct 8 23:13:06 2002 +@@ -95,7 +95,7 @@ + install_sh = @install_sh@ + regex_cmd = @regex_cmd@ + +-SUBDIRS = data doc nls src util ++SUBDIRS = data doc nls src util/fbrun + MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff -urP fluxbox-0.1.12/files/patch-doc::Makefile.in fluxbox/files/patch-doc::Makefile.in --- fluxbox-0.1.12/files/patch-doc::Makefile.in Thu Jan 1 01:00:00 1970 +++ fluxbox/files/patch-doc::Makefile.in Tue Oct 8 23:15:02 2002 @@ -0,0 +1,13 @@ +--- doc/Makefile.in.orig Tue Oct 8 23:14:11 2002 ++++ doc/Makefile.in Tue Oct 8 23:14:41 2002 +@@ -97,8 +97,8 @@ + + CLEANFILES = fluxbox.1 + MAINTAINERCLEANFILES = Makefile.in +-man_MANS = fluxbox.1 bsetroot.1 +-EXTRA_DIST = fluxbox.1.in bsetroot.1 Coding_style ++man_MANS = fluxbox.1 ++EXTRA_DIST = fluxbox.1.in Coding_style + subdir = doc + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h Only in fluxbox-0.1.12: fluxbox diff -urP fluxbox-0.1.12/pkg-plist fluxbox/pkg-plist --- fluxbox-0.1.12/pkg-plist Mon Sep 30 07:00:07 2002 +++ fluxbox/pkg-plist Tue Oct 8 23:27:37 2002 @@ -1,5 +1,3 @@ -bin/bsetbg -bin/bsetroot bin/fbrun bin/fluxbox bin/fluxbox-generate_menu --- fluxbox-0.1.12-1.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210082159.g98LxmVi047007>