pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 21:26:46 UTC 2025
Modified Files:
pkgsrc/textproc/dict-server: Makefile
pkgsrc/textproc/groff: options.mk
pkgsrc/textproc/helpdeco: Makefile
pkgsrc/textproc/ispell: Makefile
Log Message:
*: remove Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/dict-server/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/groff/options.mk
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/helpdeco/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/ispell/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/dict-server/Makefile
diff -u pkgsrc/textproc/dict-server/Makefile:1.34 pkgsrc/textproc/dict-server/Makefile:1.35
--- pkgsrc/textproc/dict-server/Makefile:1.34 Mon Mar 30 13:38:58 2020
+++ pkgsrc/textproc/dict-server/Makefile Mon Apr 21 21:26:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/03/30 13:38:58 cheusov Exp $
+# $NetBSD: Makefile,v 1.35 2025/04/21 21:26:46 wiz Exp $
.include "../../textproc/dict-server/Makefile.common"
@@ -22,11 +22,7 @@ MESSAGE_SUBST+= PATH_TO_M4="${TOOLS_PAT
FILES_SUBST+= PATH_TO_M4="${TOOLS_PATH.m4}"
DICTD_USER?= dictd
-.if ${OPSYS} == "Interix"
-DICTD_GROUP?= nogroup
-.else
DICTD_GROUP?= dictd
-.endif
PKG_GROUPS= ${DICTD_GROUP}
PKG_USERS= ${DICTD_USER}:${DICTD_GROUP}
Index: pkgsrc/textproc/groff/options.mk
diff -u pkgsrc/textproc/groff/options.mk:1.14 pkgsrc/textproc/groff/options.mk:1.15
--- pkgsrc/textproc/groff/options.mk:1.14 Mon Oct 14 06:45:59 2024
+++ pkgsrc/textproc/groff/options.mk Mon Apr 21 21:26:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2024/10/14 06:45:59 wiz Exp $
+# $NetBSD: options.mk,v 1.15 2025/04/21 21:26:46 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.groff
PKG_SUPPORTED_OPTIONS= groff-docs x11
@@ -22,7 +22,6 @@ CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --with-appresdir=${PREFIX}/lib/X11/app-defaults
PLIST_SRC+= PLIST.x11
.include "../../mk/xaw.buildlink3.mk"
-CONFIGURE_ENV.Interix+= X_EXTRA_LIBS=-lXext
.else
CONFIGURE_ARGS+= --without-x
.endif
Index: pkgsrc/textproc/helpdeco/Makefile
diff -u pkgsrc/textproc/helpdeco/Makefile:1.26 pkgsrc/textproc/helpdeco/Makefile:1.27
--- pkgsrc/textproc/helpdeco/Makefile:1.26 Wed Jul 4 13:40:39 2018
+++ pkgsrc/textproc/helpdeco/Makefile Mon Apr 21 21:26:46 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/07/04 13:40:39 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.27 2025/04/21 21:26:46 wiz Exp $
DISTNAME= helpdeco-2.1.3
PKGREVISION= 1
@@ -12,7 +11,7 @@ COMMENT= Windows .hlp to .rtf converter
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin"
CFLAGS+= -DHAVE_STRLCPY
.endif
Index: pkgsrc/textproc/ispell/Makefile
diff -u pkgsrc/textproc/ispell/Makefile:1.31 pkgsrc/textproc/ispell/Makefile:1.32
--- pkgsrc/textproc/ispell/Makefile:1.31 Thu Jun 10 23:43:26 2021
+++ pkgsrc/textproc/ispell/Makefile Mon Apr 21 21:26:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/06/10 23:43:26 gutteridge Exp $
+# $NetBSD: Makefile,v 1.32 2025/04/21 21:26:46 wiz Exp $
.include "Makefile.common"
@@ -48,11 +48,6 @@ do-configure:
cd ${WRKSRC}; \
${ECHO} "#define USG" >> local.h;
.endif
-.if ${OPSYS} == "Interix"
- cd ${WRKSRC}; \
- ${ECHO} "#define SORTTMP \"\"" >> local.h; \
- ${ECHO} "#define MAKE_SORTTMP \"\"" >> local.h;
-.endif
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index