pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/news/tin
Module Name: pkgsrc
Committed By: roy
Date: Thu Jan 5 12:37:08 UTC 2017
Modified Files:
pkgsrc/news/tin: Makefile options.mk
Log Message:
Move curses foo from options.mk to Makefile (hi Thomas!)
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/news/tin/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/news/tin/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/news/tin/Makefile
diff -u pkgsrc/news/tin/Makefile:1.70 pkgsrc/news/tin/Makefile:1.71
--- pkgsrc/news/tin/Makefile:1.70 Wed Jan 4 22:45:33 2017
+++ pkgsrc/news/tin/Makefile Thu Jan 5 12:37:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2017/01/04 22:45:33 roy Exp $
+# $NetBSD: Makefile,v 1.71 2017/01/05 12:37:08 roy Exp $
#
DISTNAME= tin-2.2.1
@@ -47,6 +47,9 @@ CONFIGURE_ARGS+= --with-defaults-dir=${P
CONFIGURE_ARGS+= --enable-mh-mail-handling
CONFIGURE_ARGS+= --with-coffee
+CONFIGURE_ARGS+= --with-screen=${CURSES_TYPE}
+CONFIGURE_ARGS+= --with-curses-dir=${BUILDLINK_PREFIX.curses}
+
SUBST_CLASSES+= tin
SUBST_STAGE.tin= pre-configure
SUBST_MESSAGE.tin= Adjusting path to the configuration directory.
@@ -65,4 +68,5 @@ post-install:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/news/tin/options.mk
diff -u pkgsrc/news/tin/options.mk:1.15 pkgsrc/news/tin/options.mk:1.16
--- pkgsrc/news/tin/options.mk:1.15 Wed Jan 4 22:45:33 2017
+++ pkgsrc/news/tin/options.mk Thu Jan 5 12:37:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2017/01/04 22:45:33 roy Exp $
+# $NetBSD: options.mk,v 1.16 2017/01/05 12:37:08 roy Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tin
PKG_SUPPORTED_OPTIONS= icu inet6 tin-use-inn-spool
@@ -8,10 +8,6 @@ PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
-.include "../../mk/curses.buildlink3.mk"
-CONFIGURE_ARGS+= --with-screen=${CURSES_TYPE}
-CONFIGURE_ARGS+= --with-curses-dir=${BUILDLINK_PREFIX.curses}
-
.if !empty(PKG_OPTIONS:Micu)
.include "../../textproc/icu/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index