]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:27 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-ac25x.patch -> 1.3
    ruby-curses-terminfo.patch -> 1.2

ruby-ac25x.patch [deleted file]
ruby-curses-terminfo.patch [deleted file]

diff --git a/ruby-ac25x.patch b/ruby-ac25x.patch
deleted file mode 100644 (file)
index 29762ff..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
---- ruby-1.6.7/configure.in.orig       Wed Feb  6 10:13:15 2002
-+++ ruby-1.6.7/configure.in    Wed May 22 21:44:57 2002
-@@ -264,9 +264,9 @@
- AC_TYPE_UID_T
- AC_TYPE_SIZE_T
- AC_STRUCT_ST_BLKSIZE
--save_LIBOJBS="$LIBOBJS"
-+save_LOJBS="$LIB@&t@OBJS"
- AC_STRUCT_ST_BLOCKS
--LIBOBJS="$save_LIBOBJS"
-+LIB@&t@OBJS="$save_LOBJS"
- AC_STRUCT_ST_RDEV
- dnl Checks for library functions.
-@@ -742,7 +742,7 @@
-     if test "$rb_cv_missing_fconvert" = yes; then
-       AC_DEFINE(MISSING_FCONVERT)
-     fi
--    LIBOBJS="$LIBOBJS x68.o"
-+    AC_LIBOBJ([x68])
-     CFLAGS="$CFLAGS -fansi-only -cc1-stack=262144 -cpp-stack=2694144"
-     EXEEXT=.x
-     OBJEXT=o
-@@ -750,7 +750,7 @@
-     ;;
-   dnl OS/2 environment w/ Autoconf 2.1x for EMX
-   os2_emx)
--    LIBOBJS="$LIBOBJS os2.$OBJEXT"
-+    AC_LIBOBJ([os2])
-     setup=Setup.emx
-     ;;
-   *djgpp*)
-@@ -939,10 +939,10 @@
-       SOLIBS='$(LIBS)'
-       case "$target_os" in
-       cygwin*)
--          LIBOBJS="$LIBOBJS strftime.o"
-+          AC_LIBOBJ([strftime])
-           CCDLFLAGS=-DUSEIMPORTLIB ;;
-       mingw*)
--          LIBOBJS="$LIBOBJS win32.o"
-+          AC_LIBOBJ([win32])
-           CFLAGS="-DNT -D__NO_ISOCEXT $CFLAGS"
-           CCDLFLAGS=-DIMPORT ;;
-       esac
diff --git a/ruby-curses-terminfo.patch b/ruby-curses-terminfo.patch
deleted file mode 100644 (file)
index 528b7a4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur ruby-1.8.0-orig/ext/curses/extconf.rb ruby-1.8.0/ext/curses/extconf.rb
---- ruby-1.8.0-orig/ext/curses/extconf.rb      2002-01-30 01:44:11.000000000 -0700
-+++ ruby-1.8.0/ext/curses/extconf.rb   2003-06-25 12:40:18.000000000 -0600
-@@ -8,6 +8,7 @@
- have_library("mytinfo", "tgetent") if /bow/ =~ RUBY_PLATFORM
- if have_header("ncurses.h") and have_library("ncurses", "initscr")
-   make=true
-+elsif have_header("ncurses/curses.h") and have_library("ncurses", "initscr") and have_library("tinfo", "tgetent") 
- elsif have_header("ncurses/curses.h") and have_library("ncurses", "initscr")
-   make=true
- elsif have_header("curses_colr/curses.h") and have_library("cur_colr", "initscr")
-Only in ruby-1.8.0/ext/curses: extconf.rb~
This page took 0.037322 seconds and 4 git commands to generate.