summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2010-02-13 16:44:17 +0000
committerWilliam Hubbs <williamh@gentoo.org>2010-02-13 16:44:17 +0000
commit56ec295dabf5a0057b5700ec996e25559fffec6b (patch)
tree156ec1efc33de48d28fcc1e1754bdb0109b6f59c /app-accessibility/brltty/files
parentFix for as-needed, thanks Kacper Kowalik for providing the patch #248357 (diff)
downloadgentoo-2-56ec295dabf5a0057b5700ec996e25559fffec6b.tar.gz
gentoo-2-56ec295dabf5a0057b5700ec996e25559fffec6b.tar.bz2
gentoo-2-56ec295dabf5a0057b5700ec996e25559fffec6b.zip
removed old versions
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/brltty/files')
-rw-r--r--app-accessibility/brltty/files/brltty-3.10-api-socket-dir.patch26
-rw-r--r--app-accessibility/brltty/files/brltty-3.9-autoconf.patch31
-rw-r--r--app-accessibility/brltty/files/brltty-3.9-gnusource.patch17
-rw-r--r--app-accessibility/brltty/files/brltty-3.9-parallel.patch20
-rw-r--r--app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch14
5 files changed, 0 insertions, 108 deletions
diff --git a/app-accessibility/brltty/files/brltty-3.10-api-socket-dir.patch b/app-accessibility/brltty/files/brltty-3.10-api-socket-dir.patch
deleted file mode 100644
index 65b08bc162f0..000000000000
--- a/app-accessibility/brltty/files/brltty-3.10-api-socket-dir.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -Naur brltty-3.10-orig/common.mk brltty-3.10/common.mk
---- brltty-3.10-orig/common.mk 2008-07-16 16:19:54.000000000 -0600
-+++ brltty-3.10/common.mk 2008-09-22 21:53:19.000000000 -0600
-@@ -73,8 +73,9 @@
- install-apihdr-directory:
- $(INSTALL_DIRECTORY) $(INSTALL_APIHDR_DIRECTORY)
-
-+INSTALL_API_SOCKET_DIRECTORY = $(INSTALL_ROOT)$(API_SOCKET_DIRECTORY)
- install-apisoc-directory:
-- -$(INSTALL_DIRECTORY) -m 1777 $(API_SOCKET_DIRECTORY)
-+ -$(INSTALL_DIRECTORY) -m 1777 $(INSTALL_API_SOCKET_DIRECTORY)
-
- clean::
- -rm -f *.$O *.auto.h *.auto.c core implib.a
-diff -Naur brltty-3.10-orig/configure.ac brltty-3.10/configure.ac
---- brltty-3.10-orig/configure.ac 2008-09-22 21:36:40.000000000 -0600
-+++ brltty-3.10/configure.ac 2008-09-22 21:52:11.000000000 -0600
-@@ -535,7 +535,7 @@
- api_dynamic_library="api-dynamic-library"
- install_api_libraries="install-api-libraries"
- uninstall_api_libraries="uninstall-api-libraries"
-- api_socket_path="${localstatedir}/lib/BrlAPI"
-+ api_socket_path="${localstatedir}/BrlAPI"
-
- case "${host_os}"
- in
diff --git a/app-accessibility/brltty/files/brltty-3.9-autoconf.patch b/app-accessibility/brltty/files/brltty-3.9-autoconf.patch
deleted file mode 100644
index 56a506a57ccc..000000000000
--- a/app-accessibility/brltty/files/brltty-3.9-autoconf.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-2008-09-12 Stepan Kasal <skasal@redhat.com>
-
- * aclocal.m4 (BRLTTY_HELP_STRING, BRLTTY_TEXT_TABLE,
- BRLTTY_ATTRIBUTES_TABLE): Expand parameters to AC_HELP_STRING
- and m4_text_wrap, to be compatible with Autoconf 2.62+.
-
---- brltty-3.9.orig/aclocal.m4.orig 2007-10-17 17:19:31.000000000 +0200
-+++ brltty-3.9.orig/aclocal.m4 2008-09-12 18:05:21.000000000 +0200
-@@ -144,7 +144,7 @@
-
- AC_DEFUN([BRLTTY_HELP_STRING], [dnl
- AC_HELP_STRING([$1], patsubst([$2], [
--.*$]), [brltty_help_prefix])dnl
-+.*$]), m4_defn([brltty_help_prefix]))dnl
- patsubst(patsubst([$2], [\`[^
- ]*]), [
- ], [\&brltty_help_prefix])[]dnl
-@@ -384,11 +384,11 @@
-
- AC_DEFUN([BRLTTY_TEXT_TABLE], [dnl
- define([brltty_tables_text], ifdef([brltty_tables_text], [brltty_tables_text])[
--m4_text_wrap([$2], [ ], [- m4_format([%-8s ], [$1])], brltty_help_width)])])
-+m4_text_wrap([$2], [ ], [- ]m4_format([%-8s ], [$1]), brltty_help_width)])])
-
- AC_DEFUN([BRLTTY_ATTRIBUTES_TABLE], [dnl
- define([brltty_tables_attributes], ifdef([brltty_tables_attributes], [brltty_tables_attributes])[
--m4_text_wrap([$2], [ ], [- m4_format([%-10s ], [$1])], brltty_help_width)])])
-+m4_text_wrap([$2], [ ], [- ]m4_format([%-10s ], [$1]), brltty_help_width)])])
-
- AC_DEFUN([BRLTTY_SUMMARY_BEGIN], [dnl
- brltty_summary_lines="Options Summary:"
diff --git a/app-accessibility/brltty/files/brltty-3.9-gnusource.patch b/app-accessibility/brltty/files/brltty-3.9-gnusource.patch
deleted file mode 100644
index b80508c00ac7..000000000000
--- a/app-accessibility/brltty/files/brltty-3.9-gnusource.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-2008-09-17 Stepan Kasal <skasal@redhat.com>
-
- * configure.ac: Add -D_GNU_SOURCE to get struct ucred from
- socket.h.
-
-diff -up brltty-3.10/configure.ac.gnusource brltty-3.10/configure.ac
---- brltty-3.10/configure.ac.gnusource 2008-07-17 00:19:54.000000000 +0200
-+++ brltty-3.10/configure.ac 2008-09-17 12:44:28.000000000 +0200
-@@ -779,7 +779,7 @@ AC_CACHE_CHECK([for system-dependent com
- case "${host_os}"
- in
- linux*|gnu*|kfreebsd*)
-- brltty_cv_prog_cc_sysflags="-D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED"
-+ brltty_cv_prog_cc_sysflags="-D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE"
- ;;
- solaris*)
- brltty_cv_prog_cc_sysflags="-D_XOPEN_SOURCE=500 -D__EXTENSIONS__"
diff --git a/app-accessibility/brltty/files/brltty-3.9-parallel.patch b/app-accessibility/brltty/files/brltty-3.9-parallel.patch
deleted file mode 100644
index e10b9683a5cb..000000000000
--- a/app-accessibility/brltty/files/brltty-3.9-parallel.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-2008-09-17 Stepan Kasal <skasal@redhat.com>
-
- * Programs/Makefile.in (braille-drivers): Add
- prerequisity `all' to prevent race of this make with nested
- "make brlapi" when parallel make is used. Recursive make is
- harmful.
-
-diff -up brltty-3.10/Makefile.in.parallel brltty-3.10/Makefile.in
-diff -up brltty-3.10/Programs/Makefile.in.parallel brltty-3.10/Programs/Makefile.in
---- brltty-3.10/Programs/Makefile.in.parallel 2008-07-17 00:19:08.000000000 +0200
-+++ brltty-3.10/Programs/Makefile.in 2008-09-17 11:24:35.000000000 +0200
-@@ -399,7 +399,7 @@ apitest.$O:
-
- ###############################################################################
-
--braille-drivers: txt2hlp
-+braille-drivers: txt2hlp api
- for driver in $(BRAILLE_EXTERNAL_DRIVER_NAMES); \
- do (cd $(BLD_TOP)$(BRL_DIR)/$$driver && $(MAKE) braille-driver braille-all) || exit 1; \
- done
diff --git a/app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch b/app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch
deleted file mode 100644
index 6e47343f3b1e..000000000000
--- a/app-accessibility/brltty/files/brltty-4.0-api-socket-dir.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur brltty-3.10-orig/common.mk brltty-3.10/common.mk
---- brltty-3.10-orig/common.mk 2008-07-16 16:19:54.000000000 -0600
-+++ brltty-3.10/common.mk 2008-09-22 21:53:19.000000000 -0600
-@@ -73,8 +73,9 @@
- install-apihdr-directory:
- $(INSTALL_DIRECTORY) $(INSTALL_APIHDR_DIRECTORY)
-
-+INSTALL_API_SOCKET_DIRECTORY = $(INSTALL_ROOT)$(API_SOCKET_DIRECTORY)
- install-apisoc-directory:
-- -$(INSTALL_DIRECTORY) -m 1777 $(API_SOCKET_DIRECTORY)
-+ -$(INSTALL_DIRECTORY) -m 1777 $(INSTALL_API_SOCKET_DIRECTORY)
-
- clean::
- -rm -f *.$O *.auto.h *.auto.c core implib.a