gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1282: fix ddd build


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1282: fix ddd build
Date: Sat, 24 Nov 2012 20:37:29 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1282
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-24 20:37:29 +0100
message:
  fix ddd build
added:
  gnu/ddd/files/
  gnu/ddd/files/ddd-3.3.12-include-cstdio.diff
modified:
  gnu/ddd/Makefile
  gnu/ddd/config.mk
  gnu/ddd/sha256sums
=== modified file 'gnu/ddd/Makefile'
--- a/gnu/ddd/Makefile  2012-10-28 08:42:52 +0000
+++ b/gnu/ddd/Makefile  2012-11-24 19:37:29 +0000
@@ -9,9 +9,10 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
+PATCHFILES = $(DISTNAME)-include-cstdio.diff
 
 BUILDDEPS = 
-LIBDEPS = ncurses
+LIBDEPS = ncurses readline
 
 ######################################################################
 

=== modified file 'gnu/ddd/config.mk'
--- a/gnu/ddd/config.mk 2012-10-28 11:09:09 +0000
+++ b/gnu/ddd/config.mk 2012-11-24 19:37:29 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for ddd ##
 
-CONFIGURE_OPTS ?= 
+CONFIGURE_OPTS ?= --with-readline
 BUILD_OPTS ?=

=== added directory 'gnu/ddd/files'
=== added file 'gnu/ddd/files/ddd-3.3.12-include-cstdio.diff'
--- a/gnu/ddd/files/ddd-3.3.12-include-cstdio.diff      1970-01-01 00:00:00 
+0000
+++ b/gnu/ddd/files/ddd-3.3.12-include-cstdio.diff      2012-11-24 19:37:29 
+0000
@@ -0,0 +1,11 @@
+diff -x config.log -x config.status -ru work/ddd-3.3.12/ddd/strclass.C 
work/ddd-3.3.12/ddd/strclass.C
+--- work/ddd-3.3.12/ddd/strclass.C     2009-02-11 18:25:06.000000000 +0100
++++ work/ddd-3.3.12/ddd/strclass.C     2012-11-24 20:31:26.523468025 +0100
+@@ -39,6 +39,7 @@
+ #include <limits.h>
+ #include <new>
+ #include <stdlib.h>
++#include <cstdio>
+ 
+ void string::error(const char* msg) const
+ {

=== modified file 'gnu/ddd/sha256sums'
--- a/gnu/ddd/sha256sums        2010-06-11 09:29:17 +0000
+++ b/gnu/ddd/sha256sums        2012-11-24 19:37:29 +0000
@@ -1,2 +1,3 @@
 3ad6cd67d7f4b1d6b2d38537261564a0d26aaed077bf25c51efc1474d0e8b65c  
download/ddd-3.3.12.tar.gz
+d0bd2a779d44c38f4a5d61c633effa32577c51e758a257988bc919678cfa4c7d  
download/ddd-3.3.12-include-cstdio.diff
 1d9235b233b1d192ae5f6fab518442710cf73656e6b743bc38c8c3b0773df121  
download/ddd-3.3.12.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]