Re: FreeBSD Port: pecl-APC-3.0.19

2009-08-17 Thread Marcus Alves Grando

On 08/17/2009 11:34 AM, Miroslav Lachman wrote:

Marcus Alves Grando wrote:

I still keep in 3.0.19 because is latest stable release. I'll update a
soon there's a new stable release.


Maybe it's time to make pecl-APC-devel (or pecl-APC-current) port. It is
usual in many other ports in the ports tree. It can also help to test
new port before release)


There's one PR about this: 134656

I'll check ASAP.

Regards



(it is just an opinion, I am not trying to force anybody to do it)

Miroslav Lachman


On 08/17/2009 08:17 AM, Jette Derriche wrote:


Hi

I would like to know the plans for pecl-APC. The current version in
ports is 3.0.19, and the latest available is 3.1.3p1.

Is there any plans of creating a port based on a newer version of
pecl-APC any time soon?

___
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"


--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | 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: FreeBSD Port: pecl-APC-3.0.19

2009-08-17 Thread Marcus Alves Grando
I still keep in 3.0.19 because is latest stable release. I'll update a 
soon there's a new stable release.


Best regards

On 08/17/2009 08:17 AM, Jette Derriche wrote:

Hi

I would like to know the plans for pecl-APC. The current version in
ports is 3.0.19, and the latest available is 3.1.3p1.

Is there any plans of creating a port based on a newer version of
pecl-APC any time soon?

Thanks :-)

Kind regards,
Jette Derriche

___
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"


--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | 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: mail/postfix-current error: conflicting types for 'closefrom'

2009-07-29 Thread Marcus Alves Grando

Fixed now. Please update ports tree and try again.

Best regards

On Mon, 27 Jul 2009, Jorge Medina wrote:

On Mon, Jul 27, 2009 at 4:46 PM, Jorge Medina wrote:

FYI
set -e; for i in src/util src/global src/dns src/tls src/xsasl
src/milter src/master  src/postfix src/fsstone src/smtpstone
src/sendmail src/error src/pickup src/cleanup src/smtpd src/local
src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce  src/pipe
src/showq src/postalias src/postcat src/postconf src/postdrop
src/postkick src/postlock src/postlog src/postmap src/postqueue
src/postsuper src/qmqpd src/spawn src/flush src/verify  src/virtual
src/proxymap src/anvil src/scache src/discard src/tlsmgr
src/postmulti; do  (set -e; echo "[$i]"; cd $i; make 'CC=cc -DHAS_PCRE
-I/usr/local/include -DUSE_SASL_AUTH
-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/usr/include
-DHAS_PGSQL -I/usr/local/include -I/usr/local/pgsql/include
-DSNAPSHOT' update MAKELEVEL=) || exit 1;  done
[src/util]
cc -DHAS_PCRE -I/usr/local/include -DUSE_SASL_AUTH
-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/usr/include
-DHAS_PGSQL -I/usr/local/include -I/usr/local/pgsql/include -DSNAPSHOT
 -O2 -fno-strict-aliasing -pipe -I. -DFREEBSD7 -c alldig.c
cc -DHAS_PCRE -I/usr/local/include -DUSE_SASL_AUTH
-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/usr/include
-DHAS_PGSQL -I/usr/local/include -I/usr/local/pgsql/include -DSNAPSHOT
 -O2 -fno-strict-aliasing -pipe -I. -DFREEBSD7 -c allprint.c
cc -DHAS_PCRE -I/usr/local/include -DUSE_SASL_AUTH
-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/usr/include
-DHAS_PGSQL -I/usr/local/include -I/usr/local/pgsql/include -DSNAPSHOT
 -O2 -fno-strict-aliasing -pipe -I. -DFREEBSD7 -c argv.c
cc -DHAS_PCRE -I/usr/local/include -DUSE_SASL_AUTH
-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/usr/include
-DHAS_PGSQL -I/usr/local/include -I/usr/local/pgsql/include -DSNAPSHOT
 -O2 -fno-strict-aliasing -pipe -I. -DFREEBSD7 -c argv_split.c
cc -DHAS_PCRE -I/usr/local/include -DUSE_SASL_AUTH
-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/usr/include
-DHAS_PGSQL -I/usr/local/include -I/usr/local/pgsql/include -DSNAPSHOT
 -O2 -fno-strict-aliasing -pipe -I. -DFREEBSD7 -c attr_clnt.c
In file included from attr_clnt.c:77:
/usr/include/unistd.h:329: error: conflicting types for 'closefrom'
./sys_defs.h:1395: error: previous declaration of 'closefrom' was here
*** Error code 1


I change int closefrom(int) to void closefrom(int) like
/usr/include/unistd.h:329 in sys_defs.h and sys_defs.c and work ok


more information
r...@mail% uname -a
FreeBSD mail.jp.cl 7.2-STABLE FreeBSD 7.2-STABLE #0: Mon Jul 27
15:01:32 CLT 2009 mnot...@mail.jp.cl:/usr/obj/usr/src/sys/GENERIC
amd64

maybe the problem is in the line 329  of /usr/include/unistd.h
because had a type conflict with __void closefrom(int);__ after update
from source tree

--
Jorge Andrés Medina Oliva.
System Manager & BSD Software Advocacy Leader
From: http://www.bsdchile.cl
___
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"



--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | 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: upgrade of databases/sqlite3 to 3.6.11 fails

2009-04-24 Thread Marcus Alves Grando
Torfinn Ingolfsen wrote:
> When trying to portupgrade databases/sqlite3 from 3.6.10 to 3.6.11 it
> fails with:
> 
> /usr/bin/install -c -o root -g wheel .libs/sqlite3 /usr/local/bin/sqlite3
> /usr/bin/install -c -o root -g wheel -d /usr/local/include
> /usr/bin/install -c -o root -g wheel -m 0644 sqlite3.h /usr/local/include
> /usr/bin/install -c -o root -g wheel -m 0644 ./src/sqlite3ext.h
> /usr/local/include
> /usr/bin/install -c -o root -g wheel -d /usr/local/libdata/pkgconfig
> /usr/bin/install -c -o root -g wheel -m 0644 sqlite3.pc
> /usr/local/libdata/pkgconfig
> libtool: install: error: cannot install `libtclsqlite3.la' to a
> directory not ending in /usr/local/lib/tcl8.4/sqlite3

Fixed in new version. Thanks.

Regards

> *** Error code 1
> 
> Stop in /usr/ports/databases/sqlite3.
> *** Error code 1
> 
> Stop in /usr/ports/databases/sqlite3.
> *** Error code 1
> 
> Stop in /usr/ports/databases/sqlite3.
> ===>  Cleaning for sqlite3-3.6.11
> --->  Cleaning out obsolete shared libraries
> 
> On this version:
> r...@kg-work2# uname -a
> FreeBSD kg-work2.kg4.no 7.1-STABLE FreeBSD 7.1-STABLE #4: Sun Feb  8
> 20:56:08 CET 2009 r...@kg-work2.kg4.no:/usr/obj/usr/src/sys/SX270
> i386
> 
> with these options:
> r...@kg-work2# cd /usr/ports/databases/sqlite3;make showconfig;cd
> ===> The following configuration options are available for sqlite3-3.6.11:
>  DEBUG=off "Enable debugging & verbose explain"
>  FTS3=off "Enable FTS3 (Full Text Search) module"
>  RAMTABLE=off "Store temporary tables in RAM"
>  TCLWRAPPER=on "Enable TCL wrapper"
>  METADATA=on "Enable column metadata"
>  THREADS=on "Enable threads support"
> ===> Use 'make config' to modify these settings
> 
> If I set TCLWRAPPER to 'off' I can install the port without problems.
> This is probably not the right way to fix it, though. :)
> HTH

-- 
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | 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: lighttpd-1.4.21 upgrade problem

2009-02-24 Thread Marcus Alves Grando

Miroslav Lachman wrote:

Paul Macdonald wrote:


Hi,

I'm seeing some odd issues after the port update of lighttpd to 1.4.21

Specifically flv files don;t autoplay till the whole file is 
downloaded and then once started die after a few seconds..


I'm seeing this on several servers and the same thing with a src build.

A manual build of 1.4.20 doesn't exhibit the same behaviour.

Anyone else seeing this?


I have similar problem with Lighttpd 1.4.21 used to play mp3 files in 
embedded flash player. mp3 load only first 2 - 3 seconds and play it in 
loop. Even if I try to download the mp3, files are broken the same way. 
File has good size, but contains just first 2 - 3 seconds and then loop. 
Downgrade back to 1.4.20 fixes problem immediately without any 
configuration changes. So I think 1.4.21 has broken buffer or something 
like that.


FreeBSD 7.1-RELEASE amd64

Miroslav Lachman


I pushed a patch to fix one issue in lighttpd sendfile backend. Can you 
test a upgraded version in ports?


Regards

--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | 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: py-zsi totally broken

2008-10-29 Thread Marcus Alves Grando
xist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/XMLSchema.pyc
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/XMLSchema.pyo
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/XMLname.py
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/XMLname.pyc
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/XMLname.pyo
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/__init__.py
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/__init__.pyc
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/__init__.pyo
doesn't exist
pkg_info: /usr/local/lib/python2.5/site-packages/ZSI/wstools/c14n.py
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/c14n.pyc doesn't
exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/c14n.pyo doesn't
exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/logging.py
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/logging.pyc
doesn't exist
pkg_info:
/usr/local/lib/python2.5/site-packages/ZSI/wstools/logging.pyo
doesn't exist
Information for py25-zsi-2.0,1:

Mismatched Checksums:

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


--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


HEADS UP: databases/sqlite3 updated

2008-04-05 Thread Marcus Alves Grando

Dear port users,

I've commited a sqlite3 update to 3.5.6. After a long time I expect that 
all is fine with this update. Now sqlite3 port has threads enabled by 
default and if you see any problem please see UPDATING.


I expect that all works fine and if you have problems with some port 
please contact me.


Thanks

--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


CFT: Update database/sqlite3 to 3.5.6 (Re: sqlite3 - any plans to update?)

2008-03-24 Thread Marcus Alves Grando

People,

I created one patch to update sqlite3 to 3.5.6 [1]. I already tested 
some ports, but if someone can help to test I appreciate.


Any problems can contact me directly.

[1]
http://people.freebsd.org/~mnag/sqlite.patch

Regards

Marcus Alves Grando wrote:

Jeremy Messenger escreveu:
On Sat, 29 Dec 2007 13:35:43 -0600, Maxim Khitrov <[EMAIL PROTECTED]> 
wrote:



On Dec 29, 2007 12:25 PM, Maxim Khitrov <[EMAIL PROTECTED]> wrote:

On Dec 29, 2007 6:50 AM, Yuri Pankov <[EMAIL PROTECTED]> wrote:
> Hi,
>
> First of all - why this is a question and not PR with patch to 
update -

> there are too many dependant ports which I have no way to test and
> current stable version is 3.5.4, which isn't minor modification (I
> think). And I'm getting spammed by bogofilter trying to convince 
me to

> update sqlite to at least version 3.4.2.
>
> So, are there some showstoppers or is it just ETIME & EHOLIDAYS? :-)
>
>
> TIA,
> Yuri

I e-mailed the maintainer as well as [EMAIL PROTECTED] No response from
maintainer, but Pav Lucistnik suggested that I prepare the update then
wait 2 weeks to allow anyone other than the maintainer (assuming that
he is MIA) to commit. I even started looking at it, but I have about
10 other things I need to be working on. I'll see if it's a simple
case of updating the makefile and distinfo. If not, it would probably
be best if someone more familiar with sqlite (and ports) internals
handle the update.

- Max


I was able to build the new version, and it seems to be working.
However, there were some major changes made (to sqlite and the port
itself) and I wouldn't recommend using my version in a production
environment. I had to get rid of the FTS options because those patches
didn't work anymore. In any case, the port has to be updated for FTS
3. I don't have the time right now to come up with something new.
Also, it seems that this version now requires TCL 8.4 even when
building without TCLWRAPPER. Not sure why it does this, the
--disable-tcl switch is passed to configure but compilation still
fails without tcl installed.

Anyway, download the new port from the url below and extract it in
/usr/ports/databases. It will create sqlite35 and sqlite35-threads
directories. Other than the removal of FTS and new dependency on TCL
8.4, everything else should be the same as for sqlite3 port. Test it
out, see if it works for you. If no one has any problems with it then
maybe it can be added to the ports tree, but someone else will need to
maintain it. I don't have much time these days, unfortunately.

URL: http://mxwerx.com/sqlite35.tar.gz


http://www.sqlite.org/34to35.html
===
6.0 Summary

The transition from SQLite version 3.4.2 to 3.5.0 is a major change. 
Every source code file in the SQLite core had to be modified, some 
extensively. And the change introduced some minor incompatibilities in 
the C interface. But we feel that the benefits of the transition from 
3.4.2 to 3.5.0 far outweigh the pain of porting. The new VFS layer is 
now well-defined and stable and should simplify future customizations. 
The VFS layer, and the separable memory allocator and mutex subsystems 
allow a standard SQLite source code amalgamation to be used in an 
embedded project without change, greatly simplifying configuration 
management. And the resulting system is much more tolerant of highly 
threaded designs.

===

Someone might need to create sqlite35 instead of update to 3.5.x in 
sqlite3. If it can be done to update 3.5.x in sqlite3, then I would 
hold on until ports tree is complete unfreeze (still thaw).


Cheers,
Mezz


I'll create a sqlite34 and sqlite35 port for update of 3.4 and new 3.5 
port, but because of many changes in sqlite i can't do that now, i'll 
wait ports slush.


Wait a few more days, i don't forget of sqlite.

Regards




- Max







--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Fix for FreeBSD-SA-08:01.pty appears to break net/omnitty?

2008-02-25 Thread Marcus Alves Grando

Fixed.

Thanks

Rong-En Fan wrote:

Hi,

On Tue, Feb 19, 2008 at 06:12:59PM -0800, David Wolfskill wrote:

On Wed, Feb 20, 2008 at 10:07:07AM +0800, Rong-En Fan wrote:

FYI, this is fixed in omnitty 0.3.0_1.

Thanks!

Should I file a PR against misc/compat6x (because its version of
libutil.so is apparently still subject PTY security advisory)?


Maintainer is CC'ed.

I think we should update misc/compat6x to use contents from
6.3-RELEASE. And filing a PR is also good. 


Regards,
Rong-En Fan


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


Re: Fix for FreeBSD-SA-08:01.pty appears to break net/omnitty?

2008-02-20 Thread Marcus Alves Grando

Rong-En Fan wrote:

Hi,

On Tue, Feb 19, 2008 at 06:12:59PM -0800, David Wolfskill wrote:

On Wed, Feb 20, 2008 at 10:07:07AM +0800, Rong-En Fan wrote:

FYI, this is fixed in omnitty 0.3.0_1.

Thanks!

Should I file a PR against misc/compat6x (because its version of
libutil.so is apparently still subject PTY security advisory)?


Maintainer is CC'ed.

I think we should update misc/compat6x to use contents from
6.3-RELEASE. And filing a PR is also good. 


Probably i'll update today, maybe tomorrow.

Regards



Regards,
Rong-En Fan



--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Postfix 2.5

2008-02-03 Thread Marcus Alves Grando

Jack Raats wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is someone allready making a port of postfix 2.5?


I'm already work on that. But i'll commit this only after complete ports 
unfreeze (after 7.0 RELEASE).


Regards


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32) - GPGrelay v0.959

iD8DBQFHpZrqPh5RwW/NzC4RAp4+AKCgWjtUEz29MSOh3RmBZeFVdgMMpACfX4KH
ABaJIFEQNe76glnAmLGyh+0=
=a7BS
-END PGP SIGNATURE-
___
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: sqlite3 - any plans to update?

2007-12-30 Thread Marcus Alves Grando

Jeremy Messenger escreveu:
On Sat, 29 Dec 2007 13:35:43 -0600, Maxim Khitrov <[EMAIL PROTECTED]> 
wrote:



On Dec 29, 2007 12:25 PM, Maxim Khitrov <[EMAIL PROTECTED]> wrote:

On Dec 29, 2007 6:50 AM, Yuri Pankov <[EMAIL PROTECTED]> wrote:
> Hi,
>
> First of all - why this is a question and not PR with patch to 
update -

> there are too many dependant ports which I have no way to test and
> current stable version is 3.5.4, which isn't minor modification (I
> think). And I'm getting spammed by bogofilter trying to convince me to
> update sqlite to at least version 3.4.2.
>
> So, are there some showstoppers or is it just ETIME & EHOLIDAYS? :-)
>
>
> TIA,
> Yuri

I e-mailed the maintainer as well as [EMAIL PROTECTED] No response from
maintainer, but Pav Lucistnik suggested that I prepare the update then
wait 2 weeks to allow anyone other than the maintainer (assuming that
he is MIA) to commit. I even started looking at it, but I have about
10 other things I need to be working on. I'll see if it's a simple
case of updating the makefile and distinfo. If not, it would probably
be best if someone more familiar with sqlite (and ports) internals
handle the update.

- Max


I was able to build the new version, and it seems to be working.
However, there were some major changes made (to sqlite and the port
itself) and I wouldn't recommend using my version in a production
environment. I had to get rid of the FTS options because those patches
didn't work anymore. In any case, the port has to be updated for FTS
3. I don't have the time right now to come up with something new.
Also, it seems that this version now requires TCL 8.4 even when
building without TCLWRAPPER. Not sure why it does this, the
--disable-tcl switch is passed to configure but compilation still
fails without tcl installed.

Anyway, download the new port from the url below and extract it in
/usr/ports/databases. It will create sqlite35 and sqlite35-threads
directories. Other than the removal of FTS and new dependency on TCL
8.4, everything else should be the same as for sqlite3 port. Test it
out, see if it works for you. If no one has any problems with it then
maybe it can be added to the ports tree, but someone else will need to
maintain it. I don't have much time these days, unfortunately.

URL: http://mxwerx.com/sqlite35.tar.gz


http://www.sqlite.org/34to35.html
===
6.0 Summary

The transition from SQLite version 3.4.2 to 3.5.0 is a major change. 
Every source code file in the SQLite core had to be modified, some 
extensively. And the change introduced some minor incompatibilities in 
the C interface. But we feel that the benefits of the transition from 
3.4.2 to 3.5.0 far outweigh the pain of porting. The new VFS layer is 
now well-defined and stable and should simplify future customizations. 
The VFS layer, and the separable memory allocator and mutex subsystems 
allow a standard SQLite source code amalgamation to be used in an 
embedded project without change, greatly simplifying configuration 
management. And the resulting system is much more tolerant of highly 
threaded designs.

===

Someone might need to create sqlite35 instead of update to 3.5.x in 
sqlite3. If it can be done to update 3.5.x in sqlite3, then I would hold 
on until ports tree is complete unfreeze (still thaw).


Cheers,
Mezz


I'll create a sqlite34 and sqlite35 port for update of 3.4 and new 3.5 
port, but because of many changes in sqlite i can't do that now, i'll 
wait ports slush.


Wait a few more days, i don't forget of sqlite.

Regards




- Max





--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: rebuilding Postfix to ad MySQL support

2007-12-13 Thread Marcus Alves Grando

jekillen wrote:

Hello;
Can I get some advice:
I have Postfix installed from package at system install.
I am trying to set up Cyrus Imap and Cyradm. These
have specified use of mysql for database types. After
carefully crafting the configuration files for Postfix, I
am informed tha Postfix does not support MySQL tables
as it stands. I have received instruction from Postfix list
about how to add the support:

$ make -f Makefile.init makefiles \
'CCARGS=-DHAS_MYSQL -I/usr/local/include/mysql' \
'AUXLIBS=-L/usr/local/lib/mysql -lmysqlclient -lz -lm'

Wietsed

I assume this is done in the Postfix port dir (and, impatiently,
I am wondering if this is the correct syntax for csh).
My question is:
should I de-install the existing Postfix package first?
I have laboriously crafted main.cf and the various
database files. I could copy them somewhere else
and re instate them. But why if the existing configuration
files won't be bothered.
Please forgive my novice* user level. I am learning as I go
along. I am a hobbyist at this stage. Perhaps tomorrow,
who knows?
* I am a little beyond 'newby' but not by much.
Thank you in advance
Jeff K


Jeff,

You need select MYSQL option in "make config" in postfix port.

cd /usr/ports/mail/postfix
make config <- Select MYSQL option in menu
make all deinstall install clean
DONE

Now you can use postfix with mysql support.

Regards



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


--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: pecl-APC-3.0.14

2007-11-19 Thread Marcus Alves Grando

Ok. I'll update after ports freeze.

Regards

Oliver Schonrock wrote:

Hi

Hopefully a useful reminder...

http://pecl.php.net/package/APC/3.0.15

has been out for a couple of months and contains significant bug fixes 
over 3.0.14.


I have hacked the current port with the following:

[EMAIL PROTECTED] diff -u distinfo distinfo.orig
--- distinfoMon Nov 19 12:15:00 2007
+++ distinfo.orig   Mon Nov 19 12:14:09 2007
@@ -1,3 +1,3 @@
-MD5 (PECL/APC-3.0.15.tgz) = fa15eac040221728f3aaeaf9595de6e1
-SHA256 (PECL/APC-3.0.15.tgz) = 
1c475a84d12db2a45f1489a48f375d77854ae2c1d6626db3e812ccc04461911a

-SIZE (PECL/APC-3.0.15.tgz) = 112056
+MD5 (PECL/APC-3.0.14.tgz) = 0f452f936239b6107d3e2e5cda4f4bda
+SHA256 (PECL/APC-3.0.14.tgz) = 
f05195d163983a8f36336e622e6008bfecd4643d7c5613a6e4a8b07ed735e050

+SIZE (PECL/APC-3.0.14.tgz) = 108511


[EMAIL PROTECTED] diff -u Makefile Makefile.orig
--- MakefileMon Nov 19 12:15:21 2007
+++ Makefile.orig   Mon Nov 19 12:15:18 2007
@@ -6,7 +6,7 @@
 #

 PORTNAME=  APC
-DISTVERSION=   3.0.15
+DISTVERSION=   3.0.14
 CATEGORIES=www
 MASTER_SITES=  http://pecl.php.net/get/
 PKGNAMEPREFIX= pecl-


and it seems to compile, install and run just fine on a heavily loaded 
production machine.


If you could update the port, that would really help us roll this out.

Thanks

Oliver



--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Change timezone on php

2007-10-16 Thread Marcus Alves Grando

Already updated.

Update your ports tree.

Regards

Giancarlo Rubio wrote:

Timezone was changed to summer time in Brazil but the php timezonedb
(port pecl-timezonedb) was not changed. I have patched this ports to
run correctly.


-su-2.05b# shar `find pecl-timezonedb/ -print`

echo c - pecl-timezonedb/
mkdir -p pecl-timezonedb/ > /dev/null 2>&1
echo x - pecl-timezonedb/Makefile
sed 's/^X//' >pecl-timezonedb/Makefile << 'END-of-pecl-timezonedb/Makefile'
X# Ports collection makefile for:  pecl-timezonedb
X# Date created:  20 Oct 2006
X# Whom:      Marcus Alves Grando <[EMAIL 
PROTECTED]>
X#
X# $FreeBSD: ports/misc/pecl-timezonedb/Makefile,v 1.4 2007/04/21
00:41:43 mnag Exp $
X#
X
XPORTNAME=  timezonedb
XDISTVERSION=   2007.8
XCATEGORIES=misc
XMASTER_SITES=  http://pecl.php.net/get/
XPKGNAMEPREFIX= pecl-
XEXTRACT_SUFX=  .tgz
XDIST_SUBDIR=   PECL
X
XMAINTAINER=[EMAIL PROTECTED]
XCOMMENT=   Timezone Database to be used with PHP's date and time functions
X
XUSE_PHP=   yes
XUSE_PHPEXT=yes
XPHP_MODNAME=   timezonedb
XIGNORE_WITH_PHP=4
X
XCONFIGURE_ARGS=--enable-timezonedb
X
X.include 
END-of-pecl-timezonedb/Makefile
echo x - pecl-timezonedb/distinfo
sed 's/^X//' >pecl-timezonedb/distinfo << 'END-of-pecl-timezonedb/distinfo'
XMD5 (PECL/timezonedb-2007.8.tgz) = 4d4efe289a0547a164873a7d15b86424
XSHA256 (PECL/timezonedb-2007.8.tgz) =
99f3b3bfb0155ebe9f08e8f5107cbe194c3f6d60ee1ac4c40422386187fe3e2a
XSIZE (PECL/timezonedb-2007.8.tgz) = 177801
END-of-pecl-timezonedb/distinfo
echo x - pecl-timezonedb/pkg-descr
sed 's/^X//' >pecl-timezonedb/pkg-descr << 'END-of-pecl-timezonedb/pkg-descr'
XThis extension is a drop-in replacement for the builtin timezone database that
Xcomes with PHP. You should only install this extension in case you need to get
Xa later version of the timezone database then the one that ships with PHP.
X
XWWW:   http://pecl.php.net/package/timezonedb
END-of-pecl-timezonedb/pkg-descr
echo x - pecl-timezonedb/patch-Makefile
sed 's/^X//' >pecl-timezonedb/patch-Makefile <<
'END-of-pecl-timezonedb/patch-Makefile'
X--- Makefile.orig  Mon Oct 15 20:47:03 2007
X+++ Makefile   Mon Oct 15 20:39:28 2007
X@@ -6,7 +6,7 @@
X #
X
X PORTNAME= timezonedb
X-DISTVERSION=  2007.5
X+DISTVERSION=  2007.8
X CATEGORIES=   misc
X MASTER_SITES= http://pecl.php.net/get/
X PKGNAMEPREFIX=pecl-
END-of-pecl-timezonedb/patch-Makefile
echo x - pecl-timezonedb/Makefile.orig
sed 's/^X//' >pecl-timezonedb/Makefile.orig <<
'END-of-pecl-timezonedb/Makefile.orig'
X# Ports collection makefile for:  pecl-timezonedb
X# Date created:  20 Oct 2006
X# Whom:  Marcus Alves Grando <[EMAIL 
PROTECTED]>
X#
X# $FreeBSD: ports/misc/pecl-timezonedb/Makefile,v 1.4 2007/04/21
00:41:43 mnag Exp $
X#
X
XPORTNAME=  timezonedb
XDISTVERSION=   2007.5
XCATEGORIES=misc
XMASTER_SITES=  http://pecl.php.net/get/
XPKGNAMEPREFIX= pecl-
XEXTRACT_SUFX=  .tgz
XDIST_SUBDIR=   PECL
X
XMAINTAINER=[EMAIL PROTECTED]
XCOMMENT=   Timezone Database to be used with PHP's date and time functions
X
XUSE_PHP=   yes
XUSE_PHPEXT=yes
XPHP_MODNAME=   timezonedb
XIGNORE_WITH_PHP=4
X
XCONFIGURE_ARGS=--enable-timezonedb
X
X.include 
END-of-pecl-timezonedb/Makefile.orig
echo x - pecl-timezonedb/distinfo.orig
sed 's/^X//' >pecl-timezonedb/distinfo.orig <<
'END-of-pecl-timezonedb/distinfo.orig'
XMD5 (PECL/timezonedb-2007.5.tgz) = 8c73725678581ba81f56b83afaa56282
XSHA256 (PECL/timezonedb-2007.5.tgz) =
dd6fa6ca2193cb36dd84bcefe56b48f0d37ef25d480b45d13557d6a8c612cd9b
XSIZE (PECL/timezonedb-2007.5.tgz) = 177842
END-of-pecl-timezonedb/distinfo.orig
exit




--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem with openssh-portable and HPN option

2007-10-05 Thread Marcus Alves Grando

Alex Dupre wrote:

Olivier Cochard-Labbe wrote:

I meet a problem when I'm trying to compile openssh-portable with the HPN
option.
How to fix this problem ?



http://www.psc.edu/networking/projects/hpn-ssh/openssh-4.7p1-hpn12v18.diff.gz:
Requested Range Not Satisfiable


Version 19 has been released. The port should be updated.


Updated. Thanks



--
Alex Dupre


--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openssh-portable upgrade.

2007-08-30 Thread Marcus Alves Grando

Sorry for long delay...

Alex Dupre wrote:

Stefan Lambrev wrote:

After upgrade from openssh from 4.5 to 4.6 I'm unable to login using
password authentication.


This a challenge-response problem. I'll fix this now...



Neither with RSA keys.


Works to me with fixes in challenge-response... see below

* DSA
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering public key: /root/.ssh/marcus
debug1: Server accepts key: pkalg ssh-dss blen 1585
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type 
Enter passphrase for key '/root/.ssh/marcus':
debug1: read PEM private key done: type DSA
debug1: Authentication succeeded (publickey).

* RSA
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/marcus/.ssh/id_rsa
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).




After putting "PasswordAuthentication yes" in sshd_conf I'm able to
login using username/password,


Idem.


Challenge-response related...




but this is built-in password authentication and skips PAM?


Yes, it should be so.


I'll commit one patch to fix all issues.

Regards

--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CTF: compat6x port

2007-06-17 Thread Marcus Alves Grando

Abdullah Ibn Hamad Al-Marri wrote:

On 6/7/07, Marcus Alves Grando <[EMAIL PROTECTED]> wrote:

Hi lists,

I finish compat6x port and i need testers. If you are interested you can
download shar file in http://people.freebsd.org/~mnag/compat6x.shar

Feedbacks are welcome. I expect commit this until 09 Jun.

Regards

--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org


Works with no issues, Thank You!


Thanks to test too.


When it will be in ports? :D


After CURRENT bump all necessary libs. Maybe tomorrow.

Regards

--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


CTF: compat6x port

2007-06-07 Thread Marcus Alves Grando

Hi lists,

I finish compat6x port and i need testers. If you are interested you can 
download shar file in http://people.freebsd.org/~mnag/compat6x.shar


Feedbacks are welcome. I expect commit this until 09 Jun.

Regards

--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: compat6x

2007-06-06 Thread Marcus Alves Grando

Kris Kennaway wrote:

On Wed, Jun 06, 2007 at 05:14:33PM -0300, Marcus Alves Grando wrote:

Kris Kennaway wrote:

Is anyone working on a compat6x port?
I started this some months ago. Now i can finish this because libs are 
bumped.


Old port can be found here: http://people.freebsd.org/~mnag/compat6x.shar

I'll send finished port ASAP.


Great, thanks!

On a related topic, the compat5x port is still stuck at 5.4, is anyone
interested in updating it to the 5.5 libs?


It's in my todo list already.

Regards

--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: compat6x

2007-06-06 Thread Marcus Alves Grando

Kris Kennaway wrote:

Is anyone working on a compat6x port?


I started this some months ago. Now i can finish this because libs are 
bumped.


Old port can be found here: http://people.freebsd.org/~mnag/compat6x.shar

I'll send finished port ASAP.

Regards



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


--
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: postfix-2.3.8,1

2007-04-03 Thread Marcus Alves Grando
Michael Scheidell wrote:
> postfix 2.4 is out, if you don't take a stab it, we might look at what
> it needs for freebsd ports next week sometime.

I'm working on that.

Possible patch:

http://people.freebsd.org/~mnag/postfix.patch

Regards

> 
> if you have experimental patches in the mean time, feel free to send
> them to us to test.
> 
> 
> _
> This email has been scanned and certified safe by SpammerTrap(tm). For
> Information please see http://www.spammertrap.com
> _
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
Marcus Alves Grando
marcus(at)sbh.eng.br | Personal
mnag(at)FreeBSD.org  | FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: New portmgr member: Pav Lucistnik

2006-11-23 Thread Marcus Alves Grando

Erwin Lansing wrote:

Portmgr is pleased to announce that Pav Lucistnik has accepted the
challenge of being a portmgr member.  Pav has been with the project for
a long time and is one of our most active committers and bug busters.
He has been working on the ports infrastructure and will now be working
with the other portmgr members on integrating infrastructure patches
and quality assurance in addition to other portmgr tasks.

Wish him luck!


Congratulations Pav ;)



-erwin




--
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org |  FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: py24-m2crypto-0.16

2006-11-08 Thread Marcus Alves Grando

Jonathan D. Arnold / Daemon Dancing wrote:

I was just trying to build net-im/cjc, which requires security/m2crypto and
ran into a problem where a symbol found in the ASN1.py file wasn't
defined. Upon further investigation, it turns out that the line in
the _m2crypto.i file that include _asn1.i has been commented out in
the patch found in m2crypto/files/patch::_m2crypto.i.  I removed this
file and all is well now with both m2crypto and net-im/cjc.  There
is no comment as to why this line is commented out and I'm thinking
it shouldn't be.



Fixed. Thanks.

--
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org |  FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mail/postfix21 missing tarball

2006-10-07 Thread Marcus Alves Grando

Shaun Amott wrote:

On Wed, Sep 06, 2006 at 09:37:52AM +0100, Mark Ovens wrote:
mail/postfix21 won't update as the tarball for pfixtls can't be found. 
I've been trying for a couple of weeks now but still the problem persists.


Is something out of date in my ports tree (I use portsnap regularly)?



It looks like the file has vanished - I managed to find it for you, and
I've mirrored it:

http://mirror.inerd.com/FreeBSD/distfiles/postfix21/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz


Fixed. Thanks

--
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org |  FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problems with libspf2-10

2006-09-09 Thread Marcus Alves Grando
Carlos Fernando Assis Paniago wrote:
> I'm using FreeBSD 6.1 STABLE yerterday actualized, in i386 and amd64 and
> I find the following:

Fixed.

Thanks.

> 
> 
> usr/bin/ld -r -o .libs/libspf2.la-26.o .libs/spf_win32.o
> .libs/libspf2.la-25.o
> cc -shared .libs/libspf2.la-26.o -Wl,--whole-archive
> ../../src/libreplace/.libs/libreplace.a -Wl,--no-whole-archive
> -Wl,-soname -Wl,libspf2.so.1 -o .libs/libspf2.so.1
> cc: ../../src/libreplace/.libs/libreplace.a: No such file or directory
> *** Error code 1
> 
> Stop in /usr/ports/mail/libspf2-10/work/libspf2-1.0.4/src/libspf2.
> *** Error code 1
> 
> Stop in /usr/ports/mail/libspf2-10/work/libspf2-1.0.4/src/libspf2.
> *** Error code 1
> 
> Stop in /usr/ports/mail/libspf2-10/work/libspf2-1.0.4/src.
> *** Error code 1
> 
> Stop in /usr/ports/mail/libspf2-10/work/libspf2-1.0.4.
> *** Error code 1
> 
> Stop in /usr/ports/mail/libspf2-10/work/libspf2-1.0.4.
> *** Error code 1
> 
> Stop in /usr/ports/mail/libspf2-10.
> *** Error code 1
> 
> Stop in /usr/ports/mail/postfix-policyd-spf.
> 
> when I try to compile postfix-policyd-spf. Do anyone know a solution for
> this?
> 


-- 
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org |  FreeBSD.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"