summaryrefslogtreecommitdiffstats
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Update to version 0.3. This has the following changes:erwin2004-12-082-5/+6
| | | | | | | | | | | | | | 1. The working directory and ports directory can be specified in the portsnap.conf configuration file. 2. Parts of the ports tree (down to the level of individual ports) can be extracted (e.g., "portsnap extract security/freebsd-update"). This also adds an empty file, $PREFIX/portsnap/.package.this.directory, which (as the name suggests) ensures that $PREFIX/portsnap/ will be generated when a package is installed using pkg_add. PR: 74835 Submitted by: maintainer
* Add whitespace around parentheses in .if logic, in order to unbreakcperciva2004-11-241-1/+1
| | | | | | | | | port and INDEX builds on old (5.1 & 4.7?) releases. PR: ports/74192 Reported by: Joe Horn Approved by: mat With hat: maintainer
* Update to 2.6.9.marcus2004-11-222-158/+57
| | | | | | | | | | | | | | | * Ignore comments when checking for absolute pathname usage * Check DISTNAME for uses of PORTREVISION and PORTEPOCH [1] * Make sure to quote meta-characters in PORTNAME before using it as a regular expression [1] * Fix bug when matching OPTIONS in ".if defined(WITH_OPT1) && defined(WITHOUT_OPT2)" [2] * Update OMF checks to account for the new INSTALLS_OMF macro * Update GConf checks to account for the new GCONF_SCHEMAS macro PR: 73536 [2] Submitted by: mat [1] leeym [2]
* Add p5-FreeBSD-Portindex 1.1, incremental FreeBSD ports INDEX fileokazaki2004-11-214-0/+95
| | | | | | | generation. PR: ports/73612 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Use the bzipped index to speed up downloading.des2004-11-202-7/+18
|
* Finally fix the master-has-a-master issue.des2004-11-132-18/+23
| | | | | Now that INDEX is no longer in CVS, don't append .www to the name when downloading it.
* Add sysutils/portbrowser, a free, easy to use GUI frontend implementationhrs2004-11-083-0/+31
| | | | for the BSD ports system.
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-071-1/+1
| | | | big upgrade.
* - Make freebsd-sha1 dependency conditional on OSVERSIONpav2004-11-062-6/+19
| | | | | | | - Remove hardcoded /usr/local PR: ports/73625 Submitted by: cperciva (maintainer)
* Fix portmanager seg faults when an installed port's +CONTENTS filesem2004-11-012-1/+75
| | | | | | | has no "@comment ORIGIN:" in it. PR: ports/73292 Submitted by: maintainer
* Add portsnap: Provides secure snapshots of the ports directory.lofi2004-10-314-0/+69
| | | | | PR: ports/73323 Submitted by: Colin Percival <cperciva@daemonology.net>
* Switch to ssh for anoncvs so it works again.des2004-10-315-19/+45
| | | | | Recognize globs in port names. Bump version to 2.8.0.
* Create a VuXML entry for Horde XSS help window vulnerability to replacenectar2004-10-271-1/+0
| | | | the portaudit-db entry.
* Add an entry for a vulnerability fixed in horde-2.2.7.thierry2004-10-261-0/+1
|
* Recognize absolute master directories.des2004-10-252-2/+3
|
* Add entries for vulnerabilites in imported xpdf code in kdegraphicslofi2004-10-241-0/+2
| | | | and koffice.
* - fix reinstall targeteik2004-10-243-144/+150
| | | | | | | - fix bug in distfile:group handling - fix bug in DISTDIR handling - add code to better handle refetching of rerolled distfiles - .PHONY -> .EXEC
* Don't croak on port names that contain metacharacters.des2004-10-222-4/+6
|
* Fix the build on older versions of FreeBSD.marcus2004-10-181-0/+16
| | | | Reported by: W.D. <WD@US-Webmasters.com>
* Improve handling of installed ports whose origin can't be determined.des2004-10-132-4/+14
|
* Enable bpm to grok the new INDEX format with extra fields.adamw2004-10-122-4/+20
| | | | Submitted by: maintainer
* Support .ifndef and !defined when doing OPTIONS checking.marcus2004-10-122-1/+2
|
* Add an entry for a XSS vulnerability fixed in IMP-3.2.6.thierry2004-10-121-0/+1
|
* * Update to 2.6.8marcus2004-10-122-5/+47
| | | | | | | | | | | | * Check PLIST_FILES for shared libraries, and make sure INSTALLS_SHLIB is defined [1] * Check DATADIR and MAN3PREFIX macros [2] * Check OPTIONS [3] PR: 71405 [2] 71468 [3] Requested by: michael johnson <ahze@ahze.net> [1] Submitted by: leeym [2] [3]
* - Fix potential endless loop when a port changes his name depending on optionpav2004-10-114-3/+375
| | | | | | | - Fix plist PR: ports/72074 Submitted by: Michael C. Shultz <ringworm@inbox.lv> (maintainer)
* BROKEN on 5.x: Does not compilekris2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-171-1/+7
| | | | Approved by: portmgr (self)
* Typo-fix in a commentbrueffer2004-09-091-1/+1
| | | | Approved by: portmgr (krion)
* - star-devel: privilege escalationeik2004-09-082-1/+7
| | | | | | | | - multi-gnome-terminal: information leak - usermin: remote shell command injection and insecure installation - mpg123: layer 2 decoder buffer overflow Approved by: portmgr (implicit)
* - XSS vulnerability in phpGroupWare wiki moduleeik2004-09-072-8/+42
| | | | | | - add some references Approved by: portmgr (implicit)
* multiple vulnerabilities in LHAeik2004-09-031-0/+36
|
OpenPOWER on IntegriCloud