aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portmanager
Commit message (Collapse)AuthorAgeFilesLines
...
* - Update to 0.3.0.Florent Thoumie2005-10-1612-2830/+37
| | | | | | | | PR: ports/87497 Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=145567
* - Update to 0.2.9_9.Florent Thoumie2005-10-132-1/+770
| | | | | | | | PR: ports/87349 Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=145238
* - Fix output when redirectingPav Lucistnik2005-09-202-1/+307
| | | | | | | | PR: ports/81481 Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=143203
* - Really fix crashes on 6.0Pav Lucistnik2005-09-171-13/+17
| | | | | | | | PR: ports/86272 Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=143021
* - Fix runtime crash on FreeBSD 6.0Pav Lucistnik2005-09-172-1/+11
| | | | | | | | | PR: ports/86180 Reported by: Mike Lednev <liettneff@bk.ru> Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=143011
* - Fix crash when TERM is undefined in environmentPav Lucistnik2005-07-282-1/+12
| | | | | | | | PR: ports/84168 Submitted by: Thierry Besancon <Thierry.Besancon@math.jussieu.fr> Notes: svn path=/head/; revision=140351
* Reset maintainershipRenato Botelho2005-07-271-1/+1
| | | | | | | | PR: ports/84181 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (ex-maintainer) Notes: svn path=/head/; revision=140251
* Update to 0.2.9_4Jean-Yves Lefort2005-04-232-1/+726
| | | | | | | | | PR: ports/80264 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Approved by: adamw (implicit, mentor) Notes: svn path=/head/; revision=134004
* - Update to 0.2.9_3Michael Johnson2005-03-143-5/+838
| | | | | | | | | | | | | | | | | | 1) Added check for really old ports in PMGRrAddDependencies that aborts portmanager and provides suggestion on how to update manually. This is to fix a seg fault when @comment DEPORIGIN: is missing in a port's +CONTENTS file 2) Incorporated Alistair Sutton's <alistair.sutton@gmail.com> code that adds interactive update option "portmanager -ui". 3) Slowly switching licience from GNU to BSD in the sources PR: ports/78839 Submitted by: Maintainer Notes: svn path=/head/; revision=131238
* - Update to 0.2.9_2.Florent Thoumie2005-03-042-1/+81
| | | | | | | | | PR: ports/78387 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Approved by: pav (mentor) Notes: svn path=/head/; revision=130337
* - Update to 0.2.9_1.Florent Thoumie2005-03-032-1/+69
| | | | | | | | | PR: ports/78341 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Approved by: pav (mentor) Notes: svn path=/head/; revision=130243
* - Update to 0.2.9Michael Johnson2005-03-012-3/+3
| | | | | | | | PR: ports/78167 Submitted by: maintainer Notes: svn path=/head/; revision=130082
* sysutils/portmanager update to 0.2.8Yen-Ming Lee2005-02-244-27/+34
| | | | | | | | | | | | | | | | | | | | 1) Incorporated Florent Thoumie's <flz@xbsd.org> suggestion of adding pkg-message so pkg users may also see it. 2) added handling of ports that conflict with ports that are being upgraded, inspired by "Brian John" <brianjohn at fusemail.com> 3) Added percent done message to xterm title bar as requested by <mark.magiera at gmail.com> 4) port is repackaged because too many changes to configure.ac for a patch to be feasable PR: 77942 Submitted by: Michael C. Shultz <ringworm01 at gmail.com> Notes: svn path=/head/; revision=129629
* - Update to 0.2.7Pav Lucistnik2005-02-208-1062/+15
| | | | | | | | PR: ports/77785 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Notes: svn path=/head/; revision=129379
* - Fix path mangling when running make all-depends-listPav Lucistnik2005-02-172-2/+50
| | | | | | | | | | | - Change email address from Verizon to gmail so I may hear from my european friends PR: ports/77575 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Notes: svn path=/head/; revision=129078
* - Update to 0.2.6_5Pav Lucistnik2005-02-142-1/+583
| | | | | | | | | | | | | 1) Some code clean up using valgrind 2) Added flushing of stdout/stderr so messages are not lost when redirecting portmanager output to a file PR: ports/77525 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer) Notes: svn path=/head/; revision=128872
* - Update to 0.2.6_4:Pav Lucistnik2005-02-122-1/+311
| | | | | | | | | | | | | | * Finally found and fixed the bug haunting portmanager for the past few revisions. Portmanager now "flushes" after droping new records into it's data bases :) * Improvement of database code to handle wider variety of strings/character codes merged from another project that uses libMG. PR: ports/77409 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer) Notes: svn path=/head/; revision=128632
* - Fix bug where configuration file would not get readPav Lucistnik2005-02-103-8/+62
| | | | | | | | PR: ports/77319 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer) Notes: svn path=/head/; revision=128433
* - Update to 0.2.6_2:Pav Lucistnik2005-02-093-9/+89
| | | | | | | | | | | | There may be a bug in edge cases where a port name originates from multiple usr/ports directories. Patch allows printing of useful information if this happens and hopefully traps the bug with assert statements. PR: ports/77276 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer) Notes: svn path=/head/; revision=128374
* - disable CONFIGURE_ARGS temporarily (requested by maintainer)Yen-Ming Lee2005-02-081-8/+8
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=128258
* update portmanager to ver 0.2.6Yen-Ming Lee2005-02-082-33/+31
| | | | | | | | | | | | | | | | 1) Fixed bug where ports were being updated for old dependencies when they did not require it. 2) Added -sl option: show leaf ports (ports with no other ports depending on them) 3) Added -slid option: interactivly delete leaf ports PR: 77238 Submitted by: Michael C. Shultz <reso3w83 at verizon.net> Notes: svn path=/head/; revision=128253
* - Update to 0.2.5Sergey Matveychuk2005-01-315-1013/+12
| | | | | | | | | | | 1) Add handling of identical portnames from differing origins in port tree 2) Minor bug fix involving portmanager's handling of missing dependencies PR: ports/76872 Submitted by: maintainer Notes: svn path=/head/; revision=127776
* - Fixes stupid bug introduced in 0.2.4_1 where portmanager overwrites its ownPav Lucistnik2005-01-282-2/+29
| | | | | | | | | | config file the first time it is run after being installed. PR: ports/76779 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer) Notes: svn path=/head/; revision=127568
* - handle looping by limiting to no more than 2 occurancesSergey Matveychuk2005-01-273-2/+979
| | | | | | | | | | | - fix compiler error on sparc64-6-latest - other minor fixes PR: ports/76739 Submitted by: maintainer Notes: svn path=/head/; revision=127478
* - update to 0.2.4:Sergey Matveychuk2005-01-213-25/+25
| | | | | | | | | | | 1) added -ip "ignore port" command line option and the same for pm-020.conf 2) if a port fails to build, port manager now instead of failing, adds it to ignore.db then continues PR: ports/76529 Submitted by: maintainer Notes: svn path=/head/; revision=127021
* - Update to 0.2.3Pav Lucistnik2005-01-193-15/+16
| | | | | | | | PR: ports/76453 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer) Notes: svn path=/head/; revision=126831
* - update to 0.2.2Sergey Matveychuk2004-12-293-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | 1) Made MGmDbArrayFree and MGmDbArray source in /libMG/src/libMG.h more readable. Fixed a few bad mallocs in MGmDbArrayFree as well. 2) As per suggestions from John E Hein <jhein@timing.com> in libPMGR/src/libPMGR.h removed hard coded paths and changed so ports infrastructure files are accessed by using $PORTSDIR & $PKG_DBDIR environment vars and fixed hard coded path references in /portmanager/portmanager.c 3) In pmupgrade.c added an abort if error during clean in an attempt to halt looping when a port conflict occurs, this is untested so temporary for now. 4) libPMGR/src/PMGRrMakeDescribe.c fixed hard coded paths 5) pmupgrade.c fixed hard coded paths 6) pmupgrade.c Major cleanup of code, seperated upgrade routine into upgrade, checkForOldDepencies, and PMGRrDoUpgrade routines. 7) fixed portmanager seg faulting when it self updates. (thanks to "Noah" <admin2@enabled.com> for reporting 8) Added "HINTS AND TIPS" section to portmanager(1) man page. PR: ports/75596 Submitted by: maintainer Notes: svn path=/head/; revision=125441
* - Update to 0.2.1Sergey Matveychuk2004-12-266-507/+29
| | | | | | | | | | | | | - Change maintainer email - Removed all html docs and replaced with man page - Add WITH_DEBUG knob - Cleaned up a few compile warnings PR: ports/75413 Submitted by: Michael C. Shultz (maintainer) Notes: svn path=/head/; revision=125240
* Fix portmanager seg faults when an installed port's +CONTENTS fileSergey Matveychuk2004-11-012-1/+75
| | | | | | | | | | has no "@comment ORIGIN:" in it. PR: ports/73292 Submitted by: maintainer Notes: svn path=/head/; revision=120612
* - Fix potential endless loop when a port changes his name depending on optionPav Lucistnik2004-10-114-3/+375
| | | | | | | | | | - Fix plist PR: ports/72074 Submitted by: Michael C. Shultz <ringworm@inbox.lv> (maintainer) Notes: svn path=/head/; revision=118676
* Minor bug fix and pkg-plist correction.Mark Linimon2004-08-313-13/+25
| | | | | | | | PR: ports/71138 Submitted by: Michael C. Shultz <ringworm at inbox dot lv> (maintainer) Notes: svn path=/head/; revision=117718
* Update to 0.2.0Sergey Matveychuk2004-08-203-20/+32
| | | | | | | | | PR: ports/70701 Submitted by: maintainer Patches from: Gudin Franci Notes: svn path=/head/; revision=116800
* Update to 0.1.9Sergey Matveychuk2004-08-103-9/+9
| | | | | | | | | | | This version corrects bus faults introduced in ver 0.1.8. Also corrects two pkg-plist errors. PR: ports/70239 Submitted by: maintainer Notes: svn path=/head/; revision=115791
* Update to 0.1.8.Sergey Matveychuk2004-08-093-18/+37
| | | | | | | | | | | Fully PREFIX compliant now. Complete run on CURRENT. PR: ports/70190 Submitted by: maintainer Notes: svn path=/head/; revision=115720
* Upgrade to 0.1.7.Thierry Thomas2004-08-084-96/+32
| | | | | | | | PR: ports/70136 Submitted by: maintainer. Notes: svn path=/head/; revision=115640
* Add portmanager 0.1.3, freeBSD port management software.Sergey Matveychuk2004-07-315-0/+141
Notes: svn path=/head/; revision=115159