Re: [HEADS UP] GNU make 3.82

2011-03-12 Thread Doug Barton
On 03/12/2011 13:51, Michal Varga wrote: On Sat, 2011-03-12 at 22:46 +0100, Michal Varga wrote: On Sat, 2011-03-12 at 13:34 -0800, Doug Barton wrote: On 03/12/2011 12:45, Mark Linimon wrote: On Fri, Mar 11, 2011 at 09:14:50PM -0800, Doug Barton wrote: There are way too many things happening

Compiling ports in a post-9.0-RELEASE world

2011-03-12 Thread Doug Barton
Howdy, As many of you are no doubt already aware, much work has been undertaken to make clang the default compiler for the src tree starting with 9.0-RELEASE. It is not 100% certain that this change will be made, but it's looking more likely every day. This raises an interesting question for

Re: Superfluous dependencies

2011-03-12 Thread Doug Barton
On 03/12/2011 14:12, Charlie Kester wrote: I'm not aware of any tool that will display a similar dependency tree for a port *before* it is installed. portmaster doesn't _quite_ do that, but it does walk you through all of the config screens (and thus, the related dependencies) prior to buildi

Re: [HEADS UP] GNU make 3.82

2011-03-12 Thread Doug Barton
On 03/12/2011 17:14, Rob Farmer wrote: Also, you suddenly getting involved probably didn't help, because it just gave the appearance that you guys were trying to double-team Rob, I appreciate your thoughtful response to this topic. In fairness to Mark, I am the one who expanded the scope of d

Re: Superfluous dependencies

2011-03-12 Thread Doug Barton
On 03/12/2011 18:13, per...@pluto.rain.com wrote: Charlie Kester wrote: A few minutes ago, I was answering a post on the forums, in which a user expressed surprise (and outrage) that the phpmyadmin port was installing libX11 and similar things on his server. By installing it myself and then u

Re: [HEADS UP] GNU make 3.82

2011-03-12 Thread Doug Barton
On 03/12/2011 16:00, Ade Lovett wrote: On Mar 12, 2011, at 17:22 , b. f. wrote: On Fri, Mar 11, 2011 at 09:14:50PM -0800, Doug Barton wrote: There are way too many things happening "in private" around here and the only way to solve that problem is to open the doors. Would you pl

Re: portmaster comments

2011-03-13 Thread Doug Barton
On 3/13/2011 5:35 PM, Peter Jeremy wrote: Hi Doug, I'd like to raise a couple of nits with portmaster (primarily a wish for more configurability): 1) In v3.0, you added code to nice(1) all make(1) invocations. In some cases, the default niceness does not suit me (in particular, I'd often prefe

Re: deprecated ports

2011-03-15 Thread Doug Barton
On 03/15/2011 15:16, Charlie Kester wrote: BTW, I don't use either of these, or gimpshop, so I'm not going to fix the ports myself. Instead, I'll leave that to anyone who's interested. Charlie, I think you've been very diplomatic in your approach, so to be clear I don't have a problem with e

science/py-obspy.core needs to be renamed

2011-03-15 Thread Doug Barton
Wen, The default cvsupd configuration (cvsignore to be exact) prevents the download of files named *.core (http://www.freebsd.org/cgi/cvsweb.cgi/CVSROOT-ports/cvsignore?rev=1.4;content-type=text%2Fplain). The ports you recently committed have this: cd /usr/ports/science/ grep py-obspy.core M

Re: Compiling ports in a post-9.0-RELEASE world

2011-03-16 Thread Doug Barton
On 03/16/2011 02:39 AM, Anton Shterenlikht wrote: On Wed, Mar 16, 2011 at 10:19:48AM +0100, Erwin Lansing wrote: On Tue, Mar 15, 2011 at 09:20:40PM +0300, Konstantin Tokarev wrote: 13.03.2011, 01:00, "Doug Barton": Howdy, As many of you are no doubt already aware, much wor

Re: [HEADS UP] Ports Infrastructure Changes

2011-03-23 Thread Doug Barton
On 03/23/2011 03:48, Peter Jeffery wrote: If I was looking for the Opera port, I'd look in www-clients and if it wasn't in there then the next thing that I would be doing is hand searching the INDEX file cd /usr/ports/ && make search name=opera hth, Doug -- Nothin' ever doesn't cha

Re: [HEADS UP] Ports Infrastructure Changes

2011-03-23 Thread Doug Barton
On 03/23/2011 11:34, Olivier Smedts wrote: 2011/3/23 Doug Barton: On 03/23/2011 03:48, Peter Jeffery wrote: If I was looking for the Opera port, I'd look in www-clients and if it wasn't in there then the next thing that I would be doing is hand searching the INDEX file cd

Re: [HEADS UP] Ports Infrastructure Changes

2011-03-23 Thread Doug Barton
On 03/23/2011 12:04, Helmut Schneider wrote: Doug Barton wrote: On 03/23/2011 03:48, Peter Jeffery wrote: If I was looking for the Opera port, I'd look in www-clients and if it wasn't in there then the next thing that I would be doing is hand searching the INDEX file cd /usr/port

Re: [HEADS UP] Ports Infrastructure Changes

2011-03-24 Thread Doug Barton
On 03/24/2011 01:22, per...@pluto.rain.com wrote: Doug Barton wrote: This would be a good time to include ports-mgmt/pkg_search into the base system... It would be a better idea to put the pkg_* tools IN the ports tree where they belong. :) Wouldn't this lead to a chicken-egg proble

Re: Updating multiple ports with portmaster

2011-03-26 Thread Doug Barton
On 3/26/2011 8:22 AM, Ron (Lists) wrote: I have a questions about the use of portmaster when upgrading multiple ports and how to correctly use wildcards. For example, I have this from pkg_version: p5-Digest-SHA-5.50 < needs updating (port has 5.61) p5-IO-Socket-SSL-1.38 < needs updating (port h

Re: Updating multiple ports with portmaster

2011-03-26 Thread Doug Barton
On 03/26/2011 10:00, Matthew Seaman wrote: pkg_version -vIL= | awk '/^p5-/ { print $1 }' | xargs portmaster That's a good suggestion, but if you want to use that technique, better would be: portmaster `pkg_version -vIL= | awk '/^p5-/ { print $1 }'` so that you can take advantage of the inte

Re: Updating multiple ports with portmaster

2011-03-27 Thread Doug Barton
On 03/27/2011 00:26, per...@pluto.rain.com wrote: Doug Barton wrote: On 03/26/2011 10:00, Matthew Seaman wrote: pkg_version -vIL= | awk '/^p5-/ { print $1 }' | xargs portmaster That's a good suggestion, but if you want to use that technique, better would be: portmaster `p

Re: Updating multiple ports with portmaster

2011-03-27 Thread Doug Barton
On 03/27/2011 03:07, J. Hellenthal wrote: Hi Doug, ...Everyone else, Since were on the (-i) subject here. Do you have any plans in the near future to implement a way for to change the default questioning response from [y] to [n] ? No, sorry. I think it would be very confusing to the average

Re: Unable to configure dirmngr after openldap upgrade

2011-03-28 Thread Doug Barton
This has nothing to do with libksba, it's just a coincidence that bumping the PORTREVISION on dirmngr for the libksba update caused you to rebuild dirmngr against an up to date openldap. Reverting to openldap-client-2.4.24 allows dirmngr to build, thus I've changed the subject line of this mes

Re: Unable to configure dirmngr after openldap upgrade

2011-03-28 Thread Doug Barton
On 03/28/2011 13:48, Xin LI wrote: On 03/28/11 12:42, Kevin Oberman wrote: Yup. openldap-client-2.4.24 does fine. Looks like a bug in 2.4.25. I'll take a look at CHANGES and see if I can figure out what broke the inclusion of fetch(3) support if I get a bit of time. It seems that libldif now r

Re: Unable to configure dirmngr after openldap upgrade

2011-03-28 Thread Doug Barton
On 03/28/2011 14:20, Xin LI wrote: On 03/28/11 13:57, Doug Barton wrote: On 03/28/2011 13:48, Xin LI wrote: On 03/28/11 12:42, Kevin Oberman wrote: Yup. openldap-client-2.4.24 does fine. Looks like a bug in 2.4.25. I'll take a look at CHANGES and see if I can figure out what brok

Re: Unable to configure dirmngr after openldap upgrade

2011-03-28 Thread Doug Barton
On 03/28/2011 16:44, Xin LI wrote: On 03/28/11 16:30, Doug Barton wrote: On 03/28/2011 14:20, Xin LI wrote: On 03/28/11 13:57, Doug Barton wrote: On 03/28/2011 13:48, Xin LI wrote: On 03/28/11 12:42, Kevin Oberman wrote: Yup. openldap-client-2.4.24 does fine. Looks like a bug in 2.4.25

Re: Updating multiple ports with portmaster

2011-03-28 Thread Doug Barton
On 03/26/2011 09:47, Doug Barton wrote: On 3/26/2011 8:22 AM, Ron (Lists) wrote: Is there a way to get portmaster to behave like portupgrade did and only upgrade what needs to be upgraded? I reserve the right not only to change my mind, but also to be wrong on occasion. :) I just ran into

Re: Unable to configure dirmngr after openldap upgrade

2011-03-29 Thread Doug Barton
On 03/29/2011 11:54, Kevin Oberman wrote: No joy. I updated openldap-client to 2.4.25_1 and than tried to rebuild dirmngr. Same error as I had before: /usr/local/lib/libldap.so: undefined reference to `fetchGetURL' You have to disable the FETCH option. If you're building it in the port directo

Re: ports/graphics/netpbm out of date

2011-03-30 Thread Doug Barton
On 3/30/2011 11:55 AM, Dirk Meyer wrote: Alex Kozlov schrieb:, So why netpbm is 10.26.64 and graphics/netpbm-devel(??) is 10.35.80? Because this is the last released tarball. Later Version are only in Subversion. The way this has traditionally been handled is for the maintainer to create

Re: Automating Port Building- Setting options on the command line

2011-03-31 Thread Doug Barton
On 03/31/2011 18:03, Patrick Powell wrote: Is there an idiot simple, put this on the command line alternative to this to handle the 3 (three) ports that require me to hand tune them? No. The ports tree is not designed to do what you want it to do, sorry. If it's only 3 ports, apologies if I do

Re: emulators/vice: patch fail to apply cleanly

2011-04-02 Thread Doug Barton
Your first step on maintained ports would be to contact the maintainer. cc'ing ports@ is ok as well. You can find the maintainer's address by looking in the Makefile, or by typing 'make maintainer' in the port's directory. hth, Doug -- Nothin' ever doesn't change, but nothin' chang

Re: Problem using devel/apr1 with OpenLDAP 2.4.25_1

2011-04-02 Thread Doug Barton
Please read /usr/ports/UPDATING, and get in the habit of doing so regularly. :) Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :)

Re: Problem using devel/apr1 with OpenLDAP 2.4.25_1

2011-04-02 Thread Doug Barton
ommended that I encountered the problem. Thanks, Jim On Sat, Apr 2, 2011 at 5:20 PM, Doug Barton wrote: Please read /usr/ports/UPDATING, and get in the habit of doing so regularly. :) Doug -- Nothin' ever doesn't change, but nothin' changes much.

Re: update OpenVAS ports

2011-04-11 Thread Doug Barton
On 04/11/2011 12:15, Любомир Григоров wrote: No one is maintaining it so I am writing here. Current version in ports is 2.0 (very outdated). Current live version in 4.0. Please see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for guidance on how you can learn t

Re: update OpenVAS ports

2011-04-11 Thread Doug Barton
On 04/11/2011 13:02, Mikhail Tsatsenko wrote: On 11.04.2011 23:15, Любомир Григоров wrote: No one is maintaining it so I am writing here. Current version in ports is 2.0 (very outdated). Current live version in 4.0. OpenVAS 4.0 is quite different so some of the old ports need to be removed or r

Re: portmaster patch, nice -> renice

2011-04-12 Thread Doug Barton
On 4/12/2011 1:39 AM, J. Hellenthal wrote: Hi Doug, Not that this is much a improvement but thought youd like to be informed of it. I usually try to refrain whenever possible from calling utilities like nice(1) or renice(1) and let processes inherit their niceness be inherited from the parent

vlc configure errors

2011-04-16 Thread Doug Barton
I tried to build vlc with the following options, and it failed in the configure phase. First the one clear and easy to address error: configure: error: --enable-gnutls and --disable-libgcrypt are mutually exclusive. Fixing this allowed configure to proceed, build, and run just fine. Next the

Re: netpbm build broken

2011-04-22 Thread Doug Barton
Remove netpbm first, then build the new version. Apparently a fix for this is in the works. -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price

Re: Errors during Upgrade netpbm-10.26.64_4 to netpbm-10.35.80_2

2011-04-25 Thread Doug Barton
On 04/25/2011 15:04, Peter Jeremy wrote: On 2011-Apr-22 14:20:06 +0200, Christoph Moench-Tegeder wrote: pkg_delete -f the old netpbm and re-install the port, worked for me. Followed by 'portmaster --check-depends' or equivalent to clean up the dangling dependencies. If you use portmaster t

Re: saving a few ports from death

2011-04-25 Thread Doug Barton
On 04/25/2011 17:28, martinko wrote: Ok, I skimmed through the list of deprecated ports and I identifed the following that I may be using or at least used in past and I could take over their maintenance to save them from death: Generally by the time that a port has deteriorated to the point whe

Re: saving a few ports from death

2011-04-26 Thread Doug Barton
On 04/26/2011 14:18, Robert Huff wrote: It is also possible it is only important to a fairly small number ... but to those it is absolutely crucial. Fair enough, then one of them needs to step forward to maintain the port. :) FWIW, I think that the person who suggested deleting the por

Re: saving a few ports from death

2011-04-26 Thread Doug Barton
On 04/26/2011 15:09, Charlie Kester wrote: Now that I have my code proved out, I'm going to expand it to look at all unmaintained ports regardless of category. Any suggestions for where I should post the results? (That is, unless you think the bitbucket is the only suitable place for it.) As

Re: saving a few ports from death

2011-04-27 Thread Doug Barton
On 04/27/2011 08:59, Mikhail T. wrote: What is not broken -- just old, like ... or www/apache13* apache13 is way past EOL, and the apache team is working hard to move the default to apache22, at which point I personally hope that apache13 dies a quick and painful death :) -- Nothin

Re: How are [MAINTAINER] patches handled and why aren't PRs FIFO?

2011-04-27 Thread Doug Barton
On 04/27/2011 06:45, Jerry wrote: I think that 'UPDATING' the PR to let the submitter know that he/she has not been forgotten and to keep them aware of any problems with the PR is certainly a welcome suggestion. Unfortunately, that is rarely presently done. If the PR is still open, it has not b

Re: How are [MAINTAINER] patches handled and why aren't PRs FIFO?

2011-04-27 Thread Doug Barton
On 04/27/2011 15:39, John Marino wrote: As you notice, I never said they are limited what they work on. The order of the work is the focus. John, You (and others) seem to be very focused on the idea of what's "fair." Specifically you seem to believe that FreeBSD committers have a duty to ha

Re: saving a few ports from death

2011-04-27 Thread Doug Barton
On 04/27/2011 13:54, Eitan Adler wrote: Which is a*major* drain of resources. One of the reasons for ceasing the building of packages for broken/completely obsolete is to avoid draining the computer time building said packages. ... and in addition to CPU cycles there is also storage on the doz

Re: How are [MAINTAINER] patches handled and why aren't PRs FIFO?

2011-04-28 Thread Doug Barton
Jerry, I realize that you care deeply about this topic, however IMO your last few posts are a little more vitriolic than we we usually like to see on the FreeBSD lists. (And yes, I'm sure your response would be that this is not how they were intended, so I'll save you time writing it.) You n

Does your port specify its pid file location in a configuration file?

2011-05-01 Thread Doug Barton
If you maintain a port that specifies its pid file location in its configuration file you may be interested in the get_pidfile_from_conf() method that I added to rc.subr recently. The change has been MFC'ed so it's available in RELENG_[78] as well. To see an example of how to implement it in a

Re: saving a few ports from death

2011-05-01 Thread Doug Barton
On 05/01/2011 00:12, mato wrote: Regarding hosting the files -- one of the goals of the foundation is to provide infrastructure for the project. And this seems like one of the opportunities to do so. Besides, all of the ports mentioned have their distfiles already mirrored on FreeBSD's FTP. I

portmaster --packages* and recording dependencies

2011-05-02 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howdy, If you are a portmaster user and you use one of the --packages* options I would like to encourage you to upgrade to portmaster version 3.9. It fixes a (rather embarrassing) omission in the dependency-updating code, updating the +REQUIRED_BY

Re: portmaster issue: "The value of DISTDIR cannot be empty"

2011-05-03 Thread Doug Barton
On 05/03/2011 04:58, Ruslan Mahmatkhanov wrote: 03.05.2011 14:33, Gritsuk Anton пишет: What does it mean? How to fix? Some addition information: # du -sh /usr/ports/distfiles/ 853M /usr/ports/distfiles/ From man page of ports: DISTDIR Where to find/put distfiles, normally distfiles/ in PORTSD

Re: portmaster issue: "The value of DISTDIR cannot be empty"

2011-05-04 Thread Doug Barton
On 05/03/2011 14:31, Gritsuk Anton wrote: *Hmm... very strange, but now portmaster works without previous errors* I'm glad it worked out for you. Let me know if anything else weird happens. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK

proper use of bsd.port.options.mk

2011-05-15 Thread Doug Barton
I'm confused (yeah, I know, nothing new about that). From ports/Mk/bsd.port.options.mk: # usage: # # .include "bsd.port.options.mk" # # .include "bsd.port.pre.mk" # # .include "bsd.port.post.mk" However the ports I've looked at so far all do: OPTIONS=bl

Re: proper use of bsd.port.options.mk

2011-05-16 Thread Doug Barton
On 5/16/2011 3:23 AM, Chris Rees wrote: On 16 May 2011 05:18, Warren Block wrote: On Sun, 15 May 2011, Doug Barton wrote: I'm confused (yeah, I know, nothing new about that). From ports/Mk/bsd.port.options.mk: # usage: # # .include "bsd.port.options.mk" # #

Re: proper use of bsd.port.options.mk

2011-05-16 Thread Doug Barton
On 05/16/2011 13:17, Chris Rees wrote: You can't define USE_JAVA_after_ bsd.port.pre.mk and expect JAVA_PORT to be defined... What I'm looking for is an actual example of something that doesn't work for the common case. Where "actual" includes a path to a port that I can test. And I'm not

Re: Optional Patches

2011-05-18 Thread Doug Barton
On 05/18/2011 15:10, Matthew Seaman wrote: # Testing both WITH_ and WITHOUT_ is a good idea... I'm not sure why you would need to test both, unless it's to catch wacky stuff coming in from the environment? The usual way is to test the opposite of the default. So for default on you would tes

Re: "net/sendemail" fails after updating Perl

2011-05-21 Thread Doug Barton
On 05/21/2011 05:36, Jerry wrote: The port: "/net/sendemail" builds fine after the update to Perl; however, it no longer runs. It terminates with this error message: Subroutine IO::Socket::INET6::sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.0/Exporter.pm line 67. at /usr/local/lib/perl

Re: How to best run a script post installation _and_ deinstallation?

2011-05-22 Thread Doug Barton
On 05/22/2011 14:01, Gerald Pfeifer wrote: 2. How is the task best accomplished? Will @unexec in pkg-plist do the job? -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS.

Re: Perl | Frequent update

2011-05-22 Thread Doug Barton
On 05/22/2011 15:19, Jamie Paul Griffin wrote: On Sun, May 22, 2011 at 10:57:56AM +0100, Chris Rees wrote: What's the point? Even minor versions of perl are stable, and odd numbers are the development branches -- rather like the kernel of That Other Less-Free OS. It's updated frequently becau

Re: ${CD}

2011-05-24 Thread Doug Barton
On 05/24/2011 12:39, Helmut Schneider wrote: Hi, I need 'cd' in my Makefile. It seems that the variable ${CD} is not defined and people are using 'cd' instead. Is there a certain reason for that? Probably because there is no point in making a variable for it? :) -- Nothin' ever doe

Re: linux-f10-flashplugin can't fetch

2011-05-24 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/23/2011 12:51, Jon Beliveau wrote: | On Monday, May 23, 2011 09:52:44 AM you wrote: |> Hello |> |> trying to install www/linux-f10-flashplugin but it fails before even |> downloading the file. I downloaded the file from Adobe's site and have p

Re: GPC 2006 (Pascal) -- deprecated or "expired"??

2011-06-04 Thread Doug Barton
On 06/04/2011 15:07, Warren Block wrote: On install, the ports system could show a warning: This port will be removed from the ports tree on ${EXPIRE_DATE}. Reasons: ${EXPIRE_REASONS} That's basically what DEPRECATED + EXPIRATION_DATE does now. The math on this is simple, there are maint

Re: Next commit... please correct UPDATING

2011-06-07 Thread Doug Barton
On 06/07/2011 12:08, Jason Hellenthal wrote: ports, On Tue, Jun 07, 2011 at 03:06:28PM -0400, Jason Hellenthal wrote: Ports, etc... Would whomever checks in the next commit please fix the following entries in UPDATING 20110503 20110427 This was also supposed to say... by adding a ':' to

Ports that break with "WITH_MYSQL_VER= 52" (i.e., mariadb)

2011-06-07 Thread Doug Barton
Howdy, Recently I split the mariadb port into -client and -server versions. My next step was going to be adding support for this to bsd.databases.mk, but it turns out that it's already there, cleverly hidden behind: .if (${MYSQL_VER} == "52") So I tested some stuff setting "WITH_MYSQL_VER= 52

Re: www/webkit-gtk2 wrongly thinks that lang/p5-Switch is not installed

2011-06-09 Thread Doug Barton
On 06/09/2011 04:59, Anton Shterenlikht wrote: On Thu, Jun 09, 2011 at 03:37:08PM +0400, Ruslan Mahmatkhanov wrote: 09.06.2011 15:36, Jerry ??: I experienced the same phenomena. Simple do a pkg_deinstall on the "p5-Switch" port and build the "webkit-gtk2" port" again. It works fine then

mariadb-server-5.2.6 failed on amd64 9

2011-06-09 Thread Doug Barton
I'm confused by this error, since it works just fine with default settings on 7 and 8 with both amd64 and i386. Can someone give me a suggestion on the right direction to look? Original Message Excerpt from the build log at http://pointyhat.FreeBSD.org/errorlogs/amd64-er

Re: mariadb-server-5.2.6 failed on amd64 9

2011-06-11 Thread Doug Barton
On 06/10/2011 19:36, Jason Hellenthal wrote: Doug, On Thu, Jun 09, 2011 at 08:04:47PM -0700, Doug Barton wrote: I'm confused by this error, since it works just fine with default settings on 7 and 8 with both amd64 and i386. Can someone give me a suggestion on the right direction to

shells/ksh93 install fail

2011-06-21 Thread Doug Barton
An effort to upgrade to 20110208_1 is failing for me: ===> Installing for ksh93-20110208_1 ===> Generating temporary packing list ===> Checking if shells/ksh93 already installed install -o root -g wheel -m 555 /usr/local/tmp/usr/ports/shells/ksh93/work/bin/ksh /usr/local/bin/ksh93 install:

Re: shells/ksh93 install fail

2011-06-21 Thread Doug Barton
On 6/21/2011 1:02 PM, jhell wrote: On Tue, Jun 21, 2011 at 12:48:57PM -0700, Doug Barton wrote: An effort to upgrade to 20110208_1 is failing for me: ===> Installing for ksh93-20110208_1 ===>Generating temporary packing list ===> Checking if shells/ksh93 already installe

Re: shells/ksh93 install fail

2011-06-22 Thread Doug Barton
On 6/22/2011 1:28 PM, Sunpoet Po-Chuan Hsieh wrote: On Tue, Jun 21, 2011 at 01:23:51PM -0700, Doug Barton wrote: On 6/21/2011 1:02 PM, jhell wrote: On Tue, Jun 21, 2011 at 12:48:57PM -0700, Doug Barton wrote: An effort to upgrade to 20110208_1 is failing for me: ===>Installing

Re: initializing portmaster's local-packagedir

2011-06-26 Thread Doug Barton
On 06/22/2011 19:09, per...@pluto.rain.com wrote: Starting with a single directory containing a few hundred packages (.tbz files), how would I go about converting it into the sort of repository which portmaster could use as its --local-packagedir? You should be able to put them in $LOCAL_PACKAG

Re: portmaster issue: "The value of DISTDIR cannot be empty"

2011-06-26 Thread Doug Barton
On 06/25/2011 01:08, Carl wrote: Well I'm not the OP, but I just experienced something very similar. This arose when I was trying to deal with the combining of ports print/amspsfnt and print/cmpsfont into print/font-amsfonts. As you can see below, I had no problem upgrading print/amspsfnt, but th

Re: portmaster issue: "The value of DISTDIR cannot be empty"

2011-06-27 Thread Doug Barton
On 06/27/2011 03:41, Ruslan Mahmatkhanov wrote: 03.05.2011 14:33, Gritsuk Anton пишет: I tried to update this as usually. # pkg_version -IvL= libwps-0.2.0 < needs updating (index has 0.2.1) And I get error as below: # portmaster libwps-0.2.0 ===>>> The value of DISTDIR cannot be empty ===>>>

Re: cvs commit: ports UPDATING

2011-06-30 Thread Doug Barton
On 06/30/2011 14:03, Stephen Montgomery-Smith wrote: stephen 2011-06-30 21:03:43 UTC FreeBSD ports repository Modified files: .UPDATING Log: - Tell octave-forge* users to completely remove old ports before reinstalling. This is not the first time this

Re: cvs commit: ports UPDATING

2011-06-30 Thread Doug Barton
On 06/30/2011 20:57, Stephen Montgomery-Smith wrote: On 06/30/2011 10:22 PM, Doug Barton wrote: On 06/30/2011 14:03, Stephen Montgomery-Smith wrote: stephen 2011-06-30 21:03:43 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Tell octave-forge* users to completely remove old

Re: vigra 1.7.1

2011-07-01 Thread Doug Barton
On 07/01/2011 00:16, Vasil Dimov wrote: On Thu, Jun 30, 2011 at 15:13:12 +0300, Gritsuk Anton wrote: It's not work for me. Why? See the attach file. Hi, ===>>> The dependency for science/hdf5-18^M seems to be handled by hdf5-1.6.9_1^M Since graphics/vigra asks for libhdf5 and that

Re: devel/subversion: svn: Couldn't perform atomic initialization svn: database schema has changed

2011-07-02 Thread Doug Barton
On 07/02/2011 01:18, Douglas Thrift wrote: I just ran into this tonight and after some searching around I found: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158550 I'm guessing it will be committed soon, Done today. -- Nothin' ever doesn't change, but nothin' changes much.

Re: enigmail 1.2

2011-07-04 Thread Doug Barton
On 07/04/2011 17:37, Dominic Fandrey wrote: OK, I got it, solution at the end. On 05/07/2011 00:02, Matthias Andree wrote: Am 04.07.2011 19:42, schrieb Dominic Fandrey: Hello, I got enigmail 1.2 to build by changing the gecko extract dependency target from configure to build. It installs and

Re: cvs commit: ports/accessibility/kdeaccessibility Makefile ports/arabic/kde3-i18n Makefile ports/arabic/koffice-i18n Makefile ports/audio/arts Makefile ports/audio/juk Makefile ports/audio/mpeglib_

2011-07-07 Thread Doug Barton
On 07/07/2011 10:21, Max Brazhnikov wrote: > Reset maintainership de jure. In fact KDE 3 has not been maintained by our > team > for a long time, not to mention upstream. > > Discussed a while ago among the KDE/FreeBSD team. > Certainly if the ports are not being maintained by kde@ then

Re: icu-catalyzed rebuild of avahi-app-0.6.29 fails (stable/8 @r223930)

2011-07-11 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/11/2011 06:21, David Wolfskill wrote: > Per ports/UPDSATING entry 20110711, and since I use portmaster (thanks, > Doug!), My pleasure. :) > I then invoked the above re-build of icu, and attempt to build the > ports that weren't built in the p

www/p5-libwww dependency detection broken in mail/p5-Mail-SpamAssassin

2011-07-11 Thread Doug Barton
spamassassin has the following for RUN_ and BUILD_: ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww That path is no longer correct, resulting in a loop. I can fix it here if the maintainer agrees, but it should likely be searched for all other ports that depend on this module to be sure that

Re: icu-catalyzed rebuild of avahi-app-0.6.29 fails (stable/8 @r223930)

2011-07-11 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/11/2011 18:30, David Wolfskill wrote: > On Mon, Jul 11, 2011 at 05:49:09PM -0700, Doug Barton wrote: >> ... > >> I know that you already got some advice on dealing with the specific >> port that failed, but I wanted to

Re: www/p5-libwww dependency detection broken in mail/p5-Mail-SpamAssassin

2011-07-11 Thread Doug Barton
Sunpoet, Thanks for jumping on this so quickly. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/

Re: Some easy to commit pr's

2011-07-11 Thread Doug Barton
You'll likely get better results posting URls, FYI. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com

Re: Some easy to commit pr's

2011-07-11 Thread Doug Barton
On 07/11/2011 22:51, Stephen Montgomery-Smith wrote: > On 07/12/2011 12:37 AM, Doug Barton wrote: >> You'll likely get better results posting URls, FYI. >> >> >> Doug >> > > I used to give complete URLs. Then I got told off, and told only to > w

Re: Some easy to commit pr's

2011-07-12 Thread Doug Barton
On 07/12/2011 07:38, Ruslan Mahmatkhanov wrote: > In chromium follow to: You can do something similar in FF with keywords, but that doesn't really help you when the PR number is in an e-mail. Yes, I realize it sounds incredibly lame to complain about the time it takes to cut/paste one PR number.

Re: Some easy to commit pr's

2011-07-12 Thread Doug Barton
On 07/12/2011 12:39, Ruslan Mahmatkhanov wrote: > 12.07.2011 22:03, Doug Barton пишет: >> On 07/12/2011 07:38, Ruslan Mahmatkhanov wrote: >>> In chromium follow to: >> >> You can do something similar in FF with keywords, but that doesn't >> really he

Re: [RFC] A trivial change for DESKTOP_ENTRIES

2011-07-12 Thread Doug Barton
On 07/12/2011 21:08, Stephen Montgomery-Smith wrote: > Thinking more about it, it seems to me that instead of silently deleting > the disallowed characters in the filename, that the port should declare > itself broken if there are disallowed characters. That way, this > particular error would have

Re: [RFC] A trivial change for DESKTOP_ENTRIES

2011-07-12 Thread Doug Barton
On 07/12/2011 21:29, Stephen Montgomery-Smith wrote: > On 07/12/2011 11:17 PM, Doug Barton wrote: >> On 07/12/2011 21:08, Stephen Montgomery-Smith wrote: >>> Thinking more about it, it seems to me that instead of silently deleting >>> the disallowed characters in the fil

Re: RFC: change to bsd.perl.mk

2011-07-15 Thread Doug Barton
On 07/15/2011 22:07, Mark Linimon wrote: > Per Doug Barton's suggestion, I have reworked the long-standing patch > to bsd.perl.mk to be an exact copy of the logic in bsd.port.mk, and > done an -exp run. Does anyone have any objection if I commit this > patch? This is actually the exact opposite o

Re: RFC: change to bsd.perl.mk

2011-07-16 Thread Doug Barton
On 07/16/2011 17:35, Mark Linimon wrote: > On Sat, Jul 16, 2011 at 10:51:04PM +0100, Chris Rees wrote: >> If it's unconditionally included, how does that exempt it from exp-runs? >> >> Surely it's equally risky to commit to it as bsd.port.mk, or have I missed >> something? > > In a perfect world w

Re: RFC: change to bsd.perl.mk

2011-07-17 Thread Doug Barton
On 07/17/2011 03:07, Chris Rees wrote: > On 17 July 2011 01:47, Doug Barton wrote: >> On 07/16/2011 17:35, Mark Linimon wrote: >>> On Sat, Jul 16, 2011 at 10:51:04PM +0100, Chris Rees wrote: >>>> If it's unconditionally included, how does that exempt it f

Re: a) libgcrypt b) perl

2011-07-19 Thread Doug Barton
On 07/19/2011 17:04, jsb...@speakeasy.net wrote: > > > Apologies for two subjects. Don't apologize, just don't do it. :) > Disheartened by the perl 5.12.3 5.12.4 bump; I've figured how to upgrade > (for some reason perl-after-upgrade does little on these machines), but > the time to do so seems

Re: Time to mark portupgrade deprecated?

2011-07-25 Thread Doug Barton
Change is hard. :) I have no objections to someone (or some group) choosing to maintain portupgrade. I've always said that I don't regard portmaster and portupgrade to be in competition. However if no one steps up to maintain it, portupgrade will eventually bitrot and become unusable. So for all

Re: Time to mark portupgrade deprecated?

2011-07-25 Thread Doug Barton
On 07/25/2011 03:42, Matthew D. Fuller wrote: > On Mon, Jul 25, 2011 at 12:14:19PM +0200 I heard the voice of > Michal Varga, and lo! it spake thus: >> >> I have no objections in [portmaster's] promotion to new users as the >> new, one and only "approved" way of managing ports, but this in no >> wa

Re: portmaster unattended run?

2011-07-30 Thread Doug Barton
On 07/30/2011 10:44, Lev Serebryakov wrote: > Hello, Freebsd-ports. > > How could I run `portmaster' without ANY questions and > confirmations? > Simple and obvious `portmaster --no-confirm -y ' > doesn't work. It asks: > > (1) About interactive ports. Portmaster is always going to notify y

Re: SOLVED: Re: portmaster ===>>> No ORIGIN in /var/db/pkg/xearth-1.1_2/+CONTENTS

2011-07-30 Thread Doug Barton
On 07/30/2011 13:20, Anton Shterenlikht wrote: > On Sat, Jul 30, 2011 at 09:14:00PM +0100, Anton Shterenlikht wrote: >> I maintain astro/xearth. >> What is the meaning of the above portmaster warning? > > Deinstalled, reinstalled and the ORIGIN appeared. Glad it worked out for you. This is the co

Re: UPDATING 20110730

2011-07-30 Thread Doug Barton
On 07/30/2011 12:38, Andriy Gapon wrote: >> 20110730: >> AFFECTS: users of x11-toolkits/gtk20 >> AUTHOR: gn...@freebsd.org >> >> The gtk-update-icon-cache utility has been slipt out of the gtk20 port. > > A minor typo in the above line - slipt -> split. > >> Use the following instructions

xfce 4 question

2011-07-30 Thread Doug Barton
Howdy, I decided to do my perennial "try other window managers" thing and the new version of xfce won the lottery. Congratulations. :) So I have a question ... on the desktop there are 2 icons, "Home" and "File System" that are giving errors: The folder could not be opened The name org.xfce.File

Re: UPDATING 20110730

2011-07-31 Thread Doug Barton
On 07/31/2011 04:19, Andriy Gapon wrote: > on 31/07/2011 04:32 Doug Barton said the following: >> I am not sure what you mean by "inside portmaster" is quite accurate. I >> followed the instructions and everything worked according to plan. The >> vast majori

Re: xfce 4 question

2011-07-31 Thread Doug Barton
On 07/31/2011 07:08, Olivier Duchateau wrote: > Hi > > 2011/7/31, Doug Barton : >> Howdy, >> >> I decided to do my perennial "try other window managers" thing and the >> new version of xfce won the lottery. Congratulations. :) >> >> So I have

Re: UPDATING 20110730

2011-07-31 Thread Doug Barton
On 08/01/2011 05:09, per...@pluto.rain.com wrote: > Andriy Gapon wrote: > >> If for X ports all the relevant data under /var/db/pkg fits into >> fs cache, then the performance may be blazing, but once you exceed >> the cache size the performance might become totally different. > > and/or the poo

Re: UPDATING 20110730

2011-08-01 Thread Doug Barton
On 08/01/2011 01:51, Michel Talon wrote: > Doug wrote: >> Unfortunately the only way to improve on this would be to not do the >> checks on a port-by-port basis, and do them all together at the end. >> While that sounds appealing, it would dramatically increase the code >> complexity, and also dram

Re: UPDATING 20110730

2011-08-02 Thread Doug Barton
On 08/02/2011 06:14, Andriy Gapon wrote: > Second, I think that portmaster could cache the origin => pkg mapping that it > builds while working on port A, so that it can be readily re-used for port B. > That could also include "negative" mapping where there is no installed pkg > for a > given orig

<    4   5   6   7   8   9   10   11   12   13   >