Re: kerberos5 update error

2016-05-27 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > Ryan Schmidt wrote: >> >>> To downgrade to 3.2.6 will it be as simple as dumping the /Developer >>> directory, downloading Xcode 3.2.6 and trying kerberos5 again? Or will I >>> need to uninstall all ports and start over? &

Re: Imagick version?

2016-05-24 Thread Bjarne D Mathiesen
enever I ran a script - and I've got some php scripts that're running monthly / weekly / daily / 15 min ; but should only send me an email if they encounter problems - and this was regarded as a problem ;-) so I got a lot of un-necessary error reports -- Bjarne D Math

Re: Imagick version?

2016-05-24 Thread Bjarne D Mathiesen
Joshua Root wrote: > Bjarne D Mathiesen wrote: >> You'll just have to re-compile php55-imagick : >> >> This will take care of all of your php\d{2}-imagick versions >> >> port -q installed name:imagic \ >> | while read -a port >> do port -n u

Re: Imagick version?

2016-05-23 Thread Bjarne D Mathiesen
ar as I know, it's safe to ignore the warning, as the API in ImageMagick hasn't changed. -- Bjarne D Mathiesen Korsør ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.11.5 El Capitan (1

Re: kerberos5 update error

2016-05-23 Thread Bjarne D Mathiesen
- and I've got the same issue w/ kerberos5. In addition, boost doesn't compile for me. But try to look at this page : https://trac.macports.org/wiki/LibcxxOnOlderSystems which Mojca referred me to in the thread : support for older HardWare

Re: kerberos5 update error

2016-05-23 Thread Bjarne D Mathiesen
; and using a hack, you can at least get it to 10.8 (I've done this on a Macmini 2.1) -- Bjarne D Mathiesen Korsør ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.11.5 El Capitan (15F34) 2

Re: Imagick version?

2016-05-23 Thread Bjarne D Mathiesen
agick You'll have to re-start Apache also after having made this change ;-) -- Bjarne D Mathiesen Korsør ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.11.5 El Capitan (15F34) 2 x 3,46

Re: Java SE 7 Update 6

2012-08-21 Thread Bjarne D Mathiesen
Blair Zajac wrote: > On 08/21/2012 11:49 AM, Bjarne D Mathiesen wrote: >> When reading >> http://www.h-online.com/open/news/item/Java-SE-7-Update-6-hands-OS-X-support-to-Oracle-1667714.html >> >> it seems as if the one has to manually upgrade to this version while >&

Re: Java SE 7 Update 6

2012-08-21 Thread Bjarne D Mathiesen
Jamie Paul Griffin wrote: > [ Bjarne D Mathiesen wrote on Tue 21.Aug'12 at 20:49:11 +0200 ] > >> When reading >> http://www.h-online.com/open/news/item/Java-SE-7-Update-6-hands-OS-X-support-to-Oracle-1667714.html >> it seems as if the one has to manually upgrade to

Java SE 7 Update 6

2012-08-21 Thread Bjarne D Mathiesen
sion should one install in order to best achive support for MacPorts ? -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.8.0 Mountain Lion ; 2.8GHz Intel Core i7 ;

Re: FTP and WordPress in mac ports environment

2012-06-26 Thread Bjarne D Mathiesen
ch WPsite do remove old WPfiles copy new WPfiles done -or- for each WPsite do overwrite with new WPfiles done -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø

Re: cdrtools doesn't build mkisofs

2012-06-13 Thread Bjarne D Mathiesen
xtra stuff what else can one put at the end & what's the general format ??? -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.7.3 Lion ; 2.8GHz Inte

Re: tcl expert needed

2012-06-03 Thread Bjarne D Mathiesen
Ryan Schmidt wrote: > > On Jun 2, 2012, at 18:34, Bjarne D Mathiesen wrote: > >> Jeremy Lavergne wrote: >>>> I've got a problem where the same action has to be done, but depending >>>> on whether I'm in /post-destroot/ or /post-activate/ I need to

Re: tcl expert needed

2012-06-02 Thread Bjarne D Mathiesen
"post-destroot" { set where "destroot" } "activate" - "post-activate" { set where "" } } xinstall -d ${where}[dict get ${apache} libexecdir] /do a lot of stuff/ } -- Bjarne D Mathiesen København N ; Danmark ; Europa -

Re: tcl expert needed

2012-06-02 Thread Bjarne D Mathiesen
Is it possble within a Portfile to determine which phase is being executed ??? I've got a problem where the same action has to be done, but depending on whether I'm in /post-destroot/ or /post-activate/ I need to create and install in different directories :-) Happy Hacking :-) --

tcl expert needed

2012-05-31 Thread Bjarne D Mathiesen
t that I then pass into the /foreach/, but that doesn't work either. Do I really have to have a dummy file in all of my dirs ?? :-) Happy Hacking :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er sk

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Bjarne D Mathiesen
both running concurrently when I upgraded from mysql5 -> mysql51 -> mysql55 So that part of it with having them installed in parallel works perfectly :-) :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denn

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Bjarne D Mathiesen
Ryan Schmidt wrote: > > On May 30, 2012, at 11:08, Bjarne D Mathiesen wrote: > >> after installing mysql55 you'll have to select a version to symlink into >> ${prefix}/bin as below : > > You don't *have* to. You *can*, if you want to be able to typ

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Bjarne D Mathiesen
in the portfiles, it's possible to install and run several different mysql versions at the same time : mysql51, mysql55, mariadb, percona. At present, I do think that we've only finalised mysql51 & mysql55 ... at least that's the ones I've tested and gotten to wo

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Bjarne D Mathiesen
in fact install 2 ports: mysql55 mysql55-server You can just install /port install mysql55-server/ and mysql55 will also be installed because mysql55 is defined as a runtime dependency of mysql55-server :-) -- Bjarne D Mathiesen København N ; Danmark

Re: Ruby ... active user sought

2012-05-30 Thread Bjarne D Mathiesen
Brandon Allbery wrote: > On Wed, May 30, 2012 at 10:39 AM, Bjarne D Mathiesen > mailto:macint...@mathiesen.info>> wrote: > > Having seen your explanation, my conclusion has to be, that I'll have to > port those Chef receipes to use the macports framework and

Re: Ruby ... active user sought

2012-05-30 Thread Bjarne D Mathiesen
Brandon Allbery wrote: > On Wed, May 30, 2012 at 10:03 AM, Bjarne D Mathiesen > mailto:macint...@mathiesen.info>> wrote: > > Brandon Allbery wrote: > > On Wed, May 30, 2012 at 5:45 AM, Bjarne D Mathiesen > > mailto:macint...@mathiesen.info> >

Re: Ruby ... active user sought

2012-05-30 Thread Bjarne D Mathiesen
Brandon Allbery wrote: > On Wed, May 30, 2012 at 5:45 AM, Bjarne D Mathiesen > mailto:macint...@mathiesen.info>> wrote: > > I've found this : > https://github.com/opscode-cookbooks/apache2 > > > I think you do not want to naively mix Chef and MacPort

Ruby ... active user sought

2012-05-30 Thread Bjarne D Mathiesen
I've found this : https://github.com/opscode-cookbooks/apache2 But I've _no_ experience at all in Ruby I'ld like if someone could give me a short intoduction in how I can use the code from the website mentioned from the command line :-) thanks :-) -- Bjarne D Mathiesen Københ

Re: Perl 5.16

2012-05-27 Thread Bjarne D Mathiesen
Reini Urban wrote: > On Sat, May 26, 2012 at 12:28 PM, Bjarne D Mathiesen > wrote: >> Upgrading to Perl 5.16 is production ready ... at least I'm using it >> actively ;-) > > That means you are not testing it good enough. > threading in 5.16.0 is pretty broke

Re: mysql55 up and running on production

2012-05-26 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > Some recent changes that pixilla made to the port file breaks a normal > install : > https://trac.macports.org/ticket/34552 > https://trac.macports.org/changeset/93312 > > To make it work, you have two options : > > 1) If this is a new install

Perl 5.16

2012-05-26 Thread Bjarne D Mathiesen
settings that you can see all p5.xx-s /port list name:^p5.xx/ _before_ you execute my script, _or_ I assure you you'll be in serious trouble, as there're no builtin safeguards at all in my script !!! You use my script in this way: /PerlSwitch 12 16/ :

Re: [enhancement] proposal - make all ports independent of which version of Perl is installed or the major one

2012-05-23 Thread Bjarne D Mathiesen
and of course, there's an error in my script :-( line 36 has to be : grep -E -e "(perl5.${version}|p5.${version})" $(port file ${portname[0]}) \ -- Bjarne D Mathiesen København N ; Danmark ; Europa --

Re: [enhancement] proposal - make all ports independent of which version of Perl is installed or the major one

2012-05-23 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > Eric Hall wrote: >> On Wed, May 23, 2012 at 09:07:58PM +0200, Bjarne D Mathiesen wrote: >>> Now, we do have 96 ports that have perl5.12 hardcoded into them. >>> That means, that they are presently 2 (two) years behind schedule as I >>&

Re: mysql55 up and running on production

2012-05-23 Thread Bjarne D Mathiesen
Watch Dog wrote: > On Wed, May 23, 2012 at 6:13 PM, Bjarne D Mathiesen > wrote: >> I do know that many people consider anonymity on the net important - and >> I do see the value in certain cases - but I can't take a person in this >> case critizising pixilla

Re: mysql55 up and running on production

2012-05-23 Thread Bjarne D Mathiesen
Watch Dog wrote: > On Wed, May 23, 2012 at 2:58 PM, Ryan Schmidt wrote: >> >> On May 23, 2012, at 10:06, Watch Dog wrote: >> >>> On Wed, May 23, 2012 at 7:35 AM, Bjarne D Mathiesen wrote: >>>> Some recent changes that pixilla made to the port file

Re: apache2 httpd 2.4.2

2012-05-23 Thread Bjarne D Mathiesen
Daniel J. Luke wrote: > On May 23, 2012, at 2:49 PM, Bjarne D Mathiesen wrote: >> mod_fastcgi @2.4.6 www/mod_fastcgi >> -> doesn't install >> -> should be replaced by mod_fcgid >> -> anybody using this ... then yell _loudly_ > > Note that

Re: [enhancement] proposal - make all ports independent of which version of Perl is installed or the major one

2012-05-23 Thread Bjarne D Mathiesen
m. That means, that they are presently 2 (two) years behind schedule as I see it. If we don't come to a resolution as a group, I'll just implement my own solution and post my procedure here on the lists for other interested parties should they be interested. :-) --

Re: apache2 httpd 2.4.2

2012-05-23 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > OK - I'm trying to update the apache2 portfile from 2.2.22 to 2.4.2 pixilla & I have been working on this for some time now. The state is presently as follows: apache2 @2.4.2 www/apache2 php5 @5.3.13_0+apache2+pear+suhosin (active

Re: mysql55 up and running on production

2012-05-23 Thread Bjarne D Mathiesen
ready installed mysql55: port clean --work mysql55 port -n upgrade --force --enforce-variants mysql55 +system_readline -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 1

Re: web server admin / control panel

2012-05-21 Thread Bjarne D Mathiesen
line and or a text editor. MacPorts doesn't have any off-the-shelf as far as I can see You'll have to install your own from amongst the alternatives: http://masmuh.student.umm.ac.id/10-free-cpanel-alternatives.aspx http://lordmatt.co.uk/item/1739/ :-) -- Bjarne D Mathiesen Københav

Re: MacPorts 2.1.0 has been released - problems with the progress lines

2012-05-16 Thread Bjarne D Mathiesen
ther than that, running port in verbose mode with "-v" also disables > the eyecandy. > ticket filed : https://trac.macports.org/ticket/34480 -- Bjarne D Mathiesen København N ; Danmark ; Europa -- d

Re: MacPorts 2.1.0 has been released - problems with the progress lines

2012-05-15 Thread Bjarne D Mathiesen
Found 3 broken port(s), determining rebuild order ---> Rebuilding in order php5 @5.3.13 +apache2+pear+suhosin kismet @2011-01-R1 snort @2.9.1.2 ---> Computing dependencies for php5 And this is for every port that's getting updated :-( This new feature has completely messed

Re: git-core fails to upgrade

2012-05-15 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > Bjarne D Mathiesen wrote: >> argggh ... found the error :-( >> >> It's still trying to reference Perl5.12 even though I've upgraded to >> Perl5.14 & removed Perl5.12 completely from my computers ... >> >> now to find

Re: git-core fails to upgrade

2012-05-15 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > argggh ... found the error :-( > > It's still trying to reference Perl5.12 even though I've upgraded to > Perl5.14 & removed Perl5.12 completely from my computers ... > > now to find out exactly where it goes wrong ... > > :-

Re: git-core fails to upgrade

2012-05-15 Thread Bjarne D Mathiesen
argggh ... found the error :-( It's still trying to reference Perl5.12 even though I've upgraded to Perl5.14 & removed Perl5.12 completely from my computers ... now to find out exactly where it goes wrong ... :-) -- Bjarne D Mathiesen København N ; Da

Re: git-core fails to upgrade

2012-05-15 Thread Bjarne D Mathiesen
tarballs_ports_devel_git-core/git-core/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> sh-3.2# port info git-core git-core @1.7.10.2 (devel) If others have no problem, then what might be the problem on my computers ???

git-core fails to upgrade

2012-05-13 Thread Bjarne D Mathiesen
orts/lib -arch x86_64" CC=/usr/bin/clang prefix=/macports CURLDIR=/macports OPENSSLDIR=/macports ICONVDIR=/macports PERL_PATH="/macports/bin/perl5.12" NO_FINK=1 NO_DARWIN_PORTS=1 NO_R_TO_GCC_LINKER=1 V=1 PYTHON_PATH="/macports/bin/python2.7" LIBPCRE

mysql55 up and running on production

2012-05-10 Thread Bjarne D Mathiesen
sql55 (active) [my own customised version] postfix @2.9.2_1+dovecot_sasl+mysql55+pcre+postgresql91 (active) sqlgrey @1.8.0-rc2_2+mysql (active) and all my websites are running: sqwi roundcube postfixadmin etc, etc :-D -- Bjarne D Mathiesen København N ; Da

postfix 2.9.2_0 < 2.9.2_1

2012-05-10 Thread Bjarne D Mathiesen
is there an easy way to determine what has changed when the revision is bumped ??? :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.7.3 Lion ; 2.8GHz Intel

Re: gdk-pixbuf2 should be updated

2012-05-09 Thread Bjarne D Mathiesen
ch to the ticket :-) If nothing happens within 72 hours, please pester the developer mailing list :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.7.3 Lio

Re: FTP cd problems with MC

2012-05-08 Thread Bjarne D Mathiesen
er for mc in MacPorts. If there's a problem, you should > contact the developers directly. According to my 'port info mc' there is a maintainer :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa ---

Re: mysql5 and mysql51

2012-05-07 Thread Bjarne D Mathiesen
a subport mysql51 & mysql55 patch in trac https://trac.macports.org/ticket/34356 patch works on my system postfix mysql51 & mysql55 inserted mysql51 builds mysql55 fails to build - under investigation mysql5 removed -

Re: mysql5 and mysql51

2012-05-07 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > > The attached patch-Portfile.diff ought to bring dovecot2 & postfix level > in mysql versions ;-) > I've noticed that the patch has been applied now :-) -- Bjarne D Mathiesen København

Re: mysql5 and mysql51

2012-05-05 Thread Bjarne D Mathiesen
sql91+tls (active) Next step is to see if I can get mysql55 to work with both of them. dovecot2 compiles with mysql55 postfix fails with mysql55 ... I haven't yet analyzed the error > > Thanks, > -Terry -- Bjarne D Mathiesen København N ; Danmark ; Europa --

Re: Exactly how do variants work?

2012-05-05 Thread Bjarne D Mathiesen
ply to that port. How about subports ??? That might be a solution if it's really optional and really doesn't need a recompile of the primary port but 'just' installs some extra files. That's how eg mysql55 & mysql55-server works -- Bjarn

Re: mysql5 and mysql51

2012-05-04 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > @@ -157,13 +157,15 @@ Uppps ... drop the last part of the patch That's one of my own customisations ... ;-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i e

Re: mysql5 and mysql51

2012-05-04 Thread Bjarne D Mathiesen
> variants, and then deprecate the mysql5 port. This is an ongoing process. I guess I'm partly to blame for that mess as I supplied the foundation patches for both dovecot2 & postfix :-( The attached patch-Portfile.diff ought to bring dovecot2

Re: mysql problem with socket

2012-04-30 Thread Bjarne D Mathiesen
Ryan Schmidt wrote: > > A guide for setting up MacPorts MySQL is here: > > https://trac.macports.org/wiki/howto/MAMP#mysql > > Hopefully those instructions haven't bitrotted too much. There's also: https://trac.macports.org/wiki/howto/MySQLWorkbench -- Bj

Re: postfix & databases

2012-04-29 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > It seems as if postfix could use mariadb and mysql55 variants ;-) > I've done some work on adding variant for all the other mysql implementation to postfix. before I submit at patch I'ld like someone to just go over my code to see if it's correc

Re: Macports list severely depleted

2012-04-29 Thread Bjarne D Mathiesen
should be more than 13K ports. > > -- > Puneet Kishor port -d sync Total number of ports parsed: 0 Ports successfully parsed: 0 Ports failed: 0 Up-to-date ports skipped: 13940 -- Bjarne D Mathiesen København N ; Danmark ; Europa ---

Re: apache2 httpd 2.4.2 - mod_mono @1.1.16.1

2012-04-27 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > fails to compile > > port install mod_mono @1.1.16.1 > ---> Computing dependencies for mod_mono > ---> Dependencies to be installed: mono libgdiplus libexif xsp > > the dependencies install without any problems hmmm ... it looks af

Re: Override default Application install location?

2012-04-20 Thread Bjarne D Mathiesen
have worked. > > Thanks! You can just ++ either move it ++ copy it to /Applications after the install You can also edit the portfile and insert a single line that redefines the default Aplicationsdir : nano $(port file virtualbox) insert this line somewhere in the start of the file: appl

Re: apache 2.4

2012-04-20 Thread Bjarne D Mathiesen
Ryan Schmidt wrote: > > On Apr 19, 2012, at 18:17, Bjarne D Mathiesen wrote: > >> Ryan Schmidt wrote >>> >>> When we actually commit the update to apache2 2.4.x, we'd have to >>> increase the revision of every module port that we want to get rebuil

Re: dovecot2

2012-04-19 Thread Bjarne D Mathiesen
Bradley Giesbrecht wrote: > > On Apr 18, 2012, at 4:13 PM, Bjarne D Mathiesen wrote: > >> dovecot 2.1.1 was released on 23/02-2012 current version 2.1.4 >> dovecot 2.0.20 was released on 09/04-2012 >> >> What's the status on releasing these in Macports

Re: dovecot2

2012-04-19 Thread Bjarne D Mathiesen
Bradley Giesbrecht wrote: > > On Apr 18, 2012, at 4:13 PM, Bjarne D Mathiesen wrote: > >> dovecot 2.1.1 was released on 23/02-2012 current version 2.1.4 >> dovecot 2.0.20 was released on 09/04-2012 >> >> What's the status on releasing these in Macports

Re: apache 2.4

2012-04-19 Thread Bjarne D Mathiesen
Ryan Schmidt wrote > > When we actually commit the update to apache2 2.4.x, we'd have to > increase the revision of every module port that we want to get rebuilt. Do you have a procedure for doing this or are you interested in a script that'll generate the diff files ??? --

Re: apache 2.4

2012-04-19 Thread Bjarne D Mathiesen
forward from Ryan Schmidt On Apr 19, 2012, at 15:24, Bjarne D Mathiesen wrote: > wrote: >>> Apparently it breaks (almost) all plugins (new API/ABI), from what I have been hearing. >> I just read in their notes that all plugins must be recompiled, and that only a few sourc

Re: apache 2.4

2012-04-19 Thread Bjarne D Mathiesen
ash script to update: for outDated in $(${prefix}/bin/port -q outdated | awk '{print $1}' ) do ${prefix}/bin/port clean --all ${outDated} ${prefix}/bin/port -cuRp upgrade ${outDated} done -- Bjarne D Mathiesen København N ; Danmark ; Europa ---

php5-mysql

2012-04-19 Thread Bjarne D Mathiesen
does anybody know whether mariadb just works with php5-mysql ??? -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.7.3 Lion ; 2.8GHz Intel Core i7 ; 16GB 1067MHz

postfix & databases

2012-04-19 Thread Bjarne D Mathiesen
It seems as if postfix could use mariadb and mysql55 variants ;-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.7.3 Lion ; 2.8GHz Intel Core i7 ; 16GB

Re: apache 2.4

2012-04-19 Thread Bjarne D Mathiesen
n't pick 2.4 up is due to this being a major rewrite of the codebase. I think that we'll at least need to have 2.2 in macports until all plugins have been confirmed working. Apache has still got apache20, apache22 as legacy versions. -- Bjarne D Mathiesen Køben

dovecot2

2012-04-18 Thread Bjarne D Mathiesen
dovecot 2.1.1 was released on 23/02-2012 current version 2.1.4 dovecot 2.0.20 was released on 09/04-2012 What's the status on releasing these in Macports ? -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne b

apache 2.4

2012-04-18 Thread Bjarne D Mathiesen
Apache 2.4.1 was released on 21/02-2012 What's the status on supporting it in MacPorts ? -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.7.3 Lion ; 2

Re: strange behavior - PHP question...

2012-01-22 Thread Bjarne D Mathiesen
sure that all folders in the whole path have 'chmod a+x' and all files are 'chmod a+r' -- Bjarne D Mathiesen K¿benhavn N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit milj¿ MacOS X 10.7.2 ;

Re: What is the proper way to maintain a local port file?

2011-06-27 Thread Bjarne D Mathiesen
Bradley Giesbrecht wrote: > > On Jun 27, 2011, at 10:14 AM, Bjarne D Mathiesen wrote: > >> >> https://trac.macports.org/wiki/howto/AdvancedDailyAdm > > \${2} : install prefix ( default /macports ) > > This is not the MacPorts default prefix. The defa

Re: What is the proper way to maintain a local port file?

2011-06-27 Thread Bjarne D Mathiesen
discover when and if the official port breaks your patch. >> >> I've got procedures and scripts to handle both cases that you are >> welcome to get and take a look at :-) > > This is what I'm looking for. Where are your scripts? I was hoping to > find a lin

[wiki - new howto] How to setup PostfixAdmin

2011-06-26 Thread Bjarne D Mathiesen
https://trac.macports.org/wiki/howto/PostfixAdmin comments are welcome :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.6.7 Snow Leopard ; 2.8GHz Intel

Re: What is the proper way to maintain a local port file?

2011-06-26 Thread Bjarne D Mathiesen
fit into > the new portfile. > > For 1, there could be any number of things that do not have a port yet > that I'd want to create and test a port for, before submitting. -- Bjarne D Mathiesen København N ; Danmark ; Europa

Re: Cannot setup macports, error on Xcode binaries

2011-06-24 Thread Bjarne D Mathiesen
Dominik Reichardt wrote: > > Am 24.06.2011 um 10:48 schrieb Bjarne D Mathiesen: > >> Ryan Schmidt wrote: >>> I know that those have always been options, when installing Xcode through >>> the Installer. I wasn't aware that the App Store used the Install

Re: Cannot setup macports, error on Xcode binaries

2011-06-24 Thread Bjarne D Mathiesen
old If the newly installed MacPorts can see Xcode4 then there's a corruption in the old install of MacPorts One could then erase the newly installed version and move the old one back to see if the problem still persists: rm -r /opt/local mv /opt/local-old /opt/local -- Bjarne D Mathiesen Kø

Re: [wiki - new howto] How to setup MySQL Workbench to work with MacPorts

2011-06-24 Thread Bjarne D Mathiesen
other stuff over the weekend :-) I'm still experimenting with postfix, postfixadmin et alia -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.6.7 Snow Leopa

Re: Cannot setup macports, error on Xcode binaries

2011-06-24 Thread Bjarne D Mathiesen
p Store kinda throws all > that out the window. Apple sets the rules for the App Store. Those rules are for _third_ _party_ developers. Apple itself is of course not bound by those rules in any way. All of their own programs from the App Store install support stuff in at least /Library --

Re: Cannot setup macports, error on Xcode binaries

2011-06-23 Thread Bjarne D Mathiesen
al/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its > MacPorts configuration time location, did you move it? > > --- --- --- > I've added the Xcode binaries to my .profile but it still doesn't work. > Invoking gcc/make/... from the command

[wiki - new howto] How to setup MySQL Workbench to work with MacPorts

2011-06-23 Thread Bjarne D Mathiesen
once-over .-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.6.7 Snow Leopard ; 2.8GHz Intel Core i7 ; 16GB 1067MHz DDR3

Re: Postfix (Fetchmail and Dovecote) on OSX 10.6.7 ???

2011-06-21 Thread Bjarne D Mathiesen
William H. Magill wrote: > > On Jun 18, 2011, at 7:08 AM, Bjarne D Mathiesen wrote: > >> I've started to modify the wiki on setting up postfix under MacPorts: >> https://trac.macports.org/wiki/howto/SetupPostfix >> >> feedback is appreciated :-) >>

Re: tcl : [exec bash-function] returning 0 leads to 'port install' crashing

2011-06-21 Thread Bjarne D Mathiesen
ent to https://trac.macports.org/ticket/29825 I'm finding my orignal solution to be much more elegant, shorter, and more understandable ;-) - but your milage may of course vary :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa ---

tcl : [exec bash-function] returning 0 leads to 'port install' crashing

2011-06-21 Thread Bjarne D Mathiesen
httpd-modsecurity2.conf if { ![ file exists ${confFile} ] } { exec echo "\\" > ${confFile} exec cat ${worksrcpath}/modsecurity.conf-recommended >> ${confFile} exec echo "\\" >> ${confFile} reinplace -E -- "s|^||" ${confFile} rein

Re: Install mesa problem

2011-06-21 Thread Bjarne D Mathiesen
otal SpentLeft Speed 100 196k 100 196k0 0 22130 0 0:00:09 0:00:09 --:--:-- 40200 bash-4.2# some repositories don't seem to have the packages, but eventually I got them. Advise : try again - they are out there somewhere :-) -

Re: Unable to install clang - ld64 fails

2011-06-19 Thread Bjarne D Mathiesen
/clang /macports/bin/clang++ /macports/bin/scan-build /macports/bin/scan-view ... /macports/libexec/scan-view/startfile.py -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit

Re: Postfix (Fetchmail and Dovecote) on OSX 10.6.7 ???

2011-06-18 Thread Bjarne D Mathiesen
Bradley Giesbrecht wrote: > > On Jun 17, 2011, at 3:58 AM, Bjarne D Mathiesen wrote: > >> Mail.app is a MUA (Mail User Agent) >> postfix is a MTA (Mail Transfer Agent) >> completely similiar in fuctionality to sendmail >> actually, Mail.app isn't

Re: Postfix (Fetchmail and Dovecote) on OSX 10.6.7 ???

2011-06-18 Thread Bjarne D Mathiesen
I've started to modify the wiki on setting up postfix under MacPorts: https://trac.macports.org/wiki/howto/SetupPostfix feedback is appreciated :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er sk

Re: Postfix (Fetchmail and Dovecote) on OSX 10.6.7 ???

2011-06-18 Thread Bjarne D Mathiesen
Daniel J. Luke wrote: > On Jun 17, 2011, at 5:07 PM, Bjarne D Mathiesen wrote: >> >> That's really not the fault of postfix, but a piss-poor DNS system in >> the router. postfix uses the DNS services from the computer, and the >> computer queries external DNS servi

Re: Postfix (Fetchmail and Dovecote) on OSX 10.6.7 ???

2011-06-17 Thread Bjarne D Mathiesen
en one can bypass these and use eg the openDNS servers. You can manually set this up in Network Preferences. -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X

Re: Postfix (Fetchmail and Dovecote) on OSX 10.6.7 ???

2011-06-17 Thread Bjarne D Mathiesen
illsociety.org > mag...@me.com > whmag...@gmail.com seems you might need to get mail transferred from me.com & gmail.com as well ? -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i

Re: Postfix (Fetchmail and Dovecote) on OSX 10.6.7 ???

2011-06-16 Thread Bjarne D Mathiesen
lot of information regarding setting all the stuff up as well as an extensive collection of links to further instructions. But what are your ambitions ??? Mine are rather extensive, as I need to set up several virtual domains, so it's my i

Re: Postfix (Fetchmail and Dovecote) on OSX 10.6.7 ???

2011-06-16 Thread Bjarne D Mathiesen
yrus-sasl2 tls: add tls support via openssl universal: Build for multiple architectures -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø __

Re: mod_security2 configuration

2011-06-15 Thread Bjarne D Mathiesen
as necessary. Include conf/extra/*.conf thus, I can simply comment the LoadModule and restart this doesn't work that well with mod_security as the module _requires_ the two LoadFile *.dylibs _before_ the LoadModule -- Bjarne D Mathiesen København N

Re: mod_security2 configuration

2011-06-15 Thread Bjarne D Mathiesen
I'm wondering if it't possible to include the configuration as a separate file in the port system like one does with eg patches, and then just copy the configuration to the intended place, instead of what you have done ??? -- Bjarne D Mathiesen København N ; Danmar

Re: mod_security2

2011-06-14 Thread Bjarne D Mathiesen
ut, I'm no expert in Portfiles - I'm just dabbling along learning along the way ;-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø

Re: mod_security2

2011-06-14 Thread Bjarne D Mathiesen
s/lib feedback will be appreciated :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø ___ macports-users mailing

mod_security2

2011-06-13 Thread Bjarne D Mathiesen
n't seem to give any results as to installing the documentation 4) the two exec lines is an attempt to automagically create the conf file for mod_security2, but they fail :-( the conf-file _is_ created, so I'm doing _something_ right ;-) -- Bjarne D Mathiesen Køb

Re: Upgraded php, what did I do wrong:

2010-03-16 Thread Bjarne D Mathiesen
Scott Haneda wrote: > On Mar 16, 2010, at 11:27 AM, Bjarne D Mathiesen wrote: > >> Scott Haneda wrote: >> >>> On Mar 16, 2010, at 10:55 AM, Scott Haneda wrote: >>> >>>> Last night I ran a quick `sudo port upgrade php5` >>>> /opt

Re: Upgraded php, what did I do wrong:

2010-03-16 Thread Bjarne D Mathiesen
If you don't need the php5 functionality in httpd you can comment out the loadmodule statement in httpd.conf and work around the problem temporarily this way. If you don't need ssl in httpd I'll recommend also to

Re: add php5-memcached?

2010-02-23 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > Ryan Schmidt wrote: >> On Feb 22, 2010, at 08:09, Andrew Sutherland wrote: >> Unfortunately the software doesn't build, which is an upstream problem. Can >> you file a bug report with them? >> > > Tue Feb 23 03:15:00 CET 2010 &

  1   2   >