update to ddd 3.3.8

from Andrew Dalgleish <openbsd at ajd dot net dot au>
This commit is contained in:
sturm 2004-01-18 14:00:54 +00:00
parent 957fdbc323
commit 81a8d1f80e
4 changed files with 25 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.36 2003/10/26 17:30:39 sturm Exp $
# $OpenBSD: Makefile,v 1.37 2004/01/18 14:00:54 sturm Exp $
COMMENT= "Data Display Debugger, graphical front-end for GDB, etc"
DISTNAME= ddd-3.3.7
DISTNAME= ddd-3.3.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=ddd/}
@ -19,9 +19,12 @@ REGRESS_IS_INTERACTIVE=Yes
# /${PKGNAME}_writes_to_home
REGRESS_FLAGS+= "DISPLAY=$${DISPLAY}" "HOME=$${HOME}"
VMEM_WARNING= Yes
USE_MOTIF= any
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_STYLE=gnu autoconf
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
AUTOCONF_VERSION=2.54
SEPARATE_BUILD= simple
SUBST_VARS+= DISTNAME
@ -36,7 +39,7 @@ VMEM_WARNING= Yes
DOCS= ddd-paper.ps ddd-themes.pdf ddd-themes.ps ddd.pdf ddd.ps html/ddd.html
pre-build:
pre-patch:
find ${WRKSRC} -type f \( -name '*.C' -o -name '*.h' \) -print0 | xargs -0 \
perl -pi -e 'next if /#include/; s/\bstring\b/gnu_string/g;'

View File

@ -1,3 +1,3 @@
MD5 (ddd-3.3.7.tar.gz) = 0b1be54fe5198bb20a5f5250975bd665
RMD160 (ddd-3.3.7.tar.gz) = 0d1fba8553aa1dd0f7a444805681b90332dfe0a9
SHA1 (ddd-3.3.7.tar.gz) = d2a4fcf2bace28ef7d7dfef6903251822345cc21
MD5 (ddd-3.3.8.tar.gz) = 60c5bfbfe1564926edda629ffcf01e52
RMD160 (ddd-3.3.8.tar.gz) = f48484a412dd53c6068d1685a0e0ec0d32dd1b8a
SHA1 (ddd-3.3.8.tar.gz) = abf341271c5912a5fc6728cb8649c45653d755eb

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-ddd_strclass_h,v 1.1 2004/01/18 14:00:54 sturm Exp $
--- ddd/strclass.h.orig 2004-01-17 20:39:41.000000000 +0100
+++ ddd/strclass.h 2004-01-17 20:40:07.000000000 +0100
@@ -1140,7 +1140,7 @@ inline gnu_string& gnu_string::operator
{
assert(!consuming());
- const std::gnu_string str( os.str() );
+ const string str( os.str() );
rep = string_Salloc(rep, str.c_str(), str.length(), str.length());
return *this;

View File

@ -4,5 +4,8 @@
|
| If you select the 'plot' command without gnuplot installed you may
| get an X error. (Clicking 'ignore' seems ok.)
|
| You may need to increase your memory limits when plotting
| large arrays.
+---------------