From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- .../files/afterstep-2.2.11-execinfo.patch | 84 ++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 x11-wm/afterstep/files/afterstep-2.2.11-execinfo.patch (limited to 'x11-wm/afterstep/files/afterstep-2.2.11-execinfo.patch') diff --git a/x11-wm/afterstep/files/afterstep-2.2.11-execinfo.patch b/x11-wm/afterstep/files/afterstep-2.2.11-execinfo.patch new file mode 100644 index 000000000000..61f4f08c082d --- /dev/null +++ b/x11-wm/afterstep/files/afterstep-2.2.11-execinfo.patch @@ -0,0 +1,84 @@ +diff --git a/libAfterBase/configure.in b/libAfterBase/configure.in +index de055ea..eb5619e 100644 +--- a/libAfterBase/configure.in ++++ b/libAfterBase/configure.in +@@ -189,6 +189,8 @@ AC_CHECK_HEADERS(elf.h,[AC_CHECK_DECLS([ElfW],,,[#include ]) + AC_CHECK_MEMBERS([Elf32_Dyn.d_tag, Elf64_Dyn.d_tag],,,[#include ]) + AC_CHECK_TYPES([Elf64_Addr, Elf32_Addr],,,[#include ])]) + ++AC_CHECK_LIB([execinfo], [backtrace], [LIBS="$LIBS -lexecinfo"; lib_execinfo="-lexecinfo"]) ++ + dnl# this is needed for self diagnostic code : + AC_CHECK_FUNCS(backtrace_symbols_fd backtrace_symbols backtrace) + +@@ -257,6 +257,7 @@ AC_SUBST(lib_file_name) + AC_SUBST(with_locale) + AC_SUBST(user_ldflags) + AC_SUBST(x_libs) ++AC_SUBST(lib_execinfo) + AC_SUBST(X_CFLAGS) + AC_SUBST(LIBPROG) + AC_SUBST(LIBINSTALL) +diff --git a/libAfterBase/Makefile.in b/libAfterBase/Makefile.in +index f04be29..c3bacbb 100644 +--- a/libAfterBase/Makefile.in ++++ b/libAfterBase/Makefile.in +@@ -80,6 +80,7 @@ INCLUDES = $(INCS_X) $(INCS_PRIVATE) + + USER_LD_FLAGS = @user_ldflags@ + LIBS_X = @x_libs@ ++LIB_EXECINFO = @lib_execinfo@ + + + LIBDIR = $(DESTDIR)@libdir@ +@@ -326,7 +327,7 @@ $(LIB_SHARED).$(LIBVERMAJOR): $(LIB_SHARED).$(LIBVER) + + $(LIB_SHARED).$(LIBVER): $(LIB_OBJS) $(LIB_INCS) + $(CC) -shared $(LDFLAGS) -Wl,-soname,$(LIB_SHARED).$(LIBVERMAJOR) -o $(LIB_SHARED).$(LIBVER) \ +- $(USER_LD_FLAGS) $(LIBS_X) $(LIB_OBJS) ++ $(USER_LD_FLAGS) $(LIB_OBJS) $(LIBS_X) $(LIB_EXECINFO) + + install: install.lib + +diff --git a/autoconf/Makefile.defines.in b/autoconf/Makefile.defines.in +index e6c283f..f8cae5e 100644 +--- a/autoconf/Makefile.defines.in ++++ b/autoconf/Makefile.defines.in +@@ -40,6 +40,7 @@ LIBS_READLINE = @readline_libs@ + LIBS_X = @x_libs@ + LIBS_ALSA = @ALSA_LIBS@ + LIBS_XEXTS = ++LIB_EXECINFO = @lib_execinfo@ + LIB_AFTERBASE = @AFTERBASE_LIB@ + LIB_AFTERIMAGE = @AFTERIMAGE_LIB@ + LIB_AFTERSTEP = @AFTERSTEP_LIB@ +@@ -53,7 +54,7 @@ LIB_AFTERCONF_STATIC = @AFTERCONF_STATIC_LIB@ + LIB_ASGTK_STATIC = @ASGTK_STATIC_LIB@ + LIB_WIDGETS_STATIC = @WIDGETS_STATIC_LIB@ + LIBS_AFTERIMAGE = @AFTERIMAGE_LIBS@ +-LIBRARIES = $(USER_LD_FLAGS) $(LIBS_PRIVATE) $(LIBS_XEXTS) $(LIBS_X) ++LIBRARIES = $(USER_LD_FLAGS) $(LIBS_PRIVATE) $(LIBS_XEXTS) $(LIBS_X) $(LIB_EXECINFO) + + LIBS_ALL = $(LIBRARIES) $(EXTRA_LIBRARIES) + +diff --git a/autoconf/configure.in b/autoconf/configure.in +index 45add70..4170f98 100644 +--- a/autoconf/configure.in ++++ b/autoconf/configure.in +@@ -651,6 +651,8 @@ if test "x$send_postcard_to_developer" = "xyes"; then + AC_DEFINE(DO_SEND_POSTCARD,1,E-mail installation notification to AfterStep developers) + fi + ++AC_CHECK_LIB([execinfo],[backtrace],[lib_execinfo="-lexecinfo"]) ++ + AC_CANONICAL_TARGET + AC_SUBST(build) + AC_SUBST(build_os) +@@ -718,6 +720,7 @@ AC_SUBST(with_desktops) + AC_SUBST(with_desktops_1) + AC_SUBST(with_deskgeometry) + AC_SUBST(no_data_reinstall) ++AC_SUBST(lib_execinfo) + dnl# old stuff : + AC_SUBST(enable_different_looknfeels) + AC_SUBST(enable_pagerbackground) -- cgit v1.2.3-65-gdbad