File:  [cvs.NetBSD.org] / pkgsrc / x11 / xf86-video-ast / Makefile
Revision 1.27: download - view: text, annotated - select for diffs
Fri Dec 9 08:49:16 2022 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
xf86-video-ast: update to 1.1.6.

Alan Coopersmith (11):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      gitlab CI: stop requiring Signed-off-by in commits
      WriteAST1180SOC: Add _X_UNUSED attribute to temp variable
      ast_mode: Eliminate unused DAC_TEXT & DAC_EGA arrays
      ast_vgatool: Fix -Wold-style-declaration warning
      ast_vgatool: Fix indentation in ASTGetScratchOptions()
      xf86-video-ast 1.1.6

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Daniel O'Connor (1):
      Do not hang if P2A is disabled, using sensible defaults instead.

Elyes HAOUAS (1):
      Res1280x800Table: Fix a typo on hexa value.

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (2):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: use exec instead of waiting for configure to finish

# $NetBSD: Makefile,v 1.27 2022/12/09 08:49:16 wiz Exp $

DISTNAME=	xf86-video-ast-1.1.6
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://xorg.freedesktop.org/
COMMENT=	Modular Xorg AST2000 video driver

USE_LIBTOOL=	yes
GNU_CONFIGURE=	yes
USE_TOOLS+=	pkg-config

RELRO_SUPPORTED=	partial

CONFIGURE_ENV.SunOS+=	DRIVER_MAN_SUFFIX=4

X11_DRV_NAME=	ast
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>