whould anyone begin on this?
- Forwarded message from freebsd-gnats-sub...@freebsd.org -
Date: Fri, 8 Oct 2010 19:20:02 GMT
From: freebsd-gnats-sub...@freebsd.org
To: Koichiro IWAO
Subject: Re: ports/151323: Update port: net/xrdp (current cvs version)
Thank you very much for your
I've post the same to freebsd-questions but no replies, let me
repost. Does anyone know how to make perl?
I tried to upgrade perl 5.10 to 5.12 according to UPDATING
but building perl 5.12 fails. I believe the failure is caused by
needless "-lnsl" option. How to build it fine?
# portmaster -o lang
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 Jav
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
___
freebsd-ports@freebsd.org mailing list
htt
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
> rubygem-gdk_p
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 language_region-
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
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
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, am
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.
>
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
> _
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
> issue/recommendat
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
__
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 whic
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
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
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.
--
m
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 doe
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 but
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 tha
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 branche
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 yo
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'
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 op
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
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 a
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
_
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 unsubsc
;ve since upgraded both systems to
> > 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.
>
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 unsubscr
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 2
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
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 f
: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 the
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
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
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.
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
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 ca
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
> > >
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 when
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)
> >
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 have
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 differ
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"
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
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:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2418
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
> ===> Fetchi
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
>
> ===> Register
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&view=markup#l8
See also this.
http://empt1e.blogspot.com/2011/05/dealing-with-pkg-config-detection-of.html
https://github.com/neut
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 contribu
> >> 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
http
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.
https://bugs.freeb
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
>
I made an update to freerdp 1.0.2. Sorry for the inconvenience.
This patch can fix the build if old freerdp is installed in the system.
Synopsis:
- Fix the build if old freerdp exists in the system
- Delete unused GNU_CONFIGURE and CPPFLAGS
CC'ed to the maintainer
--
`whois vmeta.jp | nkf -w`
Hello,
it seems that remmina and remmina-plugins also need to be updated.
I will try to do it.
2013-03-22 18:09 に Patrick Lamaiziere さんは書きました:
Hello,
Looks like net/remmina-plugin-rdp is broken by the update of
net/freerdp
poudriere build logs for remmina-plugin-rdp:
...
===> remmina-plug
Hello,
is it possible to update avahi to 0.6.30 or newer? I'm trying to update
net/remmina 1.0.0 and it requires 0.6.30 at least. It will not very
difficult
as changes between 0.6.29 and 0.6.30 are quire simple.
Relevant ports to be updated:
$ make search name=avahi|grep ^Port
Port: avahi-0.
2013-04-02 16:59 に Andriy Kornatskyy さんは書きました:
Upgrade freerdp-0.8.2_1 to freerdp-1.0.2 fails. The error is below.
Thanks.
Andriy Kornatskyy
The issue is already reported and waiting for commit.
http://www.freebsd.org/cgi/query-pr.cgi?pr=177405
The workround is to deinstall old freerdp first
remmina and remmina-plugins are also need to be updated to 1.0.0.
I'm working on updating remmina (and its plugins) port. If you want
to use remmina with rdp plugin, please stay on freerdp 0.8.2.
Thanks,
2013-04-02 18:32 に Andriy Kornatskyy さんは書きました:
After deinstall of net/freerdp, it installed
I have a question that who is responsible for (un)marking a port.
Marking a port as broken is portmgr's job.
Unmarking their port is maintainer's job even if mismarked. Is this
right?
portmgr marked net-im/rubygem-termtter BROKEN. I asked portmgr to
unmark it
because the port actually works w
Hi, could someone please commit ports/177405?
No reply for more than 3 weeks since I first sent a patch to the
maintainer.
It probably can be committed under ports freeze because it fixes to
build.
http://www.freebsd.org/cgi/query-pr.cgi?pr=177405
--
`whois vmeta.jp | nkf -w`
meta
___
2013-04-21 17:30 に lini...@freebsd.org さんは書きました:
portname: net-im/rubygem-termtter
description:Terminal based Twitter client
maintainer: d...@freebsd.org
deprecated because: Does not work with Ruby 1.9
expiration date:2013-05-02
build errors: none.
overview:
ht
ed as broken almost 2 years ago.
When the port was marked as broken, PORTVERSION was 1.9.0 (already
newer than 1.3.x).
It can't be broken with ruby 1.9.
--
`whois vmeta.jp | nkf -w`
meta
2013-04-22 3:47 olli hauer wrote:
On 2013-04-21 12:55, Koichiro IWAO wrote:
2013-04-21 17
official mirrors for ports repository on github hasn't been updated for
a few days.
Does FreeBSD project quit to provide mirrors on github? or suspended
temporarily?
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailing list
http://
This page says that it is an official mirror.
https://wiki.freebsd.org/Git
The FreeBSD project page on Github has the *official* mirrors
for src, doc, and ports repositories.
2013-04-23 14:37 Sergey V. Dyatko wrote:
On Tue, 23 Apr 2013 10:49:00 +0900
Koichiro IWAO wrote:
official mirrors
Anyway, github repository is up to date again now. Thanks!
2013-04-23 10:49 に Koichiro IWAO さんは書きました:
official mirrors for ports repository on github hasn't been updated
for a few days.
Does FreeBSD project quit to provide mirrors on github? or suspended
temporarily?
--
`whois vmeta.jp
I have met the same problem.
With gcc47 fails, gcc48 or clang works.
Regards,
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freeb
Hi, Jonathan.
I'm working on that. That's almost done and some trivial fixes
(plist fixes) are remained. Remmina 1.0 and its plugins are
available on my redports repository but still in progress.
https://redports.org/browser/meta/net/remmina
Thanks,
2013-06-10 6:31 Jonathan Chen wrote:
Hi,
Everyone missing remmina,
I manage to finish updating remmina on this weekend.
Sorry for the long wait.
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe
2013-06-14 19:28 Leslie Jensen:
We appreciate you work. Thank you :-)
どうもありがとうございました
/Leslie
どういたしまして。
I've sent patches to update remmina and its plugins.
Now updating is over to maintainer. Please see ports/177962.
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177962
Thanks!
--
`whoi
2013-06-19 14:40 Dmitry V. Kroupenier :
I tried to fix the problem too, but without success... The library
naming in new freerdp changed significantly.
Perhaps, You have more achievements?
Yes. It is difficult to fit old remmina with new freerdp.
Thus I've updated to remmina to the newer versio
2013-06-19 15:32 Dmitry V. Kroupenier wrote:
Oh, many thanks!
I did SVN copy of Your repositiry< but something comes bad with the
tarball:
# make install clean
===> License GPLv2 accepted by the user
=> remmina-plugins-1.0.0.tar.gz doesn't seem to exist in
/usr/ports/distfiles/.
=> Attemptin
Can I take maintainership of devel/rubygem-notify? I will update the
port.
Please pass maitainership to meta+po...@vmeta.jp.
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd
On Wed, Jun 19, 2013 at 12:01:37PM +0200, Emanuel Haupt wrote:
> Koichiro IWAO wrote:
> > Can I take maintainership of devel/rubygem-notify? I will update the
> > port.
> > Please pass maitainership to meta+po...@vmeta.jp.
>
> Done. It's all yours.
>
>
On Thu, Jun 20, 2013 at 11:00:43AM +0300, Volodymyr Kostyrko wrote:
> Moreover, distfiles for remmina and remmina-plugins are surprisingly
> similar despite having different names.
Yes, these two files are identical. It's not a surprise.
Remmina project distributes remmina core program and its pl
On Thu, Jun 20, 2013 at 10:51:08AM +0300, Volodymyr Kostyrko wrote:
> "Bad Request", "Forbidden" and "Not Found" doesn't look like a network
> issue.
>
> Looks like the file is badly named. The project name on github is
> capitaized, but the port name is not. The file is present and can be
> fe
On Thu, Jun 20, 2013 at 11:41:21AM +0300, Volodymyr Kostyrko wrote:
> But it's quite easy to join 'em:
> (snip)
> Anyway big thanks for the job. I was waiting for this update for months...
OK, I will take your patch. Thanks!
--
`whois vmeta.jp | nkf -w`
meta
On Thu, Jun 20, 2013 at 06:08:28PM +0300, Volodymyr Kostyrko wrote:
> Yeah. Everything works when I'm not using squid. Here's the last part of
> session diff:
What about other ports which fetch distfiles from github?
For example, net/nyancat.
--
`whois vmeta.jp | nkf -w`
meta
_
It have become clear that is not the issue of my remmina port.
You're on your own. It's definitely your problem.
On Fri, Jun 21, 2013 at 10:11:56AM +0300, Volodymyr Kostyrko wrote:
> 20.06.2013 20:14, Koichiro IWAO написав(ла):
> > On Thu, Jun 20, 2013 at 06:08:28PM +0300,
Would anyone mind taking ports/179236?
ports/179236: Build failure (lib-depends) for net/tigervnc when HPJPG is
enabled
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179236
Thanks,
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org m
2013-07-01 16:08 に Scot Hetzel さんは書きました:
The correct fix would be to find all ports that are installing
graphics/jpeg and add an option to them to build with
graphics/libjpeg-turbo instead. This way poudriere would then be able
to create packages linked to the appropriate port (graphics/jpeg or
Hello, VNC users
TigerVNC 1.3.0 has been released on July 8th. I updated net/tigervnc to
1.3.0.
According to release announce, the special feature is dynamic remote
session
resizing on connect/resize vncviewer.
http://www.mail-archive.com/tigervnc-announce@lists.sourceforge.net/msg6.html
Iconv library was removed after Ruby 2.0.
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/50443
IMHO, converters/ruby-iconv should be marked as IGNORE or something
suitable when RUBY_VER==2.0. It just fails "no such file or directory"
at this moment.
# cd /usr/ports/converters/ruby-ic
Hello,
I found a trivial mistake in graphics/impressive/Makefile line 22
RUN_DEPENDS= ${PYGAME}
should be
RUN_DEPENDS+= ${PYGAME}
Regards,
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman
I will look for that. Thanks for reporting!
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Hi,
Would someone please change synopsis of this PR?
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181345
Add "shortcuts like Ctrl-C does not work on vncviewer because of fltk".
Thanks,
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.o
It works fine for me.
On Wed, Sep 11, 2013 at 10:28:32PM -0300, Danilo Egea wrote:
> Hello,
>
> I made some changes in the xfce4-diskperf-plugin for it work on the FreeBSD.
> You can checkout the port here:
> https://github.com/daniloegea/xfce4-diskperf-plugin
>
> Can anyone test it and report
Hello,
Would anyone please take a look at ports/182540?
This update fixes buffer overruns and other vulnerabilities [1].
[1] https://github.com/FreeRDP/xrdp/commits/v0.6
Regards,
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailin
Hello,
After recent update to 1.5.22, sidebar patch fails.
[meta@icepick /usr/ports/mail/mutt]$ sudo make patch
===> Found saved configuration for mutt-1.5.22
===> mutt-1.5.22 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by mutt-1.5.22 for building
===> E
I confirmed the patch fixes the problem. Thanks!
On Sat, Oct 26, 2013 at 07:37:34PM +0200, Schweigert, Udo wrote:
> A patch to solve this has already been submitted, just waiting for
> confirmation and svn commit, cf. PR ports/183251.
>
> Udo
--
`whois vmeta.jp | nkf -w`
meta
_
On Sat, Oct 26, 2013 at 08:22:55PM +0300, Alex Kozlov wrote:
> On Sun, Oct 27, 2013 at 01:59:13AM +0900, Koichiro IWAO wrote:
> > After recent update to 1.5.22, sidebar patch fails.
> There is already pr for this with the updated patch: ports/183251
> I'm waiting for confirm
Clipboard seems not to be implemented in 1.0.0. Remmina 1.0.0 has
been released Feb 10, 2012 [1]. Clipboard support has been committed
Apr 30, 2012. Updating remmina port to current snapshot can make
clipboard work. However, current remmina snapshot seems to require
freerdp 1.1-beta.
Anyway, I
When maintainer-updating ports, generally, I think one port per one PR
is a good manner. Do committers mind if I made a single PR such a case
applying quite similar changes to multiple port? Which do comitters
prefer?
For example:
https://redports.org/changeset?reponame=&new=19778%40meta%2Fnet
On Sun, Nov 17, 2013 at 09:16:25AM +1300, Jonathan Chen wrote:
> Hi,
>
> I'm getting failures on the install step for security/gnutls3. Is this
> related to the problems with staging and INFO? What are possible
> workarounds?
Quick workarounds are:
- Removing "info/gnutls3/gnutls.info-5" from
I quit using SKK. Please reset maintainer of following ports.
- japanese/skk-jisyo
- japanese/skk-jisyo-cdb
Rgds,
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To u
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 messa
Does someone confirm rubygems working with ruby 2.2?
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebs
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
DEFAUL
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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscr
Hi,
Could anyone please look at this?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199258
--
`whois vmeta.jp | nkf -w`
meta
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send a
1 - 100 of 147 matches
Mail list logo