[42749] trunk/dports/devel/dmalloc

toby at macports.org toby at macports.org
Sun Nov 30 07:55:26 PST 2008


Revision: 42749
          http://trac.macports.org/changeset/42749
Author:   toby at macports.org
Date:     2008-11-30 07:55:26 -0800 (Sun, 30 Nov 2008)
Log Message:
-----------
update to 5.5.2
fix c++ configure check
take maintainership

Modified Paths:
--------------
    trunk/dports/devel/dmalloc/Portfile

Added Paths:
-----------
    trunk/dports/devel/dmalloc/files/
    trunk/dports/devel/dmalloc/files/patch-configure

Modified: trunk/dports/devel/dmalloc/Portfile
===================================================================
--- trunk/dports/devel/dmalloc/Portfile	2008-11-30 15:52:01 UTC (rev 42748)
+++ trunk/dports/devel/dmalloc/Portfile	2008-11-30 15:55:26 UTC (rev 42749)
@@ -1,19 +1,27 @@
 # $Id$
+
 PortSystem 1.0
-name		dmalloc
-version		5.4.2
-description	Debug Malloc Library
-long_description        The debug memory allocation or dmalloc library \
-			has been designed as a drop in replacement for \
-			the system's malloc, realloc, calloc, free and \
-			other memory management routines while providing \
-			powerful debugging facilities configurable at runtime.
-maintainers	nomaintainer
-categories	devel
-platforms	darwin 
-homepage	http://dmalloc.com
-extract.suffix	.tgz
-master_sites    http://dmalloc.com/releases/ sourceforge
-checksums	md5 ca8d9d72351679e20b8eff96a7a16bf3
-configure.args	--mandir=${prefix}/share/man --enable-threads --enable-shlib
+
+name             dmalloc
+version          5.5.2
+categories       devel
+maintainers      toby
+description      Debug Malloc Library
+long_description \
+	The debug memory allocation or dmalloc library \
+	has been designed as a drop in replacement for \
+	the system's malloc, realloc, calloc, free and \
+	other memory management routines while providing \
+	powerful debugging facilities configurable at runtime.
+homepage         http://dmalloc.com/
+platforms        darwin 
+
+master_sites     ${homepage}releases/
+extract.suffix   .tgz
+checksums        md5 f92e5606c23a8092f3d5694e8d1c932e
+
+patchfiles       patch-configure
+
+configure.args   --enable-cxx --enable-threads --enable-shlib
+
 destroot.destdir prefix=${destroot}${prefix}

Added: trunk/dports/devel/dmalloc/files/patch-configure
===================================================================
--- trunk/dports/devel/dmalloc/files/patch-configure	                        (rev 0)
+++ trunk/dports/devel/dmalloc/files/patch-configure	2008-11-30 15:55:26 UTC (rev 42749)
@@ -0,0 +1,11 @@
+--- configure.orig	2008-11-30 07:47:30.000000000 -0800
++++ configure	2008-11-30 07:47:34.000000000 -0800
+@@ -2643,7 +2643,7 @@
+ 
+ 
+ # see if we actually have a CXX program
+-if test "$ac_cv_prog_CXX" = "" -o ! -x "$ac_cv_prog_CXX"; then
++if test "$CXX" = ""; then
+     { echo "$as_me:$LINENO: WARNING: could not find C++ compiler $ac_cv_prog_CXX" >&5
+ echo "$as_me: WARNING: could not find C++ compiler $ac_cv_prog_CXX" >&2;}
+     enable_cxx=no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081130/9cf8f7a9/attachment.html>


More information about the macports-changes mailing list