View | Details | Raw Unified | Return to bug 191426 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sendip
4
PORTNAME=	sendip
5
PORTVERSION=	2.5
5
PORTVERSION=	2.5
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	net-mgmt ipv6
7
CATEGORIES=	net-mgmt ipv6
8
MASTER_SITES=	http://www.earth.li/projectpurple/files/
8
MASTER_SITES=	http://www.earth.li/projectpurple/files/
9
9
(-)files/patch-Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Tue Jan 28 13:03:48 2003
1
--- Makefile.orig	2002-10-12 19:28:00.000000000 +0200
2
+++ Makefile	Tue Jan 28 13:04:35 2003
2
+++ Makefile	2014-06-26 21:21:16.000000000 +0200
3
@@ -1,23 +1,23 @@
3
@@ -1,23 +1,23 @@
4
 #configureable stuff
4
 #configureable stuff
5
-PREFIX ?= /usr/local
5
-PREFIX ?= /usr/local
Lines 19-25 Link Here
19
-CFLAGS=	-fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \
19
-CFLAGS=	-fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \
20
-			-Wstrict-prototypes -Wnested-externs -Winline -Werror -g -Wcast-align \
20
-			-Wstrict-prototypes -Wnested-externs -Winline -Werror -g -Wcast-align \
21
-			-DSENDIP_LIBS=\"$(LIBDIR)\"
21
-			-DSENDIP_LIBS=\"$(LIBDIR)\"
22
+CFLAGS+=	-fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wno-empty-body -Wno-constant-conversion \
22
+CFLAGS+=	-fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings \
23
+			-Wstrict-prototypes -Wnested-externs -Winline -Werror -Wcast-align \
23
+			-Wstrict-prototypes -Wnested-externs -Winline -Werror -Wcast-align \
24
+			-DSENDIP_LIBS=\"${LIBDIR}\"
24
+			-DSENDIP_LIBS=\"${LIBDIR}\"
25
 #-Wcast-align causes problems on solaris, but not serious ones
25
 #-Wcast-align causes problems on solaris, but not serious ones
(-)files/patch-ripng.h (+11 lines)
Line 0 Link Here
1
--- ripng.h.orig	2014-06-26 21:40:53.000000000 +0200
2
+++ ripng.h	2014-06-26 21:41:04.000000000 +0200
3
@@ -15,7 +15,7 @@
4
 	struct in6_addr prefix;
5
 	u_int16_t tag;
6
 	u_int8_t len;
7
-	u_int8_t metric;
8
+	u_int16_t metric;
9
 } ripng_entry;
10
 
11
 /* Defines for which parts have been modified

Return to bug 191426