Commit Graph

35 Commits

Author SHA1 Message Date
John McQuah 38bb3aa21a add support for optional dependencies
update docs to explain how optional dependencies are handled
2023-03-13 14:35:20 -04:00
Tim Biermann 8bc31c0745 Fix segfault in prt-cache
Co-authored-by: Alexandr Savca <alexandr.savca89@gmail.com>
2022-02-27 22:30:23 +01:00
Matt Housh ac030e3530 Added a regex fix for listinst, updated to version 5.19.4 2020-10-13 09:44:00 -05:00
Matt Housh 69c857a896 Revert "FS#593 isatty(1) check for quickdep to increase usability"
This reverts commit 54dc911470.
2019-03-08 12:30:52 -06:00
James Buren 041feb25c1 fix misc compile warnings 2019-03-01 21:44:35 +01:00
James Buren 2993a9ad57 fix several compile warnings (-Wreorder) 2019-03-01 21:33:11 +01:00
James Buren 75285a0dd9 fix several compile warnings (-Wsign-compare) 2019-03-01 20:56:46 +01:00
James Buren 4b6998eade fix compile warning and segfault caused by a missing return statement
we had the following compile warning:
prt-get.cpp: In member function 'virtual SignalHandler::HandlerResult PrtGet::handleSignal(int)':
prtget.cpp:1628:1: warning: no return statement in function returning non-void [-Wreturn-type] }

which leads to a segfault if we compile prt-get with optimalization, e.g. -O2,
and interrupt prt-get with ^C
2019-03-01 19:21:48 +01:00
Fredrik Rinnestam 54dc911470 FS#593 isatty(1) check for quickdep to increase usability 2017-06-17 20:29:44 +02:00
Fredrik Rinnestam eae3c12f42 signify aware again 2017-01-21 12:24:07 +01:00
Fredrik Rinnestam 60759c6ff5 merge 5.19 2017-01-21 12:13:16 +01:00
Fredrik Rinnestam b887129ff8 signify aware 2017-01-21 11:58:39 +01:00
Johannes Winkelmann fb6dd8f99f fix printf when using regex 2010-05-24 16:04:54 +02:00
Johannes Winkelmann 7c8a9b2ae5 print out Pkgmk settings in dumpconfig 2010-05-18 21:14:31 +02:00
Johannes Winkelmann cf616df902 refactor getPkgDest(...) into getPkgmkSetting(...) 2010-05-18 21:13:25 +02:00
Johannes Winkelmann a423bd54f1 show path in install summary 2008-06-26 18:26:21 +02:00
Johannes Winkelmann 23d8373672 implement --depsort for listinst 2006-10-19 10:34:44 +02:00
Johannes Winkelmann 497c60f0a8 prt-get: rewrite PKGMK_PACKAGE_DIR handling
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1947 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-27 15:41:25 +00:00
Johannes Winkelmann 30f5245b45 prt-get: show undecided diffs by default when using "prefer higher"
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1877 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-13 17:49:41 +00:00
Johannes Winkelmann 73dbd9babc prt-get: prepare for 5.14
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1875 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-13 17:13:26 +00:00
Johannes Winkelmann 205624c78b prt-get: remove handling of external dependency list
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1851 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-09 13:23:07 +00:00
Johannes Winkelmann 35154af881 prt-get: show multiple dups in 'dup'
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1838 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-08 13:53:58 +00:00
Johannes Winkelmann ea9b462d98 prt-get: allow accessing version and port path in dup format separately
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1836 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-08 11:59:57 +00:00
Johannes Winkelmann 261cc30ba2 prt-get: simplify default output of dup; allow passing a printf style pattern
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1835 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-08 11:35:06 +00:00
Johannes Winkelmann 01f7f05e78 prt-get: warn about unclear version decisions when using "prefer higher"
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1806 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-03 16:12:55 +00:00
Johannes Winkelmann 1e7028f079 prt-get: fix typo in help, reported by Mark
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1439 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-05-23 21:55:33 +00:00
Johannes Winkelmann 97351c3852 prt-get: add 'listorphans' command
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1236 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-04-12 18:35:00 +00:00
Johannes Winkelmann befaa350b1 prt-get: nicer output for dependent --tree
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1235 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-04-12 17:32:37 +00:00
Johannes Winkelmann ab768a4a88 prt-get: support recursive dependent and a tree view
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1234 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-04-12 16:06:17 +00:00
Johannes Winkelmann a4a40a4b02 prt-get: hidden within trailing whitespace removals, a fix for aliases in deptree
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1179 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-04-08 09:41:02 +00:00
Johannes Winkelmann 5c03d74720 prt-get: if set, use $PAGER for 'cat' and 'readme'
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1142 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-04-04 20:12:42 +00:00
Johannes Winkelmann 866c029f96 prt-get: remove lock on 'prt-get remove'
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1137 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-04-04 15:39:45 +00:00
Johannes Winkelmann 62ab83eb87 prt-get: update ChangeLog; merge patch
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1134 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-04-04 13:24:50 +00:00
Simone Rota 18fe92ef97 prt-get: added depinst to help command
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@445 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2005-12-24 08:57:26 +00:00
Johannes Winkelmann d8c1e157ab introduce svn-typical layout
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@9 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2005-11-09 21:43:05 +00:00