Re: try to install mysql5 + php5 + apache2

2008-02-28 Thread js
How about including some instructions like this in ports and install it in /opt/local/share/someplace? README.macports or something like that. That would be a possibility. Then the post-activate message could be reduced to simply referring the user to the text file. Or just `cat

Re: try to install mysql5 + php5 + apache2

2008-02-25 Thread js
The problem is that if you do miss these messages, then you can't easily resurrect them other than installing the whole lot again. True-ish. Well really you only need to deactivate and active the port again, since ports print such messages in the post-activate phase. But users don't

Re: Checksum problem

2008-02-16 Thread js
works for me on os x 10.3. On 2/16/08, Nigel W. John [EMAIL PROTECTED] wrote: Hi, can anyone help with this checksum problem when installing expat. I'm using Mac OS 10.5.1 and MacPorts 1.6.0 sudo port install expat Password: --- Verifying checksum(s) for expat Error: Checksum (md5)

Re: why is my port no being added?

2008-02-13 Thread js
Might be better to send this to macports-dev. On 2/13/08, Florian Ebeling [EMAIL PROTECTED] wrote: Hi, I submitted a Portfile for a new port a couple of weeks ago, but nothing happend. http://trac.macports.org/projects/macports/ticket/13779 Is there anything wrong with it? I think I

Re: Port Names - How to choose?

2008-02-09 Thread js
FYI, in FreeBSD ports, they are simply called libICE and libSM respectively. http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/libICE/ http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11/libSM/ On Feb 10, 2008 3:27 AM, Michael Franz [EMAIL PROTECTED] wrote: Hi, I have a few ports that I would like

Re: [Proposal ] Name of Python's port

2008-02-08 Thread js
Let me summarize this discussion. I proposed that MacPorts should use py24- prefix instead of py- for all Python 2.4 ports because - The python other than 2.4 uses this naming convention. - py- for 2.4 is not intuitive Suggested migration plan: - Copy existing py-* ports to py24-* and leave all

Re: [Proposal ] Name of Python's port

2008-02-04 Thread js
[EMAIL PROTECTED] wrote: On Feb 2, 2008, at 18:06, [EMAIL PROTECTED] wrote: js So IMHO using py24 prefix for 2.4 port would be more intuitive. js What do you think of this? +1. In fact, with Python 2.6 and 3.0 on the way I suspect it would be best to add version numbers

Re: [Proposal ] Name of Python's port

2008-02-02 Thread js
changes for a while to avoid confusion. Any comments? On Feb 3, 2008 8:41 AM, Ryan Schmidt [EMAIL PROTECTED] wrote: On Feb 1, 2008, at 23:45, js wrote: port search python shows me that every python2.5 port has prefix py25 but that of 2.4 is only py. If MacPorts would consider python2.4

Re: [Proposal ] Name of Python's port

2008-02-02 Thread js
A mass renaming of ports would basically cause massive failures during upgrades (why can't any of my port dependencies activate during upgrade?) unless every single py-* port was DUPLICATED as a py24-* port and then made a non-installing dependent of the py24-* port (look in the SVN history

Re: MacPorts 1.6 still supports OS X 10.3 Panther?

2007-12-29 Thread js
Hi Boey, Could you please tell me how to help panther support? I'm using Panther. On Dec 29, 2007 9:16 PM, Boey Maun Suang [EMAIL PROTECTED] wrote: On Sat, December 29, 2007 3:40 am, Chris Janton wrote: On 2007-12-19 , at 21:05 , Boey Maun Suang wrote: The error with the missing sqllite

macforge.org via https?

2007-12-24 Thread js
Hi list, A simple question. is there any reason http://www.macosforge.org/wp-login.php is not HTTPS? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

MacPorts 1.6 still supports OS X 10.3 Panther?

2007-12-17 Thread js
Hi, port selfupdate failed with the following errors. Does this mean the latest Macports doen't support OS X 10.3 Panther? $ sudo port selfupdate MacPorts base version 1.520 installed Downloaded MacPorts base version 1.600 Configuring, Building and Installing new MacPorts base Error:

Re: MacPorts 1.6 still supports OS X 10.3 Panther?

2007-12-17 Thread js
Forgot to mention 1.6 works file on 10.4 Tiger On Dec 17, 2007 11:24 PM, js [EMAIL PROTECTED] wrote: Hi, port selfupdate failed with the following errors. Does this mean the latest Macports doen't support OS X 10.3 Panther? $ sudo port selfupdate MacPorts base version 1.520 installed

Re: checksum problem with sqlite3

2007-11-28 Thread js
Seems to be a portfile bug. Try this patch. Index: Portfile === --- Portfile(revision 31571) +++ Portfile(working copy) @@ -19,7 +19,7 @@ homepage http://www.sqlite.org/ master_sites ${homepage} distname

Re: Error Install Python 2.5.1 on 10.4.11

2007-11-25 Thread js
Should work on 10.4 PPC. http://trac.macports.org/projects/macports/ticket/13322 On Nov 25, 2007 7:52 PM, William Davis [EMAIL PROTECTED] wrote: err, no it wont apparently. there seems to be a problem with python25 @2.5.1_3 on powerpc See this from Ryan: On Nov 24, 2007, at 08:51, Ryan

Re: Using svn for portfile management

2007-11-23 Thread js
Great info. That'll save me a lot of time. Thank you, Randall. On Nov 23, 2007 8:34 PM, Randall Wood [EMAIL PROTECTED] wrote: On 23 Nov 2007, at 06:24, js wrote: Hi, As an occasional Portfile editor, I prefer to use svn to manage Portfiles than rsync because that allow me to check

Re: Mac OS X 10.3 support (was: Re: Installing python25 on OS X 10.3 failed)

2007-11-22 Thread js
Sadly, there's no way to figure out how many OS X 10.3 users exist. This number is probably the most important one to take into account deciding whether MacPorts should support OS X 10.3 or not. Assuming Apple supports OSs as long as there're fair amount of users, this might be a good idea to

Re: Mac OS X 10.3 support (was: Re: Installing python25 on OS X 10.3 failed)

2007-11-22 Thread js
support for the newer versions, or creating an overly-complicated implementation. James On Nov 22, 2007, at 6:16 AM, js wrote: Sadly, there's no way to figure out how many OS X 10.3 users exist. This number is probably the most important one to take into account deciding whether MacPorts

Re: Installing python25 on OS X 10.3 failed

2007-11-17 Thread js
Created trac ticket for this. http://trac.macports.org/projects/macports/ticket/13322#comment:2 Nox, Changeset 29606 seems to have something to do with this problem. http://trac.macports.org/projects/macports/changeset/29606 But I'm not sure why above changes make python build fails. Could you

Installing python25 on OS X 10.3 failed

2007-11-16 Thread js
Hi, I was trying to install python25 but I've got errors below ranlib libpython2.5.a libtool -o libpython2.5.dylib -dynamic \ -all_load libpython2.5.a -single_module \ -install_name /opt/local/lib/libpython2.5.dylib \ -compatibility_version 2.5 \ -current_version

Speed up build phase with make -j

2007-10-28 Thread js
http://www.macosxhints.com/article.php?story=20070524074057479 From this article, I learned how we can easily speed up build phase of MacPorts. $ sudo port clean lv --- Cleaning lv $ sudo port configure lv --- Fetching lv --- Verifying checksum(s) for lv --- Extracting lv --- Applying

Re: Speed up build phase with make -j

2007-10-28 Thread js
On 10/28/07, Bryan Blackburn [EMAIL PROTECTED] wrote: There is the 'buildmakejobs' option in /opt/local/etc/macports/ macports.conf which should be passing a '-j #' to make, though I personally haven't tried it. I didn't know that. I'll try. But port(1) and macports.conf(5) don't have any

Re: Speed up build phase with make -j

2007-10-28 Thread js
On 10/28/07, Anders F Björklund [EMAIL PROTECTED] wrote: Can I make this behavior (-j) default for all ports using make? In MacPorts 1.6, you can set the -j parameter with build.jobs. ( see http://trac.macports.org/projects/macports/ticket/12280 ) Great. I look forward to it! However, you

Re: Speed up build phase with make -j

2007-10-28 Thread js
On 10/29/07, Anders F Björklund [EMAIL PROTECTED] wrote: Note that some ports will fail to build, when using make -j 2 What causes the build erorr? is it for bad Makefile or problem of -j option itself? Bad makefiles, usually missing dependencies. So, in a way, using -j encourage us to

Re: Why doesn't mysql5-devel support systems prior to 10.4?

2007-10-25 Thread js
Hi Ryan, I took your advice and tried on my environment. It worked well. I created a ticket for this. http://trac.macports.org/projects/macports/ticket/12986 Thank you for your help. On 10/24/07, Ryan Schmidt [EMAIL PROTECTED] wrote: On Oct 23, 2007, at 09:54, js wrote: I was trying

Re: Is MacPort's SSH more secure than Apple's SSH?

2007-10-22 Thread js
You might want to read these changelogs. http://www.openssh.com/txt/release-4.6 http://www.openssh.com/txt/release-4.7 On 10/23/07, Jose Hales-Garcia [EMAIL PROTECTED] wrote: I've had an unusual episode of DoS attacks on SSH 4.5 (the one that comes with Tiger and patched with Security Update

py25-memcached (Where should new portfile be posted?)

2007-10-21 Thread js
Hi list. I've created Portfile for Python memcached client, which works file at least for my machine. I'll post that here because I didn't find any doc saying where the New Portfile should go. If here is not appropriate place to do this, please let me know. # $Id$ PortSystem1.0

Re: php5 port and dba_open()

2007-10-11 Thread js
Hi Ryan. Any update on this? IMHO, separeting dba from php5 port would be good for someone who cares about port cleanness. (php5 is a bit fat port, isn't it?) I don't believe there're so many people using macports for production uses, though. On 8/20/07, Ryan Schmidt [EMAIL PROTECTED]

Cannot build sqlite3

2007-08-11 Thread js
Hello. Installing sqlite3 failed (I'm using MacPorts 1.5.10 on OS X 10.3.9, Panther) I've got the following error. gcc -O2 -DSQLITE_ENABLE_LOCKING_STYLE=1 -I/opt/local/include/readline -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1

Re: Cannot build sqlite3

2007-08-11 Thread js
+configure.cflags-append -DSQLITE_ENABLE_LOCKING_STYLE=1 -I${prefix}/include/readline +configure.cppflags-append -I${prefix}/include/readline I don't know this is right way or not, but it worked for me. On 8/11/07, js [EMAIL PROTECTED] wrote: Hello

Re: MacPorts' Directory Layout Guideline or suggestion?

2007-08-10 Thread js
There are general guidelines in the MacPorts guide (See MacPorts Internals - MacPorts File Hierarchy), but I think it pretty much restates the general Unix guidelines. http://geeklair.net/new_macports_guide/ Why isn't that doc on http://www.macports.org/? and for me it seems thatnot so many

Re: MacPorts' Directory Layout Guideline or suggestion?

2007-08-08 Thread js
PROTECTED] wrote: On Aug 5, 2007, at 22:35, Jeff Stubbs wrote: On Aug 5, 2007, at 12:19 PM, js wrote: I'm wondering if there's any guideline or suggestion that MacPorts port creaters should follow. apache2 installs its conf files in /opt/local/apache2/conf but apache's in /opt

MacPorts' Directory Layout Guideline or suggestion?

2007-08-05 Thread js
Hi list. I'm wondering if there's any guideline or suggestion that MacPorts port creaters should follow. apache2 installs its conf files in /opt/local/apache2/conf but apache's in /opt/local/etc/apache/conf. Is this a bug? or just lack of good guidelines? Thanks.

Re: A patch for installing php5 -macosx +apache

2007-04-29 Thread js
Hello, Ryan. variant macosx { configure.args-append \ --with-ldap=/usr \ --with-kerberos=/usr \ --with-iodbc=/usr } I specified '-macosx' because I don't want to use osx-prpvided libs. Specifying -macosx is ... weird. Variants like

A patch for installing php5 -macosx +apache

2007-04-28 Thread js
Hi list. Here's a patch I created to install php5 -macosx +apache. (PHP5 module for MacPorts' Apache1) --- php5.orig 2007-04-29 02:57:12.0 +0900 +++ php5.new2007-04-29 03:18:41.0 +0900 @@ -138,6 +138,10 @@ variant apache conflicts apache2 fastcgi { if { !

Re: A patch for installing php5 -macosx +apache

2007-04-28 Thread js
HI. What OS are you running? Are you on Mac OS X 10.3.9? Do you have /usr/ lib/libgssapi_krb5? I'm using OS X 10.4.9 and have /usr/lib/libgssapi_krb5.dylib. It looks like there used to be an +imap variant that did this, but it and many other variants were removed two years ago and those

Re: A patch for installing php5 -macosx +apache

2007-04-28 Thread js
Hi Ryan. What OS are you running? Are you on Mac OS X 10.3.9? Do you have / usr/lib/libgssapi_krb5? I'm using OS X 10.4.9 and have /usr/lib/libgssapi_krb5.dylib. Weird. I wonder why you're seeing this problem, then, and I'm not. When configuring php5, I get: checking for Kerberos

Re: variants question

2007-01-07 Thread js
Unfortunately there's no simple, standard way to tell what variants one might want for any given port. It would be nice if MacPorts showed more context on a variant, but as far as I can tell, it's up to the given port maintainer. Sometimes when I'm faced with a similar question, I'll look at

Re: listing/finding ports

2006-12-29 Thread js
How about port provices? couldn't find mkisofs, though $ port provides /opt/local/bin/mkisofs port provides /opt/local/bin/mkisofs /opt/local/bin/mkisofs does not exist. $ port provides /opt/local/sbin/httpd port provides /opt/local/sbin/httpd /opt/local/sbin/httpd is provided by: apache On

Re: listing/finding ports

2006-12-29 Thread js
Sorry, I spread wrong information. port provides A doesn't work if port A is not installed. I scanned port(1) but didn't see any commands to solve your problem. On 12/29/06, js [EMAIL PROTECTED] wrote: How about port provices? couldn't find mkisofs, though $ port provides /opt/local/bin

Re: php5 +apache installation workaround

2006-12-24 Thread js
Hi Emory, Thank you for your suggestion, but I, as I said previous mail, tried -macosx and it didn't work because it removes --with-kerberos=/usr from configure options and php5 port depends lib:c-client:cclient which requires kerberos. As you suggested turning off the macosx variant would be

Re: php5 +apache installation workaround

2006-12-22 Thread js
A month or two ago, I proposed eliminating the ability to use Apple's Apache and only use MacPorts's Apache. Several people objected to this, which is why I proposed the compromise in which both are available. Some reasons to prefer Apple's are that it gets auto-upgraded by Software Update, and

php5 +apache installation workaround

2006-12-17 Thread js
Hi list. I spent a fair amount of time for installing php5 +apache today. the problem is described in http://trac.macports.org/projects/macports/ticket/2750 It seems no one's working on this (Look at Last modified 3 months ago) As a workaround, the following patch would be helpful. should be