Re: Tracking the number of downloads

2010-10-24 Thread Scott Haneda
On Oct 23, 2010, at 1:33 AM, Takeshi Enomoto wrote: The developer of gcc upc is curious the number of downloads through MacPorts. It is not possible to count the installed ports by users but as a proxy we could count the number of downloads of source tar balls through the MacPorts mirror

Re: Tracking the number of downloads

2010-10-24 Thread Scott Haneda
On Oct 24, 2010, at 2:43 AM, Marko Käning wrote: track-stats { option-1 option-2 option-3 } Yep, that sounds interesting, Sott, but more simple proxy log filtering would count everything and could therefore probably more precise and also require no end-user interaction.

Re: Tracking the number of downloads

2010-10-24 Thread Scott Haneda
On Oct 24, 2010, at 5:27 AM, Marko Käning wrote: Yes, I do see the privacy concern. The tracking of downloads would have to be disconnected from the downloading user of course. But I see that with all these questions it's not high priority for you to work on it. Even seeing the web stats

Re: Possibility of hdparm on Mac OS X

2010-08-27 Thread Scott Haneda
On Aug 27, 2010, at 6:09 AM, Bradley Giesbrecht wrote: On Aug 26, 2010, at 9:52 PM, Scott Haneda wrote: http://sourceforge.net/projects/hdparm/support The one command I am after is ATA Secure Erase, the rest would be nice, but that is the main one. I think this would be a time

Re: Possibility of hdparm on Mac OS X

2010-08-27 Thread Scott Haneda
On Aug 27, 2010, at 12:31 AM, Ned Deily wrote: In article 6eb398eb-f4ed-4a75-a5cc-f4a344758...@newgeo.com, Scott Haneda talkli...@newgeo.com wrote: The one command I am after is ATA Secure Erase, the rest would be nice, but that is the main one. Doesn't Apple's /usr/sbin/diskutil

Possibility of hdparm on Mac OS X

2010-08-26 Thread Scott Haneda
http://sourceforge.net/projects/hdparm/support Hello, the above software seems to run on Linux fine, I am not aware of anyone getting it to work on Mac OS X. Since I know very little about porting this one over, and I suspect it is not going to be a normal port because the nature of the app

Re: Possibility of hdparm on Mac OS X

2010-08-26 Thread Scott Haneda
On Aug 26, 2010, at 10:42 PM, Scott Webster wrote: On Thu, Aug 26, 2010 at 10:22 PM, Ryan Schmidt ryandes...@macports.org wrote: You should talk to the developers of hdparm to ask if it works on Mac OS X. If it does, we should be able to make a port for it. If it does not, then the

Re: Installer should allow installation of macport in custom locations - for users without admin access

2010-07-28 Thread Scott Haneda
On Jul 28, 2010, at 3:37 PM, Mark Farnell wrote: Yes, this is what I mean. However if you feel this can cause security issues, there are two alternative ways: - Rather than letting the user to choose any directory, the installer can ask the user to choose whether it is for system or for

Re: Installer should allow installation of macport in custom locations - for users without admin access

2010-07-28 Thread Scott Haneda
On Jul 28, 2010, at 10:07 PM, Scott Webster wrote: I guess Mark is presumably thinking of a situation where someone just doesn't have the permissions to install in /opt/local so it isn't just a willy-nilly desire to put it somewhere else, but still it seems that compiling from source is not

smartmontools

2010-07-14 Thread Scott Haneda
Hi, the other day I posted this ticket: https://trac.macports.org/ticket/25613 It has to do with smartmontools and the way it does it's logging. Apparently it logs to a channel called FACILITY. I would like to learn how to get the logs to be part of their own log stored in

sed string replacements

2010-06-19 Thread Scott Haneda
Hi everyone, I am sort of at the end of my wits here, and after a few hours of trying this on my own, I am stumped. This leans on being OT, however, it will be used exclusively in helping me with cleaning up a bunch of documentation to a project, which I will then be making a Portfile for. I

Re: sed string replacements

2010-06-19 Thread Scott Haneda
On Jun 19, 2010, at 12:39 PM, Joshua Root wrote: On 2010-6-20 05:30 , Rainer Müller wrote: On 2010-06-19 21:05 , Scott Haneda wrote: sed -e '/_VERSION_HEADER_/$VERSION_HEADER' DOCUMENTATION sed -e '/_TOKEN_/$DOWNLOAD' DOCUMENTATION sed -e '/_OTHER_TOKEN_/$ALT_DOWNLOAD' DOCUMENTATION

Re: sed string replacements

2010-06-19 Thread Scott Haneda
Thanks. Well, at least it is not just me that is getting stuck on this one. I have tried the above, with ' and with to no promising results. $cat maker #!/bin/bash VERSION_HEADER=`cat VERSION.header` #echo $VERSION_HEADER sed -e s/_VERSION_HEADER_/$VERSION_HEADER/

exif will not install

2010-06-18 Thread Scott Haneda
I am pretty sure I brought this up before, but I can't find a relevant thread. There is this trac ticketL http://trac.macports.org/ticket/24359 port outdated reports incorrect data for 'exif' and 'libexif'. In trying to install I have generated two logs, one which was from a tee, and the other

Re: exif will not install

2010-06-18 Thread Scott Haneda
On Jun 18, 2010, at 1:29 AM, Ryan Schmidt wrote: When the maintainer states just a name, in this case 'simon' what does that mean? What do you mean, what does it mean? :) It means the port is maintained by Simon Ruderich, as shown on the MacPortsDevelopers wiki page. You sort of answered

Re: Some say it's slow

2010-06-18 Thread Scott Haneda
On Jun 18, 2010, at 5:49 PM, Jordan K. Hubbard wrote: port install myLittlePonyApp +unicorns +glitter +omg $port install myLittlePonyApp +unicorns +glitter +omg Error: Port myLittlePonyApp not found To report a bug, see http://guide.macports.org/#project.tickets Don't tease :) Should I open a

Re: r68259

2010-05-30 Thread Scott Haneda
On May 30, 2010, at 6:49 PM, Jeremy Lavergne jer...@lavergne.gotdns.org wrote: Is there anyone using Tiger that can check into this? What is the most current Mac hardware that will run 10.3, 10.4, and 10.5? Further, a machine that has a propensity for any of the now aging yet hopefully

Re: Trouble installing powerDNS

2010-05-22 Thread Scott Haneda
Is it possible in a Portfile to describe the installation in a way that a distro is downloaded, unpacked, and only referenced, and then cleaned up when done? Well yes, but only if the boost distfile were listed in your powerdns port. And this would cause the boost distfile to be

Boost port

2010-05-21 Thread Scott Haneda
sudo port install boost +universal seems to have stalled out on my after about 2 hours of the CPU burning up. I see there is this ticket http://trac.macports.org/ticket/24851 Is that read to go, or should I create a local repo, apply the patch, and try that out? -- Scott * If you contact me

Trouble installing powerDNS

2010-05-21 Thread Scott Haneda
Trying to get powerdns to build before I take on making a port. The first issue I have is that it needs something called Boost which is a huge set of files. I finally got it to go with MacPorts, but that still yielded an error: Missing boost - please install Boost packages or see

Re: Homebrew

2010-05-17 Thread Scott Haneda
On May 17, 2010, at 12:43 PM, Joshua Root wrote: On 2010-5-18 01:20 , Ryan Schmidt wrote: I just learned that apparently Homebrew is [...] a perfect replacement for MacPorts. I didn't know we needed replacing. http://mxcl.github.com/homebrew/ Ah, Ruby and Git. I guess we're just not

Re: webroot for macports

2010-05-05 Thread Scott Haneda
On May 3, 2010, at 7:20 PM, Ryan Schmidt wrote: Well, sure, people might want to set up custom vhosts, and they could do that anywhere. Thus far MacPorts hasn't provided any specific guidance on that. Is it also worth considering that the http ports and the database ports are both cases

Re: ftp.logilab.fr versus pypi.python.org

2010-05-04 Thread Scott Haneda
On May 4, 2010, at 7:14 AM, Arthur Lutz wrote: Logilab's software is published in both places. The process in the two cases is not exactly the same (for example for pypi, we use the setuptools automagic upload functionnality)... I admit that the md5sum is not the same and we're looking into

Re: webroot for macports

2010-05-04 Thread Scott Haneda
On May 3, 2010, at 7:41 PM, Jeremy Lavergne wrote: I think most of the worrying and planning of the layout out can be overcome by mimicking Ubuntu (they've figured out most if not all of this). Basically a package will link in its specific apache configuration (perhaps from

Re: port notes

2010-05-02 Thread Scott Haneda
On May 1, 2010, at 2:04 PM, Ryan Schmidt wrote: On May 1, 2010, at 15:34, Scott Haneda wrote: From what I can gather on this, ui_msg for anything that only pertains to the installation as it is happening. notes for anything that the user may need to get back to and reference again. So

Re: port notes

2010-05-02 Thread Scott Haneda
Is this perhaps a good candidate for a notes command that explains this in more detail? I can then see how it would be valuable to have `port info` also show the notes on that command. But at the same time, I can see that it would also be fine to put it in the long description as well.

Re: port notes

2010-05-02 Thread Scott Haneda
Similarly mysql5 prints a message explaining that if you want to run a server, you need to also install mysql5-server -- but again only if you haven't already done so. How this should be handled with notes is unclear to me. Yes, that is a tough one. I know this condition, and I have

Re: Mac::Growl?

2010-05-01 Thread Scott Haneda
On May 1, 2010, at 7:50 AM, Bradley Giesbrecht wrote: I wasn't aware of cpan2port so I used it to create p5-mac-growl as an exercise. Where did you find this app and documentation? -- Scott * If you contact me off list replace talklists@ with scott@ *

Re: Suggestions on how to deal with architecture detection for pam authentication in pure-ftpd

2010-05-01 Thread Scott Haneda
At the very least, I need to test 10.5 PPC and Intel. I have a feeling 10.5 is going to use pam_securityserver.so. However, this worked at one point on 10.6 Intel as far as I remember. This leads me to believe a change was made by Apple within the 10.6 release cycle. If anyone has a

Re: Suggestions on how to deal with architecture detection for pam authentication in pure-ftpd

2010-05-01 Thread Scott Haneda
On May 1, 2010, at 10:35 AM, Ryan Schmidt wrote: You can use the ${os.version} variable and the rpm-vercomp procedure. See the xinit port for an example; it has special step it only runs on 10.6.3 and later. http://guide.macports.org/chunked/reference.variables.html Where can I find

port notes

2010-05-01 Thread Scott Haneda
I briefly asked about notes in Portfiles a while back, and figured that since I am working on a port edit now, I may as well move the relevant ui_msg's to notes. Can note only be called once per Portfile? notes this is a test port notes pure-ftpd has the following notes:

Re: port notes

2010-05-01 Thread Scott Haneda
On May 1, 2010, at 12:58 PM, Ryan Schmidt wrote: On May 1, 2010, at 14:51, Ryan Schmidt wrote: On May 1, 2010, at 14:27, Scott Haneda wrote: For example, I now have: ui_msg You can start ${pretty_name} from the command line with: ui_msg sudo ${prefix}/sbin/${name} That would

Re: port notes

2010-05-01 Thread Scott Haneda
Hi Ryan, I have some more lengthy comments to add to this post which I will do later, in the meantime... On May 1, 2010, at 2:04 PM, Ryan Schmidt wrote: With new ports I'm trying to get into the habit of using notes, like with xdotool, where it was straightforward. Some of my other ports

BSD ports system

2010-04-30 Thread Scott Haneda
I am thinking of working on a project where cost may not allow the end product to remain on Mac OS X hardware. This means I would like to chose a package management system that most closely mimics what I am familiar with, in an OS I am familiar with. After a bit of looking around, I think

Suggestions on how to deal with architecture detection for pam authentication in pure-ftpd

2010-04-30 Thread Scott Haneda
I needed to add a variant to the Pure-FTPd port that I am maintaining. There is a feature called uploadscript, which will allow a script to be run after any upload action is taken. This can be handy for triggering ftp maintenance, or, in the case I am now considering, passing the uploaded

Re: BSD ports system

2010-04-30 Thread Scott Haneda
On Apr 30, 2010, at 11:57 AM, Anders F Björklund wrote: Any suggestions, in that if I must move away from Mac OS X on this project, and want to be as similar to Mac OS X as possible, which is my best BSD to use. For example, I would like to use an OS that uses launchd over cron, like Mac

Re: BSD ports system

2010-04-30 Thread Scott Haneda
On Apr 30, 2010, at 10:51 AM, Jeremy Huddleston wrote: If you want GUI, you're best off using *BSD rather than GNU-Darwin. The IOKit based X11 server is long dead, but you can certainly try to get it up and running. I think it was still around in xorg-server-1.3 (not the -apple

Re: Auto lint reports

2010-04-29 Thread Scott Haneda
On Apr 28, 2010, at 1:37 PM, Ryan Schmidt wrote: On Apr 28, 2010, at 13:22, Scott Haneda wrote: Thanks, once I know the right way to deal with this, I will send in the patches for each notification I received. You received these notifications because I made changes to hundreds of p5

Auto lint reports

2010-04-28 Thread Scott Haneda
Hello, I just received 4 lint reports from an automated system in MacPorts. Here is one example: Change: http://trac.macports.org/changeset/67067 Portfile: p5-file-readbackwards Warning: Line 19 seems to hardcode the version number, consider using ${version} instead Here

Re: How to find out how often a port file has been downloaded?

2010-04-17 Thread Scott Haneda
On Apr 17, 2010, at 5:48 PM, Ryan Schmidt wrote: Yes, I think it would be useful. When I suggested it a few years ago someone thought this would be an invasion of privacy (tracking who installed what ports) so nothing was done. Maybe it could be a first run option? The conf file for

Re: Google Summer of Code 2010: Get money for working on MacPorts

2010-03-30 Thread Scott Haneda
On Mar 30, 2010, at 9:57 AM, Rainer Müller rai...@macports.org wrote: Hello, we are now accepting applications from students! You can visit http://socghop.appspot.com/ to apply now. Looking over the suggested list of projects, I wanted to say, this is an awesome idea. It certainly will

Re: VirtualHost handling in apache2 Port

2010-03-25 Thread Scott Haneda
On Mar 25, 2010, at 8:44 AM, Rodney Rehm / Medialize.de wrote: It would be nice if `port install phpmyadmin +apache2vhost` would 1) add a dependency to apache2 It depends on php, which depends on apache, which I believe is an indirect dependency isn't it? 2) create a vhost for phpmyadmin

Re: GSoC 2010: Call for Mentors

2010-03-12 Thread Scott Haneda
On Mar 11, 2010, at 9:07 AM, Rainer Müller wrote: On 2010-03-11 16:49 , Scott Haneda wrote: I don't know much about GSoC, but I'm willing to offer whatever I can from the perspective of someone who would not physically be there. I'm not even sure this is an on location camp style event

Re: GSoC 2010: Call for Mentors

2010-03-11 Thread Scott Haneda
I don't know much about GSoC, but I'm willing to offer whatever I can from the perspective of someone who would not physically be there. I'm not even sure this is an on location camp style event. I only maintain a few ports, have been around MP about a year now, and that was my first

Re: Editing trac comments I have made

2010-02-26 Thread Scott Haneda
On Feb 26, 2010, at 12:40 AM, Ryan Schmidt wrote: On Feb 25, 2010, at 22:51, Scott Haneda wrote: https://trac.macports.org/ticket/23852#comment:3 Is there a way I can edit my comments? I tried to use wiki formatting with the {{{ … }}} and something went haywire. I would like to fix

What is wrong with my download location

2010-02-11 Thread Scott Haneda
My Portfile http://pastie.org/820410 The downloads from SF: http://sourceforge.net/project/showfiles.php?group_id=69172 Snips from Portfile version 1.6.5.3 master_sitessourceforge livecheck.regex ASSP Installation ASSP (\\d+(?:\\.\\d+)*) released use_zip yes

Re: What is wrong with my download location

2010-02-11 Thread Scott Haneda
On Feb 11, 2010, at 10:24 AM, Jeremy Lavergne wrote: what comes from sudo port -d fetch? It should tell you what file they are trying to download. Perhaps that will give you the insight you need? Here is a snip... --- Computing dependencies for ASSP DEBUG: Executing org.macports.main

Re: ui_msg to notes

2010-02-11 Thread Scott Haneda
than just during build. Note: the notes will be output during the installation automatically. On Feb 11, 2010, at 1:29 PM, Scott Haneda wrote: Can you elaborate on that? I have always used ui_msg, is there a change to use notes now over that, or there there conditions where one

Re: What is wrong with my download location

2010-02-11 Thread Scott Haneda
subdirectory so that it will match what you would click on in the browser. I think it needs files/ASSP Installation ? On Feb 11, 2010, at 1:32 PM, Scott Haneda wrote: On Feb 11, 2010, at 10:24 AM, Jeremy Lavergne wrote: what comes from sudo port -d fetch? It should tell you what file

Re: ui_msg to notes

2010-02-11 Thread Scott Haneda
sourceforge:assp/${name}%20Installation/${name}%20${version}/ On Feb 11, 2010, at 10:43 AM, Scott Haneda wrote: Cool, I will make the change, thank you for the heads up. -- Scott * If you contact me off list replace talklists@ with scott@ * On Feb 11, 2010, at 10:31 AM, Jeremy

Re: What is wrong with my download location

2010-02-11 Thread Scott Haneda
On Feb 11, 2010, at 4:29 PM, Ryan Schmidt wrote: On Feb 11, 2010, at 12:20, Scott Haneda wrote: My Portfile http://pastie.org/820410 The downloads from SF: http://sourceforge.net/project/showfiles.php?group_id=69172 Snips from Portfile version 1.6.5.3 master_sites

Re: What is wrong with my download location

2010-02-11 Thread Scott Haneda
On Feb 11, 2010, at 5:05 PM, Jeremy Lavergne wrote: The URL's are always some long mess like this: http://sourceforge.net/projects/assp/files/ASSP%20Installation/ASSP%201.6.1.3/ASSP_1.6.1.3-Install.zip $sudo port -dv fetch is not verbose enough, I get this --- Attempting to fetch

Re: +universal help

2010-01-27 Thread Scott Haneda
Trac of patch file has been posted: http://trac.macports.org/ticket/23453 Comments interspersed below... On Jan 27, 2010, at 5:16 PM, Ryan Schmidt wrote: On Jan 27, 2010, at 14:12, Scott Haneda wrote: Hello, I am working on adding +universal to memtester, which is a configure no style

Re: executable LaunchDaemons plist

2010-01-26 Thread Scott Haneda
On Jan 26, 2010, at 3:14 PM, Vincent Lefevre wrote: With smartmontools @5.39_0+darwin, I can see: -rwxr-xr-x 2 root admin 404 2010-01-26 23:48:21 /Library/LaunchDaemons/net.sourceforge.smartmontools.smartd.plist I do not know about this one, all my non MacPorts installed lists are not +x

Re: [MacPorts] Migration modified

2010-01-21 Thread Scott Haneda
On the simple side, what about an install log. Plain text file that simply lists the commands you issued when installing software. Sort of like a grep 'port install' .bash_history that lasted a little longer. This would omit all dependencies and leave you a chronological list of what you

Re: Leaving MacPorts, thanks

2010-01-21 Thread Scott Haneda
On Jan 21, 2010, at 1:59 PM, Ryan Schmidt wrote: On Jan 21, 2010, at 15:47, Jean-Michel Pouré wrote: Due to a lack of time, I am leaving MacPorts and I will not be able to maintain my port files with author: jmpoure. I would like to thank you all for your time and efforts. This was a

Re: [MacPorts] Migration modified

2010-01-21 Thread Scott Haneda
On Jan 21, 2010, at 1:06 PM, Dan Ports wrote: I'll take your word on this particular shell script (I haven't looked at it) -- but I think that such a script, if done right, would be a great thing to have. I agree. I just looked at it, comments below the script, for what they are worth.

Re: port message

2010-01-08 Thread Scott Haneda
I hope there is. My method is always port edit and read them there. Seems there is always good data in the port messages at the end, that I need later. I like your idea, or, logging the install to a known location so I can go back and look at it. -- Scott (Sent from a mobile device) On

Re: port message

2010-01-08 Thread Scott Haneda
On Jan 8, 2010, at 2:34 PM, Bradley Giesbrecht b...@pixilla.com wrote: On Jan 8, 2010, at 9:03 AM, Scott Haneda wrote: I hope there is. My method is always port edit and read them there. Seems there is always good data in the port messages at the end, that I need later. You might use

Re: mysql5-server port - General Questions

2010-01-07 Thread Scott Haneda
Ryan, the below and your other comments, I will work on a machine in which I have some luxuries to do clean installs and wipe prefix at my leisure. I will see what I can do to present a clean and clear update to the wiki. I think this should be in the wiki, just so you guys get the google love

mysql5 server and plain

2010-01-06 Thread Scott Haneda
I posted a little MAMP tutorial the other day. While I think it is valuable to the end user, I also think it is not going to be received well by MP in general, as they are going to want to follow a stricter set of steps than the direction I went in. I took a lot of liberties just to get it

mysql5-server port - General Questions

2010-01-06 Thread Scott Haneda
Why does this need to be there: if {darwin == ${os.platform} ${os.major} 8} { set mysqluser _mysql } else { set mysqluser mysql } $sudo chown mysql:mysql something -rw-r--r-- 1 _mysql _mysql0 Jan 6 19:59 something $sudo chown me:me something $sudo chown

p5-astro-satpass version update sent to trac

2009-12-04 Thread Scott Haneda
I have attached Portfile-p5-astro-satpass.diff to the following ticket... http://trac.macports.org/ticket/22781 If there is any error in my submission process, please let me know. I would like to know: 1) Correct title format for new, patch, and version updates 2) Should diff and updated

p5-io-socket-inet6 port updated

2009-12-04 Thread Scott Haneda
I have revision bumped p5-io-socket-inet6 from 2.56 to 2.57 http://trac.macports.org/ticket/22783 -- Scott * If you contact me off list replace talklists@ with scott@ * ___ macports-dev mailing list macports-dev@lists.macosforge.org

Port rbldnsd - added livecheck options

2009-12-04 Thread Scott Haneda
No other changes to rbldnsd, just added the livecheck.regex and livecheck.url http://trac.macports.org/ticket/22784 -- Scott * If you contact me off list replace talklists@ with scott@ * ___ macports-dev mailing list macports-dev@lists.macosforge.org

Re: Suggestion on auto ticket filing

2009-12-01 Thread Scott Haneda
AM, Scott Haneda wrote: In a past message on MP-users, subject of: Re: Electric failed to compile, Ryan suggested the use of: sudo port -d install electric 21 | tee ~/Desktop/electric.txt Then asked: Then file a new ticket in the issue tracker and attach electric.txt from your

Re: Suggestion on auto ticket filing

2009-12-01 Thread Scott Haneda
On Dec 1, 2009, at 2:38 PM, Jeremy Lavergne wrote: Can you tell me more about the gsoc project wrt MacPorts? Where do I find the log? I can force a portfile to fail, or look at some others that have, where do I find those logs? It's in the trunk version: when there's an error it'll

Re: Supporting Tiger Forever?

2009-11-26 Thread Scott Haneda
On Nov 26, 2009, at 6:51 PM, Jordan K. Hubbard wrote: On Nov 26, 2009, at 3:50 AM, Michael Crawford wrote: It occured to me recently that there could be a lot of benefit to both MacPorts and to the Mac user community, if you were to commit to supporting Mac OS X Tiger for a long time, if

Suggestion on auto ticket filing

2009-11-26 Thread Scott Haneda
In a past message on MP-users, subject of: Re: Electric failed to compile, Ryan suggested the use of: sudo port -d install electric 21 | tee ~/Desktop/electric.txt Then asked: Then file a new ticket in the issue tracker and attach electric.txt from your desktop. I have been

Re: luabind

2009-11-16 Thread Scott Haneda
Updated the ticket on this one, cross posting to dev list as well: https://trac.macports.org/ticket/22334 -- Scott * If you contact me off list replace talklists@ with scott@ * On Nov 13, 2009, at 7:57 AM, Matthias Dörfelt wrote: I just saw that luabind was submitted to macports. I am really

replaced_by and final port review ( pureftpd pure-ftpd )

2009-11-16 Thread Scott Haneda
I made an effort to use replaced_by, but I am not seeing it in the docs. I have a new port, pure-ftpd, the old port is pureftpd (off by one dash) My local repo is ~/macports cd ~/macports/net cp -R pure-ftpd pureftpd cd pureftpd port edit Added into the Portfile, at the top, after the name:

Re: [MacPorts] #22442: dnsmasq launch config incorrect

2009-11-10 Thread Scott Haneda
Lines 84 to 106, thats really cool, had no idea you could do that in TCL. I think I just solved my issues with the variants problem I am tying to deal with in another port. -- Scott * If you contact me off list replace talklists@ with scott@ * On Nov 10, 2009, at 4:21 PM, Jeremy Lavergne

Re: macports error reporting, stack traces

2009-11-08 Thread Scott Haneda
On Nov 8, 2009, at 10:03 AM, Jeremy Lavergne wrote: Should we add the typical steps for producing debug error logs to the output of the standard trace during a failure? There are often tickets where people simply place the standard output and not the debug output. Would supplying the

Diff supplied to track for libsdl

2009-11-08 Thread Scott Haneda
See: http://lists.macosforge.org/pipermail/macports-users/2009-November/017557.html Here is a diff, which makes libsdl_mixer install clean http://trac.macports.org/ticket/22425 -- Scott * If you contact me off list replace talklists@ with scott@ *

port command timing

2009-11-08 Thread Scott Haneda
I have no way of testing this empirically any longer. I am on 1.8+ on all machines now. `port info portname`, `port search pattern`, and especially, though seemingly not all the time, `port installed` take a lot longer to run than they used to under 1.7. (Feels that way at least) The one

Invoking tcl

2009-11-04 Thread Scott Haneda
I am trying to do some scripting in tcl for a port file that is a little out of the norm for what is needed in most ports. How do I invoke tcl in a sample script? In bash, I would create a new file, enter the shebang of #!/bin/bash and go at it. I honestly can not find tcl on my system.

SF.net aggravations

2009-11-01 Thread Scott Haneda
I have no idea if this is SF.net or the maintainer, but keeping up with the way they distribute this software is a pain in the rear. One of the most useful peieves of software burdened by things that simply are not a burden elsewhere. In the end, I think I am going to mirror this file on

Three perl port submissions; p5-io, p5-io-socket-inet6, p5-lwp-attic

2009-10-30 Thread Scott Haneda
I just went through all my local port repo's, and found which ones were not in MacPorts official, and which were local to only me. I have three it appears that are ready for submission. As far as I can tell, there are no dependencies within these. I needed them for a software I was

Re: Port review of pure-ftpd

2009-10-30 Thread Scott Haneda
On Oct 27, 2009, at 8:37 PM, Ryan Schmidt wrote: What questions do you have about conflicting variants? I'll certainly try to answer them. I am running port install pure-ftpd +mysql + postgresql I see my error now, I missed the mysql5 in the variant, so the port went ahead and started

Port review of pure-ftpd

2009-10-27 Thread Scott Haneda
I ran into an issue with a new configure arg that the devloper added, aside from that, things are going well, and wanted a review of my work if anyone has time. Is there any way, or any desire, to pretty up the long description? for example, the below, I would rather it be: foo

Re: Port review of pure-ftpd

2009-10-27 Thread Scott Haneda
On Oct 27, 2009, at 7:56 AM, Daniel J. Luke dl...@geeklair.net wrote: On Oct 27, 2009, at 4:03 AM, Ryan Schmidt wrote: All the ui_msg in the port-install, is that the right place? You might want the instructions to be post-activate. ... but any direct mode users won't see them then (and

Re: Port review of pure-ftpd

2009-10-27 Thread Scott Haneda
On Oct 27, 2009, at 1:03 AM, Ryan Schmidt wrote: On Oct 27, 2009, at 01:19, Scott Haneda wrote: All the ui_msg in the port-install, is that the right place? You might want the instructions to be post-activate. I will look into this. The software only allows one language to be compiled

Re: Port review of pure-ftpd

2009-10-27 Thread Scott Haneda
I am seeing this on occasion when testing the pure-ftpd port I am working on: $sudo port install +mysql +tls Warning: Skipping upgrade since openssl 0.9.8k_0 = openssl 0.9.8k_0, even though installed variants do not match +darwin. Use 'upgrade --enforce-variants' to switch to the

Re: Port review of pure-ftpd

2009-10-27 Thread Scott Haneda
repeat with aVariant in variantList if aVariant starts with lang_ then counter++ if counter 1 then abort with message end repeat That seems short and to the point to me. It would work. This would basically be reimplementing the conflicts mechanism yourself, but hiding that

Re: Port review of pure-ftpd

2009-10-27 Thread Scott Haneda
On Oct 27, 2009, at 8:37 PM, Ryan Schmidt wrote: On Oct 27, 2009, at 21:58, Scott Haneda wrote: I do not really understand the conflicting variants issue, and seem to be unable to find a lot of documentation on the matter. In this case, I know I can not append more than one language

Dependency on developer tools

2009-10-23 Thread Scott Haneda
Looking over the MP website install notes. I see dev tools is required. This bit me once, I stupidly set up a new machine and just forgot to install dev tools. Is there any good reason MP should not stop the installer if it does not detect a valid dev tool install? Seems to me a better

Re: Port Function to Handle OS Upgrades

2009-10-23 Thread Scott Haneda
Valuable regardless of preparing for an OS upgrade or not. I would see there being times I may want to do any of the below, at any given time, for some reason. Uninstall everything is also a nice one. -- Scott * If you contact me off list replace talklists@ with scott@ * On Oct 23, 2009,

Re: Dependency on developer tools

2009-10-23 Thread Scott Haneda
On Oct 23, 2009, at 12:49 PM, Lee Azzarello wrote: On Fri, Oct 23, 2009 at 3:39 PM, Ryan Schmidt ryandes...@macports.orgwrote: On Oct 23, 2009, at 14:32, Michael Crawford wrote: Apple's versions of the GNU toolchain are open source, and available from http://opensource.apple.com/ Suppose

Re: Dependency on developer tools

2009-10-23 Thread Scott Haneda
You just saddened me as I run multiple PPC servers :) Do you have stats? I would be willing to wager there is a disproportionate amount of users that are on PPC using MacPorts. I will bring this up also on the off list thread about Web site changes, as with a little plugging in of

Re: Port Function to Handle OS Upgrades

2009-10-23 Thread Scott Haneda
On Oct 23, 2009, at 12:58 PM, Ryan Schmidt wrote: On Oct 23, 2009, at 14:53, Scott Haneda wrote: Valuable regardless of preparing for an OS upgrade or not. I would see there being times I may want to do any of the below, at any given time, for some reason. Uninstall everything is also

Re: Dependency on developer tools

2009-10-23 Thread Scott Haneda
On Oct 23, 2009, at 1:11 PM, Ryan Schmidt wrote: On Oct 23, 2009, at 15:00, Scott Haneda wrote: You just saddened me as I run multiple PPC servers :) I understand, and I am on your side. I want to support older systems. But we appear to be in the minority. I want to go out and buy all

Re: Dependency on developer tools

2009-10-23 Thread Scott Haneda
On Oct 23, 2009, at 1:21 PM, Ryan Schmidt wrote: On Oct 23, 2009, at 15:17, Lee Azzarello wrote: On Fri, Oct 23, 2009 at 4:11 PM, Ryan Schmidt ryandes...@macports.org wrote: I also once suggested that MacPorts should send stats about what got installed up to our server so we can tell

Re: The opendarwin .com debacle

2009-10-22 Thread Scott Haneda
Hi Jordan. Correct, I made a mistake on the subject of the email, one I certainly know better. I addressed this in a previous email, and it indeed is something I regret, as it only muddies this situation. While I do not want to take the liberty, if everyone sees fit, hijack the subject,

Re: The opendarwin .com debacle

2009-10-22 Thread Scott Haneda
On Oct 22, 2009, at 11:21 AM, Mark Hattam wrote: Go to Google ... enter something like ... mysql5 port macosx 1. mysql.com 2. out of date way to get php5, mysql5, apache2 using MacPorts ... what's gawk nawk ??? 3. the unwanted site ... 8. again the unwanted site, with a sublist of lots

Re: The opendarwin .com debacle

2009-10-22 Thread Scott Haneda
On Oct 22, 2009, at 11:37 AM, James Berry wrote: So all of this comes down to page rank for our site vs that other site. Correct. And if you look at the rankings of the sites that link to him, you will see, they have stronger rankings than those that link in to Mac Ports. I've got to

Re: The opendarwin .com debacle

2009-10-22 Thread Scott Haneda
On Oct 22, 2009, at 12:09 PM, James Kyle wrote: Given the guy is unscrupulous, there's no telling what kind of current version of google bombing he might be using to boost his rankings. I do not think much, I think he is riding the train of strong rankings from years ago, and no other

Test development of pre-release software

2009-10-21 Thread Scott Haneda
I have been working with the pureftpd developer to get some source changes made. I can build the software by checking out from git. I would like to start the portfile redo, can someone tell me how to do a local dev of this with a source set that is not at an official url? Do I just point

Re: caldav server

2009-10-19 Thread Scott Haneda
On Oct 19, 2009, at 7:37 AM, Daniel J. Luke dl...@geeklair.net wrote: On Oct 18, 2009, at 2:45 PM, William Siegrist wrote: On Oct 18, 2009, at 12:05 AM, Scott Haneda wrote: Off topic, but I am not sure where else to go. http://trac.calendarserver.org/ seems to have languished

caldav server

2009-10-18 Thread Scott Haneda
Off topic, but I am not sure where else to go. http://trac.calendarserver.org/ seems to have languished. Is this no longer a workable project? I need calendar sharing on Mac OS X. I know it is built in within OS X Server. What is my best route? Looking at things like BusySync, which

mysql_close within php causes bus error

2009-10-18 Thread Scott Haneda
Does anyone have the time to validate a bug I am running into. The below, as it stands, if you change user, pass, and db name, will run fine. If you allow mysql_close($link), that will also work fine. However, if you allow mysql_close() it will immediately kill that thread in Apache,

  1   2   3   >