FreeBSD Bugzilla – Attachment 82750 Details for
Bug 118359
sysutils/memdump: [PATCH]: unbreak 8.x-current, bsd.port.pre.mk cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.57 KB, created by
Philip M. Gollucci
on 2007-11-30 19:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Philip M. Gollucci
Created:
2007-11-30 19:10:02 UTC
Size:
1.57 KB
patch
obsolete
>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@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>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 118359
: 82750