pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/emacs31



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 31 18:11:55 UTC 2026

Modified Files:
        pkgsrc/editors/emacs31: Makefile options.mk

Log Message:
emacs31: switch to gcc16-libjit

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs31/Makefile \
    pkgsrc/editors/emacs31/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs31/Makefile
diff -u pkgsrc/editors/emacs31/Makefile:1.1 pkgsrc/editors/emacs31/Makefile:1.2
--- pkgsrc/editors/emacs31/Makefile:1.1 Tue Aug 25 17:22:37 2026
+++ pkgsrc/editors/emacs31/Makefile     Mon Aug 31 18:11:55 2026
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2026/08/25 17:22:37 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2026/08/31 18:11:55 wiz Exp $
 
 CONFLICTS+=    emacs31-nox11-[0-9]*
 
 .include "../../editors/emacs31/Makefile.common"
 
+PKGREVISION=   1
+
 .include "options.mk"
 
 # Erroneously tries to enable inotify by default.
Index: pkgsrc/editors/emacs31/options.mk
diff -u pkgsrc/editors/emacs31/options.mk:1.1 pkgsrc/editors/emacs31/options.mk:1.2
--- pkgsrc/editors/emacs31/options.mk:1.1       Tue Aug 25 17:22:38 2026
+++ pkgsrc/editors/emacs31/options.mk   Mon Aug 31 18:11:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2026/08/25 17:22:38 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2026/08/31 18:11:55 wiz Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -42,12 +42,12 @@ CONFIGURE_ARGS+=    --without-dbus
 ###
 .if !empty(PKG_OPTIONS:Mlibgccjit)
 CONFIGURE_ARGS+=       --with-native-compilation
-LDFLAGS+=              ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc15-libjit}/gcc15/lib
+LDFLAGS+=              ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc16-libjit}/gcc16/lib
 PRINT_PLIST_AWK+=      /lib\/emacs\/${PKGVERSION_NOREV}\/native-lisp/ { next; }
 PRINT_PLIST_AWK+=      /share\/emacs\/${PKGVERSION_NOREV}\/lisp\/native-lisp/ { next; }
 GENERATE_PLIST+=       cd ${DESTDIR}${PREFIX} && \
         ${FIND} share/emacs/${PKGVERSION_NOREV}/lisp/native-lisp lib/emacs/${PKGVERSION_NOREV}/native-lisp/ \( -type f -o -type l \) -print | ${SORT};
-.  include "../../lang/gcc15-libjit/buildlink3.mk"
+.  include "../../lang/gcc16-libjit/buildlink3.mk"
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index