Disable gdb support:

* It doesn't work, because gdb can't attach to a setguid utmp process.
* Users shouldn't have to debug the program.
* arm64 doesn't have /usr/bin/gdb, causing a packaging failure down the line.
This commit is contained in:
naddy 2018-09-09 12:54:52 +00:00
parent 34ae992dae
commit 56f4ee4f1c
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2016/09/13 19:15:03 naddy Exp $
# $OpenBSD: Makefile,v 1.46 2018/09/09 12:54:52 naddy Exp $
COMMENT= color X11 terminal emulator with transparency support
COMMENT-kanji= color japanese terminal emulator with transparency support
@ -8,6 +8,7 @@ DISTNAME= Eterm-$V
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
# also see below
PKGNAME= eterm-$V
REVISION= 0
SHARED_LIBS += Eterm 1.0 # unknown
CATEGORIES= x11
@ -36,7 +37,8 @@ CONFIGURE_ARGS= --enable-trans \
--with-backspace=bs \
--without-terminfo
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv"
LDFLAGS="-L${LOCALBASE}/lib -liconv" \
ac_cv_path_GDB=no
FLAVORS= kanji
FLAVOR?=

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.12 2015/03/16 18:07:58 naddy Exp $
@comment $OpenBSD: PLIST,v 1.13 2018/09/09 12:54:52 naddy Exp $
@conflict ja-eterm-*
@conflict eterm-*
@bin bin/Esetroot
@ -18,7 +18,6 @@ lib/libEterm.la
@lib lib/libEterm.so.${LIBEterm_VERSION}
@man man/man1/Eterm.1
share/Eterm/
share/Eterm/gdb.scr
share/Eterm/pix/
share/Eterm/pix/bar_horizontal_1.png
share/Eterm/pix/bar_horizontal_2.png