head 1.2; access; symbols pkgsrc-2024Q3:1.1.0.8 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.6 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.4 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.2 pkgsrc-2023Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2024.10.25.15.16.13; author ktnb; state dead; branches; next 1.1; commitid KMs8U5JqQhvtw3vF; 1.1 date 2023.11.19.13.00.26; author bacon; state Exp; branches; next ; commitid 1GSrVMBHz33bJdNE; desc @@ 1.2 log @qemacs: update to 6.3.2 Packaging changes: - removed patches that were fixed by upstream Upstream changes: - many bug fixes - minor feature enhancements - some better platform support @ text @$NetBSD: patch-configure,v 1.1 2023/11/19 13:00:26 bacon Exp $ Added NetBSD support. The main reason for this is that it prevents DLLIBS from getting set to "-ldl" in the Makefile. --- configure.orig 2023-03-09 11:57:59.000000000 +0000 +++ configure @@@@ -115,6 +115,14 @@@@ case $targetos in ptsname="no" dllibs= ;; + NetBSD) + extralibs="-lm" + make="gmake" + doc="no" + plugins="no" + ptsname="no" + dllibs= + ;; FreeBSD) extralibs="-lm" make="gmake" @ 1.1 log @editors/qemacs: Quick Emacs qemacs - small but powerful UNIX editor with many features that even big editors lack. QEmacs is a text editor targeted at embedded systems or debugging. Although it is very small, it has some very interesting features that even big editors lack such as an Emacs look and feel with all common Emacs features, can edit huge files, has full Unicode support, has various syntax modes for common programming langauges, a shell mode with full color VT100 terminal emulation, input methods for most languages (including Chinese), binary and hexadecimal in place editing mode, no termcap requirement, X11 support, and PNG/bitmap support. @ text @d1 1 a1 1 $NetBSD$ @