Skip to content

Commit

Permalink
*: Add libutempter support to various packages.
Browse files Browse the repository at this point in the history
Resolves the rest of #284.
  • Loading branch information
Jonathan Perkin committed Sep 29, 2020
1 parent fee704d commit 0a72400
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/screen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ screen-terminfo:
${SETENV} TERMINFO=${DESTDIR}${PREFIX}/share/lib/terminfo \
/usr/bin/tic screeninfo.src

.include "../../joyent/libutempter/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
3 changes: 3 additions & 0 deletions misc/tmux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ USE_TERMINFO= yes

USE_TOOLS+= pkg-config

CONFIGURE_ARGS+= --enable-utempter

SUBST_CLASSES+= sysconfdir
SUBST_STAGE.sysconfdir= pre-configure
SUBST_MESSAGE.sysconfdir= Do not force sysconfdir to /etc
Expand All @@ -36,5 +38,6 @@ CPPFLAGS+= -D__DARWIN_VERS_1050=0

.include "../../devel/libevent/buildlink3.mk"
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.10
.include "../../joyent/libutempter/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
1 change: 1 addition & 0 deletions net/mosh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ TEST_TARGET= check
.include "../../devel/protobuf/buildlink3.mk"
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.0.4
.include "../../devel/zlib/buildlink3.mk"
.include "../../joyent/libutempter/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"

.include "../../mk/curses.buildlink3.mk"
Expand Down
3 changes: 3 additions & 0 deletions x11/xterm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --enable-narrowproto
CONFIGURE_ARGS+= --enable-wide-chars
.endif

CONFIGURE_ARGS+= --with-utempter

.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
###
Expand All @@ -59,6 +61,7 @@ post-install:

.include "../../mk/curses.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../joyent/libutempter/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 0a72400

Please sign in to comment.