[packages/guile1: 124/172] - outdated

jajcus jajcus at pld-linux.org
Sat Dec 12 13:49:12 CET 2015


commit d6ad3d4fa4f533beb14ca8a61dd4c50cdad0d356
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Aug 23 21:06:01 2006 +0000

    - outdated
    
    Changed files:
        guile-noldflagsinconfig.patch -> 1.2
        guile-system_ltdl.patch -> 1.3
        guile-ttyname.patch -> 1.2

 guile-noldflagsinconfig.patch | 11 --------
 guile-system_ltdl.patch       | 61 -------------------------------------------
 guile-ttyname.patch           | 11 --------
 3 files changed, 83 deletions(-)
---
diff --git a/guile-noldflagsinconfig.patch b/guile-noldflagsinconfig.patch
deleted file mode 100644
index 0cdfd3e..0000000
--- a/guile-noldflagsinconfig.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- guile-1.6.3/configure.in.orig	2002-12-08 02:48:52.000000000 +0100
-+++ guile-1.6.3/configure.in	2003-04-21 15:22:06.000000000 +0200
-@@ -688,7 +688,7 @@
- #######################################################################
- 
- dnl Tell guile-config what flags guile users should link against.
--GUILE_LIBS="$LDFLAGS $THREAD_LIBS_INSTALLED $LIBS"
-+GUILE_LIBS="$THREAD_LIBS_INSTALLED $LIBS"
- AC_SUBST(GUILE_LIBS)
- 
- AC_SUBST(AWK)
diff --git a/guile-system_ltdl.patch b/guile-system_ltdl.patch
deleted file mode 100644
index d7b8e43..0000000
--- a/guile-system_ltdl.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-Index: guile-ltdl.c
-===================================================================
-RCS file: /cvsroot/guile/guile/guile-core/libguile-ltdl/guile-ltdl.c,v
-retrieving revision 1.2
-diff -u -r1.2 guile-ltdl.c
---- guile-1.6.7/libguile-ltdl/guile-ltdl.c        9 Oct 2002 21:16:12 -0000       1.2
-+++ guile-1.6.7/libguile-ltdl/guile-ltdl.c        6 Oct 2004 22:37:38 -0000
-@@ -27,21 +27,8 @@
- 
- #include "guile-ltdl.h"
- 
--#define lt_dlhandle_struct scm_i_lt_dlhandle_struct
--#define SCM_INSERTED_DLSYMLIST_STRUCT_DECL scm_i_lt_dlsymlist_struct
- 
--#define LT_SCOPE static
--#define SCMLTXT static
--#define SCMLTSTATIC static
--
--#ifdef __GNUC__
--#define SCM_UNUSED __attribute__ ((unused))
--#else
--#define SCM_UNUSED
--#endif
- 
--#include "raw-ltdl.h"
--#include "raw-ltdl.c"
- 
- void
- scm_lt_dlpreload_default (const scm_lt_dlsymlist *preloads)
-Index: guile-ltdl.h
-===================================================================
-RCS file: /cvsroot/guile/guile/guile-core/libguile-ltdl/guile-ltdl.h,v
-retrieving revision 1.2
-diff -u -r1.2 guile-ltdl.h
---- guile-1.6.7/libguile-ltdl/guile-ltdl.h        9 Oct 2002 21:16:18 -0000       1.2
-+++ guile-1.6.7/libguile-ltdl/guile-ltdl.h        6 Oct 2004 22:37:38 -0000
-@@ -26,8 +26,10 @@
- #ifndef SCM_LTDL_H
- #define SCM_LTDL_H 1
- 
--typedef struct scm_i_lt_dlhandle_struct *scm_lt_dlhandle;
--typedef struct scm_i_lt_dlsymlist_struct scm_lt_dlsymlist;
-+#include "ltdl.h"
-+
-+typedef lt_dlhandle scm_lt_dlhandle;
-+typedef lt_dlsymlist scm_lt_dlsymlist;
- typedef void * scm_lt_ptr;
- 
- void            scm_lt_dlpreload_default (const scm_lt_dlsymlist *preloads);
-
---- guile-1.6.7/libguile-ltdl/Makefile.am~	2005-05-03 15:00:59.150806944 +0000
-+++ guile-1.6.7/libguile-ltdl/Makefile.am	2005-05-03 15:01:40.853467176 +0000
-@@ -37,6 +37,8 @@
- EXTRA_HEADERS = guile-ltdl.h raw-ltdl.h
- EXTRA_DIST = raw-ltdl.c $(EXTRA_HEADERS)
- 
-+LIBS = -lltdl
-+
- lib_LTLIBRARIES = libguile-ltdl.la
- libguile_ltdl_la_SOURCES = guile-ltdl.c
- #libguile_ltdl_la_DEPENDENCIES = 
diff --git a/guile-ttyname.patch b/guile-ttyname.patch
deleted file mode 100644
index 2870719..0000000
--- a/guile-ttyname.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- guile-1.6.4/libguile/fports.c.orig	2002-12-07 22:41:31.000000000 +0000
-+++ guile-1.6.4/libguile/fports.c	2004-07-25 17:19:02.609575556 +0000
-@@ -505,7 +505,7 @@
-       fdes = (SCM_FSTREAM (exp))->fdes;
-       
- #ifdef HAVE_TTYNAME
--      if (isatty (fdes))
-+      if (isatty (fdes) && (ttyname (fdes) != NULL))
- 	scm_puts (ttyname (fdes), port);
-       else
- #endif /* HAVE_TTYNAME */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/guile1.git/commitdiff/ebe6c26bec9cbe3813afc2be58f989889f8e944a



More information about the pld-cvs-commit mailing list