diff options
author | jschauma <jschauma> | 2002-11-20 18:16:18 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-11-20 18:16:18 +0000 |
commit | d70e702246e3cdc397eed6270effcb305e80d233 (patch) | |
tree | 14fa9d62ab9ca17babb9e0e5667b8a11a1e8c65d /wm/openbox/patches | |
parent | 29f0099b6b4b23e507db9e7c85139e89f47e9b0c (diff) | |
download | pkgsrc-d70e702246e3cdc397eed6270effcb305e80d233.tar.gz |
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.
Diffstat (limited to 'wm/openbox/patches')
-rw-r--r-- | wm/openbox/patches/patch-aa | 13 | ||||
-rw-r--r-- | wm/openbox/patches/patch-ab | 25 |
2 files changed, 38 insertions, 0 deletions
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)/'`; \ |