pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tig



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 18:16:32 UTC 2017

Modified Files:
        pkgsrc/devel/tig: Makefile options.mk

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/tig/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/tig/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/tig/Makefile
diff -u pkgsrc/devel/tig/Makefile:1.14 pkgsrc/devel/tig/Makefile:1.15
--- pkgsrc/devel/tig/Makefile:1.14      Tue Aug 18 07:31:05 2015
+++ pkgsrc/devel/tig/Makefile   Wed Jan  4 18:16:32 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2015/08/18 07:31:05 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2017/01/04 18:16:32 roy Exp $
 
 DISTNAME=      tig-1.2.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel scm
 MASTER_SITES=  http://jonas.nitro.dk/tig/releases/
 
@@ -16,7 +16,7 @@ DEPENDS+=     git-base-[0-9]*:../../devel/gi
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    gmake
-USE_NCURSES=   yes
+FAKE_NCURSES=  yes
 
 CONF_FILES=    ${EGDIR}/tigrc ${PKG_SYSCONFDIR}/tigrc
 EGDIR=         ${PREFIX}/share/examples/${PKGBASE}

Index: pkgsrc/devel/tig/options.mk
diff -u pkgsrc/devel/tig/options.mk:1.2 pkgsrc/devel/tig/options.mk:1.3
--- pkgsrc/devel/tig/options.mk:1.2     Wed Oct 16 20:26:23 2013
+++ pkgsrc/devel/tig/options.mk Wed Jan  4 18:16:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2013/10/16 20:26:23 roy Exp $
+# $NetBSD: options.mk,v 1.3 2017/01/04 18:16:32 roy Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tig
@@ -11,9 +11,5 @@ PKG_SUGGESTED_OPTIONS+=       wide-curses
 
 .include "../../mk/bsd.options.mk"
 
-# NetBSD curses does not implemet getsyx or setsyx
-.if !empty(PKG_OPTIONS:Mwide-curses)
-.  include "../../devel/ncursesw/buildlink3.mk"
-.else
-.  include "../../devel/ncurses/buildlink3.mk"
-.endif
+USE_CURSES=            getsyx
+.include "../../mk/curses.buildlink3.mk"



Home | Main Index | Thread Index | Old Index