User Activity

  • Posted a comment on ticket #174 on DSPAM

    Also need this patch: --- configure.orig 2012-04-23 17:53:49 UTC +++ configure @@ -13614,6 +13614,13 @@ main () { int is_ok = 0; +#if defined(MARIADB_PACKAGE_VERSION) && defined(MARIADB_PACKAGE_VERSION_ID) && MARIADB_PACKAGE_VERSION_ID >= 30000 + size_t version; + if (mariadb_get_infov(NULL, MARIADB_CLIENT_VERSION_ID, &version) != 0) + version = mysql_get_client_version(); + if (version >= 50000) + is_ok = 1; +#else const char *info = mysql_get_client_info(); char *i = strdup(info); char *m = strtok(i,...

  • Posted a comment on ticket #968 on Sweet Home 3D

    SweetHome3D 7.1, still can't build with OpenJDK 11: Buildfile: /tmp/work/usr/ports/cad/sweethome3d/work/SweetHome3D-7.1-src/build.xml build: [echo] compiling Sweet Home 3D for Java 1.7 minimum version [mkdir] Created dir: /tmp/work/usr/ports/cad/sweethome3d/work/SweetHome3D-7.1-src/build/classes [javac] /tmp/work/usr/ports/cad/sweethome3d/work/SweetHome3D-7.1-src/build.xml:68: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac]...

  • Posted a comment on ticket #174 on ProjectLibre - Project Management

    FreeBSD 13.1 amd64. Work for me with OpenJDK 11: $ java -version openjdk version "11.0.16" 2022-07-19 OpenJDK Runtime Environment (build 11.0.16+8-1) OpenJDK 64-Bit Server VM (build 11.0.16+8-1, mixed mode) Have issues with OpenJDK 17: $ java -version openjdk version "17.0.4" 2022-07-19 OpenJDK Runtime Environment (build 17.0.4+8-1) OpenJDK 64-Bit Server VM (build 17.0.4+8-1, mixed mode, sharing)

  • Posted a comment on ticket #11 on xine - a free video player

    Thanks you too!

  • Created ticket #11 on xine - a free video player

    [patch] Dav1d 1.0.0 support

  • Posted a comment on ticket #990 on SMPlayer

    Correct syntax for FreeBSD is: sed -e "s/{version}/`cat version`/" -i '' $1 sed -e "s/{date}/`date +%Y-%m-%d`/" -i '' $1

  • Posted a comment on ticket #990 on SMPlayer

    Version from git build and work fine with commented sed in install_appdata.sh.

  • Posted a comment on ticket #990 on SMPlayer

    Thanks! Will test it now! src/youtube/retrieveyoutubeurl.cpp: @@ -228,7 +228,7 @@ QString app_bin = absoluteFilePath(ytdlBin()); - #if defined(Q_OS_UNIX) && !defined(Q_OS_MACX) + #ifdef Q_OS_UNIX_NOT_MAC QString python_bin = findExecutable("python3"); if (python_bin.isEmpty()) python_bin = findExecutable("python2"); if (!python_bin.isEmpty()) {

View All

Personal Data

Username:
vvd0
Joined:
2004-09-03 16:10:07

Projects

This is a list of open source software projects that VVD is associated with:

  • KTX   Last Updated:
  • MVDsv   Last Updated:
  • TourneyPro   Last Updated:

Personal Tools