diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
commit | 11b0d3ddde2150d23a51c55b5597d968fe3a03bb (patch) | |
tree | 033e919c8c3370eefece9a149b26edc18d1cd93f /net-mgmt/ndpmon/files/patch-parser.c | |
parent | Fix build on local systems when ffmpeg-2.3.3 is installed. This removes the (diff) |
Remove non staged ports without pending PR from net-im and net-mgmt
Notes
Notes:
svn path=/head/; revision=366966
Diffstat (limited to 'net-mgmt/ndpmon/files/patch-parser.c')
-rw-r--r-- | net-mgmt/ndpmon/files/patch-parser.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-mgmt/ndpmon/files/patch-parser.c b/net-mgmt/ndpmon/files/patch-parser.c deleted file mode 100644 index e75b8ef02d74..000000000000 --- a/net-mgmt/ndpmon/files/patch-parser.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- parser.c.orig -+++ parser.c -@@ -77,8 +77,8 @@ - write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_defrtr",flag); - write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_pinfo",flag); - write_proc("/proc/sys/net/ipv6/conf/all/accept_redirects",flag); -- } - #endif -+ } - xmlXPathFreeObject (xmlobject); - return; - } |