head 1.6; access; symbols pkgsrc-2023Q4:1.6.0.14 pkgsrc-2023Q4-base:1.6 pkgsrc-2023Q3:1.6.0.12 pkgsrc-2023Q3-base:1.6 pkgsrc-2023Q2:1.6.0.10 pkgsrc-2023Q2-base:1.6 pkgsrc-2023Q1:1.6.0.8 pkgsrc-2023Q1-base:1.6 pkgsrc-2022Q4:1.6.0.6 pkgsrc-2022Q4-base:1.6 pkgsrc-2022Q3:1.6.0.4 pkgsrc-2022Q3-base:1.6 pkgsrc-2022Q2:1.6.0.2 pkgsrc-2022Q2-base:1.6 pkgsrc-2022Q1:1.5.0.6 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.5.0.4 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.2 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.4.0.12 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.10 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.8 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.6 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.4 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.2 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.3.0.24 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.20 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.18 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.16 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.14 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.12 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.10 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.8 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.6 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.4 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.2.0.16 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.14 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.12 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.10 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.8 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.6 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.4 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.2 pkgsrc-2015Q3-base:1.2; locks; strict; comment @# @; 1.6 date 2022.04.03.22.16.01; author wiz; state Exp; branches; next 1.5; commitid dWqrW2B3oEFJVNyD; 1.5 date 2021.09.12.00.05.50; author tnn; state Exp; branches; next 1.4; commitid 1yFIiWtN6lK06B8D; 1.4 date 2020.01.18.23.36.00; author rillig; state Exp; branches; next 1.3; commitid shGUwZfkr7sleeTB; 1.3 date 2017.09.16.19.27.28; author wiz; state Exp; branches; next 1.2; commitid A7fIQ99zTdcMls7A; 1.2 date 2015.07.02.23.00.01; author rodent; state Exp; branches; next 1.1; commitid iHOJR9o00s5otLry; 1.1 date 2015.07.02.12.38.33; author rodent; state Exp; branches; next ; commitid iKWDshbQZlE12Iry; desc @@ 1.6 log @xedit: update to 1.2.3. This minor maintenance release adds support for building on the ARM platform for MacOS, as well as some more general bug fixes and cleanups for all OS'es. Alan Coopersmith (5): Update configure.ac bug URL for gitlab migration gitlab CI: add a basic build test Build xz tarballs instead of bzip2 man page: remove out-of-date COPYRIGHT section xedit 1.2.3 Emil Velikov (1): autogen.sh: use quoted string variables Gary Palter (1): Minimal changes to build on Apple silicon (i.e., new Apple M1 Macs) Jeremy Huddleston Sequoia (1): Followup to previous commit to use isinfinite for darwin rather than arm64. Mihail Konev (1): autogen: add default patch prefix Niclas Zeising (1): Fix segfault when tags file isn't found Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish @ text @# $NetBSD: Makefile,v 1.5 2021/09/12 00:05:50 tnn Exp $ DISTNAME= xedit-1.2.3 CATEGORIES= x11 editors MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ COMMENT= Simple text editor for X #LICENSE= modified-bsd AND x11 # XXX AND others GNU_CONFIGURE= yes USE_TOOLS+= pkg-config MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults # finite(3) was deprecated on macOS aarch64 CFLAGS.Darwin+= -Dfinite\(d\)=isfinite\(d\) .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../devel/xorg-util-macros/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.5 log @xedit: finite(3) was deprecated on macOS aarch64. Use isfinite(3) instead. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2020/01/18 23:36:00 rillig Exp $ d3 2 a4 2 DISTNAME= xedit-1.2.2 CATEGORIES= editors x11 d6 1 a6 1 EXTRACT_SUFX= .tar.bz2 @ 1.4 log @all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2017/09/16 19:27:28 wiz Exp $ d18 3 @ 1.3 log @Reset maintainer @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2015/07/02 23:00:01 rodent Exp $ d9 1 a9 1 HOMEPAGE= http://xorg.freedesktop.org/ @ 1.2 log @CATEGORIES+=x11 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2015/07/02 12:38:33 rodent Exp $ d8 1 a8 1 MAINTAINER= rodent@@NetBSD.org @ 1.1 log @Adding: libXaw3d libXprintAppUtil liblbxutil mkcomposecache proxymngr rstart xcmsdb xdbedizzy xedit xf86dga xmh xpr xrx xtrap from pkgsrc-wip as requested by wiz@@ last quarter. LICENSE can be fixed later. @ text @d1 1 a1 1 # $NetBSD$ d4 1 a4 1 CATEGORIES= editors @