diff options
author | archie <archie@FreeBSD.org> | 2004-04-14 01:42:11 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2004-04-14 01:42:11 +0800 |
commit | 4f560caa2a3cff7998fcb1415939b697a0088388 (patch) | |
tree | 01e0032d0750804271569f7424d56c779c312f41 /net/mpd | |
parent | 014f1775daa78ebf3b1daef12a31f4add436c104 (diff) | |
download | freebsd-ports-gnome-4f560caa2a3cff7998fcb1415939b697a0088388.tar.gz freebsd-ports-gnome-4f560caa2a3cff7998fcb1415939b697a0088388.tar.zst freebsd-ports-gnome-4f560caa2a3cff7998fcb1415939b697a0088388.zip |
Include patch that fixes ports/62477.
Diffstat (limited to 'net/mpd')
-rw-r--r-- | net/mpd/Makefile | 1 | ||||
-rw-r--r-- | net/mpd/files/patch-aa | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index b56b485e6c9f..0534e9f9a9cd 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpd PORTVERSION= 3.17 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= archie diff --git a/net/mpd/files/patch-aa b/net/mpd/files/patch-aa new file mode 100644 index 000000000000..90527d677044 --- /dev/null +++ b/net/mpd/files/patch-aa @@ -0,0 +1,17 @@ +Index: src/pppoe.c +=================================================================== +RCS file: /cvsroot/mpd/mpd/src/pppoe.c,v +retrieving revision 1.9 +diff -u -r1.9 pppoe.c +--- src/pppoe.c 19 Dec 2003 14:34:57 -0000 1.9 ++++ src/pppoe.c 12 Apr 2004 22:32:07 -0000 +@@ -222,6 +222,9 @@ + return; + }; + ++ /* Create PPPOE node if necessary */ ++ PppoeNodeUpdate(); ++ + /* Create a new netgraph node */ + if (NgMkSockNode(NULL, &pe->csock, &pe->dsock) < 0) { + Log(LG_ERR, ("[%s] PPPoE can't create ctrl socket: %s", |