ports/63019: Upgrade devel/dmalloc
Matthew D.Fuller
fullermd at over-yonder.net
Wed Feb 18 14:50:08 UTC 2004
>Number: 63019
>Category: ports
>Synopsis: Upgrade devel/dmalloc
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 18 06:50:07 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Matthew D. Fuller
>Release: FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD mortis.sighup.org 5.1-RELEASE FreeBSD 5.1-RELEASE #1: Fri Jun 27 22:00:18 CDT 2003 fullermd at mortis.sighup.org:/usr/obj/usr/src/sys/MORTIS i386
>Description:
Upgrade devel/dmalloc to the newest version
>How-To-Repeat:
>Fix:
1) Add files/patch-Makefile.in as:
--- Makefile.in.orig Wed Feb 18 08:39:37 2004
+++ Makefile.in Wed Feb 18 08:39:49 2004
@@ -222,9 +222,9 @@
@CXX_OFF@ @echo "Enter 'make installcxx' to install the C++ library"
@TH_OFF@ @echo "Enter 'make installth' to install thread library"
-installinfo : $(srcdir)/$(INFOFILE)
+installinfo : $(srcdir)/docs/$(INFOFILE)
$(srcdir)/mkinstalldirs $(infodir)
- $(INSTALL_DATA) $(srcdir)/$(INFOFILE) $(infodir)
+ $(INSTALL_DATA) $(srcdir)/docs/$(INFOFILE) $(infodir)
installdocs : $(srcdir)/docs/$(HTMLFILE) $(srcdir)/docs/$(TEXIFILE)
$(srcdir)/mkinstalldirs $(docdir)
2) Patch:
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/devel/dmalloc/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 8 Feb 2004 21:06:55 -0000 1.7
+++ Makefile 18 Feb 2004 14:11:43 -0000
@@ -5,8 +5,7 @@
# $FreeBSD: ports/devel/dmalloc/Makefile,v 1.7 2004/02/08 21:06:55 krion Exp $
PORTNAME= dmalloc
-PORTVERSION= 5.2.1
-PORTREVISION= 1
+PORTVERSION= 5.3.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dmalloc
Index: distinfo
===================================================================
RCS file: /usr/cvs/ports/devel/dmalloc/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 5 Aug 2003 18:21:58 -0000 1.2
+++ distinfo 18 Feb 2004 14:10:34 -0000
@@ -1 +1,2 @@
-MD5 (dmalloc-5.2.1.tgz) = 09aa52c5f7217c9e0837a67942f87bba
+MD5 (dmalloc-5.3.0.tgz) = d11a4a5d5bd258ef7461babec9e177fa
+SIZE (dmalloc-5.3.0.tgz) = 346994
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list