pkgsrc-WIP-changes archive

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

tig: Remove not-really-used options.mk



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed May 15 00:29:56 2019 +0200
Changeset:	d046fd2d0b43a902e9a6e4f80029727bf62fc060

Modified Files:
	tig/Makefile
Removed Files:
	tig/options.mk

Log Message:
tig: Remove not-really-used options.mk

The wide-curses option was just a nop, remove it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d046fd2d0b43a902e9a6e4f80029727bf62fc060

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

diffstat:
 tig/Makefile   |  3 ++-
 tig/options.mk | 15 ---------------
 2 files changed, 2 insertions(+), 16 deletions(-)

diffs:
diff --git a/tig/Makefile b/tig/Makefile
index 2b113bced3..fe96a1cf59 100644
--- a/tig/Makefile
+++ b/tig/Makefile
@@ -44,7 +44,8 @@ post-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}/${EGDIR} && \
 	${INSTALL_DATA} ${WRKSRC}/tigrc ${DESTDIR}/${EGDIR}
 
-.include "options.mk"
+USE_CURSES=		getsyx
 
 .include "../../converters/libiconv/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/tig/options.mk b/tig/options.mk
deleted file mode 100644
index cdbe591bce..0000000000
--- a/tig/options.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2017/01/04 18:16:32 roy Exp $
-#
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.tig
-PKG_SUPPORTED_OPTIONS=	wide-curses
-###
-###	Git commit messages often contain UTF-8, so we default
-###	to this here.
-###
-PKG_SUGGESTED_OPTIONS+=	wide-curses
-
-.include "../../mk/bsd.options.mk"
-
-USE_CURSES=		getsyx
-.include "../../mk/curses.buildlink3.mk"


Home | Main Index | Thread Index | Old Index