mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update to version 3.18; this also fixes build failure on -current.
This commit is contained in:
parent
512a3925ed
commit
6602288943
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108383
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mpd
|
||||
PORTVERSION= 3.17
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.18
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= archie
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mpd-3.17.tar.gz) = 17182ff64d71e98b69a5153e0e06c196
|
||||
MD5 (mpd-3.18.tar.gz) = 4fdd913870dc29f29eed8f0442cd54bb
|
||||
|
@ -1,17 +0,0 @@
|
||||
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",
|
Loading…
Reference in New Issue
Block a user