head 1.13; access; symbols pkgsrc-2026Q1:1.13.0.6 pkgsrc-2026Q1-base:1.13 pkgsrc-2025Q4:1.13.0.4 pkgsrc-2025Q4-base:1.13 pkgsrc-2025Q3:1.13.0.2 pkgsrc-2025Q3-base:1.13 pkgsrc-2025Q2:1.12.0.2 pkgsrc-2025Q2-base:1.12 pkgsrc-2025Q1:1.11.0.2 pkgsrc-2025Q1-base:1.11 pkgsrc-2024Q4:1.10.0.2 pkgsrc-2024Q4-base:1.10 pkgsrc-2024Q3:1.8.0.2 pkgsrc-2024Q3-base:1.8 pkgsrc-2024Q2:1.6.0.2 pkgsrc-2024Q2-base:1.6; locks; strict; comment @# @; 1.13 date 2025.07.28.09.36.28; author nat; state Exp; branches; next 1.12; commitid P9KS0ajvZiMJKu4G; 1.12 date 2025.05.07.03.12.04; author nat; state Exp; branches; next 1.11; commitid sXenxF6k3kyRgVTF; 1.11 date 2025.01.27.18.59.08; author rillig; state Exp; branches; next 1.10; commitid 6DyakPziZ5AkJ9HF; 1.10 date 2024.12.16.03.27.08; author nat; state Exp; branches; next 1.9; commitid 5iYtIcQBvvUiVFBF; 1.9 date 2024.11.30.07.34.02; author nat; state Exp; branches; next 1.8; commitid Fcg3YF34qCTVNDzF; 1.8 date 2024.07.22.02.01.18; author nat; state Exp; branches; next 1.7; commitid 5WURvliC7XBFaMiF; 1.7 date 2024.07.03.15.57.21; author nat; state Exp; branches; next 1.6; commitid SHrcA0TuWtP3ppgF; 1.6 date 2024.06.01.20.04.03; author nat; state Exp; branches; next 1.5; commitid 1VIeMgyV3EYNNjcF; 1.5 date 2024.05.07.11.39.33; author nat; state Exp; branches; next 1.4; commitid SGMX4RWXMEMyO39F; 1.4 date 2024.05.06.12.37.19; author nat; state Exp; branches; next 1.3; commitid fVmdsocdsQxvaW8F; 1.3 date 2024.05.06.08.37.18; author nia; state Exp; branches; next 1.2; commitid tVBcgSgnX8hnQU8F; 1.2 date 2024.05.05.19.20.30; author wiz; state Exp; branches; next 1.1; commitid WygiQYYMlq0VqQ8F; 1.1 date 2024.04.26.07.23.21; author nat; state Exp; branches; next ; commitid zrAY0RFnFLQhKC7F; desc @@ 1.13 log @Update to tinyx-wscons 0.8: New in this release: * Terminal VT switching * Grayscale color map has been fixed * Command line switch for setting the keyboard auto repeat rate "-keyrate" @ text @# $NetBSD: Makefile,v 1.12 2025/05/07 03:12:04 nat Exp $ VERSION= 0.8 DISTNAME= ${GITHUB_PROJECT}-${VERSION} #PKGREVISION= 1 CATEGORIES= x11 GITHUB_PROJECT= tinyx-wscons MASTER_SITES= ${MASTER_SITE_GITHUB:=AceHusky12/} EXTRACT_SUFX= .zip MAINTAINER= nat@@NetBSD.org HOMEPAGE= https://github.com/AceHusky12/tinyx-wscons COMMENT= Minimal X11 from Tiny Core Linux with wscons support LICENSE= gnu-gpl-v3 ONLY_FOR_PLATFORM= NetBSD-* OpenBSD-* .include "../../mk/bsd.prefs.mk" USE_TOOLS+= gmake aclocal autoconf automake pkg-config INSTALLATION_DIRS= sbin GNU_CONFIGURE= yes USE_LIBTOOL= yes SPECIAL_PERMS+= sbin/Xwscons ${SETUID_ROOT_PERMS} pre-configure: set -e; cd ${WRKSRC} && ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \ sh ./autogen.sh do-configure: cd ${WRKSRC} && ./configure --prefix ${X11BASE} ${CONFIGURE_ARGS} do-install: .for f in Xwscons ${INSTALL_PROGRAM} ${WRKSRC}/kdrive/wscons/${f} ${DESTDIR}${PREFIX}/sbin .endfor .include "../../graphics/freetype2/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.12 log @Update to tinyx-wscons 0.7: Add option "-n " to set scheduling priority. Now build on aarch64 on NetBSD. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2025/01/27 18:59:08 rillig Exp $ d3 1 a3 1 VERSION= 0.7 @ 1.11 log @x11: fix the ordering of common package variables @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2024/12/16 03:27:08 nat Exp $ d3 1 a3 1 VERSION= 0.6 @ 1.10 log @Update to TinyX-wscons 0.6: What's new in tinyx-wscons 0.6: Backlight control on supported screens. Keyboard autorepeat. ARM build fixes from pkgsrc. Keyboard bell now sounds. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2024/11/30 07:34:02 nat Exp $ a3 1 GITHUB_PROJECT= tinyx-wscons a4 1 d7 1 @ 1.9 log @Pass args and env to configure so the pkg can be cross compiled. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2024/07/22 02:01:18 nat Exp $ d3 1 a3 1 VERSION= 0.5 d7 1 a7 1 PKGREVISION= 1 @ 1.8 log @Fix arm build. NB: A special case may needed to be added for aarch64 to servermd.h. Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2024/07/03 15:57:21 nat Exp $ d29 1 a29 1 cd ${WRKSRC} && ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \ d33 1 a33 1 cd ${WRKSRC} && ./configure --prefix ${X11BASE} @ 1.7 log @Update to tinyx-wscons 0.5. New in this release: Able to use static colormaps for fixed colormap displays. Option to install apple standard colormaps (useful for mac68k and macppc). @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2024/06/01 20:04:03 nat Exp $ d7 1 @ 1.6 log @Update tinyx-wscons to 0.4. New in this release: tinyx-wscons now works with monochrome 1bpp displays. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2024/05/07 11:39:33 nat Exp $ d3 1 a3 1 VERSION= 0.4 @ 1.5 log @Use proper method to install the binary. As noted by jperkin@@. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2024/05/06 12:37:19 nat Exp $ d3 1 a3 1 VERSION= 0.3 @ 1.4 log @Strip the binary prior to installation. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2024/05/06 08:37:18 nia Exp $ d36 1 a36 2 ${STRIP} ${WRKSRC}/kdrive/wscons/${f} ${INSTALL_SCRIPT} ${WRKSRC}/kdrive/wscons/${f} ${DESTDIR}${PREFIX}/sbin @ 1.3 log @tinyx-wscons: fix typo @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/05/05 19:20:30 wiz Exp $ d36 1 @ 1.2 log @tinyx-wscons: try fixing build needs libtool's m4 file, so set USE_LIBTOOL @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/04/26 07:23:21 nat Exp $ d13 1 a13 1 COMMENT= Minimal X11 from Tiny Core Linus with wscons support @ 1.1 log @tinyx-wscons. A fork of Tiny Core Linux tinyX with wscons(9) support. It currently supports colordepths of 4bpp to 32bpp with mouse and keyboard support. @ text @d1 1 a1 1 # $NetBSD$ a19 1 d23 1 @