pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/git-base PR 55225 from Benjamin Lorenz: git push...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6e7ec897635
branches:  trunk
changeset: 455763:e6e7ec897635
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Jul 10 19:06:01 2021 +0000

description:
PR 55225 from Benjamin Lorenz: git push not displaying username

Seems that the input code depends on a HAVE_DEV_TTY setting that
autoconf doesn't actually check. I guess Linux packagers set this
explicitly; we shall too. Otherwise it falls back to libc getpass()
for all input, which disables echo unconditionally.

PKGREVISION -> 1

diffstat:

 devel/git-base/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 20783ebcd45b -r e6e7ec897635 devel/git-base/Makefile
--- a/devel/git-base/Makefile   Sat Jul 10 18:33:08 2021 +0000
+++ b/devel/git-base/Makefile   Sat Jul 10 19:06:01 2021 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.89 2021/06/13 18:36:31 adam Exp $
+# $NetBSD: Makefile,v 1.90 2021/07/10 19:06:01 dholland Exp $
 
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-base-${GIT_VERSION}
+PKGREVISION=   1
 COMMENT=       GIT Tree History Storage Tool (base package)
 
 CONFLICTS+=    scmgit-base-[0-9]*
@@ -20,6 +21,7 @@
 REPLACE_PERL+=         *.perl */*.perl */*/*.perl
 REPLACE_PERL+=         contrib/hooks/update-paranoid
 
+CFLAGS+=               -DHAVE_DEV_TTY
 CFLAGS.NetBSD+=                -D_NETBSD_SOURCE
 
 CONFIGURE_ARGS+=       --with-curl=${BUILDLINK_PREFIX.curl}



Home | Main Index | Thread Index | Old Index