Re: Error reinstalling python 3.8.10 from ports

2021-05-19 Thread Xavier Humbert

On 19/05/2021 19:10, Gleb Popov wrote:

Just a guess - are you building with WITH_DEBUG=yes ?


Actually, no

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer
https://www.amdh.fr

___
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: Error reinstalling python 3.8.10 from ports

2021-05-19 Thread Xavier Humbert

On 19/05/2021 17:54, Xavier Humbert wrote:

Hi,

I got trouble with python 3.8.10 at reinstall stage :


===>   Registering installation for python38-3.8.10
pkg-static: Unable to access file 
/usr/ports/lang/python38/work/stage/usr/local/lib/python3.8/lib-dynload/_asyncio.cpython-38.so:No 
such file or directory
pkg-static: Unable to access file 
/usr/ports/lang/python38/work/stage/usr/local/lib/python3.8/lib-dynload/_bisect.cpython-38.so:No 
such file or directory

And a bunch of others (the whole lib-dynload directory actually)

In fact those files are almost present : the are not  named eg 
_asyncio.cpython-38.so , but asyncio.cpython-38*d*.so


Where from comes this *d* letter, which is not in pkg-plist ?


A workaround is to edit pkg-plist and add this *d*

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer
https://www.amdh.fr
___
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"


Error reinstalling python 3.8.10 from ports

2021-05-19 Thread Xavier Humbert

Hi,

I got trouble with python 3.8.10 at reinstall stage :


===>   Registering installation for python38-3.8.10
pkg-static: Unable to access file 
/usr/ports/lang/python38/work/stage/usr/local/lib/python3.8/lib-dynload/_asyncio.cpython-38.so:No 
such file or directory
pkg-static: Unable to access file 
/usr/ports/lang/python38/work/stage/usr/local/lib/python3.8/lib-dynload/_bisect.cpython-38.so:No 
such file or directory

And a bunch of others (the whole lib-dynload directory actually)

In fact those files are almost present : the are not  named eg 
_asyncio.cpython-38.so , but asyncio.cpython-38*d*.so


Where from comes this *d* letter, which is not in pkg-plist ?

Cheers,

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer
https://www.amdh.fr
___
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: net-mgmt/pnp and nagios4

2021-05-12 Thread Xavier Humbert

On 12/05/2021 08:54, Andrea Venturoli wrote:

Hello.

I'm using net-mgmt/nagios4 and I'd like to try adding PNP to it.
Alas the port depends on net-mgmt/nagios (i.e. version 3.5.1).

From general docs, I see PNP should work with Nagios 4.x.
Is this expected NOT to work specifically on FreeBSD?

Or can I go ahead and try modifying the DEPENDS line?


From my experience with nagios, you can proceed

Cheers

Xavier


 bye & Thanks
av.
�


--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer
https://www.amdh.fr

___
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: gdal

2021-05-03 Thread Xavier Humbert

On 03/05/2021 12:42, Matthieu Volat wrote:

Hi, this happens indeed when you build gdal*without*  the EXR option when 
openexr is present at build time. I guess the off option is not passed 
correctly to the configure script?


Hi Mathieu, LuMiWa,

I ran in the very same problem, with the *default* (make rmconfig) 
options. As you mention, enabling EXR option fixes this


Cheers,

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer
https://www.amdh.fr

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


[SOLVED ]Re: Warning: Major OS version upgrade detected

2021-02-01 Thread Xavier Humbert

Dewayne,

Yesss ! Thanks it did the job !

I reinstalled port-maintenance-tools, and now the arch column in pkg DB 
is correct, FraaBDS:13:*


I dunno why the generated ABI in this file was wrong (line was commented 
out -> auto-detection)


Thanks again,

Cheers,

Xavier

On 01/02/2021 07:38, Dewayne Geraghty wrote:

A while ago, due to mismatching ABI, I had to insert into:
/usr/local/etc/pkg.conf
ABI = "freebsd:12:x86:64";
Perhaps explicitly stating "freebsd:13:x86:64"; may help?
BUT this will require maintenance. :/


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


--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer

___
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: Warning: Major OS version upgrade detected

2021-02-01 Thread Xavier Humbert

[Cc'ed to mat@ apologies for the intrusion]

Hi, Rainer and others,

I'va made some progress in resolving this very problem :

I just reinstalled a port (port-maintenance-tool, which is a no-op, 
since tools are already installed), then browsed the pkg DB.

I saw in the column arch :


FreeBSD:14:*

while making with debugging flags shows me

OSVERSION    = 1300137

I've even manually set ABI to FreeBSD:13:amd64 in /etc/pkg/FreeBSD.conf

There is something I clearly don't understand.

Cheers,

Xavier

Am 30.01.21 um 23:02 schrieb Xavier Humbert:

Hi,

I was running 13-CURRENT, and as of 01/22 I switched to 13-STABLE

Now, when I run any ports/pkg command - I use only ports-, I got


pkg-static: Warning: Major OS version upgrade detected.  Running "pkg
bootstrap -f" recommended

No a big deal, I thought, but :


[root@numenor ~]# pkg bootstrap -f
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from
pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest, please wait...
Verifying signature with trusted certificate
pkg.freebsd.org.2013102301... done
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg
bootstrap -f" recommended
Installing pkg-1.16.2...
pkg-static: wrong architecture: FreeBSD:13:amd64 instead of *FreeBSD:14:amd64*
package pkg is already installed, forced install
Extracting pkg-1.16.2: 100%
[root@numenor ~]# pkg check -Bd
pkg: Warning: Major OS version upgrade detected.  Running "pkg
bootstrap -f" recommended

The message is still there. I never had 14-CURRENT on this system.
Reinstalled ports-mgmt/pkg from source, didn't help 


--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer

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


Warning: Major OS version upgrade detected

2021-01-30 Thread Xavier Humbert

Hi,

I was running 13-CURRENT, and as of 01/22 I switched to 13-STABLE

Now, when I run any ports/pkg command - I use only ports-, I got

pkg-static: Warning: Major OS version upgrade detected.  Running "pkg 
bootstrap -f" recommended

No a big deal, I thought, but :


[root@numenor ~]# pkg bootstrap -f
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from 
pkg+http://pkg.FreeBSD.org/FreeBSD:13:amd64/latest, please wait...
Verifying signature with trusted certificate 
pkg.freebsd.org.2013102301... done
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg 
bootstrap -f" recommended

Installing pkg-1.16.2...
pkg-static: wrong architecture: FreeBSD:13:amd64 instead of 
*FreeBSD:14:amd64*

package pkg is already installed, forced install
Extracting pkg-1.16.2: 100%
[root@numenor ~]# pkg check -Bd
pkg: Warning: Major OS version upgrade detected.  Running "pkg 
bootstrap -f" recommended


The message is still there. I never had 14-CURRENT on this system.

Reinstalled ports-mgmt/pkg from source, didn't help

Any help ?

Thanks,

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer

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


failed to resolve type kernel struct thread *

2021-01-24 Thread Xavier Humbert

Hello,

I cannot compile www/node (and some others) with this error

dtrace: failed to compile script src/v8ustack.d: 
"/usr/lib/dtrace/psinfo.d", line 93: failed to resolve type 
kernel`struct thread * for identifier curthread: Unknown type name

My kernel is compiled with CTF options :


[root@numenor ports]# grep CTF /usr/src/sys/amd64/conf/XAVIER
makeoptions WITH_CTF=1  # Run ctfconvert(1) for DTrace 
support

options DDB_CTF # Kernel ELF linker loads CTF data


I'm running 13-stable, an did a full buildword/buildkernel. And
ctfdump  /boot/kernel/kernel produces an output

Is this a known problem, or did I mess something ?

Thanks,

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer

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


failed to resolve type kernel struct thread *

2021-01-24 Thread Xavier Humbert

Hello,

I cannot compile www/node (and some others) with this error

dtrace: failed to compile script src/v8ustack.d: 
"/usr/lib/dtrace/psinfo.d", line 93: failed to resolve type 
kernel`struct thread * for identifier curthread: Unknown type name

My kernel is compiled with CTF options :


[root@numenor ports]# grep CTF /usr/src/sys/amd64/conf/XAVIER
makeoptions WITH_CTF=1  # Run ctfconvert(1) for DTrace 
support

options DDB_CTF # Kernel ELF linker loads CTF data


I'm running 13-stable, an did a full buildword/buildkernel. And
ctfdump  /boot/kernel/kernel produces an output

Is this a known problem, or did I mess something ?

Thanks,

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer

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


rubygem-rdoc upgrade breaks gitlab

2020-12-27 Thread Xavier Humbert

Hi,

I'm installing www/gimlab-ce, but a recent upgrade of rubygem-rdoc to 
6.3 (rev 559245) breaks installation :


# portinstall -v www/gitlab-ce
[...]
===>   gitlab-ce-13.7.0 depends on package: rubygem-rdoc>=6.1.2<6.3 - 
not found

*** Error code 1

Please note that requirement is *strictly* inferior to 6.3.

May I simply relax the dependency ?

Cheers,

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer

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


sysutils/rundeck3 config files

2020-12-21 Thread Xavier Humbert

Hi,

Seems that the port sysutils/rundeck3 does not install config files :

java.lang.IllegalStateException: java.io.FileNotFoundException: 
/usr/local/rundeck/server/config/log4j2.properties (No such file or 
directory)


Actually the directory `config` does not even exist... I'm trying to 
fiddle with a pkg-plist, whith no success


Cheers,

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer
___
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: Thunderbird package missing

2020-12-14 Thread Xavier Humbert

On 14/12/2020 12:03, Graham Menhennitt wrote:

Hello all,
I did a pkg upgrade yesterday and it removed my Thunderbird package. 
When I go to install it, I get "No packages available to install 
matching 'thunderbird'. I've tried it on two separate systems with the 
same result. What's going on?


Hi,

Thunderbird seems to actually lack a pkg build. The port has been 
updated yesterday, perhaps wait a couple of days...
https://svnweb.freebsd.org/ports/head/mail/thunderbird/ 
<https://svnweb.freebsd.org/ports/head/mail/thunderbird/>

But I agree, removing the package is an issue.

Cheers

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer

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


Time to swicth from svn to git ?

2020-12-13 Thread Xavier Humbert

Hi,

Ca we switch our ports repository from svn to git ?

Thx

Xav

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer

___
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: Icingaweb2

2020-10-03 Thread Xavier Humbert


On 27/09/2020 19:05, Guido Falsi via freebsd-ports wrote:
> Ideas from the top of my head:
>
> - did you restart php-fpm?
> - check php-fpm config, is json support enabled there too?
>
Unfortunately, I don't use php-fpm, but mod_php. Perhaps should I, but
I'm uncertain that it will fix the problem.

If only I could remember what happend when php was upgraded from 7.2 to
7.3 :-(

Cheers

Xavier

-- 
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer

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


Icingaweb2

2020-09-27 Thread Xavier Humbert
Hi,

pkg update broke icingaweb2 :
* it upgraded php73 to php74, which at first glance is not a problem
* deleted blindly icingaweb2 without noticing that icingaweb2-php74 was
present

So I reinstalled manually icingaweb2-php74, and when launching the
browser, I got the (in)famous

> Call to undefined function Icinga\Util\json_encode()
However :

> [root@aragorn ~]# pkg info php74-json
> php74-json-7.4.10
> [root@aragorn ~]# php -m | grep json
> json
> [root@aragorn ~]# php phpinfo.php | grepjson
> json
> json support => enabled
I ran into the very same problem when updated from  php72 to php73, but
can't remember how I fixed it

Someone can help, please ?

Regards

Xavier

-- 
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer


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


textproc/cmark conflict with llvm80 doc build

2020-07-20 Thread Xavier Humbert
Hello,

Because of :

> DOCS_BUILD_DEPENDS= ${PY_SPHINX} \
>    
> ${PYTHON_PKGNAMEPREFIX}recommonmark>=0.0.20180530:textproc/py-recommonmark@${PY_FLAVOR}

devel/llvm80 cannot build its doc, if on of these ports is installed :

> [root@numenor ports]# find . -name Makefile -exec grep -H
> 'textproc/cmark'  {} \;
> ./multimedia/mkvtoolnix/Makefile:QT5_LIB_DEPENDS=  
> libcmark.so:textproc/cmark
> ./textproc/cmark/Makefile:# $FreeBSD: head/textproc/cmark/Makefile
> 498404 2019-04-08 18:10:11Z tobik $
> ./graphics/aseprite/Makefile:  
> libcmark.so:textproc/cmark \
> ./net-im/nheko/Makefile:    libcmark.so:textproc/cmark \
> ./net-im/spectral/Makefile: libcmark.so:textproc/cmark
> ./net-im/talkatu/Makefile:  libcmark.so:textproc/cmark

textproc/py-recommonmark depends on textproc/py-CommonMark, which
conflits with textproc/cmark

Regards,

Xavier

-- 
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer

___
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: MOVED format error

2020-07-11 Thread Xavier Humbert
Hi,

This night's svn up fixes the problem.

Thanks

Xavier

On 10/07/2020 07:09, Pau Amma wrote:
> On 2020-07-10 06:54, Xavier Humbert wrote:
>> Hello,
>>
>> Apparently the MOVED file is broken :
>
> Maybe fixed in
> https://svnweb.freebsd.org/ports?view=revision=541808 ?
> ___
> 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"

-- 
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer

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


MOVED format error

2020-07-09 Thread Xavier Humbert

Hello,

Apparently the MOVED file is broken :


[root@numenor ports]# portversion
Traceback (most recent call last):
[...Starcktrace omitted...]
/usr/local/lib/ruby/site_ruby/2.6/pkgtools/portsdb.rb:118:in `block (2 
levels) in fill': MOVED file format error (PortsDB::MOVEDError)

As indicated, I deleted the MOVED file, and portversion runs normally

Cheers,

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer

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


Grafana, Django, Graphite, ect

2020-05-08 Thread Xavier Humbert
Hello,

In  my understanding, to work with graphite datasource, Grafana needs to
connect to graphite-web, since it cannot fetch data directly like with ELK.

But graphite-web is afaik, stucked with python 2.7, (and a bunch of py27
modules), while django 1.1.1 is EOLed. Tried django 2.2 (py37 only),
which as expected, crashes while importing modules.

So the simple question is : how to make all this stuff work with python
37, django 2 or 3, and recent graphite ? I know that (according to
graphite-web's github :

> ...keep in mind that Graphite-web supports Python versions *2.6 to
> 2.7* and Django versions *1.4 and above*.
So I think I will continue with python 2.7, but at least need to upgrade
django to the latest py27 version

I have plenty of time to test and try upgrading (thanks Covid), my
Grafana is not production yet, but I need some hints.

TIA,

Cheers,

Xavier

-- 
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer

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


net/librsync does not build

2020-04-23 Thread Xavier Humbert
Hi,

net/librsync apparently can't find libpopt :

> [root@numenor librsync]# MAKE_JOBS_UNSAFE=yes make
> ===>  Building for librsync-2.3.0
> [1/1] : && /usr/bin/cc -O2 -pipe -g -march=core2 -fstack-protector-strong
>   -fno-strict-aliasing -Wall -std=c99 -pedantic -O2 -pipe -g -march=core2
>   -fstack-protector-strong -fno-strict-aliasing  -fstack-protector-strong
>   CMakeFiles/rdiff.dir/src/rdiff.c.o CMakeFiles/rdiff.dir/src/isprefix.c.o
>   -o rdiff  -Wl,-rpath,/usr/ports/net/librsync/work/.build:
>   librsync.so.2.3.0  -lpopt && :
> FAILED: rdiff
> : && /usr/bin/cc -O2 -pipe -g -march=core2  -fstack-protector-strong
>   -fno-strict-aliasing -Wall -std=c99 -pedantic -O2 -pipe -g -march=core2
>   -fstack-protector-strong -fno-strict-aliasing  -fstack-protector-strong
>   CMakeFiles/rdiff.dir/src/rdiff.c.o CMakeFiles/rdiff.dir/src/isprefix.c.o
>   -o rdiff  -Wl,-rpath,/usr/ports/net/librsync/work/.build:
>   librsync.so.2.3.0  -lpopt && :
> ld: error: unable to find library -lpopt
> cc: error: linker command failed with exit code 1 (use -v to see
> invocation)
> ninja: build stopped: subcommand failed.
> *** Error code 1
>
> Stop.
> make: stopped in /usr/ports/net/librsync
>
However :

> [root@numenor librsync]# ll /usr/local/lib/libpopt.*
> -rw-r--r--  1 root  wheel  73960 Apr 19 02:58 /usr/local/lib/libpopt.a
> lrwxr-xr-x  1 root  wheel 16 Apr 19 02:58
> /usr/local/lib/libpopt.so@ -> libpopt.so.0.0.0
> lrwxr-xr-x  1 root  wheel 16 Apr 19 02:58
> /usr/local/lib/libpopt.so.0@ -> libpopt.so.0.0.0
> -rwxr-xr-x  1 root  wheel  56832 Apr 19 02:58
> /usr/local/lib/libpopt.so.0.0.0*
What is the problem ?

Thxs

Regards

Xavier

-- 
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer

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


Upgrade from PHP71 to PHP72 breaks icingaweb2

2018-11-03 Thread Xavier Humbert
Context FreeBSD 11-STABLE, last pkg upgrade led to update PHP71 to 
PHP72.

php72-json is installed, but when I launch a navigator, IcingaWeb2
crashes with :


Call to undefined function Icinga\Util\json_encode() in
/usr/local/www/icingaweb2/library/Icinga/Util/Json.php:57



Any idea ?

Thanks

--
Xavier
___
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-packaging and old syle packages, adding MANIFEST

2016-08-23 Thread Xavier Humbert

Hello,

Is it feasible to just add the +MANIFEST file to a binary package 
(namely Kaspersky for FreeBSD 8.X) to make it recognised by pkgng ?


Thanks,

--
Xavier

___
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: www/xpi-adblock_plus

2015-12-31 Thread Xavier Humbert

On 31/12/2015 14:07, Andrea Venturoli wrote:

Hello.

I've been using this Firefox add-on for a while, installing it through 
its port.
Lately however, after yet another Firefox upgrade, it stopped working, 
because it's not signed.


Is signing of the port on the way? Is it possible at all? Is this the 
end of Firefox add-ons through the port tree?
Should I remove the port and download the add-on directly through 
Firefox?

Any other thought?

 bye & Thanks
av.

Hi Andrea,

You can disable signing check by opening an "about:config" window, and 
setting *xpinstall.signatures.required to false.*


HTH

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer
___
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: p5- ports not installing

2014-12-08 Thread Xavier Humbert
On 05/12/14 19:03, David Wolfskill wrote:
 The following is largely based on ports/UPDATING entry 20141127.

I read, and did it, with no success.

The reason was that, strangely, portupgrade did *not* rebuild perl
before the perlmods...

Maybe I did it the wrong way, I'm not really sure. But for me, upgrading
perl first fixed the problem.

Regards,

Xav

-- 
Xavier HUMBERT xav...@xavierhumbert.net
277 av. de la Division Leclerc
92290 CHATENAY MALABRY / FRANCE
Tél  +33 6 71 17 29 07
Dom  +33 9 51 00 37 63
Trav +33 1 41 87 18 39
___
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: Population libmap.conf

2011-11-06 Thread Xavier HUMBERT
Matthew Seaman m.sea...@infracaninophile.co.uk wrote:

 Of course not.  I misread the question -- thought the OP was asking
 about a generic action by the admin before installing whatever.

Basically, it's about installing a binary port (namely news/dnews, works
with FreeBSD9, I tested it), which is compiled for FreeBSD4 only.

Adding dependency to compat_4x is mandatory, but isn't enough.

Thx,

-- 
XAv
In your pomp and all your glory you're a poorer man than me,
as you lick the boots of death born out of fear.
(Jethro Tull)
___
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


Population libmap.conf

2011-11-05 Thread Xavier HUMBERT
Hi,

I'm asking the best way to populate libmap.conf at before-install stage.

Obviously a shell script with this pseudo-code

if [ !grep myport]; then
cat mymaps  /etc/libmap.cobf
fi

will do.

But is there a standardized way to call it in the pre-install target ?

Thx,

-- 
XAv
In your pomp and all your glory you're a poorer man than me,
as you lick the boots of death born out of fear.
(Jethro Tull)
___
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


Right Way to set LICENSE

2011-11-04 Thread Xavier HUMBERT
Hi,

I'm porting an application which is commercial, but free for acaademic
use.

I just can't figure it, looking at Mk/bsd.licenses[.db].mk

Is the a standardized way for this ?

Thanks,

-- 
XAv
In your pomp and all your glory you're a poorer man than me,
as you lick the boots of death born out of fear.
(Jethro Tull)
___
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


[SOLVED] Re: Building caire and $PATH order

2011-10-19 Thread Xavier HUMBERT
Xavier HUMBERT xavier.humb...@xavhome.fr.eu.org wrote:

 A couple of weeks ago, after installing openssl from ports, I changed
 PATH order in my .bash_login, in order to use /usr/local before /usr an
 so on.
 
 Today, I upgraded icu, and its dependants, including cairo. The build
 was successful until reaching cairo :
[...snip...]

Well, after digging in configure script, and putting some debug code,
the culprit is 
chkrootkit.
It has a strings binary which exhibits the very same error :
 [root@valinor ~]# /usr/local/sbin/strings --help
 fopen: No such file or directory

And, in fact, the problem has already been reported in freebsd-gnome :
http://markmail.org/message/qufu3ddabtqucagr

I dunno why chkrootkit uses a very common and standard binary name for
their own.

-- 
XAv
In your pomp and all your glory you're a poorer man than me,
as you lick the boots of death born out of fear.
(Jethro Tull)
___
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


Building caire and $PATH order

2011-09-15 Thread Xavier HUMBERT
Hi,

A couple of weeks ago, after installing openssl from ports, I changed
PATH order in my .bash_login, in order to use /usr/local before /usr an
so on.

Today, I upgraded icu, and its dependants, including cairo. The build
was successful until reaching cairo :

---
checking how to allow undefined symbols in shared libraries used by test
suite... checking whether cc supports -Wl,--allow-shlib-undefined... yes
-Wl,--allow-shlib-undefined
checking whether byte ordering is bigendian... no
checking whether float word ordering is bigendian... fopen: No such file
or directory
fopen: No such file or directory
unknown
configure: error: 

Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.
---

Setting PATH with /usr/local *after*, on the command line fixed the
problem.

Is this a known behavior ? A mess with two include files with the same
name in /usr/include and /usr/local/include ?

Thanks,

-- 
XAv
In your pomp and all your glory you're a poorer man than me,
as you lick the boots of death born out of fear.
(Jethro Tull)
___
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