Re: Remmina ported to FreeBSD

2016-03-15 Thread Kurt Jaeger
Hi!

> > I'm just wondering what version of freerdp you supposed as latest?
> > I've seen a lot of new remmina 'releases/tag in github' since last
> > year. But freerdp has only release from Sep 2014. That version is
> > already in ports tree for a long time.
> 
> An updated net/freerdp (GH_TAGNAME=c5fd49c) builds, as do
> all its depends:
> 
> multimedia/vlc
> net/vinagre
> net/guacamole-server
> net/xrdp-devel
> net/krdc
> 
> Maybe with an updated remmina patch this will work as well ?

I redid the test with corrected pkgconfig, and
both net/vinagre and net/guacamole-server fail to build.

Hmm, this needs more analysis.

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
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: Remmina ported to FreeBSD

2016-03-15 Thread Antenore Gatta
On Tue, 15 Mar 2016 07:22:49 +0300
Pavel Timofeev  wrote:

> That's great!

Thanks!

> I'm just wondering what version of freerdp you supposed as latest?
> I've seen a lot of new remmina 'releases/tag in github' since last
> year. But freerdp has only release from Sep 2014. That version is
> already in ports tree for a long time.

We build Remmina fetching the latest available commit in the master
branch.

The FreeRDP team is doing their best to make FreeRDP enough stable to
tag a new version, but they don't have a release date so far (and since
a long time now :-( )


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT !d s: !a C++ UL P+++ L+++ E--- W+++ N+++ o-- K- w--- 
O+ M-- V-- PS+++ PE Y+ PGP t+++ 5++ X R++ tv- b+ DI D++ 
G e+ h r+++ y 
--END GEEK CODE BLOCK--
___
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: Remmina ported to FreeBSD

2016-03-15 Thread Antenore Gatta
On Mon, 14 Mar 2016 14:59:02 -0700
"Chris H"  wrote:

> On Mon, 14 Mar 2016 16:06:15 +0100 Antenore Gatta
>  wrote
> 
> > 
> > [1]https://github.com/FreeRDP/Remmina/pull/779 (merged in main
> > trunk)
> > [2]https://github.com/FreeRDP/Remmina/wiki/How-to-compile-Remmina-on-FreeBSD
> > 
> >   
> Hello, Antenore.
> Looking at [2] it appears you have a somewhat fat RUN_DEPENDS list
> for each of the 2 ports you intend to create. You can probably get
> up to speed fairly quickly by reading the Slow Porting[3] section
> of the FreeBSD porters documentation. You should be fine mostly
> glossing over it, using the appendixes for references, as need be.
> After giving it a quick read, look in the ports tree for some
> examples of similar applications to get a better feel for how to
> compose the Makefile, and what's needed to create the additional
> files to create a complete port for your port(s). If, along the way
> you still find you have questions; feel free to email me off list,
> and I'll be happy to help you out. You also have the FreeBSD Forums[4]
> and IRC channels[5] available to you for support.
> 
> [3]
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-porting.html
> [4] http://forums.freebsd.org
> [5] https://www.freebsd.org/community/irc.html
> 
> Hope this helps!
> 
> --Chris
> 


Thanks a lot Chris! 
I'll look deeeply into it in the next days and thanks a lot as well for
your support offer. I'll do my best to don't bother you.


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT !d s: !a C++ UL P+++ L+++ E--- W+++ N+++ o-- K- w--- 
O+ M-- V-- PS+++ PE Y+ PGP t+++ 5++ X R++ tv- b+ DI D++ 
G e+ h r+++ y 
--END GEEK CODE BLOCK--
___
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: Remmina ported to FreeBSD

2016-03-15 Thread Antenore Gatta
On Tue, 15 Mar 2016 05:27:10 +0100
Kurt Jaeger  wrote:

> Hi!
> 
> > Since a couple of years, I'm the new maintainer of Remmina (with
> > another guy, Giovanni), a GTK remote desktop application.
> > 
> > I've also got rid of most of my Linux desktop to pass to FreeBSD as
> > my main desktop environment (philosophical reasons).
> > 
> > I've modified Remmina and requested some changes in the last
> > FreeRDP version so that both now, compile on FreeBSD without any
> > (almost) issues. [1][2]  
> 
> There is this attempt to update freerdp in the ports
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198618
> 
> which is somehow difficult to solve, as vinagre, another client,
> seems to fail with the update. Any ideas ?
> 

I didn't use the port, that is the reason why I'm here :-)

I had to remove freerdp (and so vinagre and kde as well) to be able to
install FreeRDP and Remmina by hand.

I'm not yet an expert (well I'm barely a newbie as highéighted) but
surely I'll have to work with some meta package.

I'll try in the next days (slowly but surely).

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT !d s: !a C++ UL P+++ L+++ E--- W+++ N+++ o-- K- w--- 
O+ M-- V-- PS+++ PE Y+ PGP t+++ 5++ X R++ tv- b+ DI D++ 
G e+ h r+++ y 
--END GEEK CODE BLOCK--
___
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: Remmina ported to FreeBSD

2016-03-15 Thread Antenore Gatta
On Tue, 15 Mar 2016 07:28:51 +0100
Kurt Jaeger  wrote:

> Hi!
> 
> > I'm just wondering what version of freerdp you supposed as latest?
> > I've seen a lot of new remmina 'releases/tag in github' since last
> > year. But freerdp has only release from Sep 2014. That version is
> > already in ports tree for a long time.  
> 
> An updated net/freerdp (GH_TAGNAME=c5fd49c) builds, as do
> all its depends:
> 
> multimedia/vlc
> net/vinagre
> net/guacamole-server
> net/xrdp-devel
> net/krdc
> 
> Maybe with an updated remmina patch this will work as well ?
> 

This is a good news, c5fd49c is the latest commit :-)

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT !d s: !a C++ UL P+++ L+++ E--- W+++ N+++ o-- K- w--- 
O+ M-- V-- PS+++ PE Y+ PGP t+++ 5++ X R++ tv- b+ DI D++ 
G e+ h r+++ y 
--END GEEK CODE BLOCK--
___
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: Remmina ported to FreeBSD

2016-03-15 Thread Kurt Jaeger
Hi!

> I'm just wondering what version of freerdp you supposed as latest?
> I've seen a lot of new remmina 'releases/tag in github' since last
> year. But freerdp has only release from Sep 2014. That version is
> already in ports tree for a long time.

An updated net/freerdp (GH_TAGNAME=c5fd49c) builds, as do
all its depends:

multimedia/vlc
net/vinagre
net/guacamole-server
net/xrdp-devel
net/krdc

Maybe with an updated remmina patch this will work as well ?

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
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: Remmina ported to FreeBSD

2016-03-14 Thread Kurt Jaeger
Hi!

> Since a couple of years, I'm the new maintainer of Remmina (with
> another guy, Giovanni), a GTK remote desktop application.
> 
> I've also got rid of most of my Linux desktop to pass to FreeBSD as my
> main desktop environment (philosophical reasons).
> 
> I've modified Remmina and requested some changes in the last
> FreeRDP version so that both now, compile on FreeBSD without any
> (almost) issues. [1][2]

There is this attempt to update freerdp in the ports

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198618

which is somehow difficult to solve, as vinagre, another client,
seems to fail with the update. Any ideas ?

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
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: Remmina ported to FreeBSD

2016-03-14 Thread Pavel Timofeev
2016-03-14 18:06 GMT+03:00 Antenore Gatta :
> Hi all,
>
> Since a couple of years, I'm the new maintainer of Remmina (with
> another guy, Giovanni), a GTK remote desktop application.
>
> I've also got rid of most of my Linux desktop to pass to FreeBSD as my
> main desktop environment (philosophical reasons).
>
> I've modified Remmina and requested some changes in the last
> FreeRDP version so that both now, compile on FreeBSD without any
> (almost) issues. [1][2]
>
> I'd like to help out with the port, of both packages, to update them to
> the latest version, since we fixed tons og bugs and implemented tens of
> new features.
>
> Honestly I'm less than a newbie on FreeBSD so I'd really appreciate
> some guidance, that doesn't mean I want to avoid to RTFM, I just want
> to read the right one.
>
> Thanks a lot in advance for your support!
>
> [1]https://github.com/FreeRDP/Remmina/pull/779 (merged in main trunk)
> [2]https://github.com/FreeRDP/Remmina/wiki/How-to-compile-Remmina-on-FreeBSD
>
> Kind regards

That's great!

I'm just wondering what version of freerdp you supposed as latest?
I've seen a lot of new remmina 'releases/tag in github' since last
year. But freerdp has only release from Sep 2014. That version is
already in ports tree for a long time.
___
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: 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 
___
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: Remmina ported to FreeBSD

2016-03-14 Thread Chris H
On Mon, 14 Mar 2016 16:06:15 +0100 Antenore Gatta  wrote

> Hi all,
> 
> Since a couple of years, I'm the new maintainer of Remmina (with
> another guy, Giovanni), a GTK remote desktop application.
> 
> I've also got rid of most of my Linux desktop to pass to FreeBSD as my
> main desktop environment (philosophical reasons).
> 
> I've modified Remmina and requested some changes in the last
> FreeRDP version so that both now, compile on FreeBSD without any
> (almost) issues. [1][2]
> 
> I'd like to help out with the port, of both packages, to update them to
> the latest version, since we fixed tons og bugs and implemented tens of
> new features.
> 
> Honestly I'm less than a newbie on FreeBSD so I'd really appreciate
> some guidance, that doesn't mean I want to avoid to RTFM, I just want
> to read the right one.
> 
> Thanks a lot in advance for your support!
> 
> [1]https://github.com/FreeRDP/Remmina/pull/779 (merged in main trunk)
> [2]https://github.com/FreeRDP/Remmina/wiki/How-to-compile-Remmina-on-FreeBSD
> 
> Kind regards
> 
Hello, Antenore.
Looking at [2] it appears you have a somewhat fat RUN_DEPENDS list
for each of the 2 ports you intend to create. You can probably get
up to speed fairly quickly by reading the Slow Porting[3] section
of the FreeBSD porters documentation. You should be fine mostly
glossing over it, using the appendixes for references, as need be.
After giving it a quick read, look in the ports tree for some
examples of similar applications to get a better feel for how to
compose the Makefile, and what's needed to create the additional
files to create a complete port for your port(s). If, along the way
you still find you have questions; feel free to email me off list,
and I'll be happy to help you out. You also have the FreeBSD Forums[4]
and IRC channels[5] available to you for support.

[3]
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-porting.html
[4] http://forums.freebsd.org
[5] https://www.freebsd.org/community/irc.html

Hope this helps!

--Chris


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