Bug 274458 - graphics/electricsheep: Fork that possibly unbreaks port
Summary: graphics/electricsheep: Fork that possibly unbreaks port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Daniel Engberg
URL: https://github.com/Rogach/electricshe...
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2023-10-13 23:24 UTC by Daniel Engberg
Modified: 2024-05-26 07:17 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-10-13 23:24:57 UTC
Here's a fork that might unbreak the port, https://github.com/Rogach/electricsheep/tree/fix-ffmpeg5 . Upstream appears to be dead so might be worth considering removing this port.
Comment 1 Graham Perrin 2023-10-14 15:02:10 UTC
Sweet! 

<https://www.freshports.org/graphics/electricsheep/>

Unfortunately, on FreeBSD 15.0-CURRENT,


% ./autogen.sh && ./configure && make
Preparing the electricsheep build system...please wait

Found GNU Autoconf version 2.71
Found GNU Automake version 1.16.5

Warning:  libtoolize does not appear to be available.  This means that
the automatic build preparation via autoreconf will probably not work.
Preparing the build by running each step individually, however, should
work and will be done automatically for you if autoreconf fails.

ERROR: Unable to locate GNU Libtool.

ERROR:  To prepare the electricsheep build system from scratch,
        at least version 1.4.2 of GNU Libtool must be installed.

autogen.sh does not need to be run on the same machine that will
run configure or make.  Either the GNU Autotools will need to be installed
or upgraded on this system, or autogen.sh must be run on the source
code on another system and then transferred to here. -- Cheers!

% pkg provides bin/libtoolize
Name    : libtool-2.4.7_1
Comment : Generic shared library support script
Repo    : FreeBSD
Filename: usr/local/bin/libtoolize
Name    : libtool-2.4.7_1
Comment : Generic shared library support script
Repo    : poudriere
Filename: usr/local/bin/libtoolize
% sudo pkg install -r FreeBSD libtool
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        libtool: 2.4.7_1 [FreeBSD]

Installed packages to be REINSTALLED:
        lua51-5.1.5_9 [FreeBSD]

Number of packages to be installed: 1
Number of packages to be reinstalled: 1

The process will require 2 MiB more space.
369 KiB to be downloaded.

Proceed with this action? [y/N]: y
[1/1] Fetching libtool-2.4.7_1.pkg: 100%  369 KiB 377.6kB/s    00:01    
Checking integrity... done (0 conflicting)
[1/2] Reinstalling lua51-5.1.5_9...
[1/2] Extracting lua51-5.1.5_9: 100%
[2/2] Installing libtool-2.4.7_1...
[2/2] Extracting libtool-2.4.7_1: 100%
% ./autogen.sh && ./configure && make
Preparing the electricsheep build system...please wait

Found GNU Autoconf version 2.71
Found GNU Automake version 1.16.5
Found GNU Libtool version 2.4.7

Automatically preparing build ... done

The electricsheep build system is now prepared.  To build here, run:
  ./configure
  make
checking build system type... amd64-unknown-freebsd15.0
checking host system type... amd64-unknown-freebsd15.0
checking target system type... amd64-unknown-freebsd15.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 393216
checking how to convert amd64-unknown-freebsd15.0 file names to amd64-unknown-freebsd15.0 format... func_convert_file_noop
checking how to convert amd64-unknown-freebsd15.0 file names to toolchain format... func_convert_file_noop
checking for /usr/local/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/local/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd15.0 ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/local/bin/ld
checking if the linker (/usr/local/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd15.0 ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for egrep... (cached) /usr/bin/grep -E
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking dependency style of gcc... gcc3
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... gcc
checking for pkg-config... /usr/local/bin/pkg-config
checking for wx-config-2.9... no
checking for wx-config... no
installed version of wx is too old,
configure: error: Please install development libraries for wxWidgets 2.9.1 or higher, and then run this configure script again.
%
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-01-27 09:00:33 UTC
Friendly ping
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2024-01-28 19:26:28 UTC
There's also a discussion about this license in bug#273952.
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2024-01-28 19:27:09 UTC
Please disregard my last comment - it was for a wrong issue.
Comment 5 Daniel Engberg freebsd_committer freebsd_triage 2024-05-26 07:17:20 UTC
Deprecated in a2893d343e8da3ab233315c34e0e6ecf2024974e due to maintainer timeout (wrong PR, sorry)