Unmaintained FreeBSD ports which are out of date
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained 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. Please consider also adopting this port. If any ports have already been updated, you can safely ignore the entry. An e-mail will not be sent 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 +-+ devel/gprbuild | 24.0.0 | v25.0.0 +-+ multimedia/cmrtlib | 20.1.1 | intel-media-24.3.4 +-+ multimedia/libva-intel-media-driver | 23.4.3 | intel-media-24.3.4 +-+ textproc/xmlada | 24.0.0 | v25.0.0 +-+ www/groupoffice | 6.6.58 | 6.8.79 +-+ 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 Reported by:portscout!
Incompatibility between two python ports
Hi, Just updated my port tree this morning and ran into an issue : py311-rdflib requires py311-html5lib-modern-1.2 while py311-beautifulsoup requires py311-html5lib both html5lib are incompatible (installs files at the same place) No options available for both ports How can this been fixed ? Regards Xavier -- Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer https://www.amdh.fr
Re: Error in java/eclipse 4.33 build
No - for my local run I installed from packages not from ports - just eclipse as port for testing... I installed following binary packages: # pkg install openjdk17 maven39 gmake git py311-setuptools pkgconf libsecret bsddialog webkit2-gtk3 bison :-) On 10/24/24 11:51, Ronald Klop wrote: Do you have this installed locally? /usr/ports/graphics/libGLU Regards, Ronald. *Van:* Norbert Grundmann *Datum:* donderdag, 24 oktober 2024 13:47 *Aan:* FreeBSD Mailing List *Onderwerp:* Error in java/eclipse 4.33 build Hello, today I got a freebsd package failure in the build of eclipse 4.33 on amd64 for relases 13.3 and 14.1... the error is this: ... [INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4966r5 -DGTK -I/usr/local/openjdk17/include -DFREEBSD -Wno-deprecated-non-prototype -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk17/include/freebsd -Werror -c glx.c [INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4966r5 -DGTK -I/usr/local/openjdk17/include -DFREEBSD -Wno-deprecated-non-prototype -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk17/include/freebsd -Werror -c glx_structs.c [INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4966r5 -DGTK -I/usr/local/openjdk17/include -DFREEBSD -Wno-deprecated-non-prototype -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk17/include/freebsd -Werror -c glx_stats.c [INFO] [exec] cc -shared -fPIC -L`pkg-config --variable=prefix gtk+-3.0`/lib -s -o libswt-glx-gtk-4966r5.so swt.o glx.o glx_structs.o glx_stats.o -lGL*-lGLU* -lm [INFO] [exec] gmake[1]: Leaving directory '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_33_maintenance/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.freebsd.x86_64/target/natives-build-temp' [INFO] [exec] *** GTK3 Build failed, aborting further actions.. *[INFO] [exec] ld: error: unable to find library -lGLU* [INFO] [exec] cc: error: linker command failed with exit code 1 (use -v to see invocation) [INFO] [exec] gmake[1]: *** [make_unix.mak:245: libswt-glx-gtk-4966r5.so] Error 1 ... The bold line is the error - it cannot find -lGLU. What does it mean? in Makefile I use: BUILD_DEPENDS= git:devel/git \ mvn:devel/maven39 \ zip:archivers/zip LIB_DEPENDS= libsecret-1.so:security/libsecret \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c++17-lang gmake pkgconfig gnome USE_GNOME= gtk30 USE_JAVA= 17+ do I have to change settings? by the way: I run a manual make succesfully on 14.1-RELEASE-p5 in /usr/port/java/eclipse on my PC :-) many thanks and have a nice day :-) Norbert -- Norbert Grundmann I love penguins at the south pole, windows in my house and apples on my tree, but not in my computer -- Norbert Grundmann I love penguins at the south pole, windows in my house and apples on my tree, but not in my computer
Error in java/eclipse 4.33 build
Hello, today I got a freebsd package failure in the build of eclipse 4.33 on amd64 for relases 13.3 and 14.1... the error is this: ... [INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4966r5 -DGTK -I/usr/local/openjdk17/include -DFREEBSD -Wno-deprecated-non-prototype -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk17/include/freebsd -Werror -c glx.c [INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4966r5 -DGTK -I/usr/local/openjdk17/include -DFREEBSD -Wno-deprecated-non-prototype -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk17/include/freebsd -Werror -c glx_structs.c [INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4966r5 -DGTK -I/usr/local/openjdk17/include -DFREEBSD -Wno-deprecated-non-prototype -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk17/include/freebsd -Werror -c glx_stats.c [INFO] [exec] cc -shared -fPIC -L`pkg-config --variable=prefix gtk+-3.0`/lib -s -o libswt-glx-gtk-4966r5.so swt.o glx.o glx_structs.o glx_stats.o -lGL*-lGLU* -lm [INFO] [exec] gmake[1]: Leaving directory '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_33_maintenance/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.freebsd.x86_64/target/natives-build-temp' [INFO] [exec] *** GTK3 Build failed, aborting further actions.. *[INFO] [exec] ld: error: unable to find library -lGLU* [INFO] [exec] cc: error: linker command failed with exit code 1 (use -v to see invocation) [INFO] [exec] gmake[1]: *** [make_unix.mak:245: libswt-glx-gtk-4966r5.so] Error 1 ... The bold line is the error - it cannot find -lGLU. What does it mean? in Makefile I use: BUILD_DEPENDS= git:devel/git \ mvn:devel/maven39 \ zip:archivers/zip LIB_DEPENDS= libsecret-1.so:security/libsecret \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c++17-lang gmake pkgconfig gnome USE_GNOME= gtk30 USE_JAVA= 17+ do I have to change settings? by the way: I run a manual make succesfully on 14.1-RELEASE-p5 in /usr/port/java/eclipse on my PC :-) many thanks and have a nice day :-) Norbert -- Norbert Grundmann I love penguins at the south pole, windows in my house and apples on my tree, but not in my computer
Re: Incompatibility between two python ports
Hi! > Just updated my port tree this morning and ran into an issue : > > py311-rdflib requires py311-html5lib-modern-1.2 > while py311-beautifulsoup requires py311-html5lib > > both html5lib are incompatible (installs files at the same place) > > No options available for both ports > > How can this been fixed ? In general: By working with both upstreams to sort out their issues. -- p...@freebsd.org +49 171 3101372 Now what ?
Re: Error in java/eclipse 4.33 build
Do you have this installed locally? /usr/ports/graphics/libGLU Regards, Ronald. Van: Norbert Grundmann Datum: donderdag, 24 oktober 2024 13:47 Aan: FreeBSD Mailing List Onderwerp: Error in java/eclipse 4.33 build Hello, today I got a freebsd package failure in the build of eclipse 4.33 on amd64 for relases 13.3 and 14.1... the error is this: ... [INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4966r5 -DGTK -I/usr/local/openjdk17/include -DFREEBSD -Wno-deprecated-non-prototype -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk17/include/freebsd -Werror -c glx.c [INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4966r5 -DGTK -I/usr/local/openjdk17/include -DFREEBSD -Wno-deprecated-non-prototype -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk17/include/freebsd -Werror -c glx_structs.c [INFO] [exec] cc -O -Wall -fPIC -DSWT_VERSION=4966r5 -DGTK -I/usr/local/openjdk17/include -DFREEBSD -Wno-deprecated-non-prototype -I`pkg-config --variable=prefix gtk+-3.0`/include -I/usr/local/openjdk17/include/freebsd -Werror -c glx_stats.c [INFO] [exec] cc -shared -fPIC -L`pkg-config --variable=prefix gtk+-3.0`/lib -s -o libswt-glx-gtk-4966r5.so swt.o glx.o glx_structs.o glx_stats.o -lGL -lGLU -lm [INFO] [exec] gmake[1]: Leaving directory '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_33_maintenance/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.freebsd.x86_64/target/natives-build-temp' [INFO] [exec] *** GTK3 Build failed, aborting further actions.. [INFO] [exec] ld: error: unable to find library -lGLU [INFO] [exec] cc: error: linker command failed with exit code 1 (use -v to see invocation) [INFO] [exec] gmake[1]: *** [make_unix.mak:245: libswt-glx-gtk-4966r5.so] Error 1 ... The bold line is the error - it cannot find -lGLU. What does it mean? in Makefile I use: BUILD_DEPENDS= git:devel/git \ mvn:devel/maven39 \ zip:archivers/zip LIB_DEPENDS=libsecret-1.so:security/libsecret \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c++17-lang gmake pkgconfig gnome USE_GNOME= gtk30 USE_JAVA= 17+ do I have to change settings? by the way: I run a manual make succesfully on 14.1-RELEASE-p5 in /usr/port/java/eclipse on my PC :-) many thanks and have a nice day :-) Norbert -- Norbert Grundmann I love penguins at the south pole, windows in my house and apples on my tree, but not in my computer