summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'wm/fluxbox/patches/patch-ab')
-rw-r--r--wm/fluxbox/patches/patch-ab99
1 files changed, 85 insertions, 14 deletions
diff --git a/wm/fluxbox/patches/patch-ab b/wm/fluxbox/patches/patch-ab
index c30fc690d8e..2014c1f7c4d 100644
--- a/wm/fluxbox/patches/patch-ab
+++ b/wm/fluxbox/patches/patch-ab
@@ -1,27 +1,98 @@
-$NetBSD: patch-ab,v 1.6 2002/12/10 20:39:09 jschauma Exp $
+$NetBSD: patch-ab,v 1.7 2003/07/28 17:50:11 hubertf Exp $
---- util/Makefile.in.orig Tue Dec 10 15:06:19 2002
-+++ util/Makefile.in Tue Dec 10 15:08:09 2002
-@@ -94,20 +94,18 @@
-
+--- util/Makefile.in.orig Thu Jul 10 18:03:35 2003
++++ util/Makefile.in
+@@ -95,10 +95,10 @@
SUBDIRS = fbrun
INCLUDES = -I../src/FbTk/
--bin_SCRIPTS = bsetbg fluxbox-generate_menu
+ bin_SCRIPTS = fbsetbg fluxbox-generate_menu
-bin_PROGRAMS = bsetroot
-+bin_SCRIPTS = fluxbox-generate_menu
- bsetroot_SOURCES = bsetroot.cc bsetroot.hh
- bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \
- ../src/StringUtil.o ../src/FbTk/libFbTk.a
+-bsetroot_SOURCES = bsetroot.cc bsetroot.hh
+-bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o ../src/FbAtoms.o \
+- ../src/FbTk/libFbTk.a
++#HF#bin_PROGRAMS = bsetroot
++#HF#bsetroot_SOURCES = bsetroot.cc bsetroot.hh
++#HF#bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o ../src/FbAtoms.o \
++#HF# ../src/FbTk/libFbTk.a
MAINTAINERCLEANFILES = Makefile.in
--EXTRA_DIST = bsetbg fluxbox-generate_menu
-+EXTRA_DIST = fluxbox-generate_menu
- subdir = util
+@@ -107,14 +107,14 @@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
-bin_PROGRAMS = bsetroot$(EXEEXT)
++#HF#bin_PROGRAMS = bsetroot$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS)
- am_bsetroot_OBJECTS = bsetroot.$(OBJEXT)
+-am_bsetroot_OBJECTS = bsetroot.$(OBJEXT)
+-bsetroot_OBJECTS = $(am_bsetroot_OBJECTS)
+-bsetroot_DEPENDENCIES = ../src/FbRootWindow.o ../src/I18n.o \
+- ../src/FbAtoms.o ../src/FbTk/libFbTk.a
+-bsetroot_LDFLAGS =
++#HF#am_bsetroot_OBJECTS = bsetroot.$(OBJEXT)
++#HF#bsetroot_OBJECTS = $(am_bsetroot_OBJECTS)
++#HF#bsetroot_DEPENDENCIES = ../src/FbRootWindow.o ../src/I18n.o \
++#HF# ../src/FbAtoms.o ../src/FbTk/libFbTk.a
++#HF#bsetroot_LDFLAGS =
+ SCRIPTS = $(bin_SCRIPTS)
+
+
+@@ -124,7 +124,7 @@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+-@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bsetroot.Po
++#HF#@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/bsetroot.Po
+ CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
+@@ -142,7 +142,7 @@
+ CCLD = $(CC)
+ LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+-DIST_SOURCES = $(bsetroot_SOURCES)
++#HF#DIST_SOURCES = $(bsetroot_SOURCES)
+
+ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
+ uninstall-info-recursive all-recursive install-data-recursive \
+@@ -150,7 +150,7 @@
+ uninstall-recursive check-recursive installcheck-recursive
+ DIST_COMMON = Makefile.am Makefile.in
+ DIST_SUBDIRS = $(SUBDIRS)
+-SOURCES = $(bsetroot_SOURCES)
++#HF#SOURCES = $(bsetroot_SOURCES)
+
+ all: all-recursive
+
+@@ -196,9 +196,9 @@
+
+ clean-binPROGRAMS:
+ -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+-bsetroot$(EXEEXT): $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES)
+- @rm -f bsetroot$(EXEEXT)
+- $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS)
++#HF#bsetroot$(EXEEXT): $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES)
++#HF# @rm -f bsetroot$(EXEEXT)
++#HF# $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS)
+ install-binSCRIPTS: $(bin_SCRIPTS)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(bindir)
+@@ -227,7 +227,7 @@
+ distclean-compile:
+ -rm -f *.tab.c
+
+-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bsetroot.Po@am__quote@
++#HF#@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/bsetroot.Po@am__quote@
+
+ distclean-depend:
+ -rm -rf $(DEPDIR)
+@@ -473,7 +473,7 @@
+ distclean-local:
+ rm -f *\~ Makefile.in
+
+-bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/FbRootWindow.hh ../src/FbAtoms.hh
++#HF#bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/FbRootWindow.hh ../src/FbAtoms.hh
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: