Commit Graph

85 Commits

Author SHA1 Message Date
John McQuah dad928b20f fix printf when used with --regex
strip parentheses from the Optionals line

replace deprecated autotools commands in INSTALL
2023-12-23 13:50:23 +00:00
John McQuah d9ec1c1e98 add support for rmlog_on_uninst 2023-09-04 19:19:24 -04:00
John McQuah d1060afc5c refresh the man-page examples 2023-09-01 13:09:56 -04:00
John McQuah c029a01d00 prune unreachable code paths; update man-page with fresh examples
expand the discussion of --install-root
2023-08-24 10:30:53 -04:00
John McQuah af59c55bed revise the softdeps calculation 2023-08-22 15:03:21 -04:00
John McQuah e7d2481dcb support more format codes in the argument to 'dup'
expand man-page to explain some asymmetries

report pre- and post-install scripts in test mode
2023-06-23 15:18:43 -04:00
John McQuah 934e044f86 fix misc compile warnings
document the interaction between --install-root and 'runscripts yes'
2023-06-19 14:44:03 -04:00
John McQuah d9a0d39b60 switch from autotools to meson; edit man-page for prt-get.conf 2023-06-02 16:19:11 -04:00
John McQuah 21f2e52314 document the interaction between --install-root and 'runscripts yes';
allow command line to override more settings in prt-get.conf;
tune installTransaction to avoid lookup during evaluateResult
2023-06-02 16:17:04 -04:00
John McQuah b3404ff38e fix FS#1910 and 1930; introduce Alan's --group flag;
expand the prt-get man-page with more examples
2023-06-02 16:14:59 -04:00
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
Juergen Daubert da6bfb0a60 move prt-get.aliases to /etc, update version to 5.19.5 2020-10-16 10:27:37 +02: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 8f9a1254ff Updated version to 5.19.3 2019-03-08 16:28:56 -06: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
Juergen Daubert ca0a3c3524 update version to 5.19.2 2019-03-02 11:29:39 +01: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 decb4e383c fix wrong use of close() instead of fclose() in commit 2fd99a3c8f, fix for FS#1646 2019-03-01 19:42:22 +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
Thomas Penteker 2fd99a3c8f FS#1646 close fp in error case to avoid resource leak 2018-06-01 01:03:13 +02:00
Fredrik Rinnestam 54dc911470 FS#593 isatty(1) check for quickdep to increase usability 2017-06-17 20:29:44 +02:00
Fredrik Rinnestam 38e5f51b6a bumped to 5.19.1 2017-01-21 12:25:22 +01: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 5a2ae0ebf5 update to 5.18.1 2017-01-21 12:02:17 +01:00
Fredrik Rinnestam b887129ff8 signify aware 2017-01-21 11:58:39 +01:00
Johannes Winkelmann 064dd912eb update to 5.18 2010-05-24 16:05:44 +02:00
Johannes Winkelmann fb6dd8f99f fix printf when using regex 2010-05-24 16:04:54 +02:00
Johannes Winkelmann f3fc62cda6 err, 5.17, not 5.177 :-) 2010-05-24 15:51:58 +02:00
Johannes Winkelmann 881cbb8725 commit autotools file after version bump 2010-05-24 15:47:11 +02:00
Johannes Winkelmann 99508c3e8b update version to 5.17 2010-05-24 15:45:11 +02:00
Johannes Winkelmann 6efb296e9b rename inclusion guards in pg_regex.h
some OSes use _REGEX_H_ as their inclusion guard for system regex
headers; therefore, rather use _PG_REGEX_H_ in pg_regex.h, which is also
consistent with the filename
2010-05-24 15:38:19 +02:00
Johannes Winkelmann 7c8a9b2ae5 print out Pkgmk settings in dumpconfig 2010-05-18 21:14:31 +02:00
Johannes Winkelmann 418ed7c6b4 add support for PKGMK_COMPRESSION_MODE 2010-05-18 21:14:04 +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 345f4e4616 - gcc 4.3 fixes
- regenerate auto* files
2008-06-26 18:20:51 +02:00
Johannes Winkelmann 9d14fe2c46 don't loop forever when version= contains unsupported $() tokens 2006-11-05 15:26:08 +01:00
Johannes Winkelmann 469cc23790 update for 5.15 2006-10-19 10:39:19 +02:00
Johannes Winkelmann b85ce27b94 update version string 2006-10-19 10:36:44 +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 318a4a0768 prt-get: revert getPkgDest; use fgrep to determine PKGMK_PACKAGE_DIR
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1864 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-10 19:11:23 +00:00
Johannes Winkelmann faddee70ff prt-get: update changelog
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1863 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-10 18:29:30 +00:00
Johannes Winkelmann 9ca92fa2cd prt-get: use correct pkgmk.conf for PKGMK_PACKAGE_DIR (thanks Anton)
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1862 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
2006-09-10 18:22:31 +00:00