summaryrefslogtreecommitdiffstats
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to 2.7.0.marcus2005-04-022-5/+115
| | | | | | | | | | | | | | * Add a check to make sure a WWW is defined in pkg-descr (this is a nice thing to have) [1] * Add a slew of Java-related checks (see http://wikitest.freebsd.org/moin.cgi/JavaPortlint for more details) [2] * Add @mode to the list of plist directives to warn about [3] PR: 78126 [1] 78947 [3] Requested by: hq [2] Submitted by: leeym [1] Renato Botelho <renato@galle.com.br> [3]
* Use ${INDEXFILE} for a filename of INDEX in /usr/ports.hrs2005-03-251-1/+6
| | | | | PR: ports/79036, ports/79154 Approved by: portmgr(kiron)
* Sync with the latest CVS HEAD snapshot.marcus2005-03-212-3/+3
|
* Upgrade to version 0.9.1 to fix some bugs which broke portsnap oncperciva2005-03-202-3/+3
| | | | | | RELENG_4. Approved by: pav
* Fix md5 sum.krion2005-03-201-1/+1
|
* Update portsnap to version 0.9. This brings the following changes:krion2005-03-203-10/+15
| | | | | | | | | | | | | | * SHA-256 has replaced SHA-1 as a hash function used for verifying integrity of the ports tree. * The RSA signature verification is now performed using OpenSSL rather than "borrowing" code from FreeBSD Update. * In addition to distributing the ports tree, portsnap now also produces up-to-date INDEX, INDEX-4, and INDEX-5 files. * When fetching a series of patches, portsnap now prints a simple progress indicator. PR: ports/79044 Submitted by: maintainer
* Add patch to work on systems newer than 500036vs2005-03-162-8/+10
| | | | | | PR: ports/74916 Submitted by: Joel Diaz Approved by: maintainer
* - Update to 0.2.9_3ahze2005-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
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-123-1/+3
|
* - Update to 0.2.9_2.flz2005-03-042-1/+81
| | | | | | PR: ports/78387 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Approved by: pav (mentor)
* - Update to 0.2.9_1.flz2005-03-032-1/+69
| | | | | | PR: ports/78341 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer) Approved by: pav (mentor)
* - Update to 0.2.9ahze2005-03-012-3/+3
| | | | | PR: ports/78167 Submitted by: maintainer
* Update pkg-descr since HEAD != 5.X anymore.marcus2005-02-261-1/+1
|
* Update to today's snapshot of pkg_install.marcus2005-02-264-17/+14
|
* sysutils/portmanager update to 0.2.8leeym2005-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>
* Update to 1.4.tobez2005-02-212-4/+4
| | | | | PR: 77836 Submitted by: maintainer
* - Update to 0.2.7pav2005-02-208-1062/+15
| | | | | PR: ports/77785 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Fix path mangling when running make all-depends-listpav2005-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)
* - Update to 0.2.6_5pav2005-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)
* Update to 2.6.11marcus2005-02-142-4/+12
| | | | | | | | | | | * Do not warn on direct command use if the command is preceeded by "--" [1] * Add a check for ports installing charset.alias or locale.alias. In most cases these ports should depend on libiconv or gettext, and not install their own copies of these files [2] PR: 77410 [2] Requested by: gerald [1] Submitted by: leeym [2]
* - Update to 0.2.6_4:pav2005-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)
* - Fix bug where configuration file would not get readpav2005-02-103-8/+62
| | | | | PR: ports/77319 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
* - Update to 0.2.6_2:pav2005-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)
* - disable CONFIGURE_ARGS temporarily (requested by maintainer)leeym2005-02-081-8/+8
| | | | Submitted by: maintainer
* update portmanager to ver 0.2.6leeym2005-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>
* Catch up with latest bsd.port.mk changeseik2005-02-032-94/+177
|
* - Update to 0.2.5sem2005-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
* - Fixes stupid bug introduced in 0.2.4_1 where portmanager overwrites its ownpav2005-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)
* - handle looping by limiting to no more than 2 occurancessem2005-01-273-2/+979
| | | | | | | | - fix compiler error on sparc64-6-latest - other minor fixes PR: ports/76739 Submitted by: maintainer
* Update to 1.3arved2005-01-252-3/+3
| | | | | PR: 76655 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - update to 0.2.4:sem2005-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
* - Update to 0.2.3pav2005-01-193-15/+16
| | | | | PR: ports/76453 Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
* - Update to 1.2pav2005-01-192-3/+3
| | | | | | PR: ports/76404 Submitted by: Renato Botelho <renato@galle.com.br> Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* In light of recent tests, update the description of portsnap to notecperciva2005-01-161-2/+3
| | | | | | | that it is far more bandwidth-efficient than CVSup in cases where the ports tree is being updated every few days. Approved by: pav
* Document Horde's XSS vulnerabilities.thierry2005-01-051-0/+1
| | | | Approved by: portmgr (krion).
* Before performing any work, unset a number of environment variables whichdes2004-12-303-2/+18
| | | | may adversely affect the port build. See the man page for details.
* - update to 0.2.2sem2004-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
* - Upgrade to 0.6sem2004-12-292-4/+6
| | | | | | | | * Search port by "make search" (works on FreeBSD 5.3 as well) * Bugfix: missing default server support on -o PR: ports/75611 Submitted by: maintainer
* Oops, I forgot to commit Makefile..knu2004-12-282-0/+4
| | | | | | | | -- Fix the startup script for 4.x. Submitted by: Nicole Thurner <thurners -at- t-online.de>
* Fix the startup script for 4.x.knu2004-12-282-0/+28
| | | | Submitted by: <Nicole Thurner <thurners -at- t-online.de>
* pkg_rmleaves finds packages that are not requested by any other installedpav2004-12-283-0/+30
| | | | | | | | | | | package and lets you decide (in a beauty dialog interface) for each one if you want to keep it or delete it. This is similar to pkg_cutleaves, but it does not require any dependencies and is done in visual, dialog(1) interface instead of command line. PR: ports/75517 Submitted by: Timothy Redaelli <drizzt@gufi.org>
* - Update to 0.2.1sem2004-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)
* Update to 20041226.knu2004-12-254-6/+6
| | | | | | | | Reverse the condition to check if custom MAKE_ARGS is specified. Submitted by: Max Laier <max@love2party.net> D'oh!
* Update to 20041225.knu2004-12-256-30/+6
| | | | | | | - Fix the startup script. (s/echo //) - When INDEX is not found, try "make fetchindex" first, then try "make index".
* Fix the startup script.knu2004-12-254-0/+28
| | | | | | | I think I've been too long away from my ports work... PR: ports/75468 Submitted by: Michael <mkuhn.nw 'at' web.de>
* Update to 20041224.knu2004-12-2310-102/+8
| | | | | | | | | | | | | | | | | | | | | portsdb(1): - Add a -F flag, which calls make fetchindex internally to update the ports index file. portupgrade(1): - Make -fP properly reinstall an installed package using a binary package. - Do not use a binary package when custom MAKE_ARGS or -m option is defined, unless -PP is specified. portsclean(1): - -L: Make sure that a library does not shadow itself. misc.: - RcNG'ify the startup script. - Do not use Object#class which is obsolete in Ruby >=1.8.
* Don't check for DISTVERSION as apart of %makevars since it will be setmarcus2004-12-172-6/+7
| | | | | | | internally when PORTVERSION is set. Instead, just scour the Makefile to see if both PORTVERSION and DISTVERSION are defined. Reported by: krion
* * Update to 2.6.10marcus2004-12-172-18/+32
| | | | | | * Add support for the new DISTVERSION macro Submitted by: lioux (plus some additional checks)
* Update to version 0.3.1 in order to fix a bug which breaks `portsnapcperciva2004-12-092-3/+3
| | | | | | | extract`. Bug noticed by: Dru Lavigne With hats: pointy, maintainer
OpenPOWER on IntegriCloud