pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/tmux



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 22 19:48:03 UTC 2024

Modified Files:
        pkgsrc/misc/tmux: Makefile

Log Message:
tmux: enable sixel support

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/misc/tmux/Makefile

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

Modified files:

Index: pkgsrc/misc/tmux/Makefile
diff -u pkgsrc/misc/tmux/Makefile:1.65 pkgsrc/misc/tmux/Makefile:1.66
--- pkgsrc/misc/tmux/Makefile:1.65      Mon Jun 17 06:50:09 2024
+++ pkgsrc/misc/tmux/Makefile   Sat Jun 22 19:48:03 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2024/06/17 06:50:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.66 2024/06/22 19:48:03 wiz Exp $
 
 DISTNAME=      tmux-3.4
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tmux/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -12,6 +13,8 @@ LICENSE=      modified-bsd
 
 GNU_CONFIGURE= yes
 
+CONFIGURE_ARGS+=       --enable-sixel
+
 USE_TOOLS+=    pkg-config
 USE_FEATURES+= strnlen
 



Home | Main Index | Thread Index | Old Index