aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/ports-tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* ports-mgmt/ports-tools: update to 1.8Fernando ApesteguĂ­a2019-04-092-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From the ChangeLog: https://github.com/ppekala/ports-tools/releases/tag/1.8 * pfind: * add -d option for searching deleted ports * support searching for slaves in other categories then master port * add information about already installed packages in search results * upgrade-ports: * don't use full dependencies list while sorting, this prevents out of memory problems * while sorting large list of ports * fix uprade of security/sudo package when using sudo for upgrade process (non-root user) * inform user about lenghty backups * don't attempt to big version upgrade of perl5, needs manual intervention * make required by list more compact in need to be installed summary and many small fixes. Reported by: portscout Notes: svn path=/head/; revision=498521
* Return pawel@'s ports to the pool after he resigned.Rene Ladan2018-02-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=462871
* Update to version 1.7Pawel Pekala2018-02-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Much of code cleanup and factorization overall. pcheck: - Add flavors support - Print port's flavors after portlint check pclean, pcommit: - Update ports cleanup code to remove flavored workdirs also pfind: - Optimize exact search plist-sort: - Fix variable names clashes in awk snippets leading to incorrect plists reinplace-check: - Add support for flavors and multiple pathfix patterns upgrade-ports: - Detect package origin change, set new origin and rebuild all reverse dependencies - Improved pkg to port conversion, fixes old pre-flavors packages upgrades - Don't offer to rebuild or install ports that already failed - Fix install phase error detection - Split rebuild into new phases: stage, deinstall and install This fixes some ports building something during stage operation, mainly Qt 4/5 ports - Configure all ports while using preinstall -c Notes: svn path=/head/; revision=460843
* Update to version 1.6Pawel Pekala2017-12-152-4/+4
| | | | | | | | | | | | | | | | | | Changelog: pfind: Add -N option, finds port that provides given package, including flavor upgrade-ports: Fix pkg -> port conversion for ports with one flavor Fix backup package path generation Fix sorting of flavored ports Improve sanity checking procedure Work directory can have different name depending on flavor, parametrize its usage Interactive selection fixes Notes: svn path=/head/; revision=456420
* Update to version 1.5Pawel Pekala2017-12-052-4/+4
| | | | | | | | | | | | | | | Changelog: tbuilder: - Add flavors support, add 'all' alias to build all flavors upgrade-ports: - Use deinstall instead of reinstall, make backup package so things can be restored when install fails - Improve usage help description - Add flavors support Notes: svn path=/head/; revision=455620
* Register conflictPawel Pekala2017-12-011-0/+2
| | | | Notes: svn path=/head/; revision=455315
* Update to version 1.4Pawel Pekala2017-11-132-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: upgrade-base: - pass only needed variables to make, sudo -E passes too many causing various build errors upgrade-ports: - improve distfile fetching code - try to resolve plist conflicts by removing culprit package when it is already marked for reinstallation - this resolves most of the problems - implement multiprocess upgrade order queue sorting - checking for missing dependencies is now multi process operation making it a lot more efficient and faster - don't offer to reinstall packages marked as locked - make conflict detection multi process operation - on reinstall detect when package is to be upgraded or downgraded, include this information in summary for user consideration - remove recursively conflicting packages on plist install error - implement dialog interface for interactive package selection - make pkg command validation more strict to avoid false positives Notes: svn path=/head/; revision=454150
* Update to version 1.3Pawel Pekala2017-06-062-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: mkpatch: - Generate patches similar to make makepatch ones pinstall, preinstall: - Implement option to build with debug information (-d) - Implement interactive mode for pinstall and preinstall (-i) allowing to choose which matched ports will be built - Implement option (-c) to allow configure ports options before install/reinstall plist-sort: - Correct match expression, fixes parsing lines with '@' character that not contain pkg commands upgrade-ports: - Add conflicts detection in pkg database errors check - Make skipping ports after error recursive - Improve summaries wording, include number of items in lists - Add error checking for MOVED entries handling, when everything fails, remove old port and install new one - Show conflicts message for packages removed in MOVED parsing - Add force recompile option, force reinstallation of packages with stale dependencies during sanity check phase - Fix regression of not saving last UPDATING entry after succesful upgrade Notes: svn path=/head/; revision=442790
* Update to version 1.2Pawel Pekala2017-05-013-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: - Add pinstall, preinstall frontends to upgrade-ports script - Use ellipsis '...' to indicate time consuming operations - Clarify usage descriptions upgrade-ports: - backup self conflicting packages and use them to restore when upgrade fails - allow to remove conflicting package in install phase - show type of failure in upgrade summary when failed builds occur - improve conflicts handling - show removal reason in upgrade summary - check rebuilt ports for BROKEN and IGNORE flags - automatically change port name on move operation - implement option for only checking packages database for errors (-c) - improved MOVED entries tracking - don't offer recompilation of packages linked to libraries not found by system linker upgrade-base: - force sudo to preserve already set environment variables, this fixes PORTS_MODULES not being passed when user is non-root tbuilder: - improve detection of required option for library dependency - add profiles feature, it's files in $CONFIGDIR containing names of jails for use in one build test batch. pcommit: - print correct object type in file_add() function Notes: svn path=/head/; revision=439863
* Update to 1.1 bugfix releasePawel Pekala2017-02-072-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: pkg-deleaf: - reset items list after packages deletion upgrade-base: - use sudo when run as normal user - offer to run rebbot for the user upgrade-ports: - include reason in message about port move - fix updating commands parsing code - improve sanity check summary, fix required by printing and show missing required libraries for each reinstalled package - fix obsolete reason extraction - don't remove reverse dependencies of self conflicting packages so that after upgrade no user packages is missing - check for boundaries while calculating ports upgrade order preventing stack memory exhaustion Notes: svn path=/head/; revision=433567
* Add collection of my ports tree related scriptsPawel Pekala2017-01-303-0/+31
mkpatch ------- Makes patch from (all or pattern matched) modified files in WRKSRC directory. pcheck ------ Check for various errors that portlint don't catch: * misspellings in description files * files with no final new lines * leading articles in COMMENT, tabs in WWW lines pclean ------ Keeps your ports svn repo tidy, removes work directories, leftover files and reverts any changes made. pcommit ------- Wrapper for svn commit, removes and adds files, sets props, etc. pfind ----- Simple port's search wrapper. Search parameters include build dependency, category, name, maintainer, regexp pattern and slave ports. pkg-deleaf ---------- Leaf package remover with nice dialog interface. plist-sort ---------- Smart plist sorter which understands PLIST_SUB substitutions and options determined conditional files. plist-update ------------ Script utilizing check-plist port's framework target output for updating outdated pkg-plist, understands PLIST_SUB substitutions and sorts final files list. plog ---- Easy way to send poudriere build logs to your FreeBSD account by scp or view them on your computer. reinplace-check --------------- Checks for files with stale REINPLACE_CMD actions or shows diff's of them. tbuilder -------- Poudriere testport wrapper that makes easier to queue multiple builds of: - specific port - ports linking with certain library - ports with certain names - ports with Makefile matching regular expression - slave ports etc. upgrade-base ------------ Helper script for upgrading FreeBSD base. Detects and sets number of make jobs possible. After upgrade rebuilds ports with kernel modules and offers to remove old files using dialog inerface. upgrade-ports ------------- Helper script for updating ports tree and upgrading your ports. Combining information gathered from UPDATING and MOVED files tries to provide upgrade process as problem free as possible. This includes showing new UPDATING entries since last upgrade, ports origin move tracking, simple conflict resolution, removal of obsolete ports and sanity checking afterwards. Before any change is made user is presented with summary of changes intended similiar to pkg upgrade. Notes: svn path=/head/; revision=432868