Re: x11-toolkits/wxgtk29

2012-06-08 Thread Max Khon
Rainer,

I added libinotify support.
Please check wxgtk2-2.9.3_1.

Max

On Thu, May 17, 2012 at 7:35 PM, Rainer Hurling rhur...@gwdg.de wrote:
 On 17.05.2012 09:37 (UTC+1), Rainer Hurling wrote:

 Max,

 many thanks for your update! Unfortunately is does not compile on my
 10.0-CURRENT (amd64) box:

 [..snip..]
 c++ -o wxrc wxrc_wxrc.o
 -L/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib -pthread
 -L/usr/local/lib -lwx_baseu_xml-2.9 -lexpat -lwx_baseu-2.9
 -lwxregexu-2.9 -pthread -L/usr/local/lib

 -Wl,--version-script,/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/version-script
 -lz -liconv -L/usr/local/lib -pthread -lm -lz -liconv -L/usr/local/lib
 -pthread -lm

 /usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so:
 undefined reference to `inotify_add_watch'

 /usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so:
 undefined reference to `inotify_rm_watch'

 /usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so:
 undefined reference to `inotify_init'
 gmake[1]: *** [wxrc] Fehler 1
 gmake[1]: Leaving directory
 `/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/utils/wxrc'
 gmake: *** [wxrc] Fehler 2
 *** [do-build] Error code 1
 Stop in /usr/ports/x11-toolkits/wxgtk29.
 *** [build] Error code 1
 Stop in /usr/ports/x11-toolkits/wxgtk29.
 === make failed for x11-toolkits/wxgtk29
 === Aborting update


 I just tried the following on my box: deinstall devel/libinotify, update
 x11-toolkits/wxgtk29 and then reinstall devel/libinotify.

 That seems to work, but then there no support of inotify functionality, of
 course. I think it would be interesting to integrate inotify in wxgtk29, as
 possible.

 Rainer


 Do you have any idea what is going on here?
 Rainer


 On 15.05.2012 08:35 (UTC+1), Max Khon wrote:

 Rainer,

 I will update the port, hopefully today

 Sent from iPhone

 On 15.05.2012, at 12:22, Rainer Hurlingrhur...@gwdg.de wrote:

 In the ports we find version 2.9.2 of wxGTK2 with source tarball from
 2011-07-04. There had been many improvements and 2.9.3 is released
 since 2011-12-14.

 I am the maintainer of math/saga and I am trying to prepare my port
 for the upcoming SAGA GIS version 2.1.0, which needed at least
 wxGTK2-2.9.x. With version 2.9.2 there are some strange string
 conversion errors and there is a good chance that they are solved in
 a newer version.

 Are there any plans to update the port version to 2.9.3 (or to
 forthcoming 2.9.4) in the near future?

 Thanks in advance,
 Rainer Hurling


___
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


Re: x11-toolkits/wxgtk29

2012-06-08 Thread Rainer Hurling

On 08.06.2012 10:47 (UTC+2), Max Khon wrote:

Rainer,

I added libinotify support.
Please check wxgtk2-2.9.3_1.


Hi Max,

many thanks for integrating libinotify support. wxgtk2-2.9.3_1 builds 
and installs fine with it.


At this time my only application under version 2.9.3 is the upcoming 
release of SAGA GIS. SAGA GIS does not need libinotify so I can not test 
its functionality, sorry.


Rainer



Max

On Thu, May 17, 2012 at 7:35 PM, Rainer Hurlingrhur...@gwdg.de  wrote:

On 17.05.2012 09:37 (UTC+1), Rainer Hurling wrote:


Max,

many thanks for your update! Unfortunately is does not compile on my
10.0-CURRENT (amd64) box:

[..snip..]
c++ -o wxrc wxrc_wxrc.o
-L/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib -pthread
-L/usr/local/lib -lwx_baseu_xml-2.9 -lexpat -lwx_baseu-2.9
-lwxregexu-2.9 -pthread -L/usr/local/lib

-Wl,--version-script,/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/version-script
-lz -liconv -L/usr/local/lib -pthread -lm -lz -liconv -L/usr/local/lib
-pthread -lm

/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so:
undefined reference to `inotify_add_watch'

/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so:
undefined reference to `inotify_rm_watch'

/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so:
undefined reference to `inotify_init'
gmake[1]: *** [wxrc] Fehler 1
gmake[1]: Leaving directory
`/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/utils/wxrc'
gmake: *** [wxrc] Fehler 2
*** [do-build] Error code 1
Stop in /usr/ports/x11-toolkits/wxgtk29.
*** [build] Error code 1
Stop in /usr/ports/x11-toolkits/wxgtk29.
===  make failed for x11-toolkits/wxgtk29
===  Aborting update



I just tried the following on my box: deinstall devel/libinotify, update
x11-toolkits/wxgtk29 and then reinstall devel/libinotify.

That seems to work, but then there no support of inotify functionality, of
course. I think it would be interesting to integrate inotify in wxgtk29, as
possible.

Rainer



Do you have any idea what is going on here?
Rainer


On 15.05.2012 08:35 (UTC+1), Max Khon wrote:


Rainer,

I will update the port, hopefully today

Sent from iPhone

On 15.05.2012, at 12:22, Rainer Hurlingrhur...@gwdg.de  wrote:


In the ports we find version 2.9.2 of wxGTK2 with source tarball from
2011-07-04. There had been many improvements and 2.9.3 is released
since 2011-12-14.

I am the maintainer of math/saga and I am trying to prepare my port
for the upcoming SAGA GIS version 2.1.0, which needed at least
wxGTK2-2.9.x. With version 2.9.2 there are some strange string
conversion errors and there is a good chance that they are solved in
a newer version.

Are there any plans to update the port version to 2.9.3 (or to
forthcoming 2.9.4) in the near future?

Thanks in advance,
Rainer Hurling




___
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


___
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


Re: x11-toolkits/wxgtk29

2012-05-17 Thread Rainer Hurling

On 17.05.2012 09:37 (UTC+1), Rainer Hurling wrote:

Max,

many thanks for your update! Unfortunately is does not compile on my
10.0-CURRENT (amd64) box:

[..snip..]
c++ -o wxrc wxrc_wxrc.o
-L/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib -pthread
-L/usr/local/lib -lwx_baseu_xml-2.9 -lexpat -lwx_baseu-2.9
-lwxregexu-2.9 -pthread -L/usr/local/lib
-Wl,--version-script,/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/version-script
-lz -liconv -L/usr/local/lib -pthread -lm -lz -liconv -L/usr/local/lib
-pthread -lm
/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so:
undefined reference to `inotify_add_watch'
/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so:
undefined reference to `inotify_rm_watch'
/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/lib/libwx_baseu-2.9.so:
undefined reference to `inotify_init'
gmake[1]: *** [wxrc] Fehler 1
gmake[1]: Leaving directory
`/usr/ports/x11-toolkits/wxgtk29/work/wxWidgets-2.9.3/utils/wxrc'
gmake: *** [wxrc] Fehler 2
*** [do-build] Error code 1
Stop in /usr/ports/x11-toolkits/wxgtk29.
*** [build] Error code 1
Stop in /usr/ports/x11-toolkits/wxgtk29.
=== make failed for x11-toolkits/wxgtk29
=== Aborting update


I just tried the following on my box: deinstall devel/libinotify, update 
x11-toolkits/wxgtk29 and then reinstall devel/libinotify.


That seems to work, but then there no support of inotify functionality, 
of course. I think it would be interesting to integrate inotify in 
wxgtk29, as possible.


Rainer


Do you have any idea what is going on here?
Rainer


On 15.05.2012 08:35 (UTC+1), Max Khon wrote:

Rainer,

I will update the port, hopefully today

Sent from iPhone

On 15.05.2012, at 12:22, Rainer Hurlingrhur...@gwdg.de wrote:


In the ports we find version 2.9.2 of wxGTK2 with source tarball from
2011-07-04. There had been many improvements and 2.9.3 is released
since 2011-12-14.

I am the maintainer of math/saga and I am trying to prepare my port
for the upcoming SAGA GIS version 2.1.0, which needed at least
wxGTK2-2.9.x. With version 2.9.2 there are some strange string
conversion errors and there is a good chance that they are solved in
a newer version.

Are there any plans to update the port version to 2.9.3 (or to
forthcoming 2.9.4) in the near future?

Thanks in advance,
Rainer Hurling


___
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


Re: x11-toolkits/wxgtk29

2012-05-15 Thread Max Khon
Rainer,

I will update the port, hopefully today

Sent from iPhone

On 15.05.2012, at 12:22, Rainer Hurling rhur...@gwdg.de wrote:

 In the ports we find version 2.9.2 of wxGTK2 with source tarball from 
 2011-07-04. There had been many improvements and 2.9.3 is released since 
 2011-12-14.
 
 I am the maintainer of math/saga and I am trying to prepare my port for the 
 upcoming SAGA GIS version 2.1.0, which needed at least wxGTK2-2.9.x. With 
 version 2.9.2 there are some strange string conversion errors and there is a 
 good chance that they are solved in a newer version.
 
 Are there any plans to update the port version to 2.9.3 (or to forthcoming 
 2.9.4) in the near future?
 
 Thanks in advance,
 Rainer Hurling
 
___
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


Re: x11-toolkits/wxgtk29

2012-05-15 Thread Rainer Hurling

On 15.05.2012 08:35 (UTC+1), Max Khon wrote:

Rainer,

I will update the port, hopefully today


Max,

thanks for your fast response. I am really looking forward to the update,

Rainer


Sent from iPhone

On 15.05.2012, at 12:22, Rainer Hurlingrhur...@gwdg.de  wrote:


In the ports we find version 2.9.2 of wxGTK2 with source tarball from 
2011-07-04. There had been many improvements and 2.9.3 is released since 
2011-12-14.

I am the maintainer of math/saga and I am trying to prepare my port for the 
upcoming SAGA GIS version 2.1.0, which needed at least wxGTK2-2.9.x. With 
version 2.9.2 there are some strange string conversion errors and there is a 
good chance that they are solved in a newer version.

Are there any plans to update the port version to 2.9.3 (or to forthcoming 
2.9.4) in the near future?


___
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


x11-toolkits/wxgtk29

2012-05-14 Thread Rainer Hurling
In the ports we find version 2.9.2 of wxGTK2 with source tarball from 
2011-07-04. There had been many improvements and 2.9.3 is released since 
2011-12-14.


I am the maintainer of math/saga and I am trying to prepare my port for 
the upcoming SAGA GIS version 2.1.0, which needed at least wxGTK2-2.9.x. 
With version 2.9.2 there are some strange string conversion errors and 
there is a good chance that they are solved in a newer version.


Are there any plans to update the port version to 2.9.3 (or to 
forthcoming 2.9.4) in the near future?


Thanks in advance,
Rainer Hurling
___
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