Thu Apr 7 10:18:08 2016 UTC ()
g/c stale comment


(tnn)
diff -r1.9 -r1.10 pkgsrc/x11/sessreg/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/x11/sessreg/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/sessreg/Makefile 2015/05/02 10:27:31 1.9
+++ pkgsrc/x11/sessreg/Makefile 2016/04/07 10:18:08 1.10
@@ -1,28 +1,21 @@ @@ -1,28 +1,21 @@
1# $NetBSD: Makefile,v 1.9 2015/05/02 10:27:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2016/04/07 10:18:08 tnn Exp $
2 2
3DISTNAME= sessreg-1.1.0 3DISTNAME= sessreg-1.1.0
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= Manage utmp/wtmp entries for xdm 10COMMENT= Manage utmp/wtmp entries for xdm
11 11
12USE_TOOLS+= pkg-config 12USE_TOOLS+= pkg-config
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LANGUAGES= c 14USE_LANGUAGES= c
15 15
16BUILD_DEFS+= VARBASE 16BUILD_DEFS+= VARBASE
17CONFIGURE_ARGS+=--localstatedir=${VARBASE:Q} 17CONFIGURE_ARGS+=--localstatedir=${VARBASE:Q}
18 18
19### 
20### Please see patches/patch-ab for details on this. 
21### 
22#.if ${OPSYS} == "SomePlatform" 
23#CPPFLAGS+= -DNO_COLON_ZERO_IN_UTMP 
24#.endif 
25 
26BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.25 19BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.25
27.include "../../x11/xproto/buildlink3.mk" 20.include "../../x11/xproto/buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"