From d70e702246e3cdc397eed6270effcb305e80d233 Mon Sep 17 00:00:00 2001 From: jschauma Date: Wed, 20 Nov 2002 18:16:18 +0000 Subject: Initial import of wm/openbox, based on the package provided by (Juan at xtraeme dot dyndns dot org) in PR pkg/19107. Minor modifications by me. Openbox is a window manager for the X11 windowing system. It currently runs on a large list of platforms. It was originally based on Blackbox and currently remains very similar, even using Blackbox styles (with available extensions) for its themeing and is written entirely in C++ and maintains no dependencies on any libraries other than X11. --- wm/openbox/patches/patch-aa | 13 +++++++++++++ wm/openbox/patches/patch-ab | 25 +++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 wm/openbox/patches/patch-aa create mode 100644 wm/openbox/patches/patch-ab (limited to 'wm/openbox/patches') diff --git a/wm/openbox/patches/patch-aa b/wm/openbox/patches/patch-aa new file mode 100644 index 00000000000..731cf97f86f --- /dev/null +++ b/wm/openbox/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/11/20 18:16:19 jschauma Exp $ + +--- doc/Makefile.in.orig Wed Nov 20 10:20:24 2002 ++++ doc/Makefile.in Wed Nov 20 10:20:46 2002 +@@ -72,7 +72,7 @@ + + CLEANFILES = openbox.1 + MAINTAINERCLEANFILES = Makefile.in +-man_MANS = openbox.1 bsetroot.1 bsetbg.1 xftlsfonts.1 ++man_MANS = openbox.1 xftlsfonts.1 + SUBDIRS = + + DEFAULT_MENU = $(pkgdatadir)/menu diff --git a/wm/openbox/patches/patch-ab b/wm/openbox/patches/patch-ab new file mode 100644 index 00000000000..26b741cd2ba --- /dev/null +++ b/wm/openbox/patches/patch-ab @@ -0,0 +1,25 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/11/20 18:16:19 jschauma Exp $ + +--- util/Makefile.in.orig Wed Nov 20 11:21:35 2002 ++++ util/Makefile.in Wed Nov 20 11:24:04 2002 +@@ -73,7 +73,6 @@ + CPPFLAGS = @CPPFLAGS@ @DEBUG@ + + SUBDIRS = epist +-bin_SCRIPTS = bsetbg + bin_PROGRAMS = bsetroot xftlsfonts + + bsetroot_SOURCES = bsetroot.cc +@@ -140,10 +139,10 @@ + + maintainer-clean-binPROGRAMS: + +-install-binPROGRAMS: $(bin_PROGRAMS) ++install-binPROGRAMS: xftlsfonts + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) +- @list='$(bin_PROGRAMS)'; for p in $$list; do \ ++ @list='xftlsfonts'; for p in $$list; do \ + if test -f $$p; then \ + echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ + $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ -- cgit v1.2.3