Fri May 15 00:15:53 2015 UTC ()
Pullup ticket #4708 - requested by wiz
x11/sessreg: build fix

Revisions pulled up:
- x11/sessreg/Makefile                                          1.9

---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Sat May  2 10:27:31 UTC 2015

   Modified Files:
        pkgsrc/x11/sessreg: Makefile

   Log Message:
   Needs xproto-7.0.25 (found in 6.0 bulk build)


(hiramatsu)
diff -r1.8 -r1.8.2.1 pkgsrc/x11/sessreg/Makefile

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

--- pkgsrc/x11/sessreg/Makefile 2015/01/20 09:22:06 1.8
+++ pkgsrc/x11/sessreg/Makefile 2015/05/15 00:15:53 1.8.2.1
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.8 2015/01/20 09:22:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.8.2.1 2015/05/15 00:15:53 hiramatsu 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### 19###
20### Please see patches/patch-ab for details on this. 20### Please see patches/patch-ab for details on this.
21### 21###
22#.if ${OPSYS} == "SomePlatform" 22#.if ${OPSYS} == "SomePlatform"
23#CPPFLAGS+= -DNO_COLON_ZERO_IN_UTMP 23#CPPFLAGS+= -DNO_COLON_ZERO_IN_UTMP
24#.endif 24#.endif
25 25
26 26BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.25
27.include "../../x11/xproto/buildlink3.mk" 27.include "../../x11/xproto/buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"