aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
...
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+1
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* Add patches to make pkg_cutleaves compatible with pkgng, conditionalMatthew Seaman2012-03-124-1/+197
| | | | | | | | | | | | | on WITH_PKGNG being defined. No change to the default package, so no version number or portrevision bump. Approved by: stefan (maintainer) shaun (mentor) Feature safe: yes Notes: svn path=/head/; revision=293176
* Portaudit 0.6.0:Simon L. B. Nielsen2012-03-111-0/+14
| | | | | | | | | | | | | | | | | | | | | | | Fix remote code execution which can occur with a specially crafted audit file. The attacker would need to get the portaudit(1) to download the bad audit database, e.g. by performing a man in the middle attack. Add signature verification of the portaudit database. The public key is for the database generated for portaudit.FreeBSD.org is included in the distribution. (This parts add the portaudit public key missed in initial commit.) Submitted by: Michael Gmelin <freebsd@grem.de> Reported by: Michael Gmelin <freebsd@grem.de>, Joerg Scheinert Security: Remote code execution Security: http://vuxml.FreeBSD.org/6d329b64-6bbb-11e1-9166-001e4f0fb9b1.html Feature safe: yes With hat: so Notes: svn path=/head/; revision=293131
* Portaudit 0.6.0:Simon L. B. Nielsen2012-03-113-10/+71
| | | | | | | | | | | | | | | | | | | | | Fix remote code execution which can occur with a specially crafted audit file. The attacker would need to get the portaudit(1) to download the bad audit database, e.g. by performing a man in the middle attack. Add signature verification of the portaudit database. The public key is for the database generated for portaudit.FreeBSD.org is included in the distribution. Submitted by: Michael Gmelin <freebsd@grem.de> Reported by: Michael Gmelin <freebsd@grem.de>, Joerg Scheinert Security: Remote code execution Security: http://vuxml.FreeBSD.org/6d329b64-6bbb-11e1-9166-001e4f0fb9b1.html Feature safe: yes With hat: so Notes: svn path=/head/; revision=293129
* - Update to 1.2Jason Helfman2012-03-103-3/+5
| | | | | | | | | | | - add WWW to pkg-descr PR: ports/165896 Submitted by: maintainer, conrads@cox.net Feature safe: yes Notes: svn path=/head/; revision=293041
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-1/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 1.1.2Chris Rees2012-03-072-4/+4
| | | | | | | | | | . Improved handling of pathnames PR: ports/165829 Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer) Notes: svn path=/head/; revision=292905
* Update pchecker to 1.3Alex Kozlov2012-03-062-3/+3
| | | | | | | | | | | - be more strict when checking nonstandart files - add more whitelists - speedup misspelled(wrong) USE_* whitelist validation, turn on it by default Approved by: eadler (mentor) Notes: svn path=/head/; revision=292848
* - Update to 1.1.1Jason Helfman2012-03-053-9/+5
| | | | | | | | | | | - Bug fix release - Add man page PR: ports/165723 Submitted by: maintainer, conrads@cox.net Notes: svn path=/head/; revision=292760
* Update to 2.13.9.Joe Marcus Clarke2012-03-042-32/+19
| | | | | | | | | | | | | | | | * Include LICENSE_FILE and LICENSE_GROUPS in the regexp check. [1] * Add LICENSE_DISTFILES. [1] * Add a check for the reassignment of ECHO_MSG [2] * Remove old X.Org checks [3] * Add PROJECTHOST to the PORTNAME section [4] Reminded by: Jan Beich <jbeich@tormail.net> [1] Requested by: jgh [2] Submitted by: eadler [3] Alex Kozlov <spam@rm-rf.kiev.ua> [3] Notes: svn path=/head/; revision=292684
* Add -P option to print PR to stdout instead of submitting.Chris Rees2012-03-043-15/+62
| | | | | | | | | PR: ports/164963 Submitted by: John Hein <jhein@symmetricom.com> Approved by: maintainer Notes: svn path=/head/; revision=292656
* Update to 1.0.2:Chris Rees2012-03-042-3/+3
| | | | | | | | | | | | | Change initialize() routine to call getuid() to ensure the program is being run as root before trying to call rtprio(). This allows the program to be run by a non-privileged user in a jail(8) environment. PR: ports/165681 Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer) Submitted by: Marco Steinbach <coco@executive-computing.de> Notes: svn path=/head/; revision=292653
* Update to 1.2Alex Kozlov2012-03-042-3/+3
| | | | | | | | | | - update whitelists - merge nonstandard pkg-* check to nonstandard files Approved by: eadler (mentor) Notes: svn path=/head/; revision=292623
* - Improve the heuristic for finding the port's directory name:Chris Rees2012-03-037-21/+390
| | | | | | | | | | | | | | | | | | | | | | | | | | | - If applicable, use CVS/Repository as the source of the port's directory name, - else try to fall back to the basename of the working directory if the PORTNAME heuristic fails. - The patches also fix <http://sourceforge.net/support/tracker.php?aid=1969774>. - Add CVSauto as a new diff mode: - Handle added/deleted files without having to cvs add/delete them. - Works with :pserver:anoncvs@anoncvs.fr.freebsd.org. - When submitting you're asked to use "port submit -L" if files are added or deleted, because that's FATAL for portlint. - Don't use the full path of the working directory in diffs. - Include a port's PORTEPOCH in update mode in the generated PR. - To aid in debugging porttools include this information in the PR: - porttools' PORTREVISION and PORTEPOCH (if defined), - submit and diff mode used by the submitter. - Bump PORTREVISION. - Pass maintainership to submitter PR: ports/139872 Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> Notes: svn path=/head/; revision=292580
* Mkreadmes is designed to be a very fast, flexible and easy-to-use alternativeChris Rees2012-03-035-0/+50
| | | | | | | | | | | | to the standard "make readmes" for building the README.html files for the FreeBSD Ports Collection, building the files in a fraction of the time of the standard method. PR: ports/165631 Submitted by: Conrad J. Sabatier <conrads@cox.net> Notes: svn path=/head/; revision=292578
* Update maintainer email in my portsAlex Kozlov2012-03-021-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=292555
* - update to 1.0-beta8Baptiste Daroussin2012-03-022-3/+5
| | | | | | | | | | | | | - changes: * pkg info -R now show a full yaml (script, options, users and groups were missing in previous versions) * new pkg query -e <evalutaion> <query-format> to be able to query packages base on boolean expression matching content of the package * pkg check now works like other subcommand: -a for all, -gxX for (glob, regex, eregex) * pkg check is now able to check the file checksum and print what has been modified since package installation (-s option) * pkg check is now able to recompute the flatsize (-r) this can fix the flatsize of packages installed with version prior to beta7 * new pkg set currently can only be used to manually mark package as automatically installed or not Notes: svn path=/head/; revision=292554
* - Chase libarchive shlib bumpPav Lucistnik2012-03-021-1/+2
| | | | | | | | Reported by: pointyhat Pointy hat to: glewis Notes: svn path=/head/; revision=292548
* - Release 2.8Matthew Seaman2012-02-263-6/+11
| | | | | | | | | | | | | | | | | | | | - Radical changes to the cache: now stores a record for every file that could affect the generated INDEX, which ports those files belong to and the timestamp of the file. - Default update mechanism is now to compare timestamps with what is in the cache. Doesn't need to parse the output of any update mechanism (although you can still do that.) - Added new make-readmes command to create a tree of README.html files. More details: http://www.infracaninophile.co.uk/portindex/index.xhtml Approved by: shaun (mentor) Notes: svn path=/head/; revision=292273
* pchecker is a tool that checks the ports tree for various errors.Eitan Adler2012-02-234-0/+32
| | | | | | | | PR: ports/165417 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=292125
* - update to 1.0-beta7Baptiste Daroussin2012-02-222-32/+32
| | | | | | | | | | | | | - changes: * move commands man pages from section 1 to 8 * pkg check can now be run as a user (will print the missing dependencies if any) * better handling of database creation error * new option -f to install subcommand to force reinstallation of a package * new option -f to upgrade subcommand to force reinstallation of the whole set of packages * pkg audit can now take a package: name-version in argument Notes: svn path=/head/; revision=292071
* - Reassign to ports@Philip M. Gollucci2012-02-222-3/+2
| | | | | | | | | please consider using ports-mgmt/portmaster Discussed with: bugmeister(eadler, linimon), ruby(swills, pgollucci) via #bsdports Notes: svn path=/head/; revision=292034
* dd note about default PR assignment.Mark Linimon2012-02-221-0/+1
| | | | | | | Spurred by: pgollucci Notes: svn path=/head/; revision=292032
* - replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)Ruslan Makhmatkhanov2012-02-191-3/+3
| | | | | | | They all non-functional changes. Notes: svn path=/head/; revision=291783
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-162-1/+2
| | | | Notes: svn path=/head/; revision=291538
* Add forgotten pkg-updating(1) to plistBaptiste Daroussin2012-02-151-0/+1
| | | | | | | Submitted by: George Liaskos <geo.liaskos@gmail.com> Notes: svn path=/head/; revision=291482
* liblzma in base is needed so only version >= 800505 are supportedBaptiste Daroussin2012-02-151-2/+2
| | | | | | | Submitted by: thompsa Notes: svn path=/head/; revision=291476
* - update to 1.0-beta6Baptiste Daroussin2012-02-152-4/+3
| | | | | | | | | | | - changes: * pkg register: now run inside a transaction, this speeds up things a lot (thank you avg) * pkg version: -v now print name-version to match behaviour of legacy pkg_version * pkg register: fix flatsize calculation * new pkg-updating(1) man page (thanks beat) Notes: svn path=/head/; revision=291469
* - Please welcome GHC 7.0.4Gabor Pali2012-02-131-1/+1
| | | | | | | | | | | | | | | | GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291136
* pkg should never register itself as automaticBaptiste Daroussin2012-02-121-0/+2
| | | | | | | Tested by: rene Notes: svn path=/head/; revision=291030
* - update to beta5Baptiste Daroussin2012-02-122-3/+3
| | | | | | | | | - changes: * move all the private headers into a private subdirectory to prevent the temptation of using them in the frontend * fix a miss behaviour in pkg query printing things it shouldn't in case of mistakes Notes: svn path=/head/; revision=291026
* - update to beta4Baptiste Daroussin2012-02-112-3/+3
| | | | | | | | | | - changes: * do not assert in case of unfinished buffer but finish it instead * more userfriendly error message for pkg audit * print not found patterns for pkg info and pkg query Notes: svn path=/head/; revision=290940
* - update to beta3Baptiste Daroussin2012-02-102-3/+3
| | | | | | | | | | | | - changes: * fix pkg add (it is been broken during beta2 sorry about that) * fix manifest emitter: now really emit the pkg-message in message no more description * add %M to pkg query to show messages * concat all pkg-messages and show it once at the end of operations * print messages about missing dependency during pkg add Notes: svn path=/head/; revision=290890
* - update to 1.0-beta2Baptiste Daroussin2012-02-103-4/+9
| | | | | | | | | | | | | | | | | | | | - add a message to warn user that they need to migrate using pkg2ng - add a mirror to download - changes: * update bundled sqlite to 3.7.10 * add -n to pkg create to avoid packing already packed packages * Fix rc script handling * safer sbuf usage (this fix ia64 support) * report a list of failing packages if any with pkg add * allow "<category>/<port>" pattern in pkg search * add support for syslog (through a pkg.conf option) * the portmaster patch in the git is now up to date with 3.11 and feature complete (thanks avilla) * add -R to pkg info to print out the raw manifest of a given package * fix pkg query "%a" * more robust to errors when creating packages Notes: svn path=/head/; revision=290863
* Update maintainer address to matthew@FreeBSD.orgMatthew Seaman2012-02-092-2/+2
| | | | | | | Approved by: shaun (mentor) Notes: svn path=/head/; revision=290797
* - Update to 2.1.7Sunpoet Po-Chuan Hsieh2012-02-092-8/+10
| | | | | | | | | | | Changes: - Fix CVS login bug PR: ports/164916 Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer) Notes: svn path=/head/; revision=290783
* Update to 2.1.6Wesley Shields2012-02-083-66/+58
| | | | | | | | PR: ports/164810 Submitted by: Andy Kosela <akosela@andykosela.com> Notes: svn path=/head/; revision=290719
* Update to 2.1.5Eitan Adler2012-02-052-3/+5
| | | | | | | | | | | | | Changes: * fix bug in ftp code * fix bug in text www browsing PR: ports/164797 Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer) Notes: svn path=/head/; revision=290439
* Add new port: fbsdmonJason Helfman2012-02-049-0/+122
| | | | | | | | | | | | | | | Submit system and ports statistics to fbsdmon.org. Statistics can be sent from command line, from rc script or from periodic script. WWW: http://fbsdmon.org/ PR: ports/164608 Submitted by: Grzegorz Blach <magik at roorback.net> Approved by: rene (mentor) Notes: svn path=/head/; revision=290366
* - update to 1.1Baptiste Daroussin2012-02-022-3/+3
| | | | | | | | | | | | | | Changes: - add ARCH=i386 in make.conf on i386 jail for amd64 host [1] - testport and bulk now uses the same package dir: ${POUDRIERE_DATA}/packages/<jailname>-<portstreename> [2] - fix testport with pkgng - remove an extras .txz when creating a jail > 9.0 Submitted by: martymac[1] Suggested by: avilla[2] Notes: svn path=/head/; revision=290292
* poudriere is a tool primarily designed to test package production onBaptiste Daroussin2012-01-314-0/+42
| | | | | | | | | | | | FreeBSD. However, most people will find it useful to bulk build ports for FreeBSD. WWW: http://git.etoilebsd.net/poudriere/ Of course this is pkgng aware and it support incremental upgrade of binary bulks :) Notes: svn path=/head/; revision=290206
* Make this port compatible with user-set TMPDIR environment variableDmitry Morozovsky2012-01-302-4/+4
| | | | | | | | | | Committed directly due to maintainer-timeout of 1 month and non-intrusive change behaviour. PR: ports/163697 Notes: svn path=/head/; revision=290113
* Please welcome pkgng beta1.Baptiste Daroussin2012-01-304-0/+74
| | | | | | | | | | | if you want to use it please define WITH_PKGNG=yes in your /etc/make.conf For more information read the announcement on the mailing list With hat: portmgr Non-Regression test: linimon Notes: svn path=/head/; revision=290111
* Fix plist for bash completion file. Bump PORTREVISION for it as well.Doug Barton2012-01-241-2/+2
| | | | | | | Submitted by: sunpoet Notes: svn path=/head/; revision=289723
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Move the Bash completion file to ${PREFIX}/etc/bash_completion.dDoug Barton2012-01-202-8/+6
| | | | | | | | | Bump PORTREVISION for the WITH_BASH case While here, remove the license info Notes: svn path=/head/; revision=289512
* Update to 1.0.4.Romain Tartière2012-01-152-3/+3
| | | | Notes: svn path=/head/; revision=289255
* Fix rc script to follow up removal of set_rcvar in HEADChris Rees2012-01-142-0/+4
| | | | | | | Approved by: miwi (maintainer) Notes: svn path=/head/; revision=289172
* - escape shell namesDirk Meyer2012-01-141-1/+1
| | | | Notes: svn path=/head/; revision=289167
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156