mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Fix build on head after r263203 removed some unused defines.
- Try again to make portscout ignore this.
This commit is contained in:
parent
894489d932
commit
8e73b49632
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357704
@ -28,7 +28,7 @@ USE_SUBMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/zebra
|
||||
|
||||
PORTSCOUT= ignore:0.95
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}"
|
||||
|
||||
|
@ -1,6 +1,19 @@
|
||||
--- zebra/kernel_socket.c.orig 2003-11-28 01:35:50.000000000 +0900
|
||||
+++ zebra/kernel_socket.c 2010-01-26 15:13:19.000000000 +0900
|
||||
@@ -91,9 +91,13 @@
|
||||
--- ./zebra/kernel_socket.c.orig 2003-11-27 10:35:50.000000000 -0600
|
||||
+++ ./zebra/kernel_socket.c 2014-06-13 12:53:05.553677585 -0500
|
||||
@@ -58,8 +58,12 @@
|
||||
{RTM_REDIRECT, "RTM_REDIRECT"},
|
||||
{RTM_MISS, "RTM_MISS"},
|
||||
{RTM_LOCK, "RTM_LOCK"},
|
||||
+#ifdef RTM_OLDADD
|
||||
{RTM_OLDADD, "RTM_OLDADD"},
|
||||
+#endif
|
||||
+#ifdef RTM_OLDDEL
|
||||
{RTM_OLDDEL, "RTM_OLDDEL"},
|
||||
+#endif
|
||||
{RTM_RESOLVE, "RTM_RESOLVE"},
|
||||
{RTM_NEWADDR, "RTM_NEWADDR"},
|
||||
{RTM_DELADDR, "RTM_DELADDR"},
|
||||
@@ -91,9 +95,13 @@
|
||||
#ifdef RTF_MASK
|
||||
{RTF_MASK, "MASK"},
|
||||
#endif /* RTF_MASK */
|
||||
@ -14,7 +27,7 @@
|
||||
{RTF_STATIC, "STATIC"},
|
||||
{RTF_BLACKHOLE, "BLACKHOLE"},
|
||||
{RTF_PROTO1, "PROTO1"},
|
||||
@@ -593,9 +597,11 @@
|
||||
@@ -593,9 +601,11 @@
|
||||
if (gate && message == RTM_ADD)
|
||||
msg.rtm.rtm_flags |= RTF_GATEWAY;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user