diff options
-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", |