Re: Fix the breaking DMA port?

2021-04-22 Thread Renato Botelho
by this commit: commit 07fa21db682be2afe108f3580d9467cde3b35097 Author: Renato Botelho Date: Thu Feb 11 14:08:44 2021 + mail/dma: Fix compiler warning - Make verify_server_fingerprint() static and fix compiler warning - While here, re-generate other patches with `make makepatch

Re: Correct syntax for CFLAGS to change a -DCONFIG_FILE_PATH=...

2020-12-30 Thread Renato Botelho
OCALBASE}/etc/gitup.conf [1] https://github.com/johnmehr/gitup/pull/17 -- Renato Botelho ___ 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: lang/rust failing to build on aarch64

2020-10-09 Thread Renato Botelho
On 09/10/20 09:16, Renato Botelho wrote: Here at pfSense we follow ports tree quarterly branch.  This week I merged 2020Q4 and then rust stop building on 12.x aarch64. Before the merge we had rust version 1.44.1_1 and now we got 1.46.0. We do native build on a ThunderX running 13-CURRENT from

lang/rust failing to build on aarch64

2020-10-09 Thread Renato Botelho
t): File "x.py", line 11, in bootstrap.main() File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.46.0-src/src/bootstrap/bootstrap.py", line 981, in main bootstrap(help_triggered) File "/wrkdirs/usr/ports/lang/rust/work/rustc-1.46.0-src/src/bootstrap/bootst

Re: Json-c, bind, and updating

2020-06-10 Thread Renato Botelho
. For this libncurses speficific case you can just install misc/compat12x and have the old library version available. -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: pkg / poudriere issue - wrong packagesite / meta

2020-03-02 Thread Renato Botelho
On 02/03/20 16:22, Renato Botelho wrote: On 02/03/20 16:02, Renato Botelho wrote: On 02/03/20 14:49, Grzegorz Junka wrote: I just finished building ports for FreeBSD 12.1. I have already upgraded base to 12.1 and now I am trying to update packages, but pkg fails with this cryptic error

Re: pkg / poudriere issue - wrong packagesite / meta

2020-03-02 Thread Renato Botelho
On 02/03/20 16:02, Renato Botelho wrote: On 02/03/20 14:49, Grzegorz Junka wrote: I just finished building ports for FreeBSD 12.1. I have already upgraded base to 12.1 and now I am trying to update packages, but pkg fails with this cryptic error: # pkg update Updating desktop_nvidia

Re: pkg / poudriere issue - wrong packagesite / meta

2020-03-02 Thread Renato Botelho
problem on a personal pfSense builder. The ports tree used has old pkg and needs to have meta version 1, but it seems poudriere is using pkg-static binary from host machine (version 1.13.2) to build repository and it ends up with meta version 2. For now I moved builder machine to use quarterly re

Re: Retiring GNU objdump 2.17.50

2020-01-10 Thread Renato Botelho
f somebody needs details about binary at the level provided by objdump, including disassembler, she would need binutils port anyway. +1 -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/fre

Re: ports/arj build failing on -current

2019-08-08 Thread Renato Botelho
colon shouldn't be there. Michael, can you try attached patch and let me know if it fixes the problem? I can't reproduce so it's hard to say. -- Renato Botelho Index: Makefile === --- Makefile(revision 508386) +++ Makefile

Re: ports/arj build failing on -current

2019-08-08 Thread Renato Botelho
kefile:258: freebsd13.0/en/rs/msg_crp.h] Abort trap > gmake[3]: Leaving directory '/usr/ports/archivers/arj/work/arj-3.10.22' > gmake[2]: *** [GNUmakefile:169: all] Error 2 > gmake[2]: Leaving directory '/usr/ports/archivers/arj/work/arj-3.10.22' > *** Error code 1 > There is an

Re: FreeBSD Port: arj-3.10.22_6

2018-01-18 Thread Renato Botelho
On 17/01/18 19:00, David Martin wrote: > Hello, > > The port is currently broken.  It is attempting to fetch the file > arj_3.10.22-16.debian.tar.xz which is no longer available.  It must be > updated to pull arj_3.10.22-17.debian.tar.xz. Fixed. Thanks! --

Re: security/openvpn23 tarball size mismatch

2017-05-16 Thread Renato Botelho
On 16/05/17 08:54, Renato Botelho wrote: > Hello Mathias, > > I was trying to get openvpn23 installed from quarterly branch and got > the following error: > > root@buildbot1:/usr/local/poudriere/ports/pfSense_v2_3/security/openvpn23 > # make checksum > ===> License

security/openvpn23 tarball size mismatch

2017-05-16 Thread Renato Botelho
p. make: stopped in /usr/local/poudriere/ports/pfSense_v2_3/security/openvpn23 -- Renato Botelho ___ 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: manpath change for ports ?

2017-03-07 Thread Renato Botelho
share/man >>> - It will remove lots of patches from the ports tree where were we need to >>> patch >>> upstream build system to install in a non usual path. >> Can you also move /usr/local/info to /usr/local/share/info? texinfo is >> gone since 11.0-RELEASE

Re: Problems are a Curl upgrade on 12.0 current of Sun Oct 2

2016-12-05 Thread Renato Botelho
on. After upgrade world to recent -CURRENT it was fixed -- Renato Botelho ___ 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: make makepatch

2016-10-27 Thread Renato Botelho
h > mv work work.old > portlint -AC > > and if portlint is silent, and all the necessary patches are in files/, > you're done. I only suggest to replace ‘make patch’ by: # make extract do-patch There are several ports that changes files using REINPLACE_

Re: Drop Maintainership, need help

2014-06-12 Thread Renato Botelho
/p5-WWW-FreeProxy www/p5-WWW-TinySong www/zerowait-httpd x11/i3lock x11/lsw x11-fm/gentoo x11-fonts/montecarlo_fonts x11-toolkits/p5-Tk-FontDialog x11-wm/antiwm x11-wm/musca x11-wm/ratpoison x11-wm/wmfs Thanks Regards, Dennis 'dhn' Herrmann I can take radvd. -- Renato Botelho http

Re: Unable to update to clamav 0.98.3

2014-05-15 Thread Renato Botelho
On Tuesday, May 13, 2014 05:55:04 AM Jerry wrote: On Mon, 12 May 2014 11:03:50 -0300, Renato Botelho stated: On Thursday, May 08, 2014 04:35:11 PM Jerry wrote: FreeBSD 10.0-RELEASE I am unable to update to clamav-0.98.3. It terminates with the following error message

Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface...

2014-05-15 Thread Renato Botelho
/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc 4dd16ee372e5 CC'd on this email is the ports maintainer for ClamAV. Fixed. Thanks! -- Renato Botelho garga @ FreeBSD.org garga.bsd @ gmail.com GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

Re: Unable to update to clamav 0.98.3

2014-05-12 Thread Renato Botelho
://www/seibercom.net/logs/clamav.txt Hello, I was not able to reproduce the issue, but, I restored a patch that I accidentally removed during the update process. Could you please try 0.98.3_1 and check if it helps? Regards -- Renato Botelho garga @ FreeBSD.org garga.bsd

Re: libiconv problem on dansguardian-(devel)

2013-10-17 Thread Renato Botelho
. The proposed patch attached. Thanks Boris, feel free to commit it please. -- Renato Botelho garga @ FreeBSD.org garga.bsd @ gmail.com GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc signature.asc Description: OpenPGP digital signature

Re: libiconv problem on dansguardian-(devel)

2013-10-17 Thread Renato Botelho
On 17-10-2013 10:02, Boris Samorodov wrote: 17.10.2013 16:56, Renato Botelho пишет: On 17-10-2013 09:38, Boris Samorodov wrote: 17.10.2013 15:19, Marko Cupać пишет: I cannot compile either of the two with NTLM option enabled: www/dansguardian www/dansguardian-devel This is on 9.2-RELEASE

Re: devel/lua-sysctl broken with clang (patch)

2013-01-25 Thread Renato Botelho
/core.so src/lua_sysctl.c cc: error: no such file or directory: 'lua_sysctl' *** [sysctl/core.so] Error code 1 Stop in /usr/ports/devel/lua-sysctl/work/lua-syscl-0.2. *** [do-build] Error code 1 Committed. Thanks! -- Renato Botelho garga @ FreeBSD.org garga.bsd @ gmail.com

Error building pcre on 9.0

2012-08-15 Thread Renato Botelho
: 'nothrow' was not declared in this scope *** Error code 1 Stop in /usr/ports/devel/pcre/work/pcre-8.31. *** Error code 1 Stop in /usr/ports/devel/pcre/work/pcre-8.31. *** Error code 1 Stop in /usr/ports/devel/pcre. *** Error code 1 Stop in /usr/ports/devel/pcre. Any thoughts? Best regards -- Renato

Re: Error building pcre on 9.0

2012-08-15 Thread Renato Botelho
On Wed, Aug 15, 2012 at 5:36 PM, Matthias Andree mand...@freebsd.org wrote: Am 15.08.2012 22:18, schrieb Renato Botelho: I was updating a 9.0-RELEASE-p3 i386 system's ports and got the following error when building pcre 8.31: CXXpcrecpp.lo In file included from /usr/include/c++/4.2

Re: [HEADSUP][CFT] pkgng beta1^6 is out

2012-02-15 Thread Renato Botelho
, Renato Botelho wrote: On Wed, Feb 15, 2012 at 3:50 PM, Baptiste Daroussin b...@freebsd.org wrote: beta6 is now out with the following changes: * pkg register: now run inside a transaction, this speeds up things a lot (thanks avg) * pkg version: -v now print name-version to match behaviour

Re: [HEADSUP][CFT] pkgng beta1^6 is out

2012-02-15 Thread Renato Botelho
/ports/ports-mgmt/pkg/work/pkg-1.0-beta6. *** [do-build] Error code 1 Stop in /usr/ports/ports-mgmt/pkg. [1]97410 exit 1 make -C /usr/ports/ports-mgmt/pkg install clean make -C /usr/ports/ports-mgmt/pkg install clean 33.86s user 1.48s system 61% cpu 57.212 total -- Renato Botelho

Re: clamav size mismatch: expected 45793424, actual 45793398

2011-10-19 Thread Renato Botelho
On Tue, Oct 18, 2011 at 11:35:21PM -0700, Doug Barton wrote: Any ideas? :) Updated, take a look at commit message. Thanks for reporting -- Renato Botelho garga @ FreeBSD.org garga.bsd @ gmail.com GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc Get back to your

Re: Fwd: FreeBSD ports you maintain which are out of date

2011-07-23 Thread Renato Botelho
-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org -- Renato Botelho garga @ FreeBSD.org garga @ freebsdbrasil.com.br GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc ___ freebsd-ports@freebsd.org mailing

Re: x11-wm/awesome fail to start

2011-02-02 Thread Renato Botelho
3.4.8 and that is running fine. Have you tried to rename ~/.config/awesome and start it with default configuration? -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

Re: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-02-02 Thread Renato Botelho
twice you should make clean before build/libreoffice/sdext/unxfbsdx.pro needs to be deleted before a second run We could hack this removing this diredctory (if it exists) during pre-build. I know it's not beaultiful, but at least it works. -- Renato Botelho

Re: clamav makefile patch

2011-01-26 Thread Renato Botelho
} == i386 | ${ARCH} == amd64 I've committed this change, thanks! -- Renato Botelho garga @ FreeBSD.org garga.bsd @ gmail.com GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc This fortune intentionally not included. pgpj7oma5TfTR.pgp Description: PGP signature

Re: comms/spandsp compile failure on upgrade

2010-08-31 Thread Renato Botelho
On Tue, Aug 31, 2010 at 7:13 PM, David Southwell da...@vizion2000.net wrote: Hi On amd64 freebsd 7.1 Strange, i tested it on 7.2-RELEASE amd64 and it built without any problem. All your other ports are up-to-date? -- Renato Botelho ___ freebsd

[CFT]: Compat7x 7.3

2010-08-25 Thread Renato Botelho
It's better later than never. After a long time i found time to update compat7x port to 7.3-RELEASE. I would like to ask you to test it and let me know if you find any problems. Thanks -- Renato Botelho compat7x-7.3.diff Description: Binary data

Re: pure-ftpd 1.0.29: add support for various unofficial macros

2010-07-12 Thread Renato Botelho
in other ftp daemons (resume, delete and rename support for anonymous user). There are some more macros but I think these three are the most useful. Committed. Thanks! - -- Renato Botelho garga @ FreeBSD.org garga @ freebsdbrasil.com.br GnuPG Key: http://www.FreeBSD.org/~garga

Re: Give freeze a chance

2010-05-18 Thread Renato Botelho
Breaking the Ports song... http://www.mail-archive.com/freebsd-ports@freebsd.org/msg02907.html -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports

Re: update compat7x to 7.3 libs

2010-05-11 Thread Renato Botelho
-- Renato Botelho ___ 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: clamav-0.95.3

2010-04-05 Thread Renato Botelho
all dependant ports before commit. I'm working on it. - -- Renato Botelho garga @ FreeBSD.org garga @ freebsdbrasil.com.br GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc Laetrile is the pits. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (FreeBSD

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Renato Botelho
the portmgr, and other bookkeeping work like organizing votes and stay in touch with other FreeBSD teams. Please welcome him onboard! Congratulations Thomas and Thanks Erwin for all the work in last years. - -- Renato Botelho garga @ FreeBSD.org garga @ freebsdbrasil.com.br GnuPG Key

Re: FreeBSD Port: clamav-0.95.3

2010-01-11 Thread Renato Botelho
to build fine. Clamav port had a hack like this for FreeBSD = 6.1, it was removed since 6.1 is no longer supported. gethostbyname_r is supposed to work fine on 6.3. -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: ion windows manager on FreeBSD

2009-10-06 Thread Renato Botelho
it as a separate project... people will use the same software with another name. Everybody will be happy and we won't have a Tuomo's software inside ports collection again. -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: net-im/ayttm: I'd like to take the maintainership

2009-06-28 Thread Renato Botelho
shame! Could you please give me the usual punishment for those who complain about unmaintained ports? Thanks in advance. Olá Carlos, Please, send a new patch changing MAINTAINER line to your email address as a Follow-up to the PR and the port will be assigned to you. Até mais - -- Renato

Re: portmgr reorganization

2009-06-04 Thread Renato Botelho
the best of luck with the new tasks bestowed upon them. Thank you krion for all the good work done in the past. Welcom miwi and itetcu, you deserve this, good lucky!!! - -- Renato Botelho garga @ FreeBSD.org garga @ freebsdbrasil.com.br GnuPG Key: http://www.FreeBSD.org/~garga

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Renato Botelho
41 0xc46af000 8000 linprocfs.ko 51 0xc46c8000 24000linux.ko Any idea? -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports

Re: Why so many ports still depend on firefox-2.X.X.X ?

2009-04-26 Thread Renato Botelho
: WITH_GECKO=libxul -- Renato Botelho ___ 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/p5-Mail-ClamAV

2009-03-30 Thread Renato Botelho
to work correctly I do believe with later version of clamav. I don't know 0.22nb1, but 0.22 version doesn't build with new clamav, I've already contacter author and maintainer, but got no answer. -- Renato Botelho ___ freebsd-ports@freebsd.org mailing

Re: mail/p5-Mail-ClamAV

2009-03-30 Thread Renato Botelho
correctly before commit 0.95 version to the ports tree. Now I've marked it as BROKEN and contacted author and maintainer, I hope to have it fixed soon. -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Dead projects in ports tree

2009-03-03 Thread Renato Botelho
can still maintain and keep it working on ports infrastructure. -- Renato Botelho ___ 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: Call for potential ports maintainers

2009-02-16 Thread Renato Botelho
of FreeBSD. snip Is there an easy way to get a list of all the unmaintained ports one currently has installed? cd /usr/ports make search maint=po...@freebsd.org -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: FreeBSD Port: clamav-0.94_1

2008-09-19 Thread Renato Botelho
happened with another user, and the cause was his ports tree and autotools ports are not up-to-date. Please, update your ports tree, update all autotools ports (automake, autoconf, libtool) and rebuild clamav. Thanks - -- Renato Botelho garga @ FreeBSD.org garga @ freebsdbrasil.com.br

Re: FreeBSD Port: clamav-0.93.1_2

2008-06-30 Thread Renato Botelho
hackerisms that made ports build and work fine on these version will be removed from the tree. FreeBSD project people strongly recommend to upgrade at least to 6.3. Thanks - -- Renato Botelho garga @ FreeBSD.org garga @ freebsdbrasil.com.br GnuPG Key: http://www.FreeBSD.org/~garga

Re: FreeBSD Port: clamav-0.93

2008-05-20 Thread Renato Botelho
with postfix user, you can install with clamav user and group, change socket mode to group writeable and add postfix user to clamav's group. Regards -- Renato Botelho garga @ FreeBSD.org garga @ freebsdbrasil.com.br GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc 186,000 miles

Re: FreeBSD Port: pure-ftpd-1.0.21_1

2006-09-11 Thread Renato Botelho
on sqlconnect.. Sorry for not being able to supply the actual error as I've already gone back to mysql-41-server and client.. Fixed. Thanks! - -- Renato Botelho garga @ FreeBSD.org freebsd @ galle.com.br GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc -BEGIN PGP SIGNATURE

Re: [Samba] authenticating using winbindd against NT4 domain fails

2006-09-06 Thread Renato Botelho
changed in 3.0.23x (or 3.0.22?) but it was my impression that nothing had changed in the way a Samba member server authenticates against a NT4 PDC using winbindd. What might I be doing wrong here? I'm having the same problems here, the only version that works really fine is 3.0.22. :-( -- Renato

Re: HEADS-UP: DESTDIR support committed to Mk/

2006-08-04 Thread Renato Botelho
questions, please feel free to contact me. Great news. Congratulations and thanks for the great work! -- Renato Botelho ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail