Re: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-20 Thread Mathieu Arnold
vance for any insight into this. The easiest way to do this is to register on freshports[1], there is an "automatic" watchlist for ports you maintain, I don't remember how it works exactly. 1: https://www.freshports.org/ -- Mathieu Arnold signature.asc Description: PGP signature

Re: Preferred way of repocopy in terms of git

2021-05-10 Thread Mathieu Arnold
On Mon, May 10, 2021 at 11:21:43AM +0200, Tijl Coosemans wrote: > On Mon, 10 May 2021 09:30:56 +0200 Mathieu Arnold > wrote: > > On Fri, May 07, 2021 at 11:32:48PM +0600, Muhammad Moinur Rahman wrote: > >> What is the preferred way of doing ports repocopy in git? In the ha

Re: Preferred way of repocopy in terms of git

2021-05-10 Thread Mathieu Arnold
at I did when I added lang/perl5.34: cp -R lang/perl5-devel lang/perl5.34 # change stuff git add lang/perl5.34 git commit I don't really see any other way to do this, Git has absolutely no clue about copies or moves. -- Mathieu Arnold signature.asc Description: PGP signature

Re: [SOLVED?] Recovery of deleted ports fails due to pre-commit checks

2021-05-04 Thread Mathieu Arnold
On Tue, May 04, 2021 at 12:12:50PM +0200, Stefan Esser wrote: > Am 04.05.21 um 11:46 schrieb Mathieu Arnold: > > On Mon, May 03, 2021 at 09:54:36PM +0200, Stefan Esser wrote: > >> Am 03.05.21 um 09:01 schrieb Mathieu Arnold: > >>> On Sat, May 01, 2021 at 09:01:

Re: [SOLVED?] Recovery of deleted ports fails due to pre-commit checks

2021-05-04 Thread Mathieu Arnold
On Mon, May 03, 2021 at 09:54:36PM +0200, Stefan Esser wrote: > Am 03.05.21 um 09:01 schrieb Mathieu Arnold: > > On Sat, May 01, 2021 at 09:01:02PM +0200, Stefan Esser wrote: > >> The recovery of deleted ports in their previous form is rejected > >> by the pre-comm

Re: Warning: (misc/mc-nox11): Error: Duplicated origin for mc-nox11-4.8.26: misc/mc-nox11 AND misc/mc

2021-05-03 Thread Mathieu Arnold
e poudriere > jail is 12.2-p6 The problem was in misc/mc, fixed in commit 614b5da0cb87. -- Mathieu Arnold signature.asc Description: PGP signature

Re: [SOLVED?] Recovery of deleted ports fails due to pre-commit checks

2021-05-03 Thread Mathieu Arnold
g it has no knowledge of. Once a file is deleted, or moved, the history tracking stops. -- Mathieu Arnold signature.asc Description: PGP signature

Re: How to make 'named' rc script invokded earlier at boot time

2021-04-30 Thread Mathieu Arnold
an see is modify the named rc script and add the services that needs named to be started on the BEFORE line at the beginning of the script. Mind you, it really needs to start after syslog (unless you log directly to files and do not use syslog.) -- Mathieu Arnold signature.asc Description: PGP signature

Re: @sample surprises (dns/knot-resolver)

2021-04-12 Thread Mathieu Arnold
> (CC'ed maintainer and last committer; I'm going to locally stop building this > one in preparation of a CMake update) The best is probably to fix the plist and use two arguments. -- Mathieu Arnold signature.asc Description: PGP signature

Re: No update for a day on ports?

2021-04-01 Thread Mathieu Arnold
On Thu, Apr 01, 2021 at 09:54:16AM +0200, Milan Obuch wrote: > On Thu, 1 Apr 2021 09:47:04 +0200, Mathieu Arnold > wrote: > > > On Thu, Apr 01, 2021 at 09:16:15AM +0200, Milan Obuch wrote: > > > Also, what about svn mirror, as is done for src repository, for 11 > >

Re: No update for a day on ports?

2021-04-01 Thread Mathieu Arnold
be no Git to Subversion conversion for ports, like for docs. The only reason there is for the base system on 11 and 12 is because Subversion was the source control software used when they were released. -- Mathieu Arnold signature.asc Description: PGP signature

Re: bogus warning from pkg

2021-02-16 Thread Mathieu Arnold
strap pkg. -- Mathieu Arnold signature.asc Description: PGP signature

Re: MASTER_SITES=GH? like SF

2021-01-18 Thread Mathieu Arnold
___ > 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" > -- Mathieu Arnold signature.asc Description: PGP signature

Re: GitHub: size of remote file is not known

2021-01-05 Thread Mathieu Arnold
ed for a while, so if the file has been requested not too far back, the server will have it cached and will know the size, but it only happens for files that are requested frequently. -- Mathieu Arnold signature.asc Description: PGP signature

Re: How to fix/patch hardcoded values

2020-12-29 Thread Mathieu Arnold
r by one of its dependency. Then, in a post-patch target, you need to use REINPLACE_CMD to replace those to by they variables equivalent, something like: post-patch: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX}' ${WRKSRC}/githup.c -- Mathieu Arnold signature.asc Description: PGP signature

Re: Poudriere/PREFIX breakage?

2020-10-06 Thread Mathieu Arnold
d to use poudriere testport with the `-P` argument. If the goal is to have what is usually in /usr/local in /opt, then you do not need to set PREFIX, but you must set LOCALBASE instead. -- Mathieu Arnold signature.asc Description: PGP signature

Re: TEST_DEPENDS on itself?

2020-09-15 Thread Mathieu Arnold
On Mon, Sep 14, 2020 at 10:07:06PM +0200, Christian Weisgerber wrote: > Mathieu Arnold: > > > > Is a port allowed to depend on the installed version of itself for > > > running "make test"? > > > > Nope. Tests are run after the port is installe

Re: TEST_DEPENDS on itself?

2020-09-14 Thread Mathieu Arnold
On Mon, Sep 14, 2020 at 02:26:17PM -, Christian Weisgerber wrote: > Is a port allowed to depend on the installed version of itself for > running "make test"? Nope. Tests are run after the port is installed, so, it should already be ok. What problem are you trying to sol

Re: [HEADS UP] Planned deprecation of portsnap

2020-08-06 Thread Mathieu Arnold
On Thu, Aug 06, 2020 at 02:11:10PM +0200, Michael Gmelin wrote: > > > > On 6. Aug 2020, at 13:58, Mathieu Arnold wrote: > > > > On Thu, Aug 06, 2020 at 12:17:37AM +0200, Michael Gmelin wrote: > >>> We welcome any constructive feedback. All input would be

Re: [HEADS UP] Planned deprecation of portsnap

2020-08-06 Thread Mathieu Arnold
time and hopefully won't be > > too disruptive to anyone's usual workflow. > > What will be the process to bootstrap git? pkg install git comes to mind. -- Mathieu Arnold signature.asc Description: PGP signature

Re: [HEADS UP] Planned deprecation of portsnap

2020-08-06 Thread Mathieu Arnold
n "svnlite revert" would work. Depending on the damage, you may also want to `svnlite cleanup --remove-unversioned` and maybe a plain rm -rf followed by a svnlite checkout. -- Mathieu Arnold signature.asc Description: PGP signature

Re: [HEADS UP] Planned deprecation of portsnap

2020-08-05 Thread Mathieu Arnold
On Wed, Aug 05, 2020 at 12:40:26PM +0100, Bob Eager wrote: > On Wed, 5 Aug 2020 13:32:10 +0200 > Mathieu Arnold wrote: > > > On Wed, Aug 05, 2020 at 12:59:18PM +0200, Hans Petter Selasky wrote: > > > On 2020-08-04 20:43, Steve Wills wrote: > > > > >

Re: [HEADS UP] Planned deprecation of portsnap

2020-08-05 Thread Mathieu Arnold
till hardcoded for > ports tree installations, or can it be installed anywhere? > > 3) Should /usr/ports be removed from any mtree files? The default location for the ports tree is taken from the PORTSDIR environment variable, and it defaults to /usr/ports. -- Mathieu Arnold signature.asc Description: PGP signature

Re: [HEADS UP] Planned deprecation of portsnap

2020-08-05 Thread Mathieu Arnold
On Tue, Aug 04, 2020 at 09:51:23PM -0700, Chris wrote: > This is very bad news for us. I can make so many arguments against > dropping subversion. It's really not (needn't be) a matter of either/or. In this sentence, who is "us"? Also, can you elaborate? -- Mathieu Arnold

Re: Can not add port with name "py3c" (which is name of project!)

2020-06-02 Thread Mathieu Arnold
t is overly broad on purpose, so that someone does not add a py38-foo either. There is a shortcut though, ask for portmgr, and get approval for the commit, it is 3 lines above in that script ;-) -- Mathieu Arnold signature.asc Description: PGP signature

Re: USE_GITHUB=nodefault w/o github

2020-05-27 Thread Mathieu Arnold
from github, you use USE_GITHUB=nodefault. -- Mathieu Arnold signature.asc Description: PGP signature

Re: Port OPTIONS advice

2020-05-22 Thread Mathieu Arnold
UDE= ${ARCH:Ni386:Namd64:C/.+/JIT/} What it does is take ARCH, remove i386 and amd64 from it, and there is still something, replace it with JIT. -- Mathieu Arnold signature.asc Description: PGP signature

Re: How to change PATH setting of poudriere

2020-05-14 Thread Mathieu Arnold
cluded in value of > PATH environment variable. How do I change PATH setting of poudriere? I am not sure it is possible to set /opt precisely. If you simply want to test with a non standard LOCALBASE and PREFIX, you can use `poudriere testport -P` which will build with a non default PREFIX.

Re: Poudriere - Compile ALL Ports

2020-05-11 Thread Mathieu Arnold
nagment team provides a complete repository without > having these conflicts? There must be a way to do this with poudriere since > I am most certainly sure they also use poudriere. I do not understand, which port are you trying to build that fails because of those conflicts? -- Mat

Re: Building a port with debug symbols using poudriere

2020-05-07 Thread Mathieu Arnold
ymbols and nothing else. If you need to set some variable for a specific port you can: 1) edit the Makefile directly 2) put a Makefile.local in the port's directory with whatever you need 3) Add something like this to make.conf (The one Matthias told you about): .if ${.CURDIR:M*/category/portname}

Re: creating a new port from github: "_GH0" suffix in the filename

2020-04-16 Thread Mathieu Arnold
t the "_GH0" suffix? The _GH0 suffix is fine :) -- Mathieu Arnold signature.asc Description: PGP signature

Re: BIND 9.16.2 failing on RPI3 running 12.1-STABLE

2020-04-16 Thread Mathieu Arnold
3: exited > on signal 6 > > The last version of bind916 that works is bind916-9.16.0_2.txz. 9.16.1 > also fails with an assertion error on netmgr.c. https://gitlab.isc.org/isc-projects/bind9/-/issues/1761 It seems the problem is libuv 1.36. -- Mathieu Arnold signature.asc Description: PGP signature

Re: openssl problem after 11 -> 12

2020-04-14 Thread Mathieu Arnold
safe (which is a 1.0.2-something with everything enabled) and I locally rebuilt every bits that needed that old SSL. This included installing RVM to build a local ruby, and use that ruby to build the bits those scripts needed... Now it works, and that machine has a "do not touch" sign. ^^ -- Mathieu Arnold signature.asc Description: PGP signature

Re: Should 'Reported by' reflect who/which system reported the port to be out-of-date?

2020-03-10 Thread Mathieu Arnold
ame of the person who reported the problem without submitting a fix. (If they provide a fix, they go in submitted by.) -- Mathieu Arnold signature.asc Description: PGP signature

Re: When to use TMPPLIST instead of pkg-plist?

2020-03-01 Thread Mathieu Arnold
On Sat, Feb 29, 2020 at 11:29:18AM -0800, Chris wrote: > On Sat, 29 Feb 2020 11:02:23 +0100 Mateusz Piotrowski 0...@freebsd.org said > > > On 2/29/20 12:15 AM, Mathieu Arnold wrote: > > > On Fri, Feb 28, 2020 at 10:06:19PM +0100, Mateusz Piotrowski wrote: > > >>

Re: When to use TMPPLIST instead of pkg-plist?

2020-02-28 Thread Mathieu Arnold
always thought that this mechanism is reserved > for special cases such as autoplist for Python packages. > > Do we have any (perhaps unwritten) policy for when to use TMPPLIST? And when > should a port maintainer stick to pkg-plist? We do not. A port maintainer should stick to pkg-plist. -- Mat

Re: About protocols in openssl

2020-02-27 Thread Mathieu Arnold
ote, SSLv3 is going away, anything done right now that needs it is doomed. > Sub-packages might (eventually) allow you to work around this. As probably the only one who knows the subpackages implementation, I don't see how it possibly could. -- Mathieu Arnold signature.asc Description: PGP signature

Re: llvm80-8.0.1_3 needs Python 3.6 at least, but 2.7 was specified.

2020-02-27 Thread Mathieu Arnold
ey tried to install LLVM with out of date dependencies. It was fixed on r522485. -- Mathieu Arnold signature.asc Description: PGP signature

Re: What is the actual syntax used to FLAVOR ports?

2020-02-11 Thread Mathieu Arnold
ts so a package with pre canned defaults would be auto built in the > ports system that is different from the basic defaults. ON the subject of > documentation about how to set up flavors for a port is totally lacking at > this point. You know the old saying, developers are good programmers

Re: sed failed: backup file same as original

2020-01-11 Thread Mathieu Arnold
ich is also /usr/local, it can also be because it used to be useful but is no longer. -- Mathieu Arnold signature.asc Description: PGP signature

Re: breakage in "make index"

2020-01-09 Thread Mathieu Arnold
version" also fails. > This is beyond my skill set; would someone who knows how please > make the appropriate adjustment? I fear nobody can make the adjustment but you, the default linux switched to c7 a last summer, and the linux-c6-* ports were a eek ago. You probably have DE

Re: PKGSUFFIX for poudriere Help needed

2020-01-09 Thread Mathieu Arnold
ssion, you probably have to do this, in make.conf: PKG_SUFX= .tzst in poudriere.conf: PKG_REPO_META_FILE=/usr/local/etc/poudriere.d/meta And create that file with this content: version = 1; packing_format = "tzst"; You may have to fiddle with the packing_format, I don't know what the ex

Re: GL_xx tags fail when GL_SITE=https://git.zrythm.org

2019-10-31 Thread Mathieu Arnold
ore, and as it does not work any more, well, yes, the web site probably changed. -- Mathieu Arnold signature.asc Description: PGP signature

Re: dns/bind911 and 2019Q4 branch

2019-10-20 Thread Mathieu Arnold
be merged in the 2019Q4 branch? > Will it? The ISC was very clear in that this update[1] is not a security related release, so I have absolutely no plan to merge it. 1: https://lists.isc.org/pipermail/bind-announce/2019-October/001139.html -- Mathieu Arnold signature.asc Description: PGP signature

Re: FLAVORS for Ruby

2019-09-17 Thread Mathieu Arnold
ll trying to say is that adding flavors for ruby will have a big impact on build time and ressources required for building. If all you want is to have ruby flavors for the kicks of it, then I am glad to tell you that no, it will not be done. Now, the question is, why would someone need to have ruby flavors? The answer cannot be "because it should be fun" or "there is no reason there should not be". Give us a real reason about why it would be required. -- Mathieu Arnold signature.asc Description: PGP signature

Re: git submodule

2019-08-29 Thread Mathieu Arnold
hub-submodules -- Mathieu Arnold signature.asc Description: PGP signature

Re: 12.0-RELEASE-p7 doesn't contain std::filesystem that has been added to 12.0-STABLE some time later

2019-07-09 Thread Mathieu Arnold
On Tue, Jul 09, 2019 at 12:51:52PM -0700, Yuri wrote: > On 2019-07-08 23:54, Mathieu Arnold wrote: > > On Mon, Jul 08, 2019 at 03:48:25PM -0700, Yuri wrote: > > > Maybe the patch level should be updated, because any port using > > > std::filesystem fails in the current p

Re: 12.0-RELEASE-p7 doesn't contain std::filesystem that has been added to 12.0-STABLE some time later

2019-07-09 Thread Mathieu Arnold
e here (some OSVERSION bumps may be missing): https://www.freebsd.org/doc/en/books/porters-handbook/versions-12.html -- Mathieu Arnold signature.asc Description: PGP signature

Re: force github file extension for fetch? (tar.bz2 instead of tar.gz)

2019-06-04 Thread Mathieu Arnold
ource code (zip)" that we never used because tar.gz was more conveninent for us. All other files on that page have been manually uploaded by the maintainer, and cannot be fetched using USE_GITHUB. -- Mathieu Arnold signature.asc Description: PGP signature

Re: The hs-* issue

2019-05-13 Thread Mathieu Arnold
t; > > > > >compiled Apr 26 2019, 08:07:07 on amd64-portbld-freebsd12.0 > > > > > > > > > > > > > > > > > > > I meant FreeBSD ports tree revision. Or are you using portsnap to > > > obtain > > > > > > ports tree? > > > > > > > > > > > > > > > > portsnap! > > > > > > > > > > > > > I'm puzzled what's wrong with your system. Things to try: > > > > > > > > 1. Do another `portsnap fetch update`. > > > > 2. make -C /usr/ports/devel/hs-cabal-install clean > > > > 3. Use binary package for hs-cabal-install. > > > > > > Where can I find a binary? > > > > > > > pkg install hs-cabal-install > > > > Too many packages to cancel. Only one, pkg delete hs-cabal-install; pkg autoremove. -- Mathieu Arnold signature.asc Description: PGP signature

Re: ports r500205 generates extraneous "make describe"

2019-05-03 Thread Mathieu Arnold
_VARS, this should be using > OPENMPI2_CONFIGURE_ENV= cc=... cxx=... > OPENMPI2_MAKE_ENV= cc=... cxx=... You can only change CC/CXX after bsd.port.pre.mk otherwise it breaks bits of the framework like compiler.mk. This should probably be changed to a .if PORT_OPTIONS:M test after includ'ing bsd.port.pre.mk. -- Mathieu Arnold signature.asc Description: PGP signature

Re: Bind914 conficts with bind-tools

2019-05-01 Thread Mathieu Arnold
ts with bind914-9.14.0 (installs files > > into the same place). Problematic file: /usr/local/bin/arpaname > > I ran make clean before > > Thanks for ideas, You need to remove bind914-9.14.0 first. -- Mathieu Arnold signature.asc Description: PGP signature

Re: poudriere and flavours? php73 pecl-pthreads

2019-04-30 Thread Mathieu Arnold
On Tue, Apr 30, 2019 at 04:21:52PM +0200, Philippe Maechler wrote: > Hello Mathieu > > > > >On Tue, Apr 30, 2019 at 02:23:31PM +0200, Mathieu Arnold wrote: > > > > >> It seems that devel/pecl-pthreads's Makefile has not been updated in the > > &

Re: poudriere and flavours? php73 pecl-pthreads

2019-04-30 Thread Mathieu Arnold
Hi again, On Tue, Apr 30, 2019 at 02:23:31PM +0200, Mathieu Arnold wrote: > Hi, > > On Tue, Apr 30, 2019 at 10:17:07AM +0200, Philippe Maechler wrote: > > Hello freebsd-ports, it's me again > > > > > > > > Once more I have troubles building ports on Fre

Re: poudriere and flavours? php73 pecl-pthreads

2019-04-30 Thread Mathieu Arnold
ation > and used the package from there. > > But this time, even poudriere won't build the port. It seems that devel/pecl-pthreads's Makefile has not been updated in the last 6 years to account for how packages are built. I'll try to fiddle with it. -- Mathieu Arnold signature.asc Description: PGP signature

Re: What is procedure to add new USES makefile (Mk/Uses/name.mk)?

2019-04-25 Thread Mathieu Arnold
iew for my changes, as it touches not only > personal port(s) but infrastructure makefiles? Everything in Mk must be reviewed, create reviews on phabricator, portmgr will be poked about it. -- Mathieu Arnold signature.asc Description: PGP signature

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-24 Thread Mathieu Arnold
he right order? Can this be fixed in the ports for the > PHP modules? Could you give the order that works for you, so that we can try to figure out which module is making it break ? Because there is no "right" order, there is an order that can work for most people, and from time to time

Re: How to use @preexec to test for installed packages

2019-04-19 Thread Mathieu Arnold
usion that I will add > these checks into the startup script of gitlab-ce. > > Maybe this problem will be fixed in a future version of pkg to be able > to use the CONFLICTS_ definition from the Makefile. Please do not. Let the admin decide what they want to use. -- Mathieu Arnold signature.asc Description: PGP signature

Re: depends blacklist qa check

2019-04-08 Thread Mathieu Arnold
es. So, while it is true that such meta port will no longer pass testing, it will not impact a normal poudriere bulk. -- Mathieu Arnold signature.asc Description: PGP signature

Re: category for VPN softwares?

2019-04-02 Thread Mathieu Arnold
rts. > > > e.g. https://www.freshports.org/hamradio > > > > > > We have 101 hamradio related ports with more coming... > > > korean has 43,portuguese has 15,russian has 42 although languages are a > > > special case palm has 15 ports but whatever. ;) > > > > > > I'd be surprised if there weren't more vpn ports than 101 so why not > > > go with a virtual ports category to start with? > > > > Hi Diane, > > > > That's a great approach to it! AFAIK we haven't explicitly used > > virtual categories as a staging ground for hard categories, but that > > seems like a really pragmatic approach; no matter the outcome, the > > ports tree comes out ahead. > > > > # Adam > > Just to say, having a new "real" category will force people to rework their > entry list for poudriere, reinstall things if they are using portmaster etc. For poudriere, it is transparent as it parses MOVED, and new physical categories add entries in there. I think it will tell you something about it too. -- Mathieu Arnold signature.asc Description: PGP signature

Re: category for VPN softwares?

2019-04-02 Thread Mathieu Arnold
approved. > > My approach here is that new categories should be virtual unless the > evidence for hard category is incontrovertible. And in any case, see our documentation: https://www.freebsd.org/doc/en/articles/committers-guide/ports.html#ports-qa-new-category -- Mathieu Arnold signature.asc Description: PGP signature

New 2019Q2 branch

2019-04-01 Thread Mathieu Arnold
Number of committers: 61 Most active committers: 95 jbeich 33 tobik 21 riggs 17 sunpoet 17 joneum 16 tcberner 15 tz 14 mfechner 10 pi 10 linimon Diffstat: 1063 files changed, 13781 insertions(+), 8854 deletions(-) Regards, -- Mathieu Arnold signature.asc Descr

Re: Changes to USE_GNOME to USES=gnome

2019-03-29 Thread Mathieu Arnold
ill be using in the port, so one can know at once what they will find in there. -- Mathieu Arnold signature.asc Description: PGP signature

Re: Request for commit approval virtual_oss_ctl 1.2.0

2019-03-28 Thread Mathieu Arnold
On Thu, Mar 28, 2019 at 09:44:50PM +0100, Hans Petter Selasky wrote: > Restore virtual_oss_ctl to version 1.2.0. > > This version adds support for FIR filters. > > Approved by: > Approved. -- Mathieu Arnold signature.asc Description: PGP signature

Re: Changes to USE_GNOME to USES=gnome

2019-03-28 Thread Mathieu Arnold
is USE_GNOME still used for this > part? What is deprecated is using USE_GNOME without USES=gnome. Of course you still need USE_GNOME to bring in the components that are required. -- Mathieu Arnold signature.asc Description: PGP signature

Re: PORTREVISION bump on lang/perl5.26

2019-03-25 Thread Mathieu Arnold
o the bump. We do not bump PORTREVISION for metadata changes, like when port get deprecated, so, no, this will not happen. -- Mathieu Arnold signature.asc Description: PGP signature

Re: How to alert committer?

2019-02-05 Thread Mathieu Arnold
be you need to set the "maintainer approval" thing on the patch though, and not on the PR itself. -- Mathieu Arnold signature.asc Description: PGP signature

Re: Renaming net/ceph to net/ceph12

2019-01-23 Thread Mathieu Arnold
On Tue, Jan 22, 2019 at 07:13:54PM +0100, Willem Jan Withagen wrote: > On 22-1-2019 16:45, Mathieu Arnold wrote: > > On Tue, Jan 22, 2019 at 03:35:51PM +0100, Willem Jan Withagen wrote: > > > On 22/01/2019 15:29, Mathieu Arnold wrote: > > > > On Tue, Jan 22, 2019 a

Re: Renaming net/ceph to net/ceph12

2019-01-22 Thread Mathieu Arnold
On Tue, Jan 22, 2019 at 03:35:51PM +0100, Willem Jan Withagen wrote: > On 22/01/2019 15:29, Mathieu Arnold wrote: > > On Tue, Jan 22, 2019 at 10:42:16AM +0100, Willem Jan Withagen wrote: > > > Hi, > > > > > > I there a ports committer that can do that for me

Re: Renaming net/ceph to net/ceph12

2019-01-22 Thread Mathieu Arnold
It would be preferrable to submit the 13.2.x update, asking the committer in the PR to also copy the current version to net/ceph12. -- Mathieu Arnold signature.asc Description: PGP signature

Re: dns/bind911 - statistics-file

2019-01-20 Thread Mathieu Arnold
own anything, so it's not it doing it either. Side note, the sample configuration uses /var/stats/named.stats, not /var/run/named.stats. And it was ever since it was added to the base system named.conf file back in 2004 (in src r135918). So I'd say something else on your system "fixes" the file's permissions. -- Mathieu Arnold signature.asc Description: PGP signature

Re: py27 ./. py3 version of ports

2019-01-11 Thread Mathieu Arnold
On Fri, Jan 11, 2019 at 02:40:02PM +0100, Matthias Apitz wrote: > El día viernes, enero 11, 2019 a las 11:53:09a. m. +0100, Mathieu Arnold > escribió: > > > > > The background for my question is: I'm porting an AI system > > > > https://community.mycro

Re: py27 ./. py3 version of ports

2019-01-11 Thread Mathieu Arnold
the dependency for my ~2000 packages which pulled > > somehow in the standard py27 ports? > > Sure. You can build the py36 ports you want in addition to the regular py27 > ones. Just add the port name(s) to your build list appended with '@py36'. > It's generally safe to have both python27 and python36 packages of the same > module installed simultaneously -- just remember to use 'python3' on the > command line or in shebangs. python3.6. python3 is only there if you install the lang/python3 port. (Which you probably should not.) -- Mathieu Arnold signature.asc Description: PGP signature

Re: Add conflicts to port

2019-01-09 Thread Mathieu Arnold
to tell the user building the port that the port they are trying to install cannot be built-or-installed/build/installed while this other port is installed. -- Mathieu Arnold signature.asc Description: PGP signature

Re: category qt?

2018-12-24 Thread Mathieu Arnold
could easily be added (by having USES=qt add it automatically) a physical category makes little sense. It would be like having all the p5- ports put in a perl directory. -- Mathieu Arnold signature.asc Description: PGP signature

Re: devel/jsoncpp and staging?

2018-12-17 Thread Mathieu Arnold
ect the missing files problem. So, > is there away to use the ports collection with staging > disabled? src.conf documents WITHOUT_STAGING, but the > port collections seems to ignore this varible. src.conf is about the source tree, it has absolutely nothing to do with ports. Staging is a mandatory feature of every port. I cannot reproduce the error you encounter, what version of FreeBSD are you running? -- Mathieu Arnold signature.asc Description: PGP signature

Re: Massive PORTREVSION bump for gcc8

2018-12-13 Thread Mathieu Arnold
p-to-date, well, you do have to rebuild everything with the new gcc default. -- Mathieu Arnold signature.asc Description: PGP signature

Re: Best way to deal with .pyc files?

2018-12-13 Thread Mathieu Arnold
ONS_DEFINE= PYTHON > > OPTIONS_DEFAULT= PYTHON > > > > .include > > > > .if ${PORT_OPTIONS:MPYTHON} > > USES_PYTHON= flavors > > .endif > > FYI, this worked: All things considered, it does not matter when you set USE_PYTHON=flavors because it does nothing if USES does not contain python. -- Mathieu Arnold signature.asc Description: PGP signature

Re: 12.0-RC1: unifi5 can't be installed due to mongodb34 build failure

2018-11-26 Thread Mathieu Arnold
> > > 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: ssl=base

2018-11-25 Thread Mathieu Arnold
from the base system, or you install an *SSL variant from ports and use it. You cannot mix half of the stuff from the base system and half of the stuff from a port version of *SSL. -- Mathieu Arnold signature.asc Description: PGP signature

Re: r479405 ("PLIST_SUB must be appended to") missing lang/gcc8 ?

2018-11-20 Thread Mathieu Arnold
efile (revision 485224) > +++ lang/gcc9-devel/Makefile (working copy) > @@ -97,7 +97,7 @@ > --with-system-zlib > MAKE_ARGS+= MAKEINFOFLAGS="--no-split" > USE_LDCONFIG=${TARGLIB} > -PLIST_SUB= GCC_VERSION=${GCC_VERSION} \ > +PLIST_SUB+= GCC_

Re: BIND update gone bad

2018-11-14 Thread Mathieu Arnold
ns/bind911; I'm using > GSS_API_NONE and SSL is turned on. > Also, I'm using openssl from base, so I've got no GOST option there either. > > Maybe a bug report should be filled about this? Fixed in r484916. -- Mathieu Arnold signature.asc Description: PGP signature

Re: BIND update gone bad

2018-11-14 Thread Mathieu Arnold
to/engine/eng_list.c:390:id=gost > 13-Nov-2018 21:00:30.959 initializing DST: crypto failure > 13-Nov-2018 21:00:30.959 exiting (due to fatal error) M, I removed the GOST option from 9.11 because it was removed in later version and never used, but it seems BIND9 is picking up the fact that base OpenSSL still has GOST support on 11. I'll fix. -- Mathieu Arnold signature.asc Description: PGP signature

Re: USE_PACKAGE_DEPENDS failed at meson-0.48.0

2018-11-09 Thread Mathieu Arnold
not have both py27-setuptools and py36-setuptools built with two different default python versions. The default python version is UNIQUE and MUST NOT be changed mid flight. If you want the Python 3.6 flavor if that port, you run: make FLAVOR=py36 -C /var/ports/jdtpkx/devel/py-setuptools -- Mathieu Arnold signature.asc Description: PGP signature

Re: HOWTO automatically follow PHP default versions switches?

2018-11-05 Thread Mathieu Arnold
Correct? It would not be appropriate for a port inside the ports tree, but you can simply replace all occurrences of 72 by ${PHP_DEFAULT}. -- Mathieu Arnold signature.asc Description: PGP signature

Re: options DOCS + EXAMPLES

2018-11-02 Thread Mathieu Arnold
On Fri, Nov 02, 2018 at 11:33:11AM +0100, Harry Schmalzbauer wrote: > Am 02.11.2018 um 11:24 schrieb Mathieu Arnold: > > On Fri, Nov 02, 2018 at 10:49:52AM +0100, Harry Schmalzbauer wrote: > > > Hello, > > > > > > found out that the need to define

Re: FreeBSD Port: firefox-63.0.1,1 multiple errors build

2018-11-01 Thread Mathieu Arnold
d of the new version (and to re-install the old version > if the build of the new one fails). > > E.g.: > > CONFLICTS_WITH_ITSELF=yes You can already set CONFLICT_BUILD= firefox-62.* -- Mathieu Arnold signature.asc Description: PGP signature

Re: libdl.so missing after "pkg upgrade" - firefox, python27...

2018-10-15 Thread Mathieu Arnold
appens? What am I doing wrong? 11.1 is no longer supported, you must have set IGNORE_OSVERSION, which is why pkg was happy to break your system at your request. You will need to update to 11.2. -- Mathieu Arnold signature.asc Description: PGP signature

Re: How to exclude some sparse files from LICENSE_DISTFILES

2018-10-08 Thread Mathieu Arnold
files in the work directory. You can say "this tar.gz is PD, and this tar.gz is GPL" but not more than that. What you want is LICENSE= PD OTHER LICENSE_COMB= multi (Note if the other license is not defined, you have to define it further.) -- Mathieu Arnold signature.asc Description: PGP signature

Re: RUN_DEPENDS and portmaster

2018-09-10 Thread Mathieu Arnold
installation of > the package itself? > > Is this maybe a problem with portmaster as poudiere handles this correctly? It's probably a problem with portmaster not doing clean builds. -- Mathieu Arnold signature.asc Description: PGP signature

Re: workflow question: how do you maintain the port in sync with upstream?

2018-08-20 Thread Mathieu Arnold
On Sun, Aug 19, 2018 at 02:02:42AM -0300, Helen Koike wrote: > > > On 08/14/2018 01:09 PM, blubee blubeeme wrote: > > > > > > On Tue, Aug 14, 2018 at 11:33 PM Mathieu Arnold > <mailto:m...@freebsd.org>> wrote: > > > > On Tue, Aug

Re: workflow question: how do you maintain the port in sync with upstream?

2018-08-14 Thread Mathieu Arnold
; > post-patch: > @${REINPLACE_CMD} -e 's|for Linux|for FreeBSD|g' ${WRKSRC}/README Patching files in post-patch using sed SHOULD only be used to replace dynamic content, never static content. -- Mathieu Arnold signature.asc Description: PGP signature

Re: workflow question: how do you maintain the port in sync with upstream?

2018-08-14 Thread Mathieu Arnold
makepatch generates cleaned-up patches. So there is no single command to generate them. There may be other ways to do what you do. You said you maintain your local "patch" on github, so instead of adding the commits to PATCHDIR, you could use PATCH_SITES and PATCHFILES, to see an example, you could have a look at audio/rubberband You could also point the port to your fork with the local commits and use that, it would alleviate the need of patches. -- Mathieu Arnold signature.asc Description: PGP signature

Re: Stage-qa doesn't complain about unstripped elfs in many cases

2018-08-08 Thread Mathieu Arnold
that expands the list of sections. I do not understand the point of this email. I already told you that this was going against our policy. The QA check does exactly what it needs to do. -- Mathieu Arnold signature.asc Description: PGP signature

Re: porting project with large files (git-lfs) from github

2018-07-30 Thread Mathieu Arnold
On Fri, Jul 27, 2018 at 04:31:03PM -0700, Robert wrote: > Thanks, which file hosting is most preferred for large freebsd ports? I do not think we have any preference, or recommendations. Maybe someone else will have an idea. > On 07/27/18 06:22, Mathieu Arnold wrote: > > On Thu,

Re: porting project with large files (git-lfs) from github

2018-07-27 Thread Mathieu Arnold
f on a machine where git-lfs is installed. Something along the lines of: git archive --format tar.gz --prefix daal- -o daal-.tar.gz And then host that file somewhere, and use it for your port. > On 07/26/18 01:10, Mathieu Arnold wrote: > > On Wed, Jul 25, 2018 at 11:04:41PM -0700, Ro

Re: porting project with large files (git-lfs) from github

2018-07-26 Thread Mathieu Arnold
a repository using git-lfs, I am not surprised git-archive(1) does not work with it though. What is the project so I can have a look? -- Mathieu Arnold signature.asc Description: PGP signature

Re: Automake creation error.. generic or just me?

2018-07-25 Thread Mathieu Arnold
e/usr/local/lib/perl5/site_perl: No > > such file or directory > > > Compressing man pages (compress-man) > > ===>  Installing for automake-1.16.1 > > ===>   Registering installation for automake-1.16.1 as automatic > > *** Error code 70 > > Possibly caused by > https://svnweb.freebsd.org/ports?view=revision=473539 Does this https://reviews.freebsd.org/D16440 fix the error? -- Mathieu Arnold signature.asc Description: PGP signature

Re: LibreSSL CVE-2018-0732 correction

2018-07-23 Thread Mathieu Arnold
aintained by ports-secteam@, so it's their turf. Or the maintainer of the offending port, or the person who did the first commit to vuln.xml file about this entry. In any way, the vuln.xml file is open to anyone to commit, so anyone can do it. -- Mathieu Arnold signature.asc Description: PGP signature

Re: conflicts with packages on install

2018-07-03 Thread Mathieu Arnold
quot; this > conflicts with graphics/mesa-demos/terrain. > > I'm looking for options on resolving this conflict, any suggestions? Change the name of the file? -- Mathieu Arnold signature.asc Description: PGP signature

  1   2   3   4   5   6   >