cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-06-18 Thread Doug Barton
dougb 2010-06-18 08:52:03 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: build_l also needs to be unset in pm_make_s() Revision ChangesPath 2.32 +2 -2 ports/ports-mgmt/portmaster/files/portmaster.sh.in __

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-06-18 Thread Doug Barton
dougb 2010-06-18 08:22:32 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Unset build_l in pm_make() Revision ChangesPath 2.31 +2 -2 ports/ports-mgmt/portmaster/files/portmaster.sh.in _

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-06-18 Thread Doug Barton
dougb 2010-06-18 07:35:29 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: If the user specified --no-confirm don't build the list. With a lot of ports to update it can get quite large. If there are a very large number of por

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-06-12 Thread Doug Barton
dougb 2010-06-12 23:36:53 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: There is no reason for uniquify_list() to reverse the entries, and doing so can make debugging more difficult. Add code to post_config() to make sure

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-06-11 Thread Doug Barton
dougb 2010-06-11 08:23:53 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: In delete_all_distfiles() when there is no $origin (such as when a port has moved) but there IS a /var/db/ports//distfiles, we do not want to prompt the

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-05-17 Thread Doug Barton
dougb 2010-05-18 02:11:05 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Minor Fixes And Optimizations = 1. In iport_from_origin() if we don't find a match (which is normal for ports that are n

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-05-12 Thread Wesley Shields
On Mon, May 10, 2010 at 09:20:31PM -0400, Garrett Cooper wrote: > On May 10, 2010, at 7:23 PM, Doug Barton wrote: > > > dougb 2010-05-10 23:23:45 UTC > > > > FreeBSD ports repository > > > > Modified files: > >ports-mgmt/portmaster/files portmaster.sh.in > > Log: > > New Feature > >

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-05-10 Thread Doug Barton
On 05/10/10 18:20, Garrett Cooper wrote: > > How about having a precedence list for download sites? It could be done easily enough if there were real-world demand. However "local" in this context isn't a site, it's literally the local file system. So I think having a way to say "local only, never

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-05-10 Thread Garrett Cooper
On May 10, 2010, at 7:23 PM, Doug Barton wrote: dougb 2010-05-10 23:23:45 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Feature === Add a --packages-local option for those who wish to use only local packages, and nev

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-05-10 Thread Doug Barton
dougb 2010-05-10 23:23:45 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Feature === Add a --packages-local option for those who wish to use only local packages, and never attempt to fetch from a remote site.

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-05-03 Thread Doug Barton
dougb 2010-05-03 22:28:22 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Feature Add a --no-index-fetch option for people who want to use the --index* options but do not want portmaster to do the fetching.

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-05-02 Thread Doug Barton
dougb 2010-05-02 21:33:37 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Minor Bug Fixes and Adjustments: 1. Adjust whitespace at the end of the run 2. In a couple places where default value

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-04-30 Thread Doug Barton
dougb 2010-05-01 03:59:22 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features Expand on an idea provided by mandree@ to use 'pkg_version -I' to quickly check what ports are out of date, and incorporate t

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-04-11 Thread Doug Barton
dougb 2010-04-11 22:41:21 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: When NOT using --index-only the rundep list still needs to be parsed the old way. So only add spaces to the list if we're generating it from the INDEX, a

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-04-09 Thread Doug Barton
dougb 2010-04-10 04:32:58 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features 1. Introducing the new options --index and --index-only. The first will use the INDEX file to check if a port is up to dat

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-03-29 Thread Doug Barton
dougb 2010-03-29 07:51:04 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Feature === Add a --delete-packages option so that after a package is installed it will be deleted. User-Visible Change

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-02-07 Thread Doug Barton
dougb 2010-02-08 06:43:31 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features 1. Add a --no-term-title option to avoid updating the xterm title bar Bug Fixes = 1. Add code to prevent dupli

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2010-01-23 Thread Doug Barton
dougb 2010-01-24 06:16:33 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Update the copyright date New Features: = 1. When running through the config phase a list of things to be installed and/or upgraded wi

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-12-30 Thread Doug Barton
dougb 2009-12-31 03:52:20 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Two minor bug fixes: 1. We only want to set PM_BUILD_ONLY_LIST=pm_bol in the command line parser if we are the parent port. Otherw

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-12-18 Thread Doug Barton
dougb 2009-12-19 07:25:44 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: This is svn version r200709 Feature Update == 1. Further update the --packages-build and --delete-build-only options to work with -a:

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-12-10 Thread Doug Barton
dougb 2009-12-10 23:46:04 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Bug Fixes = 1. In the test for -PP being alone on the command line I forgot the -dash at the beginning of the second test so it was falsely pic

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-12-06 Thread Doug Barton
dougb 2009-12-07 07:14:26 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Introducing portmaster with package support! This is svn version r200206. New Features 1. Support for the following new options:

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-09-15 Thread Doug Barton
dougb 2009-09-15 08:18:58 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features 1. The -x option can now be specified more than once. 2. The --list-origins option will list origins from root and leaf ports

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-08-24 Thread Doug Barton
dougb 2009-08-25 00:21:45 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: In the previous update I did s/$globlist/$glob_dirs/ in multiport() to make the code match the equivalent code in the main command line parser, but I mis

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-08-20 Thread Doug Barton
dougb 2009-08-21 04:00:41 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Bug Fixes = 1. Rework the NO_DEP_UPDATES feature which is an optimization when you are updating or installing a port whose dependencies are all

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-08-06 Thread Doug Barton
dougb 2009-08-06 17:06:02 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: In multiport() add a check_interactive() for every port in the list when using the -i option. This is a minor inconvenience for those users that give a l

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-07-29 Thread Doug Barton
dougb 2009-07-29 23:24:43 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Feature Updates === 1. For the -[rf] and -R options: a. Do not delete the flag files that indicate a port has been updated until the -[rf

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2009-02-05 Thread Doug Barton
dougb 2009-02-05 23:11:23 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Feature === 1. Add --check-port-dbdir to clean stale entries from /var/db/ports [1] Since the definition of PORT_DBDIR is now used in more

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-07-28 Thread Doug Barton
dougb 2008-07-28 21:24:53 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features 1. You can now specify multiple globs for directories in /var/db/pkg on the command line (along with full names of directorie

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-06-12 Thread Doug Barton
dougb 2008-06-12 20:33:04 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Bug Fixes = 1. Fix -a mode by moving the update of CONFIG_SEEN_LIST to after the port has been checked for available updates. The old way worke

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-06-11 Thread Doug Barton
dougb 2008-06-11 19:38:54 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Minor New Feature = Print a list of ports that will be worked on when doing multiple ports, either from a glob or listed on the command

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-06-04 Thread Doug Barton
dougb 2008-06-04 21:17:30 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features === 1. By popular demand, change the command line behavior of 'portmaster blah*' to update all ports in /var/db/pkg which match th

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-03-19 Thread Doug Barton
dougb 2008-03-19 21:47:16 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Implementation == The previous code tried to handle moved ports in much the same way as it handled replacing a port with the -o opt

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-29 Thread Doug Barton
dougb 2008-01-30 01:48:10 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Cosmetic fix for the code: Only expand the $FreeBSD tag once Bug fix: If using the combination -aiG, don't run the interactive mode test in the build pha

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-26 Thread Doug Barton
Henrik Brix Andersen wrote: Well, you wrote that the commit log contained information on why you did this... Since this must be considered pretty non-standard (as far as I can tell, no other ports have this requirement), I'm quite curious as to why this was needed. I think we've reached a lang

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-25 Thread Henrik Brix Andersen
On Fri, Jan 25, 2008 at 03:34:12PM -0800, Doug Barton wrote: > Henrik Brix Andersen wrote: >> On Thu, Jan 24, 2008 at 04:50:45PM -0800, Doug Barton wrote: >>> Henrik Brix Andersen wrote: >>> Yeah, looks a bit odd - I wonder why the revision number of that file was suddently bumped from 1

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-25 Thread Doug Barton
Henrik Brix Andersen wrote: On Thu, Jan 24, 2008 at 04:50:45PM -0800, Doug Barton wrote: Henrik Brix Andersen wrote: Yeah, looks a bit odd - I wonder why the revision number of that file was suddently bumped from 1.28 to 2.0 by CVS... There is no mystery. :) I bumped the version on all the fil

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-25 Thread Henrik Brix Andersen
On Thu, Jan 24, 2008 at 04:50:45PM -0800, Doug Barton wrote: > Henrik Brix Andersen wrote: > >> Yeah, looks a bit odd - I wonder why the revision number of that file >> was suddently bumped from 1.28 to 2.0 by CVS... > > There is no mystery. :) I bumped the version on all the files in the port >

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-24 Thread Doug Barton
Henrik Brix Andersen wrote: Yeah, looks a bit odd - I wonder why the revision number of that file was suddently bumped from 1.28 to 2.0 by CVS... There is no mystery. :) I bumped the version on all the files in the port to match the new version 2.0 for portmaster itself. See the commit log f

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-24 Thread Henrik Brix Andersen
On Thu, Jan 24, 2008 at 12:11:15PM -0800, Doug Barton wrote: > Henrik Brix Andersen wrote: >> Hi Doug, >> >> On Thu, Jan 24, 2008 at 02:36:58AM +, Doug Barton wrote: >>> dougb 2008-01-24 02:36:58 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files:(Branch: 2.0) >>>

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-24 Thread Doug Barton
Henrik Brix Andersen wrote: Hi Doug, On Thu, Jan 24, 2008 at 02:36:58AM +, Doug Barton wrote: dougb 2008-01-24 02:36:58 UTC FreeBSD ports repository Modified files:(Branch: 2.0) ports-mgmt/portmaster/files portmaster.sh.in Log: The code for this 2.0 version has

Re: cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-24 Thread Henrik Brix Andersen
Hi Doug, On Thu, Jan 24, 2008 at 02:36:58AM +, Doug Barton wrote: > dougb 2008-01-24 02:36:58 UTC > > FreeBSD ports repository > > Modified files:(Branch: 2.0) > ports-mgmt/portmaster/files portmaster.sh.in > Log: > The code for this 2.0 version has been totally re

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-23 Thread Doug Barton
dougb 2008-01-24 02:36:58 UTC FreeBSD ports repository Modified files:(Branch: 2.0) ports-mgmt/portmaster/files portmaster.sh.in Log: The code for this 2.0 version has been totally reorganized, and in several cases totally rewritten. I am also glad to say that all o

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2008-01-04 Thread Doug Barton
dougb 2008-01-04 10:29:58 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Restore the canonical order of installing run-depends before the parent Revision ChangesPath 1.27 +11 -12ports/ports-mgmt/portmaster/fil

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-12-12 Thread Doug Barton
dougb 2007-12-12 21:50:59 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features ===+ 1. If an +IGNOREME file is present for a package that has a new version, let the user know. 2. Use printf to display BROKEN

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-10-31 Thread Doug Barton
dougb 2007-10-31 08:57:04 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Small bug fixes === 1. In delete_all_distfiles(), $distdir already contains a trailing slash 2. Only print the "no new versions" message fo

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-10-30 Thread Doug Barton
dougb 2007-10-30 07:18:51 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: These changes are the result of some regression testing, plus a top to bottom read through prompted by a user reporting bug #1 below. Fortunately I only

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-10-20 Thread Doug Barton
dougb 2007-10-21 05:33:07 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Two small bug fixes === 1. When I changed how the MOVED file was treated in version 1.19 I accidentally typed a literal /usr/ports/. Ch

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-10-14 Thread Doug Barton
dougb 2007-10-15 04:55:42 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Bug Fixes = 1. For all values derived from bsd.port.mk, assert that they are not empty. This helps prevent problems when running 'find $value .

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-10-01 Thread Doug Barton
dougb 2007-10-02 04:49:47 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features 1. Switch to saving distfile info in /var/db/ports/$name/distfiles ala PR http://www.freebsd.org/cgi/query-pr.cgi?pr=106483

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-08-27 Thread Doug Barton
dougb 2007-08-27 22:48:24 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Improvement === 1. Before calling pkg_create for the installed version of the port, cd into the PKGREPOSITORY directory. This not only simplifi

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-08-04 Thread Doug Barton
dougb 2007-08-05 05:04:15 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: 1. Change to 'make -f/usr/share/mk/bsd.port.mk' in several places due to the DESTDIR changes today. 2. Export pd, pdb, and distdir to avoid having to loo

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-07-07 Thread Doug Barton
dougb 2007-07-08 06:35:35 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: Bug Fixes = 1. If we are doing --show-work, don't launch background processes that are only useful for real builds. 2. Fix a rather obscure b

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-05-27 Thread Doug Barton
dougb 2007-05-27 08:10:34 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features 1. Keep a temporary flag that indicates a port has already been upgraded during a -r or -f update, and add a -R (retry) optio

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-03-08 Thread Doug Barton
dougb 2007-03-08 23:47:44 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Features 1. --show-work option which will recurse through all-depends-list and show what dependencies are, and are not installed. 2.

cvs commit: ports/ports-mgmt/portmaster/files portmaster.sh.in

2007-02-22 Thread Doug Barton
dougb 2007-02-22 19:05:08 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster/files portmaster.sh.in Log: New Feature === --clean-distfiles[-all] options to check /usr/ports/distfiles for stale stuff, and either offer to delete them or delete them a