FreeBSD ports you maintain which are out of date

2017-01-21 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
www/tikiwiki| 16.1| 16.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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: USES=pathfix broken?

2017-01-21 Thread Antoine Brodin
On Sun, Jan 22, 2017 at 8:40 AM, Don Lewis  wrote:
> I've started getting a bunch of pkg-fallout@ email reporting missing
> libdata/pkgconfig/*.pc files.  It looks like the *.pc files are getting
> installed under lib/pkgconfig.
>
> [snip]
>  /bin/mkdir -p 
> '/wrkdirs/usr/ports/devel/mtbl/work/stage/usr/local/lib/pkgconfig'
>  install  -m 0644 mtbl/libmtbl.pc 
> '/wrkdirs/usr/ports/devel/mtbl/work/stage/usr/local/lib/pkgconfig'
> [snip]
> ===>  Building package for mtbl-0.8.0
> pkg-static: Unable to access file 
> /wrkdirs/usr/ports/devel/mtbl/work/stage/usr/local/libdata/pkgconfig/libmtbl.pc:
>  No such file or directory
> [snip]
>
> So far the problems have been with limited to
> [package - head-amd64-default] and
> [exp - 103i386-default-build-as-user].  The latter would seem to
> eliminate the recent sed changes in -CURRENT as a cause.  I'm not seeing
> any problems with the r432015 revision of the ports tree, and I don't
> see any suspicious commits to ports/Mk after that point.


Hi,

There seems to be a regression in pkgconf 1.2.0, see
https://github.com/pkgconf/pkgconf/issues/108

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


USES=pathfix broken?

2017-01-21 Thread Don Lewis
I've started getting a bunch of pkg-fallout@ email reporting missing
libdata/pkgconfig/*.pc files.  It looks like the *.pc files are getting
installed under lib/pkgconfig.

[snip]
 /bin/mkdir -p 
'/wrkdirs/usr/ports/devel/mtbl/work/stage/usr/local/lib/pkgconfig'
 install  -m 0644 mtbl/libmtbl.pc 
'/wrkdirs/usr/ports/devel/mtbl/work/stage/usr/local/lib/pkgconfig'
[snip]
===>  Building package for mtbl-0.8.0
pkg-static: Unable to access file 
/wrkdirs/usr/ports/devel/mtbl/work/stage/usr/local/libdata/pkgconfig/libmtbl.pc:
 No such file or directory
[snip]

So far the problems have been with limited to
[package - head-amd64-default] and
[exp - 103i386-default-build-as-user].  The latter would seem to
eliminate the recent sed changes in -CURRENT as a cause.  I'm not seeing
any problems with the r432015 revision of the ports tree, and I don't
see any suspicious commits to ports/Mk after that point.

___
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: mysql56-client broken on sparc64 - not

2017-01-21 Thread Manfred Antar

> On Jan 21, 2017, at 5:52 PM, Manfred Antar  wrote:
> 
> Mysql64-client says broken on sparc64.
> if you put:
> 
> USE_GCC=  4.9
> 
> in Makefile it builds and works fine for both mysql64-client and 
> mysql64-server.
> This is on current sparc64 as of today. I’ve doing this for the last few 
> builds.
> I’m compiling this on a Netra T105, takes all day to compile, but it builds 
> and runs fine.
> 
> Manfred
> 
> ___
> 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"
> 

 I  mean mysql56-client and mysql56-server

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

mysql56-client broken on sparc64 - not

2017-01-21 Thread Manfred Antar
Mysql64-client says broken on sparc64.
if you put:

USE_GCC=4.9

in Makefile it builds and works fine for both mysql64-client and mysql64-server.
This is on current sparc64 as of today. I’ve doing this for the last few builds.
I’m compiling this on a Netra T105, takes all day to compile, but it builds and 
runs fine.

Manfred

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

VirtualBox port not working with USB

2017-01-21 Thread Graham Menhennitt

G'day all,

About 6 months ago, the FreeBSD port of VirtualBox was upgraded from 
version 5.0.26 to 5.1.4. The new version didn't work with USB devices 
whereas the old one did. I raised PR 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212845 at the time. 
Since then, the port has followed the releases of VirtualBox up to 
5.1.14 as of last week (thanks, jkim). However, the same USB problem has 
existed for all that time.


I'm having a go at trying to fix it. But I know almost nothing about the 
VirtualBox source code. So, I'd like some help please. Does anybody here 
have any experience with this. Or any clues as to where I should start 
looking.


At the moment I'm just trying to do diffs between the old and new 
versions, but it's a fairly daunting task. I'm also going to try 
building versions 5.0.32 and 5.1.0 (which never had FreeBSD ports) to 
see whether the breakage was in between them (I presume that it was).


Thanks for any help,

Graham

___
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: FreeBSD Port: www/links-hacked

2017-01-21 Thread Kevin Oberman
On Sat, Jan 21, 2017 at 1:06 PM, Gene Paulson  wrote:

> How do I uninstall links-hacked ?
>

# pkg delete links-hacked (See FreeBSD Handbook section on ports and
packages.)
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
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: libkml and flsh plugin issues

2017-01-21 Thread Walter Schwarzenfeld

If for any reason ever the directory
/usr/local/lib/browser_plugins/linux-flashplayer
does not exists, create it with
mkdir -p /usr/local/lib/browser_plugins/linux-flashplayer

___
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: libkml and flsh plugin issues

2017-01-21 Thread Walter Schwarzenfeld

locate flashplayer.so

remove all of them from the  locate output.



___
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: libkml and flsh plugin issues

2017-01-21 Thread The Doctor
On Sun, Jan 22, 2017 at 12:03:34AM +0100, Walter Schwarzenfeld wrote:
> Deinstall
> 
> linux-c7-flashplugin,
>

Still won't work.

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

-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
Birthdate 29 Jan 1969 Redhill Surrey England
___
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: libkml and flsh plugin issues

2017-01-21 Thread Walter Schwarzenfeld

After reading the link I wrote thie patch.

cp it from the beginning with ---CMakeLists.tx

Name this file patch-CMakeLists_txt and cp it to the 
science/libkml/files directory.

___
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: libkml and flsh plugin issues

2017-01-21 Thread Walter Schwarzenfeld

Deinstall

linux-c7-flashplugin,

___
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: libkml and flsh plugin issues

2017-01-21 Thread The Doctor
On Sat, Jan 21, 2017 at 11:34:45PM +0100, Walter Schwarzenfeld wrote:
> or try this
> 
> patch-CMakeLists.txt
> 
> --- CMakeLists.txt  2017-01-21 22:28:39 UTC
> +++ CMakeLists.txt
> @@ -19,6 +19,8 @@ option(WITH_SWIG   "Build all swig bindi
>   option(WITH_PYTHON "Build python bindings" OFF)
>   option(WITH_JAVA   "Build java bindings"   OFF)
> 
> +set(CMAKE_INCLUDE_DIRECTORIES_BEFORE ON)
> +
>   set(LIBKML_DATA_DIR  ${CMAKE_SOURCE_DIR}/testdata CACHE "Directory 
> containing test data" PATH)
> 
>   #AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -pedantic -fno-rtti
> @@ -215,4 +217,4 @@ install(FILES
> DESTINATION "${CMAKE_INSTALL_DIR}" )
> 
>   # Install the export set for use with the install-tree
> -install(EXPORT LibKMLTargets DESTINATION "${CMAKE_INSTALL_DIR}")
> \ No newline at end of file
> +install(EXPORT LibKMLTargets DESTINATION "${CMAKE_INSTALL_DIR}")
>

Is this in the snapshot?

> 
> 
> It compiles on  my system with this patch, but I don't habe this error - 
> you have to test it.
> 
> ___
> 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"

-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
Birthdate 29 Jan 1969 Redhill Surrey England
___
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: libkml and flsh plugin issues

2017-01-21 Thread The Doctor
On Sat, Jan 21, 2017 at 11:21:44PM +0100, Walter Schwarzenfeld wrote:
> for science/libkml I found this
> https://github.com/libkml/libkml/issues/207
> down on this site
> |fix issue 
> 
>  
> #207 
> https://github.com/rashadkm/libkml/commit/bb186ef8bc18261a8f8386dd84307282f20b9439
>

Hopefully.

> for flashplayer
> simply remove the old |
> 
> /usr/local/lib/browser_plugins/symlinks/linux-firefox/libflashplayer.so.
>

No such file or directory.

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

-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
Birthdate 29 Jan 1969 Redhill Surrey England
___
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: libkml and flsh plugin issues

2017-01-21 Thread Walter Schwarzenfeld

or try this

patch-CMakeLists.txt

--- CMakeLists.txt  2017-01-21 22:28:39 UTC
+++ CMakeLists.txt
@@ -19,6 +19,8 @@ option(WITH_SWIG   "Build all swig bindi
 option(WITH_PYTHON "Build python bindings" OFF)
 option(WITH_JAVA   "Build java bindings"   OFF)

+set(CMAKE_INCLUDE_DIRECTORIES_BEFORE ON)
+
 set(LIBKML_DATA_DIR  ${CMAKE_SOURCE_DIR}/testdata CACHE "Directory 
containing test data" PATH)


 #AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -pedantic -fno-rtti
@@ -215,4 +217,4 @@ install(FILES
   DESTINATION "${CMAKE_INSTALL_DIR}" )

 # Install the export set for use with the install-tree
-install(EXPORT LibKMLTargets DESTINATION "${CMAKE_INSTALL_DIR}")
\ No newline at end of file
+install(EXPORT LibKMLTargets DESTINATION "${CMAKE_INSTALL_DIR}")



It compiles on  my system with this patch, but I don't habe this error - 
you have to test it.


___
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: libkml and flsh plugin issues

2017-01-21 Thread Walter Schwarzenfeld

for science/libkml I found this
https://github.com/libkml/libkml/issues/207
down on this site
|fix issue 
 
#207 

https://github.com/rashadkm/libkml/commit/bb186ef8bc18261a8f8386dd84307282f20b9439

for flashplayer
simply remove the old |

/usr/local/lib/browser_plugins/symlinks/linux-firefox/libflashplayer.so.

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


FreeBSD Port: www/links-hacked

2017-01-21 Thread Gene Paulson
How do I uninstall links-hacked ? 
___
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"


Help for security update to net/libvncserver (215802)

2017-01-21 Thread Kevin Oberman
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215802

A CVE has been out for  libvncserver for a couple of weeks and Vladimir
Krstulja  has submitted a patch to move to the
fixed version in bug 215802. As it is needed for VirtualBox remote access,
I'd really like to see this committed. The patch is rather trivial.

I don't know what other ports use net/libnvcserver, so there may be issues
for which I am unaware, but I'd love to have a committer take a look at it.

Thanks,
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
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: [CFT] emulators/open-vm-tools{,-nox11} update to 10.1.0

2017-01-21 Thread Kurt Jaeger
Hi!

> I'd like anyone possible to test an updated version of
> emulators/open-vm-tools{,-nox11}. I have the patch here for those who
> wish to build themselves:
> 
> https://people.freebsd.org/~swills/open-vm-tools/open-vm-tools-10.1.0.diff

I tried to built it on 

12.0-CURRENT FreeBSD 12.0-CURRENT #0 r307013:311651M

(why does it say r307013:311651M, btw?)

and it failed to build with:

utilBacktrace.c:155:20: error: implicit declaration of function '_Unwind_GetCFA'
  is invalid in C99 [-Werror,-Wimplicit-function-declaration]
   uintptr_t cfa = _Unwind_GetCFA(ctx);
   ^
utilBacktrace.c:357:4: error: implicit declaration of function
  '_Unwind_Backtrace' is invalid in C99
  [-Werror,-Wimplicit-function-declaration]
   _Unwind_Backtrace(UtilBacktraceFromPointerCallback, );
   ^
utilBacktrace.c:357:4: note: did you mean 'Util_Backtrace'?

Any ideas ?

-- 
p...@opsec.eu+49 171 3101372 3 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"