pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 10 21:13:02 UTC 2026
Modified Files:
pkgsrc/doc: CHANGES-2026
pkgsrc/mk: motif.buildlink3.mk
pkgsrc/mk/defaults: mk.conf
pkgsrc/x11: Makefile
Removed Files:
pkgsrc/x11/lesstif: DEINSTALL DESCR INSTALL Makefile PLIST
buildlink3.mk distinfo
pkgsrc/x11/lesstif/patches: patch-aa patch-am patch-an patch-ao
patch-ap patch-aq patch-ar patch-bm patch-bn
patch-include_Motif-2.1_Xm_XmAll.h patch-lib_Xm-2.1_Xpmcreate.c
Log Message:
lesstif: remove
Upstream stopped development (in 2012) since the original motif became
available under the GPL.
As proposed on pkgsrc-users@
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 pkgsrc/doc/CHANGES-2026
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mk/motif.buildlink3.mk
cvs rdiff -u -r1.354 -r1.355 pkgsrc/mk/defaults/mk.conf
cvs rdiff -u -r1.1078 -r1.1079 pkgsrc/x11/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/x11/lesstif/DEINSTALL \
pkgsrc/x11/lesstif/INSTALL
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/lesstif/DESCR
cvs rdiff -u -r1.111 -r0 pkgsrc/x11/lesstif/Makefile
cvs rdiff -u -r1.12 -r0 pkgsrc/x11/lesstif/PLIST
cvs rdiff -u -r1.30 -r0 pkgsrc/x11/lesstif/buildlink3.mk
cvs rdiff -u -r1.22 -r0 pkgsrc/x11/lesstif/distinfo
cvs rdiff -u -r1.26 -r0 pkgsrc/x11/lesstif/patches/patch-aa
cvs rdiff -u -r1.16 -r0 pkgsrc/x11/lesstif/patches/patch-am \
pkgsrc/x11/lesstif/patches/patch-ao
cvs rdiff -u -r1.19 -r0 pkgsrc/x11/lesstif/patches/patch-an
cvs rdiff -u -r1.15 -r0 pkgsrc/x11/lesstif/patches/patch-ap
cvs rdiff -u -r1.18 -r0 pkgsrc/x11/lesstif/patches/patch-aq
cvs rdiff -u -r1.14 -r0 pkgsrc/x11/lesstif/patches/patch-ar
cvs rdiff -u -r1.8 -r0 pkgsrc/x11/lesstif/patches/patch-bm
cvs rdiff -u -r1.7 -r0 pkgsrc/x11/lesstif/patches/patch-bn
cvs rdiff -u -r1.1 -r0 \
pkgsrc/x11/lesstif/patches/patch-include_Motif-2.1_Xm_XmAll.h \
pkgsrc/x11/lesstif/patches/patch-lib_Xm-2.1_Xpmcreate.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2026
diff -u pkgsrc/doc/CHANGES-2026:1.220 pkgsrc/doc/CHANGES-2026:1.221
--- pkgsrc/doc/CHANGES-2026:1.220 Sat Jan 10 18:32:17 2026
+++ pkgsrc/doc/CHANGES-2026 Sat Jan 10 21:13:00 2026
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2026,v 1.220 2026/01/10 18:32:17 alnsn Exp $
+$NetBSD: CHANGES-2026,v 1.221 2026/01/10 21:13:00 wiz Exp $
Changes to the packages collection and infrastructure in 2026:
@@ -299,3 +299,4 @@ Changes to the packages collection and i
Updated x11/libdisplay-info to 0.3.0 [bsiegert 2026-01-10]
Removed mail/mopher [wiz 2026-01-10]
Updated devel/why3 to 1.8.2 [alnsn 2026-01-10]
+ Removed x11/lesstif [wiz 2026-01-10]
Index: pkgsrc/mk/motif.buildlink3.mk
diff -u pkgsrc/mk/motif.buildlink3.mk:1.17 pkgsrc/mk/motif.buildlink3.mk:1.18
--- pkgsrc/mk/motif.buildlink3.mk:1.17 Sun Jan 11 02:36:31 2015
+++ pkgsrc/mk/motif.buildlink3.mk Sat Jan 10 21:13:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: motif.buildlink3.mk,v 1.17 2015/01/11 02:36:31 joerg Exp $
+# $NetBSD: motif.buildlink3.mk,v 1.18 2026/01/10 21:13:00 wiz Exp $
#
# Package-settable variables:
#
@@ -33,9 +33,6 @@ BUILD_DEFS+= MOTIF_TYPE MOTIFBASE
exists(/usr/dt/include/Xm/Xm.h) && \
exists(/usr/dt/include/Xm/Gadget.h)
_MOTIF_TYPE= dt
-.elif exists(${X11BASE}/lib/X11/config/LessTif.tmpl) || \
- exists(${LOCALBASE}/lib/X11/config/LessTif.tmpl)
-_MOTIF_TYPE= lesstif
.elif exists(${X11BASE}/include/Xm.h) && \
exists(${X11BASE}/include/Xm/Gadget.h)
_MOTIF_TYPE= none
@@ -49,7 +46,6 @@ _MOTIF_TYPE= ${MOTIF_TYPE_DEFAULT}
#
.if defined(MOTIF_TYPE)
. if (${MOTIF_TYPE} == "dt") || \
- (${MOTIF_TYPE} == "lesstif") || \
(${MOTIF_TYPE} == "motif")
_MOTIF_TYPE= ${MOTIF_TYPE}
. endif
@@ -72,8 +68,6 @@ _MOTIFBASE= ${X11BASE}
.if ${_MOTIF_TYPE} == "motif"
. include "../../x11/motif/buildlink3.mk"
-.elif ${_MOTIF_TYPE} == "lesstif"
-. include "../../x11/lesstif/buildlink3.mk"
.else
#
# Link the pre-existing Motif libraries and headers in ${_MOTIFBASE} into
Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.354 pkgsrc/mk/defaults/mk.conf:1.355
--- pkgsrc/mk/defaults/mk.conf:1.354 Wed Dec 24 10:09:22 2025
+++ pkgsrc/mk/defaults/mk.conf Sat Jan 10 21:13:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.354 2025/12/24 10:09:22 wiz Exp $
+# $NetBSD: mk.conf,v 1.355 2026/01/10 21:13:00 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -413,7 +413,7 @@ VARBASE?= /var
# Where Motif-2.0-compatible headers and libraries are installed
# on the system.
# Possible: any path
-# Default: ${X11BASE} or where motif, openmotif or lesstif is installed
+# Default: ${X11BASE} or where motif or openmotif is installed
PKGINFODIR?= info
# The subdirectory of PREFIX that holds the GNU info files and the
@@ -1449,12 +1449,12 @@ MONOTONE_USER?= monotone
# the possible values below is already installed, but defaults to
# ${MOTIF_TYPE_DEFAULT}. This value is ignored if MOTIFBASE is
# explicitly set.
-# Possible: motif, openmotif, lesstif, dt (Irix and Solaris only)
+# Possible: motif, openmotif, dt (Irix and Solaris only)
# Default: ${MOTIF_TYPE_DEFAULT}
#MOTIF_TYPE_DEFAULT?= openmotif
# Used by motif.buildlink3.mk as the final default value for MOTIF_TYPE.
-# Possible: motif, openmotif, lesstif, dt (Irix and Solaris only)
+# Possible: motif, openmotif, dt (Irix and Solaris only)
# Default: motif, openmotif, or dt (Irix and Solaris only)
MTOOLS_ENABLE_FLOPPYD?= NO
Index: pkgsrc/x11/Makefile
diff -u pkgsrc/x11/Makefile:1.1078 pkgsrc/x11/Makefile:1.1079
--- pkgsrc/x11/Makefile:1.1078 Wed Dec 31 03:13:00 2025
+++ pkgsrc/x11/Makefile Sat Jan 10 21:13:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1078 2025/12/31 03:13:00 markd Exp $
+# $NetBSD: Makefile,v 1.1079 2026/01/10 21:13:00 wiz Exp $
#
COMMENT= Packages to support the X Window System
@@ -157,7 +157,6 @@ SUBDIR+= kxmlgui
SUBDIR+= labltk
SUBDIR+= lemonbar
SUBDIR+= lemonbar-xft
-SUBDIR+= lesstif
SUBDIR+= libFS
SUBDIR+= libICE
SUBDIR+= libSM
Home |
Main Index |
Thread Index |
Old Index