Skip to content

Commit

Permalink
deve/gdb: ignore instead of disconnecting
Browse files Browse the repository at this point in the history
Mark the port as ignored instead of disconnecting it from the ports
build system. This way a user trying to explicitly build this port will
be informed that it's ignored on CheriBSD.
  • Loading branch information
kwitaszczyk committed Mar 9, 2024
1 parent e22f121 commit 28e6481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 1 addition & 8 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -741,14 +741,7 @@
SUBDIR += gcli
SUBDIR += gconf2
SUBDIR += gconfmm26
#
# devel/gdb is replaced by devel/gdb-meta that points at devel/gdb-cheri on
# CheriBSD.
#
# Do not build devel/gdb but leave it in CheriBSD ports to prevent possible
# upstream merge issues.
#
# SUBDIR += gdb
SUBDIR += gdb
SUBDIR += gdb-cheri
SUBDIR += gdb-meta
SUBDIR += gdcm
Expand Down
2 changes: 2 additions & 0 deletions devel/gdb/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.ifndef SLAVE_PORT
IGNORE= is replaced by devel/gdb-meta on CheriBSD

PORTNAME= gdb
DISTVERSION= 13.1
PORTREVISION= 3
Expand Down

0 comments on commit 28e6481

Please sign in to comment.