Re: Removal of www/apache22

2018-04-08 Thread Spil Oss
There's been no-one wanting to keep Apache 2.2 that has come forward.

Expect www/apache22 to be removed later in the week. Cleanup of
Mk/Uses/apache.mk after that.

2018-03-30 17:37 GMT+02:00 Spil Oss <spil@gmail.com>:
> Thanks Vincent! I was looking for these but could not find them any
> more. Should've looked in archive naturally.
>
> Hanging in here for a bit to find out if there's anyone else wanting
> to comment. Deletion 14 days after original message.
>
> Cheers, Bernard.
>
> 2018-03-27 16:07 GMT+02:00 Vincent Hoffman-Kazlauskas <vi...@unsane.co.uk>:
>>
>>
>> On 27/03/2018 13:52, Bernard Spil wrote:
>>> Hi all,
>>>
>>> Just noticed that the Apache project has removed the patches they had
>>> for 2.2.34.
>>>
>>> http://www.apache.org/dist/httpd/patches/apply_to_2.2.34/
>>>
>>> Combined with the security update of 2.4 branch to 2.4.33 leads me to
>>> believe that Apache 2.2 is now vulnerable and no patches will be provided.
>>>
>>> If someone wishes to step up and get patches for 2.2 from e.g. RedHat,
>>> we may be able to keep the port alive for a bit longer. If no one steps
>>> up, I see no other way forward than to delete the port as indicated by
>>> the DEPRECATED variable and expiration date 2017-07-01 since July 2016.
>>>
>>
>> While I agree that apache 2.2 is now firmly dead, they moved the patches
>> for 2.2.34 to
>> https://archive.apache.org/dist/httpd/patches/apply_to_2.2.34/ , however
>> no new patches for the recent CVEs were added.
>>
>>
>> Vince
>>
>>
>>
>>> Cheers,
>>>
>>> Bernard.
>>> ___
>>> freebsd-ports@freebsd.org mailing list
>>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>>> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>> ___
>> freebsd-ports@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Removal of www/apache22

2018-03-30 Thread Spil Oss
Thanks Vincent! I was looking for these but could not find them any
more. Should've looked in archive naturally.

Hanging in here for a bit to find out if there's anyone else wanting
to comment. Deletion 14 days after original message.

Cheers, Bernard.

2018-03-27 16:07 GMT+02:00 Vincent Hoffman-Kazlauskas :
>
>
> On 27/03/2018 13:52, Bernard Spil wrote:
>> Hi all,
>>
>> Just noticed that the Apache project has removed the patches they had
>> for 2.2.34.
>>
>> http://www.apache.org/dist/httpd/patches/apply_to_2.2.34/
>>
>> Combined with the security update of 2.4 branch to 2.4.33 leads me to
>> believe that Apache 2.2 is now vulnerable and no patches will be provided.
>>
>> If someone wishes to step up and get patches for 2.2 from e.g. RedHat,
>> we may be able to keep the port alive for a bit longer. If no one steps
>> up, I see no other way forward than to delete the port as indicated by
>> the DEPRECATED variable and expiration date 2017-07-01 since July 2016.
>>
>
> While I agree that apache 2.2 is now firmly dead, they moved the patches
> for 2.2.34 to
> https://archive.apache.org/dist/httpd/patches/apply_to_2.2.34/ , however
> no new patches for the recent CVEs were added.
>
>
> Vince
>
>
>
>> Cheers,
>>
>> Bernard.
>> ___
>> freebsd-ports@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Pourdriere produces faulty build results due to bsd.openssl.mk bug

2015-04-05 Thread Spil Oss
Linking OpenSSL in ports and also requiring something from base that
links OpenSSL seems to be pretty rare indeed. A notable example being
ftp/curl that requires GSSAPI from base kerberos by default (this is
now fixed in ports) and thus relying on both ports and base ssl via
libkrb5.so. This is likely to be the most common case, something
relying on kerberos from base. I'm not quite sure how hard the
reliance on kerberos in base is but I'd like to see it made private
for base, we have multiple alternatives in ports.

This thread misses a reference for the starter to
https://bugs.freebsd.org/195796 which lists ports linking base
libssl/libcrypto whilst WITH_OPENSSL_PORT=yes is set. I'm trying to
collect work done to get these ports to link to ports OpenSSL in
https://wiki.freebsd.org/OpenSSL/PortsLinkingBase (that is just a
placeholder for now, trying to finish the LibreSSL fallout first)

Thanks, Bernard

On Thu, Apr 2, 2015 at 4:08 PM, Mark Felder f...@freebsd.org wrote:


 On Wed, Apr 1, 2015, at 16:21, Bryan Drewery wrote:
 On 4/1/2015 3:59 PM, Yuri wrote:
  I found that packages produced by poudriere likely link with base
  openssl, while port make likely links with the port openssl.
  This is because of the lines in bsd.openssl.mk which check for the
  presence of openssl shared library and headers under PREFIX, and set
  WITH_OPENSSL_BASE when they aren't present. In case of port make files
  are likely present, and in case of poudriere build files are likely not
  present.
 
  Example is ftp/curl (with GSSAPI=NONE,  OPENSSL=yes options). *Poudriere
  produces curl library, that causes VirtualBox to break* due to the
  openssl base vs. port conflicts. See recent emulation@ ML threads. Port
  make produces curl library that works fine with VirtualBox.
 
  I think both WITH_OPENSSL_BASE and WITH_OPENSSL_PORT should be retired,
  and code checking file presence also should be removed, and all ports
  should be made to build with an openssl port instead. Ports should never
  use base OpenSSL.
 
  Only 100 ports touch WITH_OPENSSL_... variables. Somebody who is able
  to make such decisions and has the commit bit should bit should look
  into this. Otherwise, massively faulty package repositories are produces.
 
  Yuri

 I've wanted this for a long time. I think we should just do it.


 What are the risks of something linking to OpenSSL in ports also
 requiring something from base which in turn... links in OpenSSL from
 base?
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Current status of www/apache24

2013-02-03 Thread Spil Oss
Hi Corey,

Thanks for your effort! I've pulled
https://github.com/corsmith/ports-wip to give it a run. Cross-posted
this to freebsd-ports as I have seen requests for Apache 2.4 on IRC
and it'll be helpful to those wanting Apache 2.4 before an official
port is released.

I've been testing the port you've created. It compiles fine with clang
3.1 on FreeBSD 9.1! I've run into a couple of snags though. Still,
I've almost got a running Apache 2.4 on FreeBSD! That is, I've been
able to serve some static files and php as a module works but I failed
when migrating the full config for all vhosts with all the features
that are used.
7
1. mod_watchdog
configure: WARNING: mod_watchdog is disabled but required for mod_heartbeat
I can't find an OPTION for heartbeat, so either watchdog shouldn't be
an option or heartbeat should?
Solved by enabling watchdog

2. /usr/local/bin/apxs
The port installs apxs to /usr/local/bin where apache22 installs it in
/usr/local/bin/apxs
Other ports (lang/php5) expect apxs to be in /usr/local/sbin
Solved by hardlinking apxs in /usr/local/sbin for now...

3. mod_unixd
mod_unixd can't be disabled (not an option) or httpd won't start
[core:crit] [pid 33064:tid 679494400] AH00136: Server MUST relinquish
startup privileges before accepting connections.  Please ensure
mod_unixd or other system security module is loaded.
AH00016: Configuration Failed
Looks like unixd is required on Unix platforms and shouldn't be an option.
Solved by enabling UNIXD

4. mod_so
Should it be an option at all? I have it disabled yet I can load
modules and httpd -l reports that mod_so is built-in
Or is this option for building an external .so (which sounds a bit silly!)

5. mod_socache_shmdb
If SSL is enabled one socache module must be enabled for a functional SSL daemon
Some check for this in the Makefile would be helpful

6. mod_digest
[Fri Feb 01 23:39:08.202525 2013] [auth_digest:notice] [pid 73983:tid
679494400] AH01757: generating secret for digest authentication ...
[Fri Feb 01 23:39:08.202768 2013] [auth_digest:error] [pid 73983:tid
679494400] (78)Function not implemented: AH01762: Failed to create
shared memory segment on file /var/run/authdigest_shm.73983
[Fri Feb 01 23:39:08.202818 2013] [auth_digest:error] [pid 73983:tid
679494400] (78)Function not implemented: AH01760: failed to initialize
shm - all nonce-count checking, one-time nonces, and MD5-sess
algorithm disabled
[Fri Feb 01 23:39:08.202831 2013] [:emerg] [pid 73983:tid 679494400]
AH00020: Configuration Failed, exiting
Haven't figured this out at all yet.

7. MPM
Now I checked I see that I didn't have any MPM enabled in the options,
but this results in a default to worker-MPM. The port's
Makefile.modules claims otherwise.
.if !${PORT_OPTIONS:MMPM_EVENT}  !${PORT_OPTIONS:MMPM_PREFORK} 
!${PORT_OPTIONS:MMPM_WORKER}
IGNORE= At least one MPM must be selected.
.endif

I'll be trying to patch up the port and send you a patch (should be
possible with cloning etc as well, but I have no functional Git dev
env)

Thanks!

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: ports/160821: audio/libmp3splt: Building WITHOUT_ID3 fails

2012-04-11 Thread Spil Oss
On Wed, Apr 11, 2012 at 1:21 AM,  m...@freebsd.org wrote:
 Synopsis: audio/libmp3splt: Building WITHOUT_ID3 fails

 State-Changed-From-To: suspended-closed
 State-Changed-By: miwi
 State-Changed-When: Tue Apr 10 23:21:31 UTC 2012
 State-Changed-Why:
 close, feedback timeout

 http://www.freebsd.org/cgi/query-pr.cgi?pr=160821

Hi,

Upstream has patched this and released new versions of mp3splt and libmp3splt.

Now creating patches for both ports, will report back in this thread.

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: ports/160821: audio/libmp3splt: Building WITHOUT_ID3 fails

2012-04-11 Thread Spil Oss
Please find patches for libmp3splt and mp3splt attached.
libmp3splt from 0.7_1 to 0.7.1 and mp3splt 2.4 to 2.4.1 as per
upstream http://mp3splt.sourceforge.net/mp3splt_page/downloads.php

Tested build with clang
Tested libmp3splt WITH_ID3 and WITHOUT_ID3 both working

Kind regards,

Spil.

On Wed, Apr 11, 2012 at 9:49 AM, Spil Oss spil@gmail.com wrote:
 On Wed, Apr 11, 2012 at 1:21 AM,  m...@freebsd.org wrote:
 Synopsis: audio/libmp3splt: Building WITHOUT_ID3 fails

 State-Changed-From-To: suspended-closed
 State-Changed-By: miwi
 State-Changed-When: Tue Apr 10 23:21:31 UTC 2012
 State-Changed-Why:
 close, feedback timeout

 http://www.freebsd.org/cgi/query-pr.cgi?pr=160821

 Hi,

 Upstream has patched this and released new versions of mp3splt and libmp3splt.

 Now creating patches for both ports, will report back in this thread.

 Kind regards,

 Spil.


libmp3splt-0.7.1.patch
Description: Binary data


mp3splt-2.4.1.patch
Description: Binary data
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: FreeBSD Port: sabnzbdplus-0.5.6_2 Installs Cherrypy-3.2

2011-03-06 Thread Spil Oss
Hi Huib,

Noticed that my sabnzbd failed after upgrading cherrypy 3.1.2 to 3.2
from ports. Hadn't seen the knob for the version check, mine started
failing on the Cheetah check was my impression.

In general sabnzbd comes with its own cherrypy version included, the
FreeBSD version uses cherrypy from ports making it vulnerable to
breakages like this.

Kind regards,

Spil

On Sun, Mar 6, 2011 at 7:37 PM, Huib Smeets h...@huibsmeets.com wrote:
 Hi Daniel,

 thanks for mainting the SABnzbdplus port.

 Just did a clean install of the port on a clean install of FreeBSD 8.2 
 (amd64) and run into the following:

 The port installs cherrypy version 3.2 but when I start the SABnzbd.py it 
 says it wants Cherrypy version 3.1

 I went into the SABnzbd.py and altered the test for version 3.1 into 3.2 as a 
 quick and dirty workaround

 Any input is welcome.

 Regards,

 Huib
 Netherlands___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


net/samba34 does not create all required directories

2010-02-05 Thread Spil Oss
Hi,

Just built net/samba34 (only ACL, AIO, FAM, SYSLOG and POPT enabled)
and created a package samba34-3.4.5.tbz in my build jail.

Installed the package in a different jail and couldn't start samba.

First error was the pid-files related to /var/run/samba34 not existing

Second error
initialise_wins: failed to open wins.tdb. Error was No such file or directory
Solved by tempory disabling wins support in smb.conf. After fixing
third error I re-enabled it and it lives in /var/lib/samba as well

Third error
write_browse_list: Can't open file /var/lib/samba/browse.dat

1. /var/run/samba34 was not created by the package (was created in the
build jail)
2. /var/lib/samba was not created

smbd -b | grep DIR revealed all directories that must exist when starting samba

Upgrading info is a bit meager, no UPGRADING file and the doc contains
only a reference to the smbpasswd deprecation.


Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: net/samba34 does not create all required directories

2010-02-05 Thread Spil Oss
On Fri, Feb 5, 2010 at 3:36 PM, Spil Oss spil@googlemail.com wrote:
 Hi,

 Just built net/samba34 (only ACL, AIO, FAM, SYSLOG and POPT enabled)
 and created a package samba34-3.4.5.tbz in my build jail.

 Installed the package in a different jail and couldn't start samba.

 First error was the pid-files related to /var/run/samba34 not existing

 Second error
 initialise_wins: failed to open wins.tdb. Error was No such file or 
 directory
 Solved by tempory disabling wins support in smb.conf. After fixing
 third error I re-enabled it and it lives in /var/lib/samba as well

 Third error
 write_browse_list: Can't open file /var/lib/samba/browse.dat

 1. /var/run/samba34 was not created by the package (was created in the
 build jail)
 2. /var/lib/samba was not created

 smbd -b | grep DIR revealed all directories that must exist when starting 
 samba

 Upgrading info is a bit meager, no UPGRADING file and the doc contains
 only a reference to the smbpasswd deprecation.


 Kind regards,

 Spil.


Checked some more, and it seems that STATEDIR and CACHEDIR are new
build variables as I haven't found these in the 3.3.9 build. These two
variables were /var/lib/samba by default causing my error.

Changelog contains the following changes
--with-statedir=DIR Where to put persistent state files
--with-cachedir=DIR Where to put temporary cache files

Guess these should point to /var/db/samba34 rather than /var/lib/samba

Just let me know if I need to file a PR

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


[net-p2p/transmission] Partial new version 1.83

2010-02-02 Thread Spil Oss
Hi All,

Created a partial port of the new 1.83 version of Transmission BT
(including Magnet support).

This works for me as net-p2p/transmission-daemon and
www/transmission-web and has NOT been tested or even tried with any of
the GUI ports or even the -cli interface.
transmission-remote and transmission-daemon are in working order, as
is the web interface.

Changes
net-p2p/transmission-cli
* change version from 1.76 to 1.83
* remove files/disable-web (target was empty in the new Makefile.in)
* make makesum (obviously)
www/transmission
* New pkg-plist file created using
http://www.freebsd.org/doc/en/books/porters-handbook/plist-autoplist.html
and removing the Makefile entries
The `diff -ruN` output for both ports is attached

Hope this is usefull to anyone! I don't have a GUI on my FreeBSD
machine to test the GUI slave ports and am not a very good porter but
am willing to lear. Comments are very welcome.

Kind regards,

Spil.


transmission-cli-1.83.patch
Description: Binary data


transmission-web-1.83.patch
Description: Binary data
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

security/tor did not create directory/file

2010-02-02 Thread Spil Oss
Hi all,

Did I do something wrong here or is there a problem with the package creation?

Built tor-0.2.1.22 and create a package in my build jail using portmaster
Installed the package in another jail.

Stopping returned 'tor not running, pid file missing'
Manually created _tor:_tor /var/run/tor with and that was fixed.

Error in the logs re. non-existent tor log file which is /var/log/tor by default
created _tor:_tor /var/log/tor and solved that error.

In the Makefile I do see creation of both /var/log/tor and /var/run/tor

This seems to be specific to the created package, the file and
directory exist in the build jail.

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


ports net-mgmt/wide-dhcp and net/dhcp6

2009-10-12 Thread Spil Oss
Hi ports,

There seems to be a duplicate in the ports tree:

net-mgmt/wide-dhcp This is the WIDE implementation of DHCP (Dynamic
Host Configuration Protocol)
server, relay agent, and client.

net/dhcp6 WIDE-DHCPv6 is an open-source implementation of Dynamic Host
Configuration Protocol for IPv6 (DHCPv6), originally developed
by the KAME project.

These are both the same implementation albeit a completely different
version. One from when it was a KAME project and one from since it is
a sourceforge project. Since net-mgmt/wide-dhcp is gone, I would
suggest mgmt/wide-dhcp to be removed from the tree and a corresponding
entry in UPDATING.

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


rrdtool12 missing from INDEX-7

2008-10-17 Thread Spil Oss
Hi all,

Recently I installed databases/rrdtool12 from ports, and now
pkg_version is complaining

# pkg_version -vIL\=
rrdtool-1.2.26_1!   Comparison failed

checking /usr/ports/INDEX-7 I don't see rrdtool12 in there.

# grep ^rrdtool /usr/ports/INDEX* | cut -c -70
/usr/ports/INDEX:rrdtool-1.2.18|/usr/ports/net/rrdtool|/usr/local|Roun
/usr/ports/INDEX:rrdtool-1.0.50_1|/usr/ports/net/rrdtool10|/usr/local|
/usr/ports/INDEX-5:rrdtool-1.2.26|/usr/ports/databases/rrdtool|/usr/lo
/usr/ports/INDEX-5:rrdtool-1.0.50_1|/usr/ports/databases/rrdtool10|/us
/usr/ports/INDEX-6:rrdtool-1.3.3|/usr/ports/databases/rrdtool|/usr/loc
/usr/ports/INDEX-6:rrdtool-1.0.50_1|/usr/ports/databases/rrdtool10|/us
/usr/ports/INDEX-7:rrdtool-1.3.3|/usr/ports/databases/rrdtool|/usr/loc
/usr/ports/INDEX-7:rrdtool-1.0.50_1|/usr/ports/databases/rrdtool10|/us

Tried a `make fetchindex` in /usr/ports, but bzgrepping the
INDEX-7.tbz had only 1.3 and 1.0.

Am I missing anything?

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


[irc/bitlbee] security and new version 1.2.3

2008-09-25 Thread Spil Oss
Hi all,

Changelog of bitlbee 1.2.2 to 1.2.3

Version 1.2.3 (released 2008-09-07) hilights:
* Fixed a security issue similar to the previous account
overwrite/hijack bug.

My guess is that the port hasn't been updated due to the ports-freeze.
Should it be because there's a security fix?

The security issue isn't exploitable on my machine but I upgraded the
port anyway.

cd /usr/ports/distfiles
fetch http://get.bitlbee.org/src/bitlbee-1.2.3.tar.gz
cd /usr/ports/irc/bitlbee
sed -i .bak -e 's/1.2.2/1.2.3/' Makefile
make makesum
make  make deinstall  make reinstall
/usr/local/etc/rc.d/bitlbee restart

Since then running without any issues.

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


roundcube as of 0.1.1 overwrites config files?

2008-04-29 Thread Spil Oss
Hi All,

Is it just me or is the port overwriting the main.inc.php and db.inc.php files?

As I upgraded from 0.1.20080104 to 0.1.1,1 roundcube couldn't access
the database so I copied the config files back into
/usr/local/www/roundcube/config. Yesterday I upgraded to 0.1.1_1,1 and
the same thing seemed to happen?

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


[net/samba3] Upgrade to Samba 3.0.25a

2007-06-05 Thread Spil Oss

Hi All,

Is anything known on an upgrade of the samba3 port to samba 3.0.25a?
When the 3.0.25 port was committed, shortly after samba released
3.0.25a. There seems to be quite a number of problems fixed in
3.0.25a.

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [net/samba3] Upgrade to Samba 3.0.25a

2007-06-05 Thread Spil Oss

On 05/06/07, Timur I. Bakeyev [EMAIL PROTECTED] wrote:

On Tue, Jun 05, 2007 at 09:31:57AM +0200, Spil Oss wrote:
 Hi All,

 Is anything known on an upgrade of the samba3 port to samba 3.0.25a?
 When the 3.0.25 port was committed, shortly after samba released
 3.0.25a. There seems to be quite a number of problems fixed in
 3.0.25a.

And:

Re: ports/113358: MAINTAINER-UPDATE: Update of net/samba3 to 3.0.25a version

just arrived. Fell free to try it and test.

With regards,
Timur Bakeyev.


Hi Timur,

Greatly appreciated! grabbed the diff, now building, will let you know
if I run into problems.

Kind regards,

Spil
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php 5.2.2

2007-05-10 Thread Spil Oss

On 10/05/07, Mark Linimon [EMAIL PROTECTED] wrote:

On Thu, May 10, 2007 at 10:48:30AM +1000, [EMAIL PROTECTED] wrote:
 The latest release of PHP is out (as at May 3) and I'm just wondering if
 there's a schedule for updating the port - this release corrects some not
 insignificant security vulnerabilities.

We are in an unusual ports freeze to do the preliminary work to import
the xorg7.2 release, so at the moment we are holding off on this.  We
are, however, aware of the issue.

mcl
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]



As much as I (and I hope all of us) appreciate the effort to include
xorg7.2, this leaves many productive systems vulnerable. I have not
yet found an update on the progress of the xorg7.2 work but I'm
anxious to find out when we can expect the ports tree to be unfrozen.

Can anyone supply us with a timeline for php 5.2.2?

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to create a patch that removes a file

2007-03-08 Thread Spil Oss

Thanks all,

Should have rtfm-ed a bit more...

Sent patches to maintainer.

Kind regards,

Spil.

On 08/03/07, Kirill Ponomarew [EMAIL PROTECTED] wrote:

On Thu, Mar 08, 2007 at 01:43:41PM +0100, Spil Oss wrote:
 Hi all,

 I've succesfully upgraded the port for an application that has an
 older version in the ports collection.
 I'd like to submit the patch in a PR, but I don't know (yet :D) how to
 include the removal of a file from the port (that patch-file is now
 already included in the distributed sources).

 Anyone care to give me some guidance?

Quite easy:

cp -Rp port port.orig
make your changes in port and remove some files/patches there
diff -ruN port.orig port

Or just use /usr/ports/Tools/scripts/patchtool.py

-Kirill


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php 5.2.0... go boom!

2006-12-08 Thread Spil Oss

Hi Jonathan,

You can check the order php loads it's extensions by looking at
/usr/local/etc/php/extensions.ini

Kind regards,

Spil.

On 07/12/06, Jonathan Horne [EMAIL PROTECTED] wrote:

hi spil,

i did end up getting my 5.1.6 back, i just reloaded that folder from some
nightly backups.  for now, i am still on 5.1.6.  about the only php
application im having trouble with, is phpsysinfo.  apache 2.2.x and 2.0.x
both have the same behavior.  can you tell me how to check the order the
modules are loading?  phpsysinfo requires xml and pcre extensions.

cheers, and thanks for remembering my thread,
jonathan

On Thursday 07 December 2006 05:51, you wrote:
 Hi Jonathan,

 Have you found a solution yet to your segfaulting php 5.2.0?
 There are reports that it has to do with the order of loading the
 extensions (notably, session seems to have to be one of the last, and
 mysql last)

 Please let me know if it helps (and even if it doesn't) or any other
 solutions. My php 5.2.0 still won't fly (although the debug-version
 does!).

 See
 http://lists.freebsd.org/pipermail/freebsd-ports/2006-November/036596.html

 Kind regards,

 Spil

 On 08/11/06, Jonathan Horne [EMAIL PROTECTED] wrote:
  well, im franticly researching that bit of text that has flashed by
  during countless portupgrades... backing up previous version.  right
  about now, i would LOVE to have php 5.1.6_3 back...
 
  1) anyone else have bad luck with the upgrade to 5.2.0?  my httpd-error
  logs are filling with this:
 
  [Tue Nov 07 20:49:09 2006] [notice] child pid 58928 exit signal
  Segmentation fault (11
 
  2) can anyone shed light on the fabled way of backing out of a
  portupgrade gone awry?
 
  thanks,
  jonathan
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.1-R-p10 and PHP 5.2.0

2006-12-05 Thread Spil Oss

Hi Mirosław,

Will try that, but session is mandatory for roundcube to function at all.

Did you have an apache that/php segfaulted during start?
On my install I get the roundcube login-page and it fails after logging in.

Spil.

On 01/12/06, Mirosław Jaworski [EMAIL PROTECTED] wrote:

On Fri, 2006-12-01 at 17:07 +0100, Spil Oss wrote:
 No luck with the following 2 extension.ini

Disable all modules and check whether it's segfaulting.

If not, enable one by one till you find the guilty one. Note that
you may have more conflicts than only one.
Comment guilty one back again and continue to the end of the
modules list. The goal is to get maximum number of modules working
without segfault.

After finding all guilty ones concentrate on one of them.
Try to move it here and there checking if apache segfaults
or not. After you find proper combination move to the next
from guilty list.

That's the way i narrowed to session in my case and found
it works for me when i put it first. Lucky me, only one
conflict.

Good luck!

M.

--
Miroslaw Psyborg Jaworski
GCS/IT d- s+:+ a C++$ UBI$ P+++$ L- E--- W++(+++)$ N++ o+ K- w-- O-
M- V- PS+ PE++ Y+ PGP t 5? X+ R++ !tv b++(+++) DI++ D+ G e* h++ r+++ y?


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: FreeBSD 6.1-R-p10 and PHP 5.2.0

2006-12-01 Thread Spil Oss

Later rather then soon, but I had abandoned 5.2 altogether untill I'm
forced to upgrade (5.1.6_3 is not a burning platform for me).

But I will backup my current config and try 5.2.0 with a rearranged
extensions.ini and report back here.

Kind regards,

Spil.

PS Only 11 extensions here, so there's just 110 probabilities :'(.
Hopefully moving session higher in the list is the winner!

On 16/11/06, Mirosław Jaworski [EMAIL PROTECTED] wrote:

On Thu, 2006-11-16 at 15:09 -0600, Josh Paetzel wrote:
 Freshly installed FreeBSD 6.1-R-p10 box

 Fresh ports tree from today.  php 5.2.0 installed from ports with the
 following extensions:
 [...]
 Unloading the session module 'fixes' the problem.  Unfortunately
 session support is mission-critical.

Same here ( although FreeBSD 5.5 ). Apache dies with signal 11, after
unloading sessions module, everything works perfectly.

I found the problem last night. I suggested session module to be guilty
also to Spil Oss who reported problem with roundcube after upgrading
php to 5.2.0 a couple days ago on this list - we should hear from him
soon.

M.

--
Miroslaw Psyborg Jaworski
GCS/IT d- s+:+ a C++$ UBI$ P+++$ L- E--- W++(+++)$ N++ o+ K- w-- O-
M- V- PS+ PE++ Y+ PGP t 5? X+ R++ !tv b++(+++) DI++ D+ G e* h++ r+++ y?

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: RoundCube broken with php 5.2.0

2006-12-01 Thread Spil Oss

Hi Phil,

Yes, I've tried to run without suhosin and eaccelator, but no luck.

There are reports on this list indicating that the order of loading
extensions is important, I'll be trying that next!

Spil.

PS *light* I had a non-crashing debug-build of php 5.2, perhaps the
extensions.ini in there is a winner!

On 20/11/06, Phil Cryer [EMAIL PROTECTED] wrote:

In that ticket, notice:

 PHP 5.2.0 with Suhosin-Patch 0.9.6.1 

I just rebuilt PHP due to a server rebuild (so I haven't tested RC yet) but
I noticed it included that hardening patch (suhosin) this time...have you
tried building w/o that?  If running freebsd just do a 'make config' in the
php5.2 port dir to turn it 'off'.  I'll try this, but won't be for a few
days.  Yeah, I flubbed when trying to move a set of RAID1 drives from one
server to another...

P


On 11/20/06, Spil Oss [EMAIL PROTECTED] wrote:
 Seems I'm not the only one with php 5.2.0 / eaccelerator problems...

 https://www.eaccelerator.net/ticket/207#preview

 Unfortunately no-one seems to have picked it up yet

 Spil.

 On 09/11/06, Spil Oss [EMAIL PROTECTED] wrote:
  Hi All,
 
  Now running php compiled with --enable-debug so I could create a dump
  backtrace, and guess what, RoundCube is no longer segfaulting on
  RoundCube.
 
  Anyone able to explain this behaviour?
 
  Kind regards,
 
  Spil
 
  On 09/11/06, Spil Oss  [EMAIL PROTECTED] wrote:
   No such luck
  
   Ran portupgrade -rf php5 and still rouncube fails. If anyone has any
   suggestions on how to make roundcube more verbose, I'm open for
   suggestions!
  
   Kind regards,
  
   Spil.
  
   On 08/11/06, Spil Oss [EMAIL PROTECTED] wrote:
Hi All,
   
Just pulled the 20061108 snapshot and now succesfully able to build
pear again (open_basedir restriction gave me headaches). Will try
again, also rebuilding PEAR.
   
As always, determined to make pigs fly!
   
Kind regards,
   
Spil.
   
On 08/11/06, Moritz  [EMAIL PROTECTED] wrote:
 Spil Oss wrote:
  Reverting back to 5.1.6 solved my problem.

  Mind you, there are reports of people succesfully running
roundcube on
  php 5.2.0, so you might try it on a test-box and then deploy if
  succesful.
  There must be something special with my setup that breaks
roundcube

 I can confirm this. I have roundcube running on PHP 5.2.0 and it
seems
 to work fine.

 My system details:

  - roundcube v0.1-beta2
  - PHP 5.2.0-0.dotdeb.1 with Suhosin-Patch 0.9.6
  - Debian 3.1

  Kind regards,
 
  Spil.

 Regards,
 --
 Moritz

 [EMAIL PROTECTED] | mo.agrav.org | luna.agrav.org/~mo

 Get my GPG key fingerprint here:
 https://luna.agrav.org/~mo/gpg/


   
  
 






--
Without music, life would be a mistake - Friedrich Nietzsche

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php-5.2.0 / roundcube-0.1.20061013 segfaults

2006-11-09 Thread Spil Oss

Hi All,

No pecl ports on my system, and just the plain pear port.
PEAR failed to install earlier do to a open_basedir restriction in my
php.ini. That's now fixed.
Ran portupgrade -rf php5 yesterday and had a complete 5.2.0 system
this morning. Result is still the same though, stil segfaulting.

Still haven't found out how to make roundcube or php more verbose,so
if anyone knows how..

ls -l /var/db/pkg | egrep -i pear|pecl|php
drwxr-xr-x  2 root  wheel  512 Nov  9 08:57 pear-1.4.11
drwxr-xr-x  2 root  wheel  512 Nov  9 08:56 php5-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:19 php5-bz2-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:30 php5-gettext-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:43 php5-mbstring-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:15 php5-mcrypt-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:46 php5-mysql-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:45 php5-mysqli-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:28 php5-openssl-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  9 08:56 php5-pcre-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:34 php5-session-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  9 08:56 php5-xml-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:22 php5-zlib-5.2.0
drwxr-xr-x  2 root  wheel  512 Nov  8 23:46 phpMyAdmin-2.9.0.3
drwxr-xr-x  2 root  wheel  512 Nov  8 23:30 phpbb-2.0.21

Kind regards,

Spil.


On 07/11/06, Franz Klammer [EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] schrieb:
 Quoting [EMAIL PROTECTED] [EMAIL PROTECTED]:

 Quoting Franz Klammer [EMAIL PROTECTED]:

 Spil Oss schrieb:
 Hi All,

 Just tested with suhosin hardened-patch disabled - segfaults
 Tested without hardened and without eaccelerator - segfaults

 Just an idea:

 is it maybe possible that you have some pecl-* ports
 or other ports installed that need php5 as dependency?

 maybe you should also try to run portupgrade -fr php5 -x php5\*

 On this one you could lose pear.

 install ok: channel://pear.php.net/PEAR-1.4.11
 install ok: channel://pear.php.net/Archive_Tar-1.3.1
 install ok: channel://pear.php.net/Console_Getopt-1.2
 install ok: channel://pear.php.net/XML_RPC-1.5.0
 *** Signal 11

 Stop in /usr/ports/devel/pear.
 *** Error code 1

 Stop in /usr/ports/devel/pear.

must be a other problem. just did a
portupgrade -f pear\* pecl\* and everthing was reinstalled
without any problem.

maybe it's the order you must re-install the packages
php5 = pecl = pear. as example in my case iv'e seen
the following:
=== Installing tests in /usr/local/share/pear/tests/Mail.
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/local/lib/php/20060613/imagick.so' - Cannot open
/usr/local/lib/php/20060613/imagick.so in Unknown on line 0

i guess it could be that one of the pecl-extension is the
culprit... (maybe the broken pecl-fileinfo?)

/Franz


FreeBSD acer.webonaut.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon
Oct 30 17:37:02 CET 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ACER292  i386

  ll /var/db/pkg/ | egrep pear|pecl|php
drwxr-xr-x  2 root  wheel   512  7 Nov 22:39 pear-1.4.11
drwxr-xr-x  2 root  wheel   512  7 Nov 22:23 pear-Cache-1.5.4_1
drwxr-xr-x  2 root  wheel   512  7 Nov 22:23 pear-DB-1.7.6,1
drwxr-xr-x  2 root  wheel   512  7 Nov 22:18 pear-Date-1.4.6
drwxr-xr-x  2 root  wheel   512  7 Nov 22:24 pear-HTML_Common-1.2.3
drwxr-xr-x  2 root  wheel   512  7 Nov 22:24 pear-HTML_QuickForm-3.2.7
drwxr-xr-x  2 root  wheel   512  7 Nov 22:16
pear-HTML_Template_Sigma-1.1.5
drwxr-xr-x  2 root  wheel   512  7 Nov 22:17 pear-HTML_TreeMenu-1.2.0
drwxr-xr-x  2 root  wheel   512  7 Nov 22:23 pear-HTTP_Request-1.4.0
drwxr-xr-x  2 root  wheel   512  7 Nov 22:39 pear-Mail-1.1.14
drwxr-xr-x  2 root  wheel   512  7 Nov 22:20 pear-Mail_Mime-1.3.1
drwxr-xr-x  2 root  wheel   512  7 Nov 22:39 pear-Net_SMTP-1.2.8
drwxr-xr-x  2 root  wheel   512  7 Nov 22:39 pear-Net_Socket-1.0.6
drwxr-xr-x  2 root  wheel   512  7 Nov 22:23 pear-Net_URL-1.0.14
drwxr-xr-x  2 root  wheel   512  7 Nov 22:15 pear-OLE-0.5
drwxr-xr-x  2 root  wheel   512  7 Nov 22:23 pear-SOAP-0.9.1
drwxr-xr-x  2 root  wheel   512  7 Nov 22:23 pear-Services_Weather-1.4.0
drwxr-xr-x  2 root  wheel   512  7 Nov 22:15
pear-Spreadsheet_Excel_Writer-0.9.1
drwxr-xr-x  2 root  wheel   512  7 Nov 22:23 pear-XML_Parser-1.2.7
drwxr-xr-x  2 root  wheel   512  7 Nov 22:23 pear-XML_Serializer-0.18.0
drwxr-xr-x  2 root  wheel   512  7 Nov 22:23 pear-XML_Util-1.1.1
drwxr-xr-x  2 root  wheel   512  7 Nov 22:13 pecl-PDO-1.0.3
drwxr-xr-x  2 root  wheel   512  7 Nov 22:39 php5-5.2.0
drwxr-xr-x  2 root  wheel   512  7 Nov 11:59 php5-ctype-5.2.0
drwxr-xr-x  2 root  wheel   512  7 Nov 11:45 php5-dom-5.2.0
drwxr-xr-x  2 root  wheel   512  7 Nov 12:07 php5-extensions-1.0
drwxr-xr-x  2 root  wheel   512  7 Nov 11:47 php5-iconv-5.2.0
drwxr-xr-x  2 root  wheel   512  7 Nov 12:00 php5-mysql-5.2.0

Re: php-5.2.0 / roundcube-0.1.20061013 segfaults

2006-11-09 Thread Spil Oss

Hi Ed,

For me it works when I compile php5-5.2.0 with DEBUG, no segfaults.
But for the life of me, I couldn't get eaccelerator to load on the
debug version of php...

Steps to reproduce:
cd /usr/ports/lang/php5
make config
DEBUG On
portupgrade -rf php5

So also eaccelerator was rebuilt
Amended the zend_extension to point to the 20060613-debug extensions dir.

Think I'll wait for php 5.2.1  eaccelerator 0.96 :D

Kind regards,

Spil.
On 09/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Quoting Olivier Mueller [EMAIL PROTECTED]:


 Le 9 nov. 06 à 13:40, Spil Oss a écrit :

 Hi All,
 Now running php 5.2.0 compiled with DEBUG, and roundcube is running
 OK. So no backtrace of a dump to be made
 Any other ideas?

 FYI  I also had to remove eaccelerator completely from a server now
 running 5.2.0
 to prevent segfaults.  Displaying the phpinfo page was ok, but it
 crashed all the time
 on some complex application which were running fine under php 5.1.x  eA.

as did I.  I have tried disabling eaccelerator with no change.  I was
able to completely pkg_delete php5* eaccel* apache* pecl* on
7.0-CURRENT from Sundayand rebuild them with portmaster and I am no
longer sigfaulting but I did the same on 3  FreeBSD 6.2-PRERELEASE #9:
Wed Nov  8 03:08:00 CST 2006 with about the same date and they all
still sigfault.  Are the php.core files useable for debugging at all?

No help unfortunately but the current vs prerelease got my attention.

Thanks,

ed

 regards,
 Olivier___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports/105252: devel/pear make install failure

2006-11-08 Thread Spil Oss

Hi Alex,

Yes, the error is clear (or is it?), but why is it complaining it
can't write to /tmp?
It's trying to create dir / which isn't very usefull...

[EMAIL PROTECTED] ~]$ ls -ld /tmp
drwxrwxrwt  12 root  wheel  3072 Nov  8 03:09 /tmp

[EMAIL PROTECTED]:~]# df -i -h /tmp
Filesystem SizeUsed   Avail Capacity iused  ifree %iused  Mounted on
/dev/ad0s1e929M 59M796M 7%1775 1220631%   /tmp

Digging a lot further, I finally found out that it's my open_basedir
restriction in php.ini. For other people encountering this not very
helpful error, it might help to elaborate on the PR so they can amend
their open_basedir setting and resolve their problem. At least they
will now be able to find it in the mailing-list archives

Kind regards,

Spil.

On 08/11/06, Alex Dupre [EMAIL PROTECTED] wrote:

Synopsis: devel/pear make install failure

State-Changed-From-To: open-closed
State-Changed-By: ale
State-Changed-When: Wed Nov 8 08:25:59 UTC 2006
State-Changed-Why:
The error is clear.

http://www.freebsd.org/cgi/query-pr.cgi?pr=105252


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


php-5.2.0 / roundcube-0.1.20061013 segfaults

2006-11-07 Thread Spil Oss

Just upgraded to php-5.2.0 and now roundcube stopped working.
Login-screen comes up OK, After submitting user and pass,
Firefox just shows an empty page, IE hangs and needs killing.

/var/log/httpd-error.log
[Tue Nov 07 14:12:43 2006] [notice] child pid 32498 exit signal
Segmentation fault (11)

FreeBSD 6.1-RELEASE-p10

roundcube-0.1.20061013
php-5.2.0 (suhosin hardened-patch, register_globals off)
eaccelerator-0.9.5
apache-2.2.3

Other applications (gallery2-2.1.2, phpMyAdmin-2.9.0.3) are working fine.

Kind regards,

Spil
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php-5.2.0 / roundcube-0.1.20061013 segfaults

2006-11-07 Thread Spil Oss

Hi All,

Just tested with suhosin hardened-patch disabled - segfaults
Tested without hardened and without eaccelerator - segfaults

Kind regards,

Spil.

On 07/11/06, Spil Oss [EMAIL PROTECTED] wrote:

Just upgraded to php-5.2.0 and now roundcube stopped working.
Login-screen comes up OK, After submitting user and pass,
Firefox just shows an empty page, IE hangs and needs killing.

/var/log/httpd-error.log
[Tue Nov 07 14:12:43 2006] [notice] child pid 32498 exit signal
Segmentation fault (11)

FreeBSD 6.1-RELEASE-p10

roundcube-0.1.20061013
php-5.2.0 (suhosin hardened-patch, register_globals off)
eaccelerator-0.9.5
apache-2.2.3

Other applications (gallery2-2.1.2, phpMyAdmin-2.9.0.3) are working fine.

Kind regards,

Spil


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: php-5.2.0 / roundcube-0.1.20061013 segfaults

2006-11-07 Thread Spil Oss

Thanks all,

Looking at the port, I can now see that it definately needs some work,
there's no dependency on pear that I can see. That's why I wasn't
really worried when devel/pear failed to install during rebuild.

Since pear won't build, I'll create a bug for that.

Reverting back to php-5.1.6_3 solved my problem for now. Strangely it
runs without having pear installed

Kind regards,


Spil.



On 07/11/06, Spil Oss [EMAIL PROTECTED] wrote:

Thanks all,

Looking at the port, I can now see that it definately needs some work,
there's no dependency on pear that I can see. That's why I wasn't
really worried when devel/pear failed to install during rebuild.

Since pear won't build, I'll create a bug for that.

Kind regards,

Spil.

On 07/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Quoting [EMAIL PROTECTED] [EMAIL PROTECTED]:

  Quoting Franz Klammer [EMAIL PROTECTED]:
 
  Spil Oss schrieb:
  Hi All,
 
  Just tested with suhosin hardened-patch disabled - segfaults
  Tested without hardened and without eaccelerator - segfaults
 
  Just an idea:
 
  is it maybe possible that you have some pecl-* ports
  or other ports installed that need php5 as dependency?
 
  maybe you should also try to run portupgrade -fr php5 -x php5\*

 On this one you could lose pear.

 install ok: channel://pear.php.net/PEAR-1.4.11
 install ok: channel://pear.php.net/Archive_Tar-1.3.1
 install ok: channel://pear.php.net/Console_Getopt-1.2
 install ok: channel://pear.php.net/XML_RPC-1.5.0
 *** Signal 11

 Stop in /usr/ports/devel/pear.
 *** Error code 1

 Stop in /usr/ports/devel/pear.

 
  /Franz
 
  I gave that a shot although what I'm seeing is a bit different. I've
  only seen sigfaults and core dumps with pear for right now.  I also
  have the problem with fileinfo and haven't tried to recompile it
  yet.  I've also got problems with the build of json.so, ssh2.so,
  pdo_mysql.so, pdo.so, zip.so and fileinfo.so that has been mentioned
  before. Before updating all ports, including php5 and family every
  thing was fine.  The upgrade with portmaster -a went smoothly, no
  problems
 
  Thanks,
 
  ed
 
 
 
  Kind regards,
 
  Spil.
 
  On 07/11/06, Spil Oss [EMAIL PROTECTED] wrote:
  Just upgraded to php-5.2.0 and now roundcube stopped working.
  Login-screen comes up OK, After submitting user and pass,
  Firefox just shows an empty page, IE hangs and needs killing.
 
  /var/log/httpd-error.log
  [Tue Nov 07 14:12:43 2006] [notice] child pid 32498 exit signal
  Segmentation fault (11)
 
  FreeBSD 6.1-RELEASE-p10
 
  roundcube-0.1.20061013
  php-5.2.0 (suhosin hardened-patch, register_globals off)
  eaccelerator-0.9.5
  apache-2.2.3
 
  Other applications (gallery2-2.1.2, phpMyAdmin-2.9.0.3) are working fine.
 
  Kind regards,
 
  Spil
 
  ___
  freebsd-ports@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-ports
  To unsubscribe, send any mail to [EMAIL PROTECTED]
  ___
  freebsd-ports@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-ports
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
  ___
  freebsd-ports@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-ports
  To unsubscribe, send any mail to [EMAIL PROTECTED]


 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


www/gallery2 knob for php5-gettext missing

2006-10-22 Thread Spil Oss

When running the install of gallery2, gallery suggests to use gettext
Your webserver does not support localization. To enable support for
additional languages please instruct your system administrator to
reconfigure PHP with the gettext option enabled.
Maybe a good idea to add that a run-dependenct to devel/php5-gettext
in the port?

Kind regards,

Spil.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]