View | Details | Raw Unified | Return to bug 164977
Collapse All | Expand All

(-)poptop/Makefile (-5 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	poptop
8
PORTNAME=	poptop
9
PORTVERSION=	1.3.4
9
PORTVERSION=	1.3.4
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	SF/${PORTNAME}/pptpd/pptpd-${PORTVERSION}
12
MASTER_SITES=	SF/${PORTNAME}/pptpd/pptpd-${PORTVERSION}
13
DISTNAME=	pptpd-${PORTVERSION:S/.b/-b/}
13
DISTNAME=	pptpd-${PORTVERSION:S/.b/-b/}
Lines 40-47 Link Here
40
40
41
.include <bsd.port.pre.mk>
41
.include <bsd.port.pre.mk>
42
42
43
.if ${OSVERSION} > 900007
44
BROKEN=		fails to build with new utmpx
45
.endif
46
47
.include <bsd.port.post.mk>
43
.include <bsd.port.post.mk>
(-)poptop/files/patch-plugins_pptpd-logwtmp.c (+10 lines)
Line 0 Link Here
1
--- plugins/pptpd-logwtmp.c.orig	2012-02-11 09:39:49.169959858 +0000
2
+++ plugins/pptpd-logwtmp.c	2012-02-11 09:39:56.512074889 +0000
3
@@ -10,7 +10,6 @@
4
  *  2 of the License, or (at your option) any later version.
5
  */
6
 #include <unistd.h>
7
-#include <utmp.h>
8
 #include <string.h>
9
 #include "pppd.h"
10
 

Return to bug 164977