aboutsummaryrefslogtreecommitdiff
path: root/net/minidlna
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2019-01-08 23:34:48 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2019-01-08 23:34:48 +0000
commit7efb08e00c4fbc6223ab4547e45ff970f139266e (patch)
tree6280cf5fa43814bffe3459eb95b2d361ea1c5663 /net/minidlna
parent3a7be1bd18059c657db243f178b8008c07e135cc (diff)
downloadports-7efb08e00c4fbc6223ab4547e45ff970f139266e.tar.gz
ports-7efb08e00c4fbc6223ab4547e45ff970f139266e.zip
Remove patch that I missed to add to commit index in r489641.
Notes
Notes: svn path=/head/; revision=489747
Diffstat (limited to 'net/minidlna')
-rw-r--r--net/minidlna/files/patch-upnpreplyparse.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/minidlna/files/patch-upnpreplyparse.c b/net/minidlna/files/patch-upnpreplyparse.c
deleted file mode 100644
index 5d98d2d9b9cd..000000000000
--- a/net/minidlna/files/patch-upnpreplyparse.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- upnpreplyparse.c.orig 2013-11-02 02:06:41.000000000 +0100
-+++ upnpreplyparse.c 2013-12-16 20:12:25.595454171 +0100
-@@ -122,7 +122,7 @@
- {
- struct NameValueParserData pdata;
- struct NameValue * nv;
-- ParseNameValue(buffer, bufsize, &pdata);
-+ ParseNameValue(buffer, bufsize, &pdata, XML_STORE_EMPTY_FL);
- for(nv = pdata.head.lh_first;
- nv != NULL;
- nv = nv->entries.le_next)