| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=179652
|
|
|
|
|
|
|
|
|
|
| |
- portlint(1)
Approved by: maintainer
Security: CVE-2006-2197, http://secunia.com/advisories/20665/
Notes:
svn path=/head/; revision=179651
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: kris via pointyhat
Notes:
svn path=/head/; revision=179649
|
|
|
|
| |
Notes:
svn path=/head/; revision=179648
|
|
|
|
| |
Notes:
svn path=/head/; revision=179647
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
============
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
|
|
|
|
|
|
|
|
| |
PR: ports/106662
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Notes:
svn path=/head/; revision=179644
|
|
|
|
|
|
|
|
| |
PR: ports/106663
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Notes:
svn path=/head/; revision=179643
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=179641
|
|
|
|
|
|
|
| |
Prompted by: dougb
Notes:
svn path=/head/; revision=179640
|
|
|
|
|
|
|
|
| |
Obtained from: gphoto SVN rev 9585
Pointy hat to: lofi
Notes:
svn path=/head/; revision=179639
|
|
|
|
|
|
|
| |
2006-12-01 multimedia/gstreamer-plugins-dirac80: Obsolete version, use gstreamer 0.10 instead
Notes:
svn path=/head/; revision=179638
|
|
|
|
|
|
|
|
|
|
| |
- Fixed INSTALL_MAN
PR: ports/106651
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Notes:
svn path=/head/; revision=179637
|
|
|
|
|
|
|
| |
multimedia/gstreamer-plugins-dirac80
Notes:
svn path=/head/; revision=179636
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=179633
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
New master site pointed by: Sergey Skvortsov <skv@protey.ru>
Notes:
svn path=/head/; revision=179631
|
|
|
|
| |
Notes:
svn path=/head/; revision=179630
|
|
|
|
|
|
|
|
| |
Reviewed by: simon
Approved by: secteam
Notes:
svn path=/head/; revision=179629
|
|
|
|
|
|
|
|
|
| |
PR: ports/105914
Submitted by: Paul Dlug <paul at aps.org>
Approved by: maintainer timeout (16 days)
Notes:
svn path=/head/; revision=179628
|
|
|
|
|
|
|
| |
first place)
Notes:
svn path=/head/; revision=179627
|
|
|
|
| |
Notes:
svn path=/head/; revision=179626
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 106281
Submitted by: Barry Pederson<bp___barryp.org>
Notes:
svn path=/head/; revision=179623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
Security: http://www.vuxml.org/freebsd/eb5124a4-8a20-11db-b033-00123ffe8333.html
With hat: secteam
Notes:
svn path=/head/; revision=179621
|
|
|
|
| |
Notes:
svn path=/head/; revision=179620
|
|
|
|
| |
Notes:
svn path=/head/; revision=179619
|
|
|
|
| |
Notes:
svn path=/head/; revision=179618
|
|
|
|
| |
Notes:
svn path=/head/; revision=179617
|
|
|
|
| |
Notes:
svn path=/head/; revision=179616
|
|
|
|
| |
Notes:
svn path=/head/; revision=179615
|
|
|
|
| |
Notes:
svn path=/head/; revision=179614
|
|
|
|
|
|
|
|
| |
PR: 106647
Submitted by: Adam VanderHook <acidos@bandwidth-junkies.net>
Notes:
svn path=/head/; revision=179613
|
|
|
|
|
|
|
|
|
| |
PR: ports/106548
Submitted by: "ports@c0decafe.net" <ports@c0decafe.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=179612
|
|
|
|
|
|
|
|
| |
PR: ports/106575
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Notes:
svn path=/head/; revision=179611
|
|
|
|
|
|
|
|
| |
PR: ports/106635
Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer)
Notes:
svn path=/head/; revision=179610
|
|
|
|
|
|
|
|
|
|
| |
- Update maintainer mail
PR: ports/106610
Submitted by: Miguel Mendez <mmendez@energyhq.be> (maintainer)
Notes:
svn path=/head/; revision=179609
|
|
|
|
|
|
|
|
| |
PR: ports/106640
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Notes:
svn path=/head/; revision=179608
|
|
|
|
|
|
|
|
| |
PR: ports/106644
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Notes:
svn path=/head/; revision=179607
|
|
|
|
|
|
|
| |
know about that MC has py-libnotify.
Notes:
svn path=/head/; revision=179606
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/106611
Submitted by: Miguel Mendez <mmendez@energyhq.be>
Notes:
svn path=/head/; revision=179605
|
|
|
|
| |
Notes:
svn path=/head/; revision=179604
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
PR: ports/106600
Submitted by: MURAOKA Daisuke <raia@muj.biglobe.ne.jp>
Notes:
svn path=/head/; revision=179603
|