FreeBSD Bugzilla – Attachment 144177 Details for
Bug 191426
[PATCH] net-mgmt/sendip: Fix package build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sendip-2.5_3.patch
sendip-2.5_3.patch (text/plain), 2.14 KB, created by
Marco Steinbach
on 2014-06-26 22:09:07 UTC
(
hide
)
Description:
sendip-2.5_3.patch
Filename:
MIME Type:
Creator:
Marco Steinbach
Created:
2014-06-26 22:09:07 UTC
Size:
2.14 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 359417) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= sendip > PORTVERSION= 2.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= net-mgmt ipv6 > MASTER_SITES= http://www.earth.li/projectpurple/files/ > >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 359417) >+++ files/patch-Makefile (working copy) >@@ -1,5 +1,5 @@ >---- Makefile.orig Tue Jan 28 13:03:48 2003 >-+++ Makefile Tue Jan 28 13:04:35 2003 >+--- Makefile.orig 2002-10-12 19:28:00.000000000 +0200 >++++ Makefile 2014-06-26 21:21:16.000000000 +0200 > @@ -1,23 +1,23 @@ > #configureable stuff > -PREFIX ?= /usr/local >@@ -19,7 +19,7 @@ > -CFLAGS= -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \ > - -Wstrict-prototypes -Wnested-externs -Winline -Werror -g -Wcast-align \ > - -DSENDIP_LIBS=\"$(LIBDIR)\" >-+CFLAGS+= -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wno-empty-body -Wno-constant-conversion \ >++CFLAGS+= -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \ > + -Wstrict-prototypes -Wnested-externs -Winline -Werror -Wcast-align \ > + -DSENDIP_LIBS=\"${LIBDIR}\" > #-Wcast-align causes problems on solaris, but not serious ones >Index: files/patch-ripng.h >=================================================================== >--- files/patch-ripng.h (revision 0) >+++ files/patch-ripng.h (working copy) >@@ -0,0 +1,11 @@ >+--- ripng.h.orig 2014-06-26 21:40:53.000000000 +0200 >++++ ripng.h 2014-06-26 21:41:04.000000000 +0200 >+@@ -15,7 +15,7 @@ >+ struct in6_addr prefix; >+ u_int16_t tag; >+ u_int8_t len; >+- u_int8_t metric; >++ u_int16_t metric; >+ } ripng_entry; >+ >+ /* Defines for which parts have been modified > >Property changes on: files/patch-ripng.h >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >--- sendip-2.5_3.patch ends here ---
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 191426
: 144177 |
144432
|
144950