aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-13120-148/+823
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - wv2 -- Integer Overflow VulnerabilityMarcus Alves Grando2006-12-131-0/+32
| | | | Notes: svn path=/head/; revision=179652
* - Update to 0.2.3Marcus Alves Grando2006-12-132-6/+5
| | | | | | | | | | - portlint(1) Approved by: maintainer Security: CVE-2006-2197, http://secunia.com/advisories/20665/ Notes: svn path=/head/; revision=179651
* - Update to 0.10.3Cheng-Lung Sung2006-12-132-4/+4
| | | | | | | | | | | | | | | | | | | Trac 0.10.3 is a bug fix release and fixes a few bugs introduced in the 0.10.1 and 0.10.2 releases. A brief summary of major changes: * Timeline fail to load with a "NoSuchChangeset" error message (#4132). * Timed out MySQL connections not handled properly (#3645). * Subversion repository resync broken. (#4204). The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.3 PR: ports/106664 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Notes: svn path=/head/; revision=179650
* Remove 2 localesMichael Johnson2006-12-131-1/+1
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=179649
* Change BUILD_DEPENDS to LIB_DEPENDS for libspf2Andrey A. Chernov2006-12-131-1/+1
| | | | Notes: svn path=/head/; revision=179648
* Update for version 1.10Doug Barton2006-12-134-4/+40
| | | | Notes: svn path=/head/; revision=179647
* - Fix incorrect install phatMartin Wilke2006-12-134-2/+1216
| | | | | | | | | | | | | - Fix pkg-plist - Bump PORTREVISION PR: ports/105939 Submitted by: Denis Barov<dindin@freebsd.org.ua> Cédric Jonas <cedric@decemplex.net> (via privat mail) Approved by: maintainer timeout Notes: svn path=/head/; revision=179646
* New FeaturesDoug Barton2006-12-132-120/+332
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ============ 1. Attempt to avoid the problem of multiple background checksum processes stepping on each other trying to download the same sets of distfiles. The most pathological case for this is trying to portmaster the xorg port on a clean box with no distfiles downloaded. (Brought to my attention by George Hartzell <hartzell@alerce.com>.) 2. In cooperation with sem and skv, add three new environment variables that can potentially be used by port authors, etc. UPGRADE_TOOL contains the name of the tool being used, in this case 'portmaster'. UPGRADE_PORT is the full string for the port that we are currently upgrading, and UPGRADE_PORT_VER is just the version string part of that. 3. Collect a list of any pkg-message files that we "saw" while doing the installs, and display them all at the end when everything is done installing. (Old idea of mine, and others, most recently prompted by kris.) 4. You can now do 'portmaster .' if you are in a port directory you want to install. 5. If there is no DISTFILE information in the +CONTENTS file after an installation, add it in the manner worked out on freebsd-ports@, and documented in http://www.freebsd.org/cgi/query-pr.cgi?pr=106483. If that information is present, use it to delete the last known set of distfiles with certainty, but continue searching the "old" way until the DISTFILE stuff has been around for a while. Major Fixes =========== 1. Change the code that reads the MOVED file to recurse through the whole file. This fixes the problem of getting an "answer" to a find_moved_port() call only to find out that the "new" port has itself been moved, or deleted. This is not a major problem, but when it happens it's ugly. The fix slows down the function by about 1/2 second on my (fairly fast) box, but that function isn't called often, and it's better to be thorough. (Brought to my attention by erwin.) 2. Remove a change from the last version that caused way too many false positives from the MOVED file when there was no installed version of the port. 3. When running -e, warn the user if there are dependencies on the port, and improve the error message both here and in the same code for -s. Minor Cleanups ============== 1. Assign TMPDIR early in the script, and export it to be safe. Change occurrences of this variable to use the short form. 2. Factor some code that had been moved to a function back in line since we're down to just one caller. 3. Only print the verbose message about keeping the current version of a distfile if we're not in fact deleting all distfiles. 4. Make distfile listing more efficient by using the ALLFILES target instead of the combination of DISTFILES and PATCHFILES. Notes: svn path=/head/; revision=179645
* - Update to 0.5.0Martin Wilke2006-12-133-4/+10
| | | | | | | | PR: ports/106662 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> Notes: svn path=/head/; revision=179644
* - Update to 1.5.3Martin Wilke2006-12-137-9/+165
| | | | | | | | PR: ports/106663 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Notes: svn path=/head/; revision=179643
* - Using bzip2 in pkg_create by default for a while now. Patch toMartin Wilke2006-12-1336-1840/+1510
| | | | | | | | | | | | | | allow removing either .tgz or .tbz temporary pkgs. - Refactor the existing patches so that we have one patch per file to ease maintenance. - Pass maintainership to submitter. - Bump PORTREVISION PR: ports/106652 Submitted by: Robert C. Noland III <rnoland@2hip.net> Notes: svn path=/head/; revision=179642
* - utilize USE_BDBYen-Ming Lee2006-12-133-3/+20
| | | | Notes: svn path=/head/; revision=179641
* rcNG is not 'Next' anymore. s/rcNG/rc.d/ in net/smokeping entry.Lars Thegler2006-12-131-1/+1
| | | | | | | Prompted by: dougb Notes: svn path=/head/; revision=179640
* - Fix the fix: lofi's patch was using a buffer before initializing itPav Lucistnik2006-12-131-4/+5
| | | | | | | | Obtained from: gphoto SVN rev 9585 Pointy hat to: lofi Notes: svn path=/head/; revision=179639
* Remove expired leaf port:Vasil Dimov2006-12-133-23/+1
| | | | | | | 2006-12-01 multimedia/gstreamer-plugins-dirac80: Obsolete version, use gstreamer 0.10 instead Notes: svn path=/head/; revision=179638
* - Forget to remove expire dateMartin Wilke2006-12-131-5/+3
| | | | | | | | | | - Fixed INSTALL_MAN PR: ports/106651 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=179637
* Remove dirac references in preparation for removal ofVasil Dimov2006-12-132-8/+0
| | | | | | | multimedia/gstreamer-plugins-dirac80 Notes: svn path=/head/; revision=179636
* - Fix pkg-plistMartin Wilke2006-12-132-480/+482
| | | | | | | | | PR: ports/106512 Submitted by: Robert Gogolok<gogo@cs.uni-sb.de> Approved by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=179635
* Add check for existing non-closed PRs related to the port being removed.Vasil Dimov2006-12-131-1/+65
| | | | | | | | If any are found then ask if the port should be skipped from removal or removed regardless of the PRs. Notes: svn path=/head/; revision=179634
* Add another missing dependency.Munechika SUMIKAWA2006-12-131-0/+1
| | | | Notes: svn path=/head/; revision=179633
* - Fix root exploidMartin Wilke2006-12-132-0/+13
| | | | | | | | | | PR: ports/106594 Submitted by: Sergey N. Voronkov <serg@tmn.ru> Approved by: maintainer Security: http://www.vuxml.org/freebsd/e969e6cb-8911-11db-9d01-0016179b2dd5.html Notes: svn path=/head/; revision=179632
* Cure textproc/docbook-xsd by fixing master site.Vasil Dimov2006-12-132-5/+2
| | | | | | | New master site pointed by: Sergey Skvortsov <skv@protey.ru> Notes: svn path=/head/; revision=179631
* - Fix tnftpd entry (made validate happy)Martin Wilke2006-12-131-1/+0
| | | | Notes: svn path=/head/; revision=179630
* tnftpd - remote root exploitMartin Wilke2006-12-131-0/+24
| | | | | | | | Reviewed by: simon Approved by: secteam Notes: svn path=/head/; revision=179629
* - Update to 1.55Rong-En Fan2006-12-132-4/+4
| | | | | | | | | PR: ports/105914 Submitted by: Paul Dlug <paul at aps.org> Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=179628
* - pass maintainership to python@ (it should have been that way in theAlexander Botero-Lowry2006-12-131-1/+1
| | | | | | | first place) Notes: svn path=/head/; revision=179627
* - add ${PYHASHLIB} dependency macro to bsd.python.mkAlexander Botero-Lowry2006-12-131-0/+9
| | | | Notes: svn path=/head/; revision=179626
* - Add hashlib-20060408aAlexander Botero-Lowry2006-12-135-0/+45
| | | | | | | | | | Python secure hash and message digest module MD5, SHA1, SHA224, SHA256, SHA384 and SHA512 (backported from Python 2.5 for use on 2.3 and 2.4) WWW: http://code.krypto.org/python/hashlib/ Notes: svn path=/head/; revision=179624
* - Add OPTION to build FTS1 (Full text search).Marcus Alves Grando2006-12-132-0/+12
| | | | | | | | PR: 106281 Submitted by: Barry Pederson<bp___barryp.org> Notes: svn path=/head/; revision=179623
* - Fix SIGSEGV in amd64 using size_t instead of int. [1]Marcus Alves Grando2006-12-133-14/+101
| | | | | | | | | | | | | | | - res_state has to be initialized before calling res_ninit(). [2] - Where res_ndestroy() is available, when thread is destroyed, we need to call res_ndestroy() instead of res_nclose(), to free the resource which is allocated by the resolver internally. [2] - portlint(1) - Bump PORTREVISION PR: 105001 [1] Submitted by: Christophe Thil<chris___thil.de> [1], ume [2] Notes: svn path=/head/; revision=179622
* - Mark as FORBIDDENMarcus Alves Grando2006-12-131-0/+2
| | | | | | | | Security: http://www.vuxml.org/freebsd/eb5124a4-8a20-11db-b033-00123ffe8333.html With hat: secteam Notes: svn path=/head/; revision=179621
* - Update to 1.04Andrew Pantyukhin2006-12-132-4/+4
| | | | Notes: svn path=/head/; revision=179620
* - Update to 1.1.4.5.061206Andrew Pantyukhin2006-12-122-4/+4
| | | | Notes: svn path=/head/; revision=179619
* - Update to 0.3.5.2Andrew Pantyukhin2006-12-122-7/+4
| | | | Notes: svn path=/head/; revision=179618
* - Update to 0.7Andrew Pantyukhin2006-12-122-6/+6
| | | | Notes: svn path=/head/; revision=179617
* Remove expired php4-ming extension.Alex Dupre2006-12-121-2/+2
| | | | Notes: svn path=/head/; revision=179616
* Remove expired ming and panda extensions.Alex Dupre2006-12-121-4/+2
| | | | Notes: svn path=/head/; revision=179615
* Remove expired ming extensions.Alex Dupre2006-12-121-6/+0
| | | | Notes: svn path=/head/; revision=179614
* - Update to 1.0.5Martin Wilke2006-12-122-4/+4
| | | | | | | | PR: 106647 Submitted by: Adam VanderHook <acidos@bandwidth-junkies.net> Notes: svn path=/head/; revision=179613
* - Update to 3.1Martin Wilke2006-12-1211-69/+69
| | | | | | | | | PR: ports/106548 Submitted by: "ports@c0decafe.net" <ports@c0decafe.net> Approved by: maintainer Notes: svn path=/head/; revision=179612
* - Update to 6.0.20061121Martin Wilke2006-12-123-4/+5
| | | | | | | | PR: ports/106575 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Notes: svn path=/head/; revision=179611
* - Fix UTF8 decodingMartin Wilke2006-12-122-1/+21
| | | | | | | | PR: ports/106635 Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer) Notes: svn path=/head/; revision=179610
* - Update to 0.8Martin Wilke2006-12-124-9/+24
| | | | | | | | | | - Update maintainer mail PR: ports/106610 Submitted by: Miguel Mendez <mmendez@energyhq.be> (maintainer) Notes: svn path=/head/; revision=179609
* - Update to 0.99.6Martin Wilke2006-12-126-85/+25
| | | | | | | | PR: ports/106640 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=179608
* - Update to 1.6.2Martin Wilke2006-12-1216-264/+236
| | | | | | | | PR: ports/106644 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Notes: svn path=/head/; revision=179607
* Merge with MC's py-libnotify for pkg-descr that has the better info. I didn'tJeremy Messenger2006-12-121-2/+6
| | | | | | | know about that MC has py-libnotify. Notes: svn path=/head/; revision=179606
* - Update to 0.7.11Martin Wilke2006-12-122-5/+5
| | | | | | | | | | - Pass maintainership to submitter PR: ports/106611 Submitted by: Miguel Mendez <mmendez@energyhq.be> Notes: svn path=/head/; revision=179605
* - clamav -- Multipart Nestings Denial of ServiceMarcus Alves Grando2006-12-121-0/+35
| | | | Notes: svn path=/head/; revision=179604
* - Update to 0.30Martin Wilke2006-12-125-179/+12
| | | | | | | | | | - Update MASTER_SITES PR: ports/106600 Submitted by: MURAOKA Daisuke <raia@muj.biglobe.ne.jp> Notes: svn path=/head/; revision=179603