pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/fish



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jan  8 21:30:06 UTC 2024

Modified Files:
        pkgsrc/shells/fish: Makefile

Log Message:
fish: remove remnants of terminfo hack

I needed this for an issue that appeared in netbsd-current's binutils but
when updating to the latest, this terminfo hack is no longer necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/shells/fish/Makefile

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

Modified files:

Index: pkgsrc/shells/fish/Makefile
diff -u pkgsrc/shells/fish/Makefile:1.50 pkgsrc/shells/fish/Makefile:1.51
--- pkgsrc/shells/fish/Makefile:1.50    Sun Jan  7 16:08:52 2024
+++ pkgsrc/shells/fish/Makefile Mon Jan  8 21:30:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2024/01/07 16:08:52 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2024/01/08 21:30:05 maya Exp $
 
 DISTNAME=              fish-3.7.0
 CATEGORIES=            shells
@@ -54,7 +54,6 @@ post-extract:
 # ninja: error: manifest 'build.ninja' still dirty after 100 tries, perhaps system time is not set
 CMAKE_GENERATOR=       make
 
-.include "../../mk/terminfo.buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../devel/pcre2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index