misc/118359: sysutils/memdump: [PATCH]: unbreak 8.x-current, bsd.port.pre.mk cleanup

Philip M. Gollucci pgollucci at p6m7g8.com
Fri Nov 30 11:10:03 PST 2007


>Number:         118359
>Category:       misc
>Synopsis:       sysutils/memdump: [PATCH]: unbreak 8.x-current, bsd.port.pre.mk cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 30 19:10:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        8.0-CURRENT
>Organization:
Riderway Inc.
>Environment:
>Description:
FreeBSD philip.hq.rws 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Nov  6 16:28:12 EST 2007     pgollucci at philip.hq.rws:/usr/obj/usr/src/sys/RIDERWAY  i386

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/memdump/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	31 Aug 2005 21:37:41 -0000	1.4
+++ Makefile	30 Nov 2007 18:57:56 -0000
@@ -13,8 +13,6 @@
 MAINTAINER=	onatan at gmail.com
 COMMENT=	Forensic utility for memory-dumping
 
-.include <bsd.port.pre.mk>
-
 ALL_TARGET=	what
 
 PLIST_FILES=	bin/memdump
@@ -30,4 +28,4 @@
 		${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
 .	endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- /dev/null	2007-11-30 18:58:12.000000000 +0000
+++ files/patch-makedefs	2007-11-30 18:57:30.000000000 +0000
@@ -0,0 +1,11 @@
+--- ./makedefs.orig	2005-08-30 23:03:40.000000000 +0000
++++ ./makedefs	2007-11-30 18:54:11.000000000 +0000
+@@ -14,6 +14,8 @@
+                 ;;
+   FreeBSD.7*)   DEFS="-DFREEBSD7"
+                 ;;
++  FreeBSD.8*)   DEFS="-DFREEBSD8"
++                ;;
+   OpenBSD.2*)   DEFS="-DOPENBSD2"
+                 ;;
+   OpenBSD.3*)   DEFS="-DOPENBSD3"
--- /dev/null	2007-11-30 18:58:12.000000000 +0000
+++ files/patch-memdump.c	2007-11-30 18:57:30.000000000 +0000
@@ -0,0 +1,10 @@
+--- ./memdump.c.orig	2005-08-30 23:04:18.000000000 +0000
++++ ./memdump.c	2007-11-30 18:54:11.000000000 +0000
+@@ -109,6 +109,7 @@
+ 
+ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
+ 	|| defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
++	|| defined(FREEBSD8) \
+ 	|| defined(OPENBSD2) || defined(OPENBSD3) \
+ 	|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4)
+ #include <sys/param.h>


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list