FreeBSD Bugzilla – Attachment 95909 Details for
Bug 134406
[patch] [maintainer] improve net-mgmt/docsis on x86_64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.txt
file.txt (text/plain), 1.24 KB, created by
jflemer
on 2009-05-10 05:50:01 UTC
(
hide
)
Description:
file.txt
Filename:
MIME Type:
Creator:
jflemer
Created:
2009-05-10 05:50:01 UTC
Size:
1.24 KB
patch
obsolete
>? net-mgmt/docsis/files/patch-md5.h >? net-mgmt/docsis/files/x-patch-sf-net-id-2779880 >Index: net-mgmt/docsis/Makefile >=================================================================== >RCS file: /home/ncvs/ports/net-mgmt/docsis/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- net-mgmt/docsis/Makefile 27 Mar 2008 10:58:26 -0000 1.14 >+++ net-mgmt/docsis/Makefile 10 May 2009 04:38:27 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= docsis > PORTVERSION= 0.9.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-mgmt > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >--- /dev/null 2009-05-09 21:33:00.000000000 -0700 >+++ net-mgmt/docsis/files/patch-md5.h 2009-05-07 19:42:28.000000000 -0700 >@@ -0,0 +1,22 @@ >+# $FreeBSD$ >+--- src/md5.h.orig 2004-03-17 07:09:31.000000000 -0800 >++++ src/md5.h 2009-05-07 19:41:20.000000000 -0700 >+@@ -22,14 +22,16 @@ >+ documentation and/or software. >+ */ >+ >++#include <stdint.h> >++ >+ /* POINTER defines a generic pointer type */ >+ typedef unsigned char *POINTER; >+ >+ /* UINT2 defines a two byte word */ >+-typedef unsigned short int UINT2; >++typedef uint16_t UINT2; >+ >+ /* UINT4 defines a four byte word */ >+-typedef unsigned long int UINT4; >++typedef uint32_t UINT4; >+ >+ /* MD5 context. */ >+ typedef struct {
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 Raw
Actions:
View
Attachments on
bug 134406
: 95909