pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cgdb
Module Name: pkgsrc
Committed By: jperkin
Date: Wed May 8 12:08:44 UTC 2024
Modified Files:
pkgsrc/devel/cgdb: Makefile
Log Message:
cgdb: Switch to ncurses.
This doesn't currently build with builtin NetBSD curses due to a number
of issues. While here order things correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/cgdb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cgdb/Makefile
diff -u pkgsrc/devel/cgdb/Makefile:1.29 pkgsrc/devel/cgdb/Makefile:1.30
--- pkgsrc/devel/cgdb/Makefile:1.29 Wed Oct 14 05:32:16 2020
+++ pkgsrc/devel/cgdb/Makefile Wed May 8 12:08:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/10/14 05:32:16 kamil Exp $
+# $NetBSD: Makefile,v 1.30 2024/05/08 12:08:44 jperkin Exp $
DISTNAME= cgdb-0.7.1
CATEGORIES= devel
@@ -9,6 +9,7 @@ HOMEPAGE= http://cgdb.sourceforge.net/
COMMENT= Curses-based interface to the GNU Debugger (GDB)
LICENSE= gnu-gpl-v2
+USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
USE_TOOLS+= gmake flex
INFO_FILES= yes
@@ -17,15 +18,9 @@ INFO_FILES= yes
# of interest (the local libutil) is found first.
MAKE_ENV+= AM_LDFLAGS=-L${WRKSRC}/lib/util/src
-# rl_mark and others
+# Doesn't detect builtin curses correctly, redefines COLOR_*, etc.
+.include "../../devel/ncurses/buildlink3.mk"
+
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/terminfo.buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-
-.if ${CURSES_TYPE} == "curses"
-CONFIGURE_ARGS+= --with-curses
-.endif
-
-USE_LANGUAGES= c c++
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index