Re: [SOLVED] request for portmgr approval on bug 238170

2020-10-11 Thread Koichiro Iwao
I've already got feedback from portmgr, thanks! On Fri, Oct 09, 2020 at 04:11:12PM +0900, Koichiro Iwao wrote: > > Hi, > > I suppose this kind of changes require portmgr's approval, right? > I'd appreciate if someone tell me the correct procedure to request > portmgr to ap

request for portmgr approval on bug 238170

2020-10-09 Thread Koichiro Iwao
Hi, I suppose this kind of changes require portmgr's approval, right? I'd appreciate if someone tell me the correct procedure to request portmgr to approve such patches. Or tell me this change actually requires portmgr's approval or not. I'm sure this doesn't break anything.

Re: FreeBSD Port: tigervnc-server-1.11.0 error build

2020-09-30 Thread Koichiro Iwao
> >> Just remove net/tigervnc-server/files/patch-unix_xserver_hw_vnc_xvnc.c > >> and try again. It looks like the committer forgot to remove an obsolete > >> patch. Exactly. Thanks for the fix! -- meta ___ freebsd-ports@freebsd.org mailing list

Re: Recommendation softether

2020-05-19 Thread Koichiro Iwao
On 2020-05-16 07:52, Michael Butler via freebsd-ports wrote: It's already there .. security/softether-devel Softether VPN 4 (stable beta version) security/softether SoftEther VPN 4 (RTM version) security/softether5 SoftEther VPN 5 (Developer Edition) Yup, I do maintain these. I'm also

Re: How to use base OpenSSL with meson-based ports?

2020-04-01 Thread Koichiro Iwao
In my ports, I patch configure.ac to find OpenSSL not relying on pkg-config. https://svnweb.freebsd.org/ports/head/net/xrdp/files/patch-configure.ac?revision=469777=markup#l8 See also this. http://empt1e.blogspot.com/2011/05/dealing-with-pkg-config-detection-of.html

Re: OpenSSL multiple names?

2020-02-06 Thread Koichiro Iwao
Hi, I think UPDATING 20200101 should help you. On Wed, Feb 05, 2020 at 06:41:19PM -0700, @lbutlr wrote: > When trying to port upgrade mariadb it reinstalled openssl (just about > everything for the last month has reinstalled openssl) > > I get this after a successful build > > ===>

Re: xterm-353

2020-02-02 Thread Koichiro Iwao
Reported to the maintainer. It should be fixed shortly. On Sun, Feb 02, 2020 at 10:36:00AM -0500, ajtiM via freebsd-ports wrote: > Update of xterm to version 253 has a problem: > > ===> License MIT accepted by the user > ===> xterm-353 depends on file: /usr/local/sbin/pkg - found > ===>

Re: Committing updates for three ports (graphics/py-glfw, sysutils/zrep, and misc/py-tqdm)

2019-11-19 Thread Koichiro Iwao
Hi! Everything has been committed. On Mon, Nov 18, 2019 at 02:44:16PM -0500, Neel Chauhan wrote: > Hi freebsd-ports@ mailing list, > > Could someone please be able to commit updates for these three ports: > > * graphics/py-glfw (Bugzilla: >

Re: golang apps try to use network during build and build erro on

2019-11-05 Thread Koichiro Iwao
On Tue, Nov 05, 2019 at 09:27:58AM +0900, Koichiro Iwao wrote: > I'm not familiar with golang build system. I'm not sure why this happens > and the differences between golang apps use network and don't. I'd > appreciate if you give me some advice how do golang folks avoid using > ne

Re: golang apps try to use network during build and build erro on

2019-11-05 Thread Koichiro Iwao
Hi, Thank you both. I'll give it a try. -- meta ___ 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"

golang apps try to use network during build and build erro on

2019-11-04 Thread Koichiro Iwao
poudriere Reply-To: X-Operating-System: FreeBSD 12.1-STABLE amd64 Hi, I recently noticed some golang apps (recent vewsion?) try to use network during build. As we know, this causes build error on poudriere. I'm not familiar with golang build system. I'm not sure why this happens and the

Re: FLAVORS for Ruby

2019-10-14 Thread Koichiro Iwao
On Tue, Sep 17, 2019 at 07:34:27AM -0400, Steve Wills wrote: > Hi, > > On 9/17/19 2:40 AM, Mathieu Arnold wrote: > > > > What we are all 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

Re: FLAVORS for Ruby

2019-09-16 Thread Koichiro Iwao
On Mon, Sep 16, 2019 at 08:54:17AM -0600, Adam Weinberger wrote: > On Mon, Sep 16, 2019 at 8:39 AM Koichiro Iwao wrote: > > > > On Sat, Sep 14, 2019 at 10:52:45AM -0600, Adam Weinberger wrote: > > > The issue is that FLAVORS has added a substantial (and painful) > >

Re: FLAVORS for Ruby

2019-09-16 Thread Koichiro Iwao
On Sat, Sep 14, 2019 at 10:52:45AM -0600, Adam Weinberger wrote: > The issue is that FLAVORS has added a substantial (and painful) complexity to > python ports and python.mk. It means that a number of people have had to be > hyper-vigilant and watch commits closely to catch errors introduced

Re: FLAVORS for Ruby

2019-09-16 Thread Koichiro Iwao
On Sat, Sep 14, 2019 at 08:39:12AM +0200, Antoine Brodin wrote: > On Sat, Sep 14, 2019 at 6:27 AM Koichiro Iwao wrote: > > On Fri, Sep 13, 2019 at 09:33:43AM -0600, Adam Weinberger wrote: > > > Systems MUST be able to support concurrent installations of python2.7 > > &

Re: FLAVORS for Ruby

2019-09-16 Thread Koichiro Iwao
On Fri, Sep 13, 2019 at 09:14:01AM -0400, Steve Wills wrote: > We provide multiple versions of Ruby, it would make sense to provide gems > for each version. In fact, I worked on this but never finished it: > > https://reviews.freebsd.org/D1 > > Steve That's nice. I will do anything that I

Re: FLAVORS for Ruby

2019-09-13 Thread Koichiro Iwao
On Fri, Sep 13, 2019 at 09:33:43AM -0600, Adam Weinberger wrote: > Systems MUST be able to support concurrent installations of python2.7 > and actual python. What is your use case for concurrent ruby? I know the importance of Python 2. Even if it is EoL-ed, it will be required over the next a few

Re: dos2unix patch?

2019-09-13 Thread Koichiro Iwao
On Fri, Sep 13, 2019 at 11:20:06AM +0200, Tijl Coosemans wrote: > You could add the patches to DISTFILES instead of PATCHFILES and then > maybe do-extract will just copy them to WRKDIR, but if not, you can set > EXTRACT_ONLY to the original distfile and copy the patches to WRKDIR in > post-extract.

Re: FLAVORS for Ruby

2019-09-13 Thread Koichiro Iwao
On Fri, Sep 13, 2019 at 10:00:19AM +0200, Antoine Brodin wrote: > On Fri, Sep 13, 2019 at 9:45 AM Koichiro Iwao wrote: > > Hi, > > > > I would like to suggest introducing FLAVOR to Ruby ports. > > > > AFAIK multiple version of Ruby ports (lang/ruby??) can be ins

FLAVORS for Ruby

2019-09-13 Thread Koichiro Iwao
Hi, I would like to suggest introducing FLAVOR to Ruby ports. AFAIK multiple version of Ruby ports (lang/ruby??) can be installed at the same time. One of these ruby ports will be *default* installed as PREFIX/bin/ruby. In contrast of Ruby lang, rubygem ports cannot be installed for multiple

Re: dos2unix patch?

2019-09-13 Thread Koichiro Iwao
:58PM +0900, Koichiro Iwao wrote: > Hi, > > is it possible to run dos2unix to patches fetched from PATCH_SITES? > or how can I change order of patch and dos2unix. > > I would like to apply dos2unix-ed patches to dos2unix-ed source. > Alternatively, applying patch first and

dos2unix patch?

2019-09-11 Thread Koichiro Iwao
Hi, is it possible to run dos2unix to patches fetched from PATCH_SITES? or how can I change order of patch and dos2unix. I would like to apply dos2unix-ed patches to dos2unix-ed source. Alternatively, applying patch first and then running dos2unix on patched-source is OK to me. Patches fetched

Re: category for VPN softwares?

2019-08-02 Thread Koichiro Iwao
On Tue, Apr 02, 2019 at 03:45:43PM +0200, Mathieu Arnold wrote: > And in any case, see our documentation: > > https://www.freebsd.org/doc/en/articles/committers-guide/ports.html#ports-qa-new-category I've raised bug 239395. I'd appreciate if someone tell me I need to get who's approval to commit

Re: please update rrdtool port from 1.7.0_2 to 1.7.2

2019-07-02 Thread Koichiro Iwao
Hi, Just a note to let you know that the patch is already submitted. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238832 On Tue, Jul 02, 2019 at 05:58:58PM +0200, Philippe Maechler wrote: > Hello BSD Users > > > > I see that rrdtool 1.7.1 was released on February 2019 and 1.7.2 in may

portscount is down

2019-06-26 Thread Koichiro Iwao
Hi, portscout.FreeBSD.org seems to be down (Error 503 Backend fetch failed) for the last few days. Is anyone aware of this already? -- meta ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-06-05 Thread Koichiro Iwao
> > FBSD 12.0-RELEASE-p3 and there have also been (I think) two (2) xrdp > > port/pkg updates as well but the problem still remains the same. > > Connections to chansrv work 100% of the time on one system and 0% of the > > time on the other. > > > >     Also, can you

Re: category for VPN softwares?

2019-04-08 Thread Koichiro Iwao
Concluding everyone's opinion, starting with virtual category sounds much easier. Thanks. I'll create a list of VPN softwares first. -- meta ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: category for VPN softwares?

2019-04-02 Thread Koichiro Iwao
On Tue, Apr 02, 2019 at 11:38:15AM +0200, Mateusz Piotrowski wrote: > I am not sure if it should be vpn or net-vpn. I feel net-vpn is > more suitable. As you know, we already have net-im, net-p2p, net-mgmt categories. This is one of reasons why I feel net-vpn is more suitable. -- meta

Re: starting virtual box VM instantly crashes FreeBSD after upgrade from 11 to 12

2019-04-01 Thread Koichiro Iwao
Hi, did you rebuild virtualbox-ose-kmod? On Tue, Apr 02, 2019 at 04:04:49PM +1100, Graham Menhennitt wrote: > Hello all, > > I recently upgraded my desktop box from 11-Stable to 12-Stable via source. > I've rebuilt and installed the 5.2.26 virtualbox-ose and virtualbox-ose > ports from scratch

Re: category for VPN softwares?

2019-04-01 Thread Koichiro Iwao
On Tue, Apr 02, 2019 at 06:41:51AM +0200, Kurt Jaeger wrote: > Create a real category vpn and move everything to it ? Sounds better! Gentoo has net-vpn category. Just FYI, Gentoo also have net-dialup category. PPP/PPPoE/L2TP softwares are put under net-dialup but I feel that classification is too

category for VPN softwares?

2019-04-01 Thread Koichiro Iwao
Hi, some VPN softwares are in security category/directory. OTOH, some VPN softwares are in net category/directory. Which is correct & preferred? Incoherent categories are a little bit surprising and confusing for me. I'd like to sort out categories of VPN softwares. Probably we have following

Re: Call for testers/review/help: separating net/tigervnc into -server and -client

2019-03-31 Thread Koichiro Iwao
Committed at r497400. Let me know if something's inconvenient for you. https://svnweb.freebsd.org/changeset/ports/497400 On Tue, Mar 26, 2019 at 06:22:38PM +0900, Koichiro Iwao wrote: > Hi, > > I'm working on separating net/tigervnc into -server and -client. > If you're a user of T

Re: Bug report commit request

2019-03-29 Thread Koichiro Iwao
Regarding the PR, koobs@ has already taken it. I leave it to him. I'm also a big user of certbot, I can also understand your change and commit it. If you add me to CC list when you submit a PR, I'll look at yours AMAP. Particularly japanese/* ports and popular ports in Japan. Thanks always for

Call for testers/review/help: separating net/tigervnc into -server and -client

2019-03-26 Thread Koichiro Iwao
Hi, I'm working on separating net/tigervnc into -server and -client. If you're a user of TigerVNC, I'd appreciate if you test/review my changes. Also Java version of vncviewer will be added later. https://reviews.freebsd.org/D19709 I'd like to commit this before next quarterly branch is

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 06:50:43PM +0100, Tijl Coosemans wrote: > You mean building from ports versus poudriere? Poudriere would always > select ImageMagick6 with the BUILD_DEPENDS line above, but that's fine. > > Options aren't a good interface for this because the user can select an > option

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 11:20:09AM -0600, Adam Weinberger wrote: > This makes building from ports behave differently from pkg. Please, > just make an OPTIONS_SINGLE for it, and default it to the current > version (7), not the old version. Yes, I'm going to switch to 7. The current port using 6

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 02:33:30PM +0100, Tijl Coosemans wrote: > Like hrs already said: since this is a build dependency you can just > write: > > BUILD_DEPENDS=convert:graphics/ImageMagick6 > > This does not install ImageMagick6 if 7 is installed. It will only > install 6 if convert

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 04:50:18PM +0900, Hiroki Sato wrote: > That is a workaround while increasing maintenance cost. It is at the > maintainer's discretion. Thanks for the advice. Fortunely, icons are not updated too open. The maintenance cost is not negligible but might be acceptable. --

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 01:01:42PM +0700, Eugene Grosbein wrote: > 14.03.2019 11:40, Hiroki Sato wrote: > > > Koichiro Iwao wrote > > in <20190314031726.aaspgwdcuithh...@icepick.vmeta.jp>: > > > > me> Hi, > > me> > > me> If a port have

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 03:12:43PM +0900, Koichiro Iwao wrote: > On Thu, Mar 14, 2019 at 01:40:14PM +0900, Hiroki Sato wrote: > > There is no easy solution to solve it completely because currently > > package dependency is solved in a strict manner including package > &g

Re: loose dependency

2019-03-14 Thread Koichiro Iwao
On Thu, Mar 14, 2019 at 01:40:14PM +0900, Hiroki Sato wrote: > There is no easy solution to solve it completely because currently > package dependency is solved in a strict manner including package > names and version numbers, not only existence of specific files. > Creating multiple ports

loose dependency

2019-03-13 Thread Koichiro Iwao
Hi, If a port have runtime dependency on bin/convert command of ImageMagick but whichever ImageMagick{6,7}{,-nox11} are OK, how port Makefile should be written? ImageMagick6 and 7 conflicts each other. I want to respect user's choice which ImageMagick to use. -- meta

Re: net/xrdp: Issue(s) with Channels/Clipboard.

2019-02-16 Thread Koichiro Iwao
On Fri, Feb 15, 2019 at 11:31:36AM -0700, Janky Jay, III wrote: > This also causes the connection to take 16 seconds to open XFCE4 once > it finally gives up on channels. I see 4 errors so I'm guessing there's > a 4 second timeout between attempts. Something similar to the >

Re: Committer request for print/lilypond-devel

2019-01-10 Thread Koichiro Iwao
Done. On Thu, Jan 10, 2019 at 08:05:41PM +1300, Jonathan Chen wrote: > Hi, > > Could a kind committer please take a look at: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234082 > > It's an update by the maintainer, just waiting for a commit. > > Thanks! > -- > Jonathan Chen >

Re: Bug report commit request

2018-12-26 Thread Koichiro Iwao
I'll take this one. On Wed, Dec 26, 2018 at 11:13:12AM +0900, Yasuhiro KIMURA wrote: > 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.

security/openssl111 TLSv1.3 port options

2018-09-12 Thread Koichiro Iwao
Hi, OpenSSL 1.1.1 has been added to ports tree. AFAIK OpenSSL 1.1.1 supports TLSv1.3 but no port options for TLSv1.3. There're only TLS1, TLS1_1, TLS1_2. I assume TLSv1.3 will be enabled by default unless disabled explicitly so security/openssl111 will always be built with TLSv1.3 enabled,

Re: xproto merge

2018-08-01 Thread Koichiro Iwao
On Tue, Jul 31, 2018 at 05:33:48PM -0700, Kevin Oberman wrote: > Well, not quite. I forgot evieext-1.1.1. It did not show up as orphaned. I > think that this needs to be fixed as it certainly should have been. Once I > deleted evieext, the install went smoothly. zeising@ has just removed evieext

Re: Please test!

2018-07-09 Thread Koichiro Iwao
On Mon, Jul 09, 2018 at 04:59:38PM +0900, 山田真由 wrote: > My port is located at http://taurus.ics.nara-wu.ac.jp/my/ 403 -- meta ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

order of multiple PKGNAMEPREFIX?

2018-07-09 Thread Koichiro Iwao
Hi, I have a question when a port has multiple PKGNAMEPREFIX. I'm still not sure after reading porter's handbook[1]. If prefixed ports such as p5-, py-, rubygem- are under language or region category, which prefix should appear earlier? As well as other existing ports, I believe

Re: rubgem update to 3.2.7

2018-07-08 Thread Koichiro Iwao
On Mon, Jul 09, 2018 at 12:02:22AM +0200, Walter Schwarzenfeld via freebsd-ports wrote: > Portmaster tries to build the update in the wrong order. > > Right order for me was (depend on which packages are installed): > > rubygem-glib2 > rubygem-gobject-introspection > rubygem-gio2 >

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Koichiro Iwao
On Fri, May 18, 2018 at 08:30:38PM +0200, Stefan Esser wrote: > Sorry, this was my fault and I hope it is fixed with the follow-up commit > to portmaster version 3.19-10. Thanks! Works for me now. -- meta ___

Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Koichiro Iwao
Hi, I'm building devel/qt5-make by portmaster. Somehow portmaster incorrectly detects gcc6 and uses g++ despite it is actually installed as g++6. If I build it without portmaster, clang++ is used and build finishes successfully. $ pkg info | grep gcc gcc-ecj-4.5Eclipse

Re: Dropping maintainership for pydio / softether / wmconfig

2018-02-21 Thread Koichiro IWAO
I'll take the maintainership if nobody wants however I think security/softether and security/softether-devel should be maintained by the same maintainer. Sato-san, would you like to maintain net/softether as well? 2018-02-22 05:50 に Tobias Kortkamp さんは書きました: On Wed, Feb 21, 2018, at 21:23,

Re: Xrdp help needed

2017-05-09 Thread Koichiro IWAO
How xorgxrdp doesn't work? -- `whois vmeta.jp | nkf -w` meta ___ 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: MP3 licensing over - can we remove LAME restrictions?

2017-05-08 Thread Koichiro IWAO
Hi, FYI, MP3 is coming back to Fedora. I think FreeBSD may able to do that. https://fedoramagazine.org/full-mp3-support-coming-soon-to-fedora/ -- `whois vmeta.jp | nkf -w` meta ___ freebsd-ports@freebsd.org mailing list

Re: Xrdp help needed

2017-05-08 Thread Koichiro IWAO
Hi, Try net/xrdp-devel port. It should work well. I'm planning to update net/xrdp port to the latest release but try -devel until it will be updated. 2017-05-01 02:11 に Wojciech Puchar さんは書きました: installed xrdp from ports, done basic config and it works - i can connect to FreeBSD server with

Re: devel/gvfs fails to build on 11-stable and ports r436799

2017-03-29 Thread Koichiro IWAO
It helped me too, thanks! -- `whois vmeta.jp | nkf -w` meta ___ 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: latest rust fails to install

2017-03-05 Thread Koichiro IWAO
I would also need their approval to revert anything. We are all doing this on our spare time and bapt@ and antoine@ are very busy with many tasks. Let's give them some more time :) That's too bad. Reverting to unbroken state should be done quickly. We get stuck, cannot go forward or backward

Re: latest rust fails to install

2017-03-02 Thread Koichiro IWAO
Hi, Hi! A patch to fix this error is being reviewed: https://reviews.freebsd.org/D9816 Sorry for the breakage. When will it be committed? It is still broken. If it takes time, the breakage commit should be reverted. -- `whois vmeta.jp | nkf -w` meta

any ssl port required, but not base

2017-02-21 Thread Koichiro IWAO
Hi, if a port requires openssl or alternative from any port, how can I write Makefile? Whichever openssl, openssl-devel, libress, and libressl-devel are ok but base openssl is not ok. Regards, -- `whois vmeta.jp | nkf -w` meta ___

Re: xorg-server 1.18.4 segfaults

2017-02-14 Thread Koichiro IWAO
Konstantin, Deinstalling llvm37 helped, thanks! P.S. I actually deinstalled all older versions of llvm, llvm36, llvm37. -- `whois vmeta.jp | nkf -w` meta ___ freebsd-ports@freebsd.org mailing list

Re: xorg-server 1.18.4 segfaults

2017-02-14 Thread Koichiro IWAO
Konstantin, Deinstalling llvm37 helped, thanks! -- `whois vmeta.jp | nkf -w` meta ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

xorg-server 1.18.4 segfaults

2017-02-14 Thread Koichiro IWAO
Hi, After recent update of xorg-server, the new xorg-server segfaults. I'm using FreeBSD in VirtualBox so the video driver is vboxvideo. I've already rebuilt virtualbox-ose-additions. What can I do? I attach the xorg log. -- `whois vmeta.jp | nkf -w` meta [180360.851] X.Org X

net/tigervnc: call for committer

2017-01-29 Thread Koichiro IWAO
Hi, can someone grab bug 216387? it's a security update to fix memory overflow. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216387 I'd appreciate if you grab other bugs which I submitted. -- `whois vmeta.jp | nkf -w` meta ___

dns/cli53: maintainership request

2017-01-22 Thread Koichiro IWAO
Hi, Would someone please look at this? I'm willing to grab maintainership. No response from maintainer more than 4 months. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214800 -- `whois vmeta.jp | nkf -w` meta ___

Re: usage of openssl command in ports

2016-10-05 Thread Koichiro IWAO
Then you can just use: ${OPENSSLBASE}/bin/openssl to run the appropriate binary. You'ld have to use the SUB_LIST and SUB_FILES mechanism to get the resulting value substituted into pkg-install.in This is what I wanted, thanks! -- `whois vmeta.jp | nkf -w` meta

usage of openssl command in ports

2016-10-04 Thread Koichiro IWAO
Hi, I have a question about usage of openssl command in ports. If a port uses openssl command for example in pkg-install, how can I determine which openssl to use? I think if ssl=base, /usr/bin/openssl should be used. If ssl=openssl, ${PREFIX}/bin/openssl should be used. And other ssl

looking for a committer

2016-10-03 Thread Koichiro IWAO
Can someone look at these? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212625 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213150 -- `whois vmeta.jp | nkf -w` meta ___ freebsd-ports@freebsd.org mailing list

Re: Remmina ported to FreeBSD

2016-03-14 Thread Koichiro IWAO
Nice, Once I've been worked on remmina port but not a former maintainer. I noticed remmina repository has freebsd branch and someone's working on remmina on FreeBSD. Thanks for your great work. BTW, avahi-gtk3 is missing in the build instruction. -- `whois vmeta.jp | nkf -w` meta

Re: please merge www/speedtest-mini quarterly

2015-08-28 Thread Koichiro IWAO
It's done now (r395451), thanks for pointing this out. Thanks for your quick response. Is there any specific reason that the upstream are not willing to use versioned distfiles? It could be challenging for those who have never installed this to figure out what have been changed, etc.

please merge www/speedtest-mini quarterly

2015-08-27 Thread Koichiro IWAO
Hi, I'm receiving notification of distfile checksum mismatch from pkg-fallout. This is already fixed at head. Please apply the fix to quarterly. http://beefy2.nyi.freebsd.org/data/101amd64-quarterly/395341/logs/speedtest-mini-2.1.8.20150114,1.log

Re: how to fetch multiple distfiles with USE_GITHUB?

2015-08-24 Thread Koichiro IWAO
Yes, I found and read that documentation soon after my first post. Thanks for your work on documentation. 2015-08-22 08:54 に Mathieu Arnold さんは書きました: Hi, +--On 21 août 2015 06:29:38 + Koichiro IWAO m...@vmeta.jp wrote: | Hello, | | If a port requires to fetch multiple distfiles from GitHub

how to fetch multiple distfiles with USE_GITHUB?

2015-08-21 Thread Koichiro IWAO
Hello, If a port requires to fetch multiple distfiles from GitHub, what is the bestpractice? For example, equivalent to like this MASTER_SITES expression. MASTER_SITES= http://foo.example.com/distfile1.tar.gz:foo \ http://bar.example.com/distfile2.tar.gz:bar AFAIK, this does not

Bug/199258 [new port] japanese/uim-mozc: Mozc engine for uim

2015-07-09 Thread Koichiro IWAO
Hi, Could anyone please look at this? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199258 -- `whois vmeta.jp | nkf -w` meta m...@vmeta.jp ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

devel/ruby-build call for committer

2015-05-11 Thread Koichiro IWAO
Hi, I'm looking for a committer for this. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199436 Thanks, -- `whois vmeta.jp | nkf -w` meta m...@vmeta.jp ___ freebsd-ports@freebsd.org mailing list

Re: rubygems not working with ruby 2.2?

2015-03-05 Thread Koichiro IWAO
Reproduced in clean environment. I think devel/ruby-gems is too old and needs updating. ports version is 1.8.30 and the latest rubygems release is 2.4.6[1]. [1] https://github.com/rubygems/rubygems/releases # confirm default ruby version is set to 2.2 grep DEFAULT_VERSIONS /etc/make.conf

Re: rubygems not working with ruby 2.2?

2015-03-04 Thread Koichiro IWAO
Does someone confirm rubygems working with ruby 2.2? -- `whois vmeta.jp | nkf -w` meta m...@vmeta.jp ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

rubygems not working with ruby 2.2?

2015-02-26 Thread Koichiro IWAO
Hello, I switched ruby version 2.1 - 2.2 but rubygems seem not working. I performed upgrade like ports/UPDATING 20141008. Writing make.conf. DEFAULT_VERSIONS= ruby=2.2 and then portmaster -o lang/ruby22 lang/ruby21 # successfully finished portmaster -R -r ruby-2.2 # failed with following

question about PORTVERSIONing

2014-11-12 Thread Koichiro IWAO
Hi, I have a question about determining PORTVERSION. I was told to correct PORTVERSION 0.0..mm.dd style [1] by a committer. devel/ruby-build port now has mmdd style PORTVERSION like 20141028 and mmdd is the upstream's official versioning system. I'm not using date instead of

Re: question about PORTVERSIONing

2014-11-12 Thread Koichiro IWAO
I use upstream version as it is, thanks! 2014-11-13 12:04 Bryan Drewery wrote: On 11/12/2014 8:16 PM, Koichiro IWAO wrote: Hi, I have a question about determining PORTVERSION. I was told to correct PORTVERSION 0.0..mm.dd style [1] by a committer. devel/ruby-build port now has mmdd

Re: bash velnerability

2014-09-25 Thread Koichiro IWAO
I think not yet[1]. But it will be shortly updated to patched version because the vulnerability is already documented written in security/vuxml [2]. That means port committer(s) already aware of the bash vulnerability. [1]

Re: bash velnerability

2014-09-25 Thread Koichiro IWAO
Please let me make corrections. The shellshock bash vulnerabilities are described by 2 CVEs. - CVE-2014-6271 - CVE-2014-7169 The first CVE is already fixed in latest freebsd ports tree (r369185), so far the second CVE is not fixed yet. On Thu, Sep 25, 2014 at 11:58:30AM +0530, Riyaz T.K

pkg-fallout USE_PACKAGE_DEPENDS_ONLY and SIGERR?

2014-08-29 Thread Koichiro IWAO
Hello, How can I fix following two pkg-fallout notifications? The one of them is about dependency, another one is SIGERR. I have no idea how to fix it. Please help. === USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source *** Error code 1 Stop. make: stopped in

Re: pkg 1.3.5.1 -1.3.6: Repository has incompatible checksum format, need to re-create database

2014-08-13 Thread Koichiro IWAO
Try `pkg update`. It might be `pkg update -f`. On Wed, Aug 13, 2014 at 05:30:08PM -0700, Russell L. Carter wrote: Greetings, I just upgraded pkg, and see this: $ pkg clean pkg: Repository pinyon has incompatible checksum format, need to re-create database Nothing to do. How do I

Re: archivers/rpm build problem

2014-07-02 Thread Koichiro IWAO
On Wed, Jul 02, 2014 at 08:25:50AM +0200, Baptiste Daroussin wrote: I can confirm the problem and will see if I can fix, I was wondering why do you or other people use rpm for? I am planning to remove archivers/rpm and recommanding using archivers/rpm4 instead, so I need to need any corner

Re: archivers/rpm build problem

2014-07-01 Thread Koichiro IWAO
I also met the same failure. Not resolved yet. -- `whois vmeta.jp | nkf -w` meta m...@vmeta.jp ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: bugzilla auto committer assignment?

2014-06-11 Thread Koichiro IWAO
I'm not a perl specialist but I'd like to help something I can do. It looks someone already works on auto assignment. I'll wait for that and help something else as much as I can do. Thanks, On Tue, Jun 10, 2014 at 10:23:17PM -0700, Eitan Adler wrote: On 10 June 2014 18:47, Koichiro IWAO m

Re: FreeBSD ports that you maintain require staging updates

2014-06-10 Thread Koichiro IWAO
I'll take japanese/font-ricty and sysutils/jfbterm. On Mon, Jun 09, 2014 at 11:48:02AM -0500, Bryan Drewery wrote: If you see a port in here that you use and wish to keep working please consider becoming maintainer of it. Submit a PR with a patch to stage it and take maintainership of it.

bugzilla auto committer assignment?

2014-06-10 Thread Koichiro IWAO
Hi, I know bug tracking system moved to bugzilla but have some questions. Is automatic committer assignment implemented? Is notification email sent to the maintainer when someone opened a new bug? GNATS assigned a committer automatically in a few minutes when I submit a PR but bugzilla looks

update linux-sun-j{dk,re}17 to update 60

2014-06-02 Thread Koichiro IWAO
Would you please update linux-sun-jdk17 to update 60? linux-sun-jdk17 port says: === linux-sun-jre17-7.55 You must manually fetch the J2SE RE download for the Linux platform (jre-7u60-linux-i586.tar.gz) from http://www.oracle.com/technetwork/java/javase/downloads/index.html, place it in

Re: archivers/rpm fails to build probably due to my local issue

2014-05-14 Thread Koichiro IWAO
I still fails to build today but thanks. I will look for my envitonment again. On Fri, May 09, 2014 at 11:58:12AM +0200, Alex Dupre wrote: Koichiro IWAO ha scritto: archivers/rpm fails to build around aclocal macro. Same issue yesterday, today it builds fine. -- Alex Dupre

Re: Why java/linux-sun-jdk18 added?

2014-04-10 Thread Koichiro IWAO
I read commit message and got what happened, thanks. On Thu, Apr 10, 2014 at 10:40:24AM +0200, Alex Dupre wrote: Koichiro IWAO ha scritto: java/linux-sun-jdk18 was added just now but isn't it identical to java/linux-oracle-jdk18 ? Why -sun- port is needed? It was removed 30 minutes after

Why java/linux-sun-jdk18 added?

2014-04-09 Thread Koichiro IWAO
java/linux-sun-jdk18 was added just now but isn't it identical to java/linux-oracle-jdk18 ? Why -sun- port is needed? % sha256 linux-oracle-jdk1.8.0/bin/java linux-sun-jdk1.8.0/bin/java SHA256 (linux-oracle-jdk1.8.0/bin/java) = 1067e37067c2b98ea9166d80b4f0c598e17cf4376e620cfd4141eee7e3b1c4ce

annoying pkg-fallout notices, how can I stop it?

2014-03-12 Thread Koichiro IWAO
I receive following pkg-fallout notices and they're annoying. It says failed in checksums but I fixed checksums weeks ago. Why pkg-fallout notices such old checksum mismatches? How can I stop it? Maintainer: meta+po...@vmeta.jp Last committer: swi...@freebsd.org Ident: $FreeBSD:

Re: annoying pkg-fallout notices, how can I stop it?

2014-03-12 Thread Koichiro IWAO
On Wed, Mar 12, 2014 at 02:12:21PM +0100, John Marino wrote: You get the idea. You fixed head, you didn't fix the quarterly branches. How you can stop it? MFC your fix to quarterly branch. OK, I was blind. Very similar question has been posted hours ago. Then, how do I request merge from head

Re: ports/182294: sysutils/fsc not forked to background at start

2014-03-10 Thread Koichiro IWAO
Would someone please commit ports/182294? sysutils/fsc is a useful tool except for its poor rc script. http://www.freebsd.org/cgi/query-pr.cgi?pr=182294 -- `whois vmeta.jp | nkf -w` meta m...@vmeta.jp ___ freebsd-ports@freebsd.org mailing list

Re: graphics/libjpeg-turbo in place of graphics/jpeg

2014-02-17 Thread Koichiro IWAO
+1 On Tue, Feb 11, 2014 at 5:27 AM, Jakub Lach jakub_l...@mailplus.pl wrote: Currently, I reckon that libjpeg-turbo is a drop in replacement for graphics/jpeg. Unfortunately, most ports have a direct dependency on graphics/jpeg and will complain if it is missing[1]. Is there any way to

Re: net/tightvnc: taking maintainership

2014-01-22 Thread Koichiro IWAO
delphij@ quickly did. I submit a PR for the next time. Thanks, On Tue, Jan 21, 2014 at 09:48:51AM +0900, Koichiro IWAO wrote: I do maintain net/tightvnc. Please set the maintainer to meta+po...@vmeta.jp. Thanks, -- `whois vmeta.jp | nkf -w` meta m...@vmeta.jp -- `whois vmeta.jp

net/tightvnc: taking maintainership

2014-01-20 Thread Koichiro IWAO
I do maintain net/tightvnc. Please set the maintainer to meta+po...@vmeta.jp. Thanks, -- `whois vmeta.jp | nkf -w` meta m...@vmeta.jp ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe,

working on gnome-rdp port, please update wiki

2014-01-19 Thread Koichiro IWAO
I'm porting gnome-rdp listed on wanted ports. Would someone please update the wiki page? https://wiki.freebsd.org/WantedPorts -- `whois vmeta.jp | nkf -w` meta m...@vmeta.jp ___ freebsd-ports@freebsd.org mailing list

  1   2   >