Re: fuse4x-kext build fails during ntfs-3g install

2012-04-03 Thread Dan Ports
On Mon, Apr 02, 2012 at 09:22:29PM -0500, Jeremy Lavergne wrote:
 Don't invoke xcodebuild, but instead xcodebuild -license:
 https://trac.macports.org/wiki/ProblemHotlist#xcode-eula
 
 I hope that error message has been updated but simply not released to the 
 users yet. Sorry about the misleading text.

That error message actually comes from xcodebuild directly, not from
us. 

We don't actually do anything to check whether the user has accepted
the EULA. It'd be nice to do that, but there isn't a convenient
command-line way to check whether the user has accepted it (short of
running xcodebuild and checking if it fails).

Dan

-- 
Dan R. K. Ports  MIT CSAILhttp://drkp.net/
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: fuse4x-kext build fails during ntfs-3g install

2012-04-03 Thread Ryan Schmidt

On Apr 3, 2012, at 01:19, Dan Ports wrote:

 I hope that error message has been updated but simply not released to the 
 users yet. Sorry about the misleading text.
 
 That error message actually comes from xcodebuild directly, not from
 us. 

In that case, I hope that error message has been updated (in xcodebuild) and 
simply not released to users yet (in the form of a new version of Xcode or OS 
X, whatever product provides it).


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


FFmbc port?

2012-04-03 Thread Sam Kuper
I know (and am grateful!) that FFmpeg is available via MacPorts.

However, FFmbc[1] is allegedly[2] better than FFmpeg for rewrapping AVCHD
files.

I wonder if FFmbc might be added to MacPorts?

Many thanks,

Sam

[1] http://code.google.com/p/ffmbc/
[2] http://lightworks.wikidot.com/avchd-workflow#toc5
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: FFmbc port?

2012-04-03 Thread Sam Kuper
On 3 April 2012 07:52, Sam Kuper sam.ku...@uclmail.net wrote:
 I know (and am grateful!) that FFmpeg is available via MacPorts.

 However, FFmbc[1] is allegedly[2] better than FFmpeg for rewrapping AVCHD 
 files.

 I wonder if FFmbc might be added to MacPorts?

Ah, I was behind the curve:

http://lists.macosforge.org/pipermail/macports-users/2011-December/026635.html
https://trac.macports.org/ticket/32799

Sam
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: configuring and automatically launching postgresql91-server

2012-04-03 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/04/2012 03:36, Puneet Kishor wrote:
 I just reinstalled postgresql91-server, and am revisiting a
 question I asked a few months ago. I am looking for the correct way
 for configuring and launching postgresql automatically when
 computer starts.
 
 Per an email thread from Dec 20, Bradley Giesbrecht advised that I
 should copy /opt/local/share/postgresql90/postgresql.conf.sample to
 /opt/local/etc/postgresql.conf and edit it to suit my needs. Well,
 turns out there is a copy of postgresql.conf under my postgresql
 data directory as well. I init-ed a db cluster at
 /Volumes/mydisk/Data/db/postgresql91/defaultdb, and a whole bunch
 of .conf files are under this defaultdb directory.
 
 So, which .conf file am I supposed to use? The one under defaultdb
 is owned by 'postgres' user, so I can't really edit that.
 
 Additionally, even though I have done `sudo port load
 postgresql91-server` (as well as `sudo port load apache2`), I get
 the message that the port file is already loaded, yet the program
 doesn't really start.
 
 Suggestions?

I use a System Pref Pane from:

http://www.hkwebentrepreneurs.com/2011/12/postgresql-mac-preferences.html

Very straightforward  if any problems do arise the maintainer has a
page on GitHub where he is more than happy to answer any questions 
provide assistance:

https://github.com/mckenfra/postgresql-mac-preferences

Cheers,

  Phil...

- -- 
But masters, remember that I am an ass.
Though it be not written down,
yet forget not that I am an ass.

Wm. Shakespeare - Much Ado About Nothing
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: §auto-key-locate cert pka ldap hkp://keys.gnupg.net
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPesu8AAoJEKpMeDHWT5ADJC4H/3pQlu8MMqvQs+2lqM+8cQro
h+mQ/2gMG77NbKlcV3x4WLqEnHpCMqhIQy/LRqBMGxum9mZaLGuX6Xvf5KT6rjEc
+HKLUkL0I6/Vg2Fu7eceBuly2V96134LcBOTAE8aPwY9w5eyzq7z/C4M2e4wrrp/
6k/G+9ELYKSBZSRWjbj4kMRSDq5p/KLBm82OqX0Od66clpMstOHuSkLOBcquXvu1
c/Xn4NdPYAeyxiTAqmLyK88xIqKKar5l+IlCqHxzkkfbH6di2x4/MSbC98A4nQXp
Md9T0cCwSzRRWXfH8Upj60DuaTjm0iwHcN2b2efhlACiw3whDmZEvM7q06Mmuv4=
=kn50
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: PostgreSQL 9.1 SPI

2012-04-03 Thread Mr. Puneet Kishor

On Apr 3, 2012, at 12:42 AM, Dan Ports wrote:

 The spi contrib module seems like it'd be a weird choice for a port,
 though, since I thought its value was mostly as an example for how to
 use the SPI API, not something you'd use directly.


I am interested in the timetravel capability of SPI as documented in F.39.2 at 
http://www.postgresql.org/docs/9.1/static/contrib-spi.html


--
Puneet Kishor
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


How to Rebuild All Items Dependent on Updated Port

2012-04-03 Thread Anthony Michael Agelastos
Hello:

How do I rebuild all installed ports dependent on a specific port? Overall, I'd 
like MacPorts to update the outdated ports and then rebuild the ports that used 
the outdated ports so everything was compiled with the latest versions of 
everything. I apologize if this is documented; I did not see it. 

Kind regards,

Anthony
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: How to Rebuild All Items Dependent on Updated Port

2012-04-03 Thread Richard L. Hamilton

On Apr 3, 2012, at 9:23 AM, Anthony Michael Agelastos wrote:

 Hello:
 
 How do I rebuild all installed ports dependent on a specific port? Overall, 
 I'd like MacPorts to update the outdated ports and then rebuild the ports 
 that used the outdated ports so everything was compiled with the latest 
 versions of everything. I apologize if this is documented; I did not see it.

From the friendly man page for port:

To upgrade portname and the ports that depend on it:

   port -R upgrade libiconv

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


port select and load/unload was Re: mysql55

2012-04-03 Thread Chris Janton
On 2012-04-02 , at 10:45 , Ryan Schmidt wrote:
 
 Good question. I don't know if we've ever thought about whether launchd 
 plists should be managed by port select. I don't have a particular opinion 
 about whether it would be useful or not, but if you think it is, maybe others 
 do too.
 
 One potentially problematic scenario to consider, if we were to do that, is 
 this: user selects mysql51, user uses your hypothetical port load 
 mysql-server to start mysql51, user selects mysql55. Now mysql51 is still 
 running, and the launchd id corresponding to it is mysql-server, but the 
 launchd plist that's in place at the id mysql-server no longer refers to 
 mysql51; it now refers to mysql55. So how do you stop the mysql51 server? You 
 can't. You wouldn't have this problem if you had used port load 
 mysql51-server in the first place, because you could then just port unload 
 mysql51-server later to unload it.
 
 Admittedly it's pretty similar to another problem we already have: user 
 installs port, user loads port, user uninstalls port; now the server is 
 running but the plist that would let you stop it has been deleted.

I simply wasn't sure if the 'port select' mechanism was intended to be quite so 
far reaching.

As an 'administrator' I should know which applications I have running as 
daemons, so making me keep track of them is what I would expect.

I think that it is perfectly acceptable that I should be able to do

  sudo port unload mysql5-server
  sudo port load mysql55-server

as part of what I need to do to change versions.

8)
--
Chris Janton  - face at CentosPrime dot COM
Netminder for Opus1.COM


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Shenidam

2012-04-03 Thread Ryan Schmidt

On Apr 3, 2012, at 14:44, Sam Kuper wrote:

 Is Shenidam a viable candidate for being ported into MacPorts?

I'll see if I can make a port.


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: How to Rebuild All Items Dependent on Updated Port

2012-04-03 Thread Ryan Schmidt

On Apr 3, 2012, at 09:24, Richard L. Hamilton wrote:

 
 On Apr 3, 2012, at 9:23 AM, Anthony Michael Agelastos wrote:
 
 Hello:
 
 How do I rebuild all installed ports dependent on a specific port? Overall, 
 I'd like MacPorts to update the outdated ports and then rebuild the ports 
 that used the outdated ports so everything was compiled with the latest 
 versions of everything. I apologize if this is documented; I did not see it.
 
 From the friendly man page for port:
 
 To upgrade portname and the ports that depend on it:
 
   port -R upgrade libiconv

It's usually not necessary, however (and if you find a case where it was 
necessary, let us know so we can increase the revisions of the ports that 
actually need to be rebuilt).



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: mysql55

2012-04-03 Thread Chris Janton
On 2012-04-02 , at 09:41 , Bradley Giesbrecht wrote:
 
 This appears to work.
 
 /opt/local/etc/mysql55/my.cnf
 ...
 [mysqld]
 plugin-load = federated=ha_federated.so
 federated

Yes, that works. This works as well

from a properly privileged database user 

 mysql -e INSTALL PLUGIN federated SONAME 'ha_federated.so' -u db-user -p

now the plugin is in the list of plugins which can be enabled via the 
configuration file.

Thanks!

p.s. make sure you run 'mysql_upgrade' after installing mysql55

8)
--
Chris Janton  - face at CentosPrime dot COM
Netminder for Opus1.COM


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: port select and load/unload was Re: mysql55

2012-04-03 Thread Bradley Giesbrecht
On Apr 3, 2012, at 12:59 PM, Chris Janton wrote:

 On 2012-04-02 , at 10:45 , Ryan Schmidt wrote:
 
 Good question. I don't know if we've ever thought about whether launchd 
 plists should be managed by port select. I don't have a particular opinion 
 about whether it would be useful or not, but if you think it is, maybe 
 others do too.
 
 One potentially problematic scenario to consider, if we were to do that, is 
 this: user selects mysql51, user uses your hypothetical port load 
 mysql-server to start mysql51, user selects mysql55. Now mysql51 is still 
 running, and the launchd id corresponding to it is mysql-server, but the 
 launchd plist that's in place at the id mysql-server no longer refers to 
 mysql51; it now refers to mysql55. So how do you stop the mysql51 server? 
 You can't. You wouldn't have this problem if you had used port load 
 mysql51-server in the first place, because you could then just port unload 
 mysql51-server later to unload it.
 
 Admittedly it's pretty similar to another problem we already have: user 
 installs port, user loads port, user uninstalls port; now the server is 
 running but the plist that would let you stop it has been deleted.
 
 I simply wasn't sure if the 'port select' mechanism was intended to be quite 
 so far reaching.
 
 As an 'administrator' I should know which applications I have running as 
 daemons, so making me keep track of them is what I would expect.
 
 I think that it is perfectly acceptable that I should be able to do
 
  sudo port unload mysql5-server
  sudo port load mysql55-server
 
 as part of what I need to do to change versions.

If you want to access that same databases you may want to move your databases 
from their default location and make changes to the socket and datadir vars in 
etc/mysql5/my.cnf and etc/mysql55/my.cnf. This is what I have done to allow 
test the various mysqls, mysql55, percona and mariadb against the same 
databases. Of course, you do not want to run them both at the same time if you 
point them at the same datadir and socket.

There could be some issues changing versions. I believe there are changes to 
the databases mysql uses. I believe mysql 5.1 had problems attempting to access 
the performance_schema database.

Regards,
Bradley Giesbrecht (pixilla)



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


/usr/local question

2012-04-03 Thread saiwingy

Since MacPorts is not compatible with /usr/local, every time I install/update
ports I had to

 sudo mv /usr/local /usr/local.bak

and then after I am done building macports stuff I would move it back. This
works fine but is kind of cumbersome and sometimes the moved /usr/local
directory triggers a lot of mdutil activities. What do people do to automate
this, or to make the process easier? Thanks!
-- 
View this message in context: 
http://old.nabble.com/-usr-local-question-tp33545041p33545041.html
Sent from the MacPorts - Users mailing list archive at Nabble.com.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: /usr/local question

2012-04-03 Thread Jeremy Lavergne
 Since MacPorts is not compatible with /usr/local, every time I install/update
 ports I had to
 
 sudo mv /usr/local /usr/local.bak
 
 and then after I am done building macports stuff I would move it back. This
 works fine but is kind of cumbersome and sometimes the moved /usr/local
 directory triggers a lot of mdutil activities. What do people do to automate
 this, or to make the process easier? Thanks!

One of the first things I do on a new system is disable Spotlight. That being 
said, you should be able to tell Spotlight not to scan /usr



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: /usr/local question

2012-04-03 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 04/04/2012 01:54, saiwingy wrote:


 Since MacPorts is not compatible with /usr/local, every time I install/update
 ports I had to
 
  sudo mv /usr/local /usr/local.bak
 
 and then after I am done building macports stuff I would move it back. This
 works fine but is kind of cumbersome and sometimes the moved /usr/local
 directory triggers a lot of mdutil activities. What do people do to automate
 this, or to make the process easier? Thanks!


Personally I have never moved /usr/local in regards to any operation I
have ever carried out with Mac Ports  I've suffered no ill effects.

Also I still do, on occasion, install certain things into /usr/local for
various reasons  that again has never interfered with anything in
/opt/local.

I am very careful however that I take into account what goes where 
what possible conflicts may arise with this arrangement  have daily
dealings with similar set-ups with apt  yum on different OS's.

Cheers,

  Phil..

- -- 
But masters, remember that I am an ass.
Though it be not written down,
yet forget not that I am an ass.

Wm. Shakespeare - Much Ado About Nothing


-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: §auto-key-locate cert pka ldap hkp://keys.gnupg.net
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPe6AnAAoJEKpMeDHWT5ADrBgIAM1mmYn8FPvK4zu6zrUERnbt
EPgGWJ21mh3fqN1NSEEM7Ch0XRGTmtxiK/KMWfze4i1BYweuWjQeelcyUvagKztx
V0sLoau1k8TBiWfy0hxso0ON2Y5O29RfegcQphQdeDx9i57Nbi4oj1fREGxueOff
KWqi/d9M4rgUdVcwvCCPxT4jlZ4iHHd5kS34JhIpEd9hHIE6aumjuSop5vlvltmv
KomowSJI1FqwLTHlvhwVSXdmBkO5+9J5z8QXB5XSxrT4mO/tvyNz7NSy+QltCbth
gC4kHWR2MRHNvwdSC0qZ276Ny+klWkSExyCxhf/HwMRByPNgurDGFeh+0qMvZhM=
=i7IG
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: /usr/local question

2012-04-03 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 04/04/2012 01:57, Jeremy Lavergne wrote:
 Since MacPorts is not compatible with /usr/local, every time I install/update
 ports I had to

 sudo mv /usr/local /usr/local.bak

 and then after I am done building macports stuff I would move it back. This
 works fine but is kind of cumbersome and sometimes the moved /usr/local
 directory triggers a lot of mdutil activities. What do people do to automate
 this, or to make the process easier? Thanks!
 
 One of the first things I do on a new system is disable Spotlight. That being 
 said, you should be able to tell Spotlight not to scan /usr

Me too. I find it useless, annoying  that it takes up far too much cpu
for its own good :-)

Cheers,

  Phil...

But masters, remember that I am an ass.
Though it be not written down,
yet forget not that I am an ass.

Wm. Shakespeare - Much Ado About Nothing


-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: §auto-key-locate cert pka ldap hkp://keys.gnupg.net
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPe6CuAAoJEKpMeDHWT5ADPEsH/jOr7jilDwn29QpazPp5/bNe
09MOOsbwxpDMIc/bPK2NiYOGpsFjwsoyLZ0oSG40Svllbpg6s58j7REzmsqeqTPQ
7S0G9AMJ6N8MwYLA/BfXrWZ05q9TTM0XEBuhkduPUvWoQbd2BAV+zRL9fBQqxrQn
Ia+Ro/aj82Hbki+cepmawOEssVplRhKGykcu0z8dUEyhgP3IcmpGEXxwdM0SXEID
7oM6hN3yAAr0EEgznsfLSm3ggBJ8fN1BG07RjJ6hsNcXdO7tnv9blybXLn0mUYQ5
B08DK74g9whayb+t/0B20tBM66GP0YSwYFZesD2+ZyJLV3wXNzw5vsc0gTVSf0c=
=nsMa
-END PGP SIGNATURE-
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: /usr/local question

2012-04-03 Thread Ryan Schmidt

On Apr 3, 2012, at 19:54, saiwingy wrote:

 Since MacPorts is not compatible with /usr/local, every time I install/update
 ports I had to
 
 sudo mv /usr/local /usr/local.bak
 
 and then after I am done building macports stuff I would move it back. This
 works fine but is kind of cumbersome and sometimes the moved /usr/local
 directory triggers a lot of mdutil activities. What do people do to automate
 this, or to make the process easier? Thanks!

We don't install things in /usr/local. Why do you want to install things there?




___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: /usr/local question

2012-04-03 Thread Jan Stary
On Apr 03 17:54:05, saiwingy wrote:
 
 Since MacPorts is not compatible with /usr/local, every time I install/update
 ports I had to
 
  sudo mv /usr/local /usr/local.bak

Why would you move /usr/local?
Macports live under /opt/local by default
and have nothing to do with /usr/local.

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users