OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
3.8 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../isdn4k-utils/hotfixes.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- ./capiinfo/Makefile.in.orig 2002-07-19 23:20:34.000000000 +0200
  18. +++ ./capiinfo/Makefile.in 2002-10-14 11:03:32.000000000 +0200
  19. @@ -121,7 +121,7 @@
  20. .SUFFIXES:
  21. .SUFFIXES: .S .c .o .s
  22. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  23. - cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  24. + cd $(top_srcdir) && $(AUTOMAKE) -i --foreign Makefile
  25. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  26. cd $(top_builddir) \
  27. @@ -318,7 +318,7 @@
  28. top_distdir=`cd $(distdir) && pwd`; \
  29. distdir=`cd $(distdir) && pwd`; \
  30. cd $(top_srcdir) \
  31. - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
  32. + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir -i --foreign Makefile
  33. @for file in $(DISTFILES); do \
  34. d=$(srcdir); \
  35. if test -d $$d/$$file; then \
  36. --- ./xmonisdn/Makefile.in.orig 2002-07-19 22:30:02.000000000 +0200
  37. +++ ./xmonisdn/Makefile.in 2002-10-14 11:03:32.000000000 +0200
  38. @@ -65,6 +65,8 @@
  39. config:
  40. @cp Makefile.in GNUmakefile
  41. @xmkmf
  42. + @echo "Hacking the Makefile .. (Clifford)"
  43. + @perl -pe 's,^(xmonisdn:.*),$$1\n\t\$$(MAKE) xmonisdn.man,' < Makefile > x && mv x Makefile
  44. clean:
  45. $(MAKE) -f Makefile clean
  46. --- ./capifax/Makefile.in.orig 2000-05-11 12:55:00.000000000 +0200
  47. +++ ./capifax/Makefile.in 2002-10-14 11:03:32.000000000 +0200
  48. @@ -124,7 +124,7 @@
  49. .SUFFIXES:
  50. .SUFFIXES: .S .c .o .s
  51. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  52. - cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  53. + cd $(top_srcdir) && $(AUTOMAKE) -i --foreign Makefile
  54. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  55. cd $(top_builddir) \
  56. @@ -286,7 +286,7 @@
  57. top_distdir=`cd $(distdir) && pwd`; \
  58. distdir=`cd $(distdir) && pwd`; \
  59. cd $(top_srcdir) \
  60. - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
  61. + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir -i --foreign Makefile
  62. @for file in $(DISTFILES); do \
  63. d=$(srcdir); \
  64. if test -d $$d/$$file; then \
  65. --- ./vbox/src/Makefile.in.orig 2003-11-09 17:51:06.153812824 +0100
  66. +++ ./vbox/src/Makefile.in 2003-11-09 17:50:50.805146176 +0100
  67. @@ -7,7 +7,7 @@
  68. # stuff by hand. #
  69. #----------------------------------------------------------------------------#
  70. -NCURSES_LIBS = @LINK_NCURSES_LIBS@
  71. +NCURSES_LIBS = @LINK_NCURSES_LIBS@ -lncurses
  72. NCURSES_HAVE = @HAVE_NCURSES_PACK@
  73. TCL_LIBS = @LINK_TCL_LIBS@
  74. --- isdn4k-utils/isdnctrl/Makefile.in.orig 2002-07-19 23:23:54.000000000 +0200
  75. +++ isdn4k-utils/isdnctrl/Makefile.in 2005-08-02 12:21:41.000000000 +0200
  76. @@ -17,7 +17,7 @@
  77. INSTALL = @INSTALL@
  78. INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750
  79. INSTALL_MAN = $(INSTALL) -o 0 -g 0 -m 0644
  80. -CC = @CC@ -DVERSION=\"@I4LVERSION@\"
  81. +CFLAGS += -DVERSION=\"@I4LVERSION@\"
  82. prefix = @prefix@
  83. exec_prefix = @exec_prefix@