Re: Wordpress PostGreSql plugin

2013-04-05 Thread Reko Turja
-Original Message- From: Paul Pathiakis Hi, Could someone upgrade the wordpress port to have PostGreSQL interface option? wordpress.org/extend/plugins/postgresql-for-wordpress/ Seconded. There are some plugins that do not play along nicely with postgres, but in general the plugin

How to build PHP 5.4 without mysqlnd?

2014-03-22 Thread Reko Turja
Greetings! Compiling mysqlnd into PHP is excess baggage for us not using MySQL in any shape or form. Yet it seems that there is no way for disabling in in the php5 building process. Setting WITHOUT_MYSQL=yes in make.conf does not do anything, removing --enable_mysqlnd in Makefile results in

Re: pkgng abilities (was: pkgng vs. portupgrade reporting ports outdated)

2014-04-05 Thread Reko Turja
-Original Message- From: Robert Huff OK, Obi-wan - what's the replacement for: a) portsclean with the C, D (single and double), and L options? (Use no more than two commands.) b) pkg_sort ? With these, I will cheerfully delete portupgrade. portupgrade != pkg_old Actually, for

How to remove erroneous deps from pkgng

2012-07-20 Thread Reko Turja
I'm testing out the pkgng system and somehow a port managed to pull devel/pkg-config into one low level port polluting whole db. pkg check just wants to install the annoying thing. Is there any way to get rid of that erroneous dependency? In production system, these kind of errors should be

Re: How to remove erroneous deps from pkgng

2012-07-20 Thread Reko Turja
-Original Message- From: Bryan Drewery On 7/20/2012 11:57 AM, Reko Turja wrote: I'm testing out the pkgng system and somehow a port managed to pull devel/pkg-config into one low level port polluting whole db. pkg check just wants to install the annoying thing. Is there any way to get

Re: How to remove erroneous deps from pkgng

2012-07-20 Thread Reko Turja
Its use is not limited to Gnome, as you can see it's used in the build process of databases/sqlite3 and there are many other ports that have nothing to do with Gnome that use it the same way. The only thing that is wrong with it is that ends up being a run time dependency of sqlite3 instead of

Re: How to remove erroneous deps from pkgng

2012-07-20 Thread Reko Turja
-Original Message- From: Kimmo Paasiala I'm wondering if the dependency is removed then will all ports that link to sqlite3 pull in pkg-config if it's not installed? After cleaning downstream ports and using portupgrade -f -O removes the dependency from that port, downstream is

Re: How to remove erroneous deps from pkgng

2012-07-20 Thread Reko Turja
-Original Message- From: Kimmo Paasiala Sqlite3 isn't the only one with a bogus dependency to pkg-config, for example audio/libsndfile does the same by using USE_GNOME=gnomehack Libxml2 is another, maybe grepping ports tree against pkg-config might be a start. -Reko

Re: lang/php53 dumps core

2012-07-23 Thread Reko Turja
From: Volodymyr Kostyrko On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. What other data I should collect to file a PR? Or is this just a memory problem? Most probably it's php

Re: lang/php53 dumps core

2012-07-23 Thread Reko Turja
-Original Message- From: Volodymyr Kostyrko php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: Hmmm... you might try moving

Re: lang/php53 dumps core

2012-07-23 Thread Reko Turja
From: Volodymyr Kostyrko Rebuilding whole PHP without clang/gcc4.6 (my local settings) dumps core with this backtrace: ... Maybe something like this in /etc/make.conf .if ${.CURDIR:M*php53*} WITH_DEBUG=YES .endif .if ${.CURDIR:M*php5-redis*} WITH_DEBUG=YES .endif And rebuild

Re: Updating php

2015-11-30 Thread Reko Turja
Thanks for the info. Can you tell me where I can find some documentation on how to set up "php-fpm" on a FreeBSD-10.2 system running "apache24"? As MAtthew said, this removes lots of hassle (and actually allows running of threaded Apache and php on top of each other without all kinds of

Re: Is there a way to automatically edit port Makefile and plist after updates

2016-05-14 Thread Reko Turja via freebsd-ports
-Original Message- From: Chris H There is one port that has completely unneeded things in both Makefile and plist. Is there a way to Automatically change those afterwards - I guess usual method of patching isn't applicable? Of course doing a portsnap fetch update and sedding the

Re: Is there a way to automatically edit port Makefile and plist after updates

2016-05-15 Thread Reko Turja via freebsd-ports
-Original Message- From: Walter Schwarzenfeld once more for clear, there are some typos you can for example put in the makefile .if ${.CURDIR:M*/ports/lang/php56} CONFIGURE_ARGS+=--disable-mysqlnd .endif Thanks a lot Walter! This does indeed do the trick for my needs - I did a

Is there a way to automatically edit port Makefile and plist after updates

2016-05-14 Thread Reko Turja via freebsd-ports
There is one port that has completely unneeded things in both Makefile and plist. Is there a way to Automatically change those afterwards - I guess usual method of patching isn't applicable? Of course doing a portsnap fetch update and sedding the unneeded stuff out from a shellscript each

Re: Poudriere building far more ports than it should

2018-11-14 Thread Reko Turja via freebsd-ports
-Original Message- From: Matthias Fechner Sent: Wednesday, November 14, 2018 9:10 PM Am 14.11.2018 um 19:57 schrieb Reko Turja via freebsd-ports: I guess one option would be blacklisting in poudriere those unneeded dependencies which shouldn't be linked with my packages, if my

Re: Poudriere building far more ports than it should

2018-11-14 Thread Reko Turja via freebsd-ports
-Original Message- From: AlexandreC. GuimarĂ£es Sent: Wednesday, November 14, 2018 9:26 PM Do you mean the OPTIONS you previously set were not honoured by poudriere? Just in case, poudriere does not `read` OPTIONS and/or other things like make.conf from the default location but from

Re: Poudriere building far more ports than it should

2018-11-14 Thread Reko Turja via freebsd-ports
Hello! -Original Message- From: Dmytro Bilokha On Wed, Nov 14, 2018 at 03:33:38AM +0200, reko.turja--- via freebsd-ports wrote: I finally took the hurdle and made a poudriere VM for building my ports instead of building them on target system. At first I did however build every

Re: Poudriere building far more ports than it should

2018-11-16 Thread Reko Turja via freebsd-ports
First of all, big thanks to everyone who tried to help! Mostly asking to make sure if this is something to be expected, glitch in some ports or possibly a bug. I think Poudriere pulls in all the possible dependencies, just in case and compiles them as well, just in case. Now I've done some

Re: Maia Mailgaurd

2018-12-03 Thread Reko Turja via freebsd-ports
Hello Janky Jay! -Original Message- Sent: Monday, December 3, 2018 4:17 PM Subject: Re: Maia Mailgaurd Okay. No sweat. I'll work on getting a port patch going as that seems it would be the easiest way to push this out. I'll provide a download as soon as I have something available for

Re: Maia Mailgaurd

2018-12-01 Thread Reko Turja via freebsd-ports
Hello Janky Jay! --Original Message-- Monday, November 26, 2018 10:11 PM Subject: Re: Maia Mailgaurd That being said, with just a few minor changes, I have been able to get Maia to work with PHP 7.2 without any issues (that I've seen, anyway). If you're interested in that, I can provide

Re: Upgrade of security/openssl111 fails to install

2018-11-21 Thread Reko Turja via freebsd-ports
porters handbook and changing DIST to PORT. -Reko [1] https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html -Original Message- From: Reko Turja via freebsd-ports Sent: Wednesday, November 21, 2018 9:17 PM To: po...@freebsd.org Subject: Re: Upgrade

Re: Upgrade of security/openssl111 fails to install

2018-11-21 Thread Reko Turja via freebsd-ports
Editing the makefile and removing DISTVERSION line and replacing it with: PORTVERSION=1.1.1a fixed the issue for me. -Reko -Original Message- From: j...@mailman-hosting.com Sent: Wednesday, November 21, 2018 5:53 PM To: po...@freebsd.org Subject: Upgrade of security/openssl111