Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-16 | move prt-get.aliases to /etc, update version to 5.19.5HEADmaster | Juergen Daubert | |
2020-10-13 | Added a regex fix for listinst, updated to version 5.19.4v5.19.4 | Matt Housh | |
2019-03-08 | Revert "FS#593 isatty(1) check for quickdep to increase usability" | Matt Housh | |
This reverts commit 54dc9114702b7c83d7e47111ca2ab45faea2403c. | |||
2019-03-01 | fix misc compile warnings | James Buren | |
2019-03-01 | fix several compile warnings (-Wreorder) | James Buren | |
2019-03-01 | fix several compile warnings (-Wsign-compare) | James Buren | |
2019-03-01 | fix wrong use of close() instead of fclose() in commit ↵ | James Buren | |
2fd99a3c8fc5c75e28af71ac35472f6fe8908d37, fix for FS#1646 | |||
2019-03-01 | fix compile warning and segfault caused by a missing return statement | James Buren | |
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 | |||
2018-06-01 | FS#1646 close fp in error case to avoid resource leak | Thomas Penteker | |
2017-06-17 | FS#593 isatty(1) check for quickdep to increase usability | Fredrik Rinnestam | |
2017-01-21 | signify aware again | Fredrik Rinnestam | |
2017-01-21 | merge 5.19 | Fredrik Rinnestam | |
2017-01-21 | signify awaresignify | Fredrik Rinnestam | |
2010-05-24 | fix printf when using regex | Johannes Winkelmann | |
2010-05-24 | commit autotools file after version bumpv5.17 | Johannes Winkelmann | |
2010-05-24 | rename inclusion guards in pg_regex.h | Johannes Winkelmann | |
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-18 | print out Pkgmk settings in dumpconfig | Johannes Winkelmann | |
2010-05-18 | add support for PKGMK_COMPRESSION_MODE | Johannes Winkelmann | |
2010-05-18 | refactor getPkgDest(...) into getPkgmkSetting(...) | Johannes Winkelmann | |
2008-06-26 | show path in install summary | Johannes Winkelmann | |
2008-06-26 | - gcc 4.3 fixes | Johannes Winkelmann | |
- regenerate auto* files | |||
2006-11-05 | don't loop forever when version= contains unsupported $() tokens | Johannes Winkelmann | |
2006-10-19 | implement --depsort for listinst | Johannes Winkelmann | |
2006-09-27 | prt-get: rewrite PKGMK_PACKAGE_DIR handling | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1947 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-13 | prt-get: show undecided diffs by default when using "prefer higher" | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1877 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-13 | prt-get: prepare for 5.14 | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1875 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-10 | prt-get: revert getPkgDest; use fgrep to determine PKGMK_PACKAGE_DIR | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1864 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-10 | prt-get: use correct pkgmk.conf for PKGMK_PACKAGE_DIR (thanks Anton) | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1862 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-09 | prt-get: remove handling of external dependency list | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1851 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: prepare 5.13 | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1846 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: promote compareShadowPair | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1839 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: show multiple dups in 'dup' | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1838 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: allow accessing version and port path in dup format separately | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1836 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-08 | prt-get: simplify default output of dup; allow passing a printf style pattern | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1835 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-03 | prt-get: warn about unclear version decisions when using "prefer higher" | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1806 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-02 | prt-get: fix corner case in version comparator | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1804 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-09-02 | prt-get remove trailing whitespace from versioncomparator.cpp | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1803 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-05-23 | prt-get: fix typo in help, reported by Mark | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1439 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-14 | prt-get: print a short summary before installing a package | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1253 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-13 | prt-get: get rid of "updating port from n to n" | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1246 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-12 | prt-get: add 'listorphans' command | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1236 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-12 | prt-get: nicer output for dependent --tree | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1235 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-12 | prt-get: support recursive dependent and a tree view | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1234 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-08 | prt-get: hidden within trailing whitespace removals, a fix for aliases in ↵ | Johannes Winkelmann | |
deptree git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1179 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-07 | prt-get: add timestamps to log files | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1170 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-04 | prt-get: 0.5.12pre1 | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1143 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-04 | prt-get: if set, use $PAGER for 'cat' and 'readme' | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1142 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-04 | prt-get: print nice summary before running addcommand (-v for details) | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1141 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-04 | prt-get: add option to remove log files of successful builds | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1139 0b5ae1c7-2405-0410-a7fc-ba219f786e1e | |||
2006-04-04 | prt-get: remove lock on 'prt-get remove' | Johannes Winkelmann | |
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1137 0b5ae1c7-2405-0410-a7fc-ba219f786e1e |