Author: pebender
Date: Tue Jun 23 06:32:48 2009
New Revision: 5025
Added:
trunk/gar-minimyth/script/X11/ratpoison/files/ratpoison-1.4.4-getline.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/X11/ratpoison/Makefile
trunk/gar-minimyth/script/X11/ratpoison/checksums
Log:
- Patched X11/ratpoison so that it tests for the existence of getline as
part of running configure.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Jun 23
06:32:48 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 67 (2009-06-22):
+Changes since 67 (2009-06-23):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082 and
@@ -83,6 +83,8 @@
- Patched legacy NVIDIA drivers so that they build with kernel 2.6.30.
- Changed package xorg-7.4/libdrm so that it does not require
system/udev
when building hte native (non-cross) version.
+ - Patched X11/ratpoison so that it tests for the existence of getline
as
+ part of running configure.
Removed packages
Removed kernel-2.6.26/linux.
Modified: trunk/gar-minimyth/script/X11/ratpoison/Makefile
==============================================================================
--- trunk/gar-minimyth/script/X11/ratpoison/Makefile (original)
+++ trunk/gar-minimyth/script/X11/ratpoison/Makefile Tue Jun 23 06:32:48
2009
@@ -3,7 +3,7 @@
CATEGORIES = X11
MASTER_SITES = http://savannah.nongnu.org/download/$(GARNAME)/
DISTFILES = $(DISTNAME).tar.gz
-PATCHFILES = $(DISTNAME)-staticgravity.patch
+PATCHFILES = $(DISTNAME)-getline.patch $(DISTNAME)-staticgravity.patch
LICENSE = GPL2
DESCRIPTION =
@@ -26,3 +26,8 @@
--with-x
include ../../gar.mk
+
+pre-configure:
+ @cd $(WORKSRC) ; autoreconf --verbose --install --force
+ @$(call FIX_LIBTOOL,$(WORKSRC)/configure)
+ @$(MAKECOOKIE)
Modified: trunk/gar-minimyth/script/X11/ratpoison/checksums
==============================================================================
--- trunk/gar-minimyth/script/X11/ratpoison/checksums (original)
+++ trunk/gar-minimyth/script/X11/ratpoison/checksums Tue Jun 23 06:32:48
2009
@@ -1,2 +1,3 @@
8ee91678b0086f16be3daf196f7e6166 download/ratpoison-1.4.4.tar.gz
+743eb72fbd11e56595298f17ddafe6eb download/ratpoison-1.4.4-getline.patch
bb24c2a6935b00f6192f63d1508eb4f5
download/ratpoison-1.4.4-staticgravity.patch
Added:
trunk/gar-minimyth/script/X11/ratpoison/files/ratpoison-1.4.4-getline.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/X11/ratpoison/files/ratpoison-1.4.4-getline.patch
Tue Jun 23 06:32:48 2009
@@ -0,0 +1,12 @@
+diff -Naur ratpoison-1.4.4-old/configure.in
ratpoison-1.4.4-new/configure.in
+--- ratpoison-1.4.4-old/configure.in 2009-04-26 18:55:10.000000000 -0700
++++ ratpoison-1.4.4-new/configure.in 2009-06-23 06:28:54.000000000 -0700
+@@ -146,7 +146,7 @@
+ dnl Checks for typedefs, structures, and compiler characteristics.
+
+ dnl Checks for library functions.
+-AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf
usleep)
++AC_CHECK_FUNCS(getline getopt getopt_long setsid setpgid setpgrp putenv
vsnprintf usleep)
+
+ AC_TYPE_SIGNAL
+
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---