head 1.3; access; symbols pkgsrc-2021Q1:1.2.0.2 pkgsrc-2021Q1-base:1.2; locks; strict; comment @// @; 1.3 date 2021.04.30.05.55.06; author pin; state dead; branches; next 1.2; commitid QglMtLM4Y16SmhRC; 1.2 date 2021.02.08.02.56.19; author gutteridge; state Exp; branches; next 1.1; commitid qPxt3QNTsFgQYQGC; 1.1 date 2021.02.07.05.06.12; author gutteridge; state Exp; branches; next ; commitid qb4mGjUaTAsfJJGC; desc @@ 1.3 log @news/neix: update to 0.1.4 -Fix issue #16 Not on changelog but, #19 is merged and removes one patch for us. @ text @$NetBSD: patch-src_main.cpp,v 1.2 2021/02/08 02:56:19 gutteridge Exp $ Consistently determine the user's configuration path at runtime, don't use a hard-coded value that was defined as the build environment's $HOME. https://github.com/tomschwarz/neix/pull/19 --- src/main.cpp.orig 2020-09-07 19:55:08.000000000 +0000 +++ src/main.cpp @@@@ -35,7 +35,7 @@@@ void processArguments(int argc, char **a case 'i': cout << prefix << "Import feeds from: " << optarg << endl; - imported = opml::import(optarg, FEED_CONFIG_PATH); + imported = opml::import(optarg, getFeedConfigPath()); cout << prefix << imported << " feed(s) was imported" << endl; break; @ 1.2 log @neix: add an upstream patch URL @ text @d1 1 a1 1 $NetBSD: patch-src_main.cpp,v 1.1 2021/02/07 05:06:12 gutteridge Exp $ @ 1.1 log @neix: various build fixes Don't hard-code the build environment's $HOME as the basis for the default user configuration path, and use consistent means to check for this path. Don't install configuration files in $HOME during the build. This package also expects C++11. @ text @d1 1 a1 1 $NetBSD$ d5 1 @