because
there isn't such one.
---
Yasuhiro Kimura
___
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"
From: Yasuhiro Kimura
Subject: Re: `make makesum` fails with lang/pyton-doc-html
Date: Tue, 11 May 2021 11:34:47 +0900 (JST)
> I modified Danilo' patch as following and confirmed `make makesum`
> works as is expec
From: Yasuhiro Kimura
Subject: Re: `make makesum` fails with lang/pyton-doc-html
Date: Tue, 11 May 2021 08:21:28 +0900 (JST)
> Bad news. The problem is found when I tried to update
> lang/python-doc-html/distinfo for Python 3.8.10 and 3.9.5.
>
(snip)
>
> Since lang/python-doc-ht
From: Yasuhiro Kimura
Subject: Re: `make makesum` fails with lang/pyton-doc-html
Date: Tue, 11 May 2021 03:03:51 +0900 (JST)
> Thank you for patch. I applied it to 61daf777c5d6 of main and now
> `make makesum` works fine.
Bad news. The problem is found when I tried to update
lang/pyth
From: Yasuhiro Kimura
Subject: Build of Python 3.8.10/3.9.5 fails on 12.2-RELEASE
Date: Mon, 10 May 2021 16:29:03 +0900 (JST)
> I submitted patches to update lang/python3[89] to 3.8.10/3.9.5
> respectively.
>
> Bug 255729 - lang/python38: Update to 3.8.10
> https://bugs.freeb
main and now
`make makesum` works fine.
Best Regards.
---
Yasuhiro Kimura
___
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"
t manually into /net/freebsd/ports/distfiles/python and try again.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/lang/python-doc-html
*** Error code 1
Stop.
make: stopped in /usr/ports/lang/python-doc-html
yasu@rolling-vm-freebsd2[1245]%
---
fails only with 12.2-RELEASE.
Since FreeBSD 12 or later use OpenSSL 1.1.1, it means build fails with
OpenSSL 1.1.1 in one case but succeeds in other cases. It seems quite
strange for me.
Any suggestions?
---
Yasuhiro Kimura
___
freebsd-ports@freebsd.
ractice is
1. Mark BROKEN if system is FreeBSD 11.x and SSL_DEFAULT is base.
2. For uses who want to used a port on FreeBSD 11.x with base OpenSSL,
copy it to other name before updating it.
And before I came to this conclusion, I noticed that the port in
question was already updated exactly
ch ssl stack is used. So you
also need to add similar custimizetion in Makefile of port avoding
conflicts with the settings in Mk/Uses/ssl.mk. And it must be hard
job.
---
Yasuhiro Kimura
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/
in
Makefile of a port, lang/python38 is used for the port event if user
adds 'DEFAULT_VERSIONS+=python=3.7' in /etc/make.conf. I'm looking for
similar way about ssl setting.
---
Yasuhiro Kimura
___
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"
s necessary in my case is something like version-spec
argument of 'USES=python'.
For example, if 'USES=python:3.8+' is specified in Makefile of a port,
lang/python38 is used for it even if user sets
'DEFAULT_VERSIONS+=python=3.7' in /etc/make.conf.
But 'USES=
collection if the system is FreeBSD 11.x?
Best Regards.
---
Yasuhiro Kimura
___
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"
From: Yasuhiro Kimura
Subject: Re: Ports recompile for 13.0-RELEASE
Date: Wed, 05 May 2021 00:15:39 +0900 (JST)
> It depends on how there are installed. If they are installed by using
> official pakcages or building personal packages with poudriere, then
> `pkg upgrade` is worth tryi
leased. And probably 12.4-RELEASE
will be too.
---
Yasuhiro Kimura
___
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' line of /usr/local/etc/rc.d/named, then
'named' comes before 'ntpupdate' in the result of rcorder.
---
Yasuhiro Kimura
___
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"
From: Yasuhiro Kimura
Subject: Re: How to make 'named' rc script invokded earlier at boot time
Date: Fri, 30 Apr 2021 17:18:26 +0900 (JST)
>> The only way I can see is modify the named rc script and add the
>> services that needs named to be started on the BEFORE line at t
fy 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.)
Thanks for advice. I&
cbind /etc/rc.d/auditdistd
/etc/rc.d/nfsclient
/usr/local/etc/rc.d/tpmd
/usr/local/etc/rc.d/tcsd
/etc/rc.d/hastd /usr/local/etc/rc.d/named
/etc/rc.d/SERVERS
(snip)
'named' is still later than 'ntpdate' on my home server.
---
Yasuhiro Kimura
__
And of cource there is no difference with /usr/local/etc/rc.d/named
either. So it seems evaluation of rcorder(8) is changed between
12.2-RELASE and 13.0-RELEASE.
Then is there any way to make 'named' rc script invoked earlier at
boot time on 13.0-RELEASE?
Best Regards.
---
Yasuhir
. Ask committers for commiting the patch.
---
Yasuhiro Kimura
___
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"
/tindex/ports/databases/couchdb2
>
(snip)
Attached patch fixes the failure. Would someone please commit it?
Best Regards.
>From 00e18b09e2438be2d7c1f4ca86a9092c5b46d585 Mon Sep 17 00:00:00 2001
From: Yasuhiro Kimura
Date: Thu, 8 Apr 2021 10:40:22 +0900
Subject: [PATCH] dat
both MySQL and MariaDB. Right? If so you
should add `USES=mysql` without version arguments in the Makefile of
your port. Then user can specify which version of MySQL or MariaDB to
be used. For example, if he wants to use MariaDB 10.5 then he should
add following line in make.conf
--
g >= 1.16, and mine is 1.15.8.
>
> How to "force" port makefile to use >= 1.16
> Do I need to do that? Since 1.16 is available now on ports?
>
> https://github.com/gopasspw/gopass/issues/1804
r565496 updated lang/go to 1.16.
https://svnweb.freebsd.
ade)" %n-%v
This didn't hit upon me and I think it's really excellent way to use
file for timestamp. I'll use it in my shell script. Thank you for
letting me know.
---
Yasuhiro Kimura
___
freebsd-ports@freebsd.org mailing list
htt
ithout any user
interaction. So unfortunately your method is not applicable to my
case.
---
Yasuhiro Kimura
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "fr
Hello,
Is there any way to get the list of packages upgraded (and installed
as new dependency if there are) last time `pkg upgrade` was executed?
Best Regards.
---
Yasuhiro Kimura
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org
and I'm
confused why build error only happens with the latter.
---
Yasuhiro KIMURA
___
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"
in subject. Would someone please
let me know what is different from "121amd64-default" build?
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscri
ened. 3.1.4 fails to install with any version of ruby in
ports tree. And I'm in stuck at this status. Probably some hacks are
necessary but unfortunately I haven't found it yet.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
OPER=yes
Just FYI.
---
Yasuhiro KIMURA
___
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"
From: Yasuhiro KIMURA
Subject: Re: OpenJDK ports and 13-CURRENT
Date: Sun, 11 Oct 2020 08:35:39 +0900 (JST)
>> Can you try the attached patch? I haven't yet looked at openjdk 13 and
>> up, but I assume they will need at least the XSynchronize fix, and maybe
>> the abov
From: Yasuhiro KIMURA
Subject: Re: OpenJDK ports and 13-CURRENT
Date: Sun, 11 Oct 2020 08:35:39 +0900 (JST)
> From: Dimitry Andric
> Subject: Re: OpenJDK ports and 13-CURRENT
> Date: Sun, 11 Oct 2020 00:57:33 +0200
>
>> Can you try the attached patch? I haven't yet l
AILED Applying FreeBSD patch-changeset-57932
===> Cleanly applied FreeBSD patch(es) patch-10-af5c725b
===> FAILED to apply cleanly FreeBSD patch(es) patch-changeset-57932
*** Error code 1
Stop.
make: stopped in /usr0/freebsd/ports/git/java/openjdk12
yasu@rol
not sufficiend one. Some ports may be
unable to be built with non-default prefix.
---
Yasuhiro KIMURA
___
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"
> Matthias
Probably it is fixed with r550901.
---
Yasuhiro KIMURA
___
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"
lib/libclamav.so.9
-lib/libclamav.so.9.0.4
+lib/libclamav.so.9.0.5
lib/libfreshclam.so
lib/libfreshclam.so.2
-lib/libfreshclam.so.2.0.0
+lib/libfreshclam.so.2.0.1
libdata/pkgconfig/libclamav.pc
man/man1/clambc.1.gz
man/man1/clamconf.1.gz
---
Yasuhiro KIM
ion control
> system for the FreeBSD project will probably be replaced by git.
It's a bit hard for me to read entire archive;-). So is there summary
of git migration project (about purpose, plan, current status, etc)?
---
Yasuhiro KIMURA
_
2.1-RELEASE and 13-CURRENT r363475 (amd64)
Ports tree: head r543492
And in all cases it compeletes without any error.
Do you have any non-default setting about options or something related
to ports build?
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.
]: warning: process
/usr/local/libexec/postfix/smtpd pid 93696 killed by signal 11
yasu@eastasia[3721]% uname -a
FreeBSD eastasia.home.utahime.org 12.1-RELEASE-p7 FreeBSD 12.1-RELEASE-p7
GENERIC amd64
Does anyone else experience it?
---
Yasuhiro KIMURA
ast 2 weeks.
>
> I hope this was some oversight and not a conscious decision?
I submitted patch to fix this problem as following bug report.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248260
Just FYI.
---
Yasuhiro KIMURA
___
freebsd-ports@freebs
Dear Committers,
Would someone please commit following bug report?
Bug 242293 - graphics/rubygem-fastimage: Update to 2.1.7
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242293
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org
I submitted a bit modified patch as following bug report.
security/clamav: Fix build after r541115 when base system is build
with 'WITHOUT_SENDMAIL=yes'
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247792
Best Regards.
---
Yasuhiro KIMURA
ort I've got this error from pre-commit
> hook:
>
(snip)
>
> Please note, that port name DOES NOT START with "py3-" :)
According to "Python Ports Policy" in FreeBSD Wiki, this port should
be named as "py-py3c&
Dear Committers,
Would someone please commit following bug report?
Bug 244424 mail/postfix-policyd-spf-python: Update to 2.9.2 and rename
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244424
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports
From: Yasuhiro KIMURA
Subject: Re: How to change PATH setting of poudriere
Date: Fri, 15 May 2020 10:00:32 +0900 (JST)
> Thank you for reply. I added above lines to make.conf but resulted in
> error that "Variable PATH is recursive". So I changed as follwing.
>
> PAT
her setting for poudriere
specific, etc.)?
Best Regards.
---
Yasuhiro KIMURA
___
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"
st Regards.
---
Yasuhiro KIMURA
___
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"
o
> way to track that down.
Thanks for reply. Then I'll rebuild all installed ports as the surest
way.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any ma
ersion (6.1-20200118). Given the
> ABI
> + has changed, users will have to rebuild all the ports that are linked to
> + ncurses.
>
> 20200217:
> The size of struct vnet and the magic cookie have changed.
Are there any way to know which of installed ports are linked t
From: Andrea Venturoli
Subject: parsedmarc
Date: Sun, 19 Jan 2020 16:23:04 +0100
> Is there any chance that these three port be updated?
You can create patches to update them by yourself and submit them to
FreeBSD Bugzilla.
---
Yasuhiro KIM
have been merged to freebsd 11 and 12 so we can start thinking
> about
> doing it properly in ports.
I tried it by changing Mk/bsd.port.mk and Templates/BSD.local.dist and
found I need to change Makefile, pkg-plist and patches of lots lots
lots of ports. So I decided to
checked 2018's archive of this ML but couldn't find such thread.
Would someone please tell me where this discussion took place?
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailma
tus-bg red".
> The color remains green.
I tried it on 12.1-RELEASE-p1 amd64 and background color of status
line changed to red successfully.
What happens if you add some other customizations to ~/.tmux.conf? Are
they also ignored?
---
Yasuhiro KIMURA
_
ux/tmux.conf
> ~/.config/.tmux/.tmux.conf
According to tmux(1) man page, tmux only read /usr/local/etc/tmux.conf
and ~/.tmux.conf.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsub
=242293
Bug 242458 security/py-acme security/py-certbot*: Update to 1.0.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242458
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd
/bugzilla/show_bug.cgi?id=241861
Bug 242091 japanese/ebnetd: Fix build on real environment
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242091
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org
Dear Committers,
Would someone please commit following bug report?
security/vuxml: Document potential bypass of Runas user restrictions in sudo
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241244
Best Regards.
---
Yasuhiro KIMURA
___
freebsd
From: Yasuhiro KIMURA
Subject: Strange build error of java/openjdk12 with poudriere and 13-CURRENT
jail
Date: Fri, 11 Oct 2019 02:20:56 +0900 (JST)
> While building java/openjdk12 with poudriere and 13-CURRENT jail, I
> experienced strange build error, If I build it with 'poudriere
x27;poudriere bulk'.
What is wrong?
Environments are,
* Host
- Guest VM of VirtualBox on 64bit Windows 10 ver. 1903
- 4 CPUs, 8GB Memory, 100GB Disk
- 13-CURRENT amd64 r353107 GENERIC, WITHOUT_LIB32=yes
* Poudriere
3.3.2_1
* Jail
13-CURRENT amd64 r353107 GENERIC
* Ports tree
H
eason such as working around IPv6-related problem? If there aren't
then I think it's time to remove IPV6 option from ports framework.
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mail
1.2-RELEASE-p14
amd64, checked out latest ports tree (r511379) and tried
# cd /usr/ports/lang/ruby25
# make BATCH=yes install
# cd /usr/ports/lang/ruby26
# make BATCH=yes install
Then everything completed successfully.
---
Yasuhiro KIMURA
___
freebsd-port
ged status but didn't take. Bug 236367 is
still assinged to pyt...@freebsd.org.
---
Yasuhiro KIMURA
___
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"
Dear Committers,
Would someone please commit following bug report?
Bug 236367 - security/py-acme security/py-certbot*: Update to 0.32.0.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236367
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports
graphics/cairo can be built
with portmaster and poudriere. I wonder why build didn't fail with
simple "make install". But anyway problem is fixed.
Thank you for advice.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://
host.
Does anybody else experience it?
---
Yasuhiro KIMURA
___
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"
From: Yasuhiro KIMURA
Subject: Re: Request for help: remove bundler from ruby 2.6 port
Date: Thu, 17 Jan 2019 01:48:16 +0900 (JST)
> From: Yasuhiro KIMURA
> Subject: Re: Request for help: remove bundler from ruby 2.6 port
> Date: Sun, 06 Jan 2019 16:07:01 +0900 (JST)
&g
efile:LICENSE= NONE
yasu@eastasia[2771]%
---
Yasuhiro KIMURA
___
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"
license framework
itself or behavior of poudriere about it rather than license
information of this port. Ad-hocism doesn't pay in the long run.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mail
re by adding
'LICENSES_ACCEPTED=NONE' in /usr/local/etc/poudriere.d/make.conf.
---
Yasuhiro KIMURA
___
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"
.
---
Yasuhiro KIMURA
___
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"
From: Yasuhiro KIMURA
Subject: Re: Request for help: remove bundler from ruby 2.6 port
Date: Sun, 06 Jan 2019 16:07:01 +0900 (JST)
> https://www.utahime.org/FreeBSD/ports/lang_ruby26.20190105.patch
>
> Please take following step to apply this patch.
>
> 1. cd /usr/ports
>
rogram will not work under php7*
>
> context is 11-stable/amd64
>
> thanks,
svn checkout -r 488893 /usr/ports
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe,
From: Yasuhiro KIMURA
Subject: Re: Request for help: remove bundler from ruby 2.6 port
Date: Sun, 30 Dec 2018 10:35:14 +0900 (JST)
> Thank you for reply. Then I'm going to create full port and post here
> again.
Created.
https://www.utahime.org/FreeBSD/ports/lang_ruby26.20190105.pa
n I'm going to create full port and post here
again. But I'm away from this evening to next Saturday and can't
access development environment during that time. So if someone else
want to try it, please don't hesitate.
Best Regards.
---
Yasuhiro KIMURA
___
at post-patch target. However
I don't know enough about what files need to be removed to cleanly
remove bundler from ruby 2.6 port.
So would someone please help me about it?
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing
Dear Committers,
Would someone please commit following bug report?
[NEW PORT] mail/s-nail: Send and receive Internet mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232189
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing
,1
>
> Thank you very much. Your patch is much more elegant then my one ;-)
Thank you for checking patch. Then I'll submit this patch to
Bugzilla. I may take for a while but will be committed to ports
repository.
---
Yasuhiro KIMURA
___
f
so:ftp/curl
+.if !exists(/usr/lib/libmilter.so)
+LIB_DEPENDS+= libmilter.so:mail/libmilter
+.endif
+
USES= cpe gmake gnome libtool ncurses pathfix pkgconfig ssl
USE_RC_SUBR= clamav-clamd clamav-freshclam
USE_LDCONFIG= yes
Best Regards.
---
Yasuhiro KIMURA
__
lt ;-) My port has default settings.
Sorry, I read only first mail.
Then I have another question. Does build of security/clamav, master
port of security/clamav-milter, also fail on your environment?
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mai
https://download.freebsd.org/ftp/releases/amd64/11.2-RELEASE/
Ports tree:
r488063
And build of security/clamav-milter succeeded with all cases.
Do you use any non-default setting about clamav-milter itself or any
of its dependencies?
---
Yasuhiro KIMURA
__
rectory
Schedule: normal
Last Changed Author: garga
Last Changed Rev: 487713
Last Changed Date: 2018-12-18 06:02:00 +0900 (Tue, 18 Dec 2018)
Result:
https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/120amd64-local/2018-12-19_02h39m00s/logs/llvm60-6.0.1_4.log
Just FYI.
---
e did not seem to help.
I guess the problem comes from kernel rather than userland. So I
recommend you to upgrade or rollback kernel.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-por
onds to a /usr/src from Dec. 7, 2018.
I experienced same problem with 13.0-CURRENT r341690. See thread
starting with following message for more detail.
https://lists.freebsd.org/pipermail/freebsd-current/2018-December/072355.html
Regards.
---
Yasuhiro KIMURA
_
it's 100% reproducible on my P5020 machine.
Thank you for reply. I updated my system to r342006 and now the
problem disappeared.
Just FYI.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/fr
n issue that's causing this?
The problem about libclamav API is found in 0.101.0.
http://lists.clamav.net/pipermail/clamav-users/2018-December/007236.html
This results in build error of some ports that depends on
security/clamav. So it is downgraded to 0.1
?
Best Regards.
---
Yasuhiro KIMURA
___
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"
WITH_BDB6_PERMITTED
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230301
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-uns
/bugzilla/show_bug.cgi?id=230301
Best Regards.
---
Yasuhiro KIMURA
___
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"
From: Yasuhiro KIMURA
Subject: Regression of dtrace on 13-CURRENT
Date: Thu, 25 Oct 2018 14:46:00 +0900 (JST)
> So there is regression about dtrace between r339436 and r339548.
I submitted this problem to Bugzilla.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232675
---
Yasuhiro KIM
Hello.
On 13-CURRENT r339548 build of lang/perl5.26 fails with configure error.
--
yasu@rolling-vm-freebsd1[2100]% uname -a
FreeBSD rolling-vm-freebsd1.home.utahime.org 13.0-CURRENT FreeBSD 13.0-CURRENT
r339548 GENERIC_UTAHIME
From: Walter Schwarzenfeld
Subject: Re: Build of python 3.7.1 succeeds with poudriere but fails with real
system
Date: Sun, 21 Oct 2018 21:34:41 +0200
> There is an new PR
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
Thanks. I added myself to CC list of this PR.
---
h[572]%
I tried on 11.2-RELEASE/12.0-BETA1 amd64 and got same result.
Does anyone else experienced this? Or are there anyone who succeeded
to build on real system?
Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.fr
2018年7月30日 03:44, "Kurt Jaeger" wrote:
> Hi!
>
>> Bug 228861 - mail/mew: Update to 6.8 and etc
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228861
>>
>> Testbuilds@work
>
> Committed, thanks!
Thank
bug.cgi?id=229077
Bug 228861 is maintainer timeout (49days). Bug 229077 is update of
non-maintainer port.
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe
site
http://www.geocities.co.jp/SiliconValley-Cupertino/7565/
Home page of ninix-aya developement projcet
http://ninix-aya.osdn.jp/
Ninix-aya distribution site
http://osdn.jp/projects/ninix-aya/
Concluded.
------
Regards.
---
Yasuhiro KIMURA
be large change of
build conditions of games/ninix-aya from 4.4 to 5.0.5. So I only
fixed fetching problem of these ports.
---
Yasuhiro KIMURA
___
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"
on while that of
SVN options is off.
---
Yasuhiro KIMURA
___
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"
nth.
Best Regards.
---
Yasuhiro KIMURA
___
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"
> but reveals another. (Build log
> available on request.)
>
Thank you for information. At first I'll check the bug report.
Best Regards.
---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mai
1 - 100 of 200 matches
Mail list logo