This release fixes a bug when too many arguments are supplied to the program and improves the man pages. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration xinit 1.4.1 Jon TURNEY (1): Make text about supplying X server arguments via startx more generic Laurent Bigonville (1): Fix some miscellaneous stuffs in the manpages Tobias Stoeckmann (1): Buffer overflow with many arguments.
28 lines
877 B
Makefile
28 lines
877 B
Makefile
# $NetBSD: Makefile,v 1.27 2019/03/04 10:53:56 wiz Exp $
|
|
|
|
DISTNAME= xinit-1.4.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X init program
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= mcookie-[0-9]*:../../x11/mcookie
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit --without-launchd
|
|
USE_TOOLS+= pkg-config xauth:run
|
|
|
|
TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
|
|
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
|
|
CONFIGURE_ENV+= ac_cv_path_MCOOKIE="${PREFIX}/bin/mcookie"
|
|
|
|
INSTALL_MAKE_FLAGS+= xinitrcdir=${PREFIX}/share/examples/xinit
|
|
CONF_FILES= ${PREFIX}/share/examples/xinit/xinitrc ${PREFIX}/etc/X11/xinit/xinitrc
|
|
MAKE_DIRS= ${PREFIX}/etc/X11/xinit
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|