ports

  1. S

    Sudo Install Fails, Complains About Missing Header Files

    Good Day FreeBSD Forums, I upgraded from 12.2 to 12.3 and have been trying to update all my ports. There was a problem trying to update Sudo (using portmaster, I forget what the exact error was) so I uninstalled Sudo and then tried re-installing it, and this is where I run into the errors...
  2. sidetone

    Photo example of FreeBSD Ports. Re: graphics/blender

    Here is an example of a single FreeBSD port in 3 terminals in the screenshot. The ncurses menu on the left shows the menu after make config is run from the port directory. You can see the graphics/blender directory and a few files, including the Makefile in the top right terminal. In the bottom...
  3. C

    Local Full FreeBSD Ports Repo?

    I'd like to host a local replication of the entire FreeBSD Ports trees along with rolling updates which divert things like historical code changes within a repo to separate branches such that if there's a malicious editor of a repo they don't overwrite local copies of code. Is there a simple...
  4. C

    Docker "flag provided but not defined: -buildvcs"

    I'm getting the following from make install in /usr/ports/sysutils/docker - any thoughts? # make install ===> NOTICE: The docker port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To...
  5. B

    node16 depends on python310 and python38 simultaneously

    I use python310 as system default (/etc/make.conf). When I try to build node16 from ports it tries to build and install dependant python38 port. I have already HATED python! All packages try to install ALL versions of python to my system at the same time!!! When will this stupid python language...
  6. N

    Ports dependencies

    It wouldn't be great that someone develop a way, or a port/package to solve dependencies on ports? Or there are some problems about what I talk of?
  7. dbhrscom

    Ports LoongArch

    Hello! About LoongArch Brief introduction LoongArch is the RISC instruction set launched by loongson in 2021. The details are as follows: LoongArch Reference Manual It works on the loongsong 3a5000 processor. I have two computers with this processors,Prepare to do some basic ports on...
  8. blitztide

    Raspberry pi firmware

    Hello everyone, I have created a patch to the sysutils/rpi-firmware port to track the new DTS files for the PI Zero 2W and have got it to boot the pi Zero 2W and the 3B, can anyone with another RPI board confirm that the new patch doesn't completely break their install? 261147
  9. freezr

    Solved PKG update overwrote a Port

    Hi Folks, I performed a pkg update/upgrade and pkg downloaded and reinstalled the nvidia-driver binary against the version I installed from ports with this option: ACPI_PM : on How can I prevent that pkg overwrites software installed from the ports collection? Thanks, tgl
  10. grahamperrin

    Solved New 2022Q1 branch

    Expected (routine), not particularly newsworthy here in the forums: [FreeBSD-Ports-Announce] New 2022Q1 branch Worth noting, two early replies to a parallel announcement: <https://lists.freebsd.org/archives/freebsd-ports/2022-January/001221.html> from Jan Beich...
  11. Del.Mar

    Solved Difference between port and package version

    Hi! I've installed Plex media server 10th November from package # pkg info plexmediaserver plexmediaserver-1.24.1.4931 Name : plexmediaserver Version : 1.24.1.4931 Installed on : Wed Nov 10 17:40:49 2021 MSK Origin : multimedia/plexmediaserver Architecture ...
  12. grahamperrin

    Manual pages online: RFD – share your thoughts on changes to design

    Hint The first two or three posts here might be mind-bending. Post #10 puts things in context. beadm FreeBSD bug 254466 – sysutils/beadm-devel section (1) and sysutils/beadm section (8) for the two manual pages for beadm; consequences closed works as intended – Wolfram Schneider's...
  13. Y

    Solved Fresh installation - can't build pkg from ports

    I have a fresh installation of FreeBSD 13.0-Release on a machine without internet connection. Some time ago, to install pkg, I would enter "/usr/ports/ports-mgmt/pkg" and call "make" to build it. However, now I am getting the following errors: In other words, to build "pkg" from ports, it...
  14. L

    Solved make config-recursive doesn't adapt dependencies to choices

    Following the last post of today, I decided to start all over again. So, first, at databases/luadbi make rmconfig-recursive make clean Now, there's two ways to do this. A) make config lua52-luadbi (mysql option is deselected, and postgresql is selected) make config-recursive the following...
  15. T

    Solved open-vm-tools-11.3.5,2 - missing file seq.h

    When compiling open-vm-tools-11.3.5,2: In file included from vfsops.c:53: In file included from /usr/src/sys/sys/namei.h:39: /usr/src/sys/sys/filedesc.h:43:10: fatal error: 'sys/seq.h' file not found #include <sys/seq.h> ^~~~~~~~~~~ 1 error generated. FreeBSD 13.0-RFELEASE p4 Any...
  16. sidetone

    Potential games-interpreters category

    I intend to start a new category called "games-interpreters". It could be a virtual category, but it may be better as its own physical category. Gaming needs more organization in the ports tree, and it will keep the prefix of games. I now know how to make the edits and patches to Bugzilla, so I...
  17. sidetone

    Adding NeXtaw option to ports as Athena Widgets, and porting to XCB

    I want to add Nextaw (x11-toolkits/neXtaw) options to applications that use Xaw (x11-toolkits/libXaw) in ports. I've thought about working on adding port customizations since starting the thread athena-xaw-implementations.81588. To start with, I learned a lot about adjusting Makefiles by using...
  18. C

    Quarterly port problems.

    Is anyone else having problems? I changed my script to use https://git.freebsd.org/ports.git a couple of months ago as https://cgit.freebsd.org/ports wasnt working, but now it seems to have switched back to https://cgit.freebsd.org/ports, however 2021Q4 doesnt exist. The page even has a link...
  19. sidetone

    Bastille jail: console, nest display + building & testing builds

    Install sysutils/bastille and net/gitup on host through either ports or packages. For a nested display server to run or test from the jail, install x11-servers/xorg-nestserver or x11-servers/xephyr on the host system as well. Bastille jail in the example or instruction will be named "myjail"...
  20. Keltir

    Failed to compile Wine on FreeBSD 13 RELEASE

    Hello! I have the latest FreeBSD 13 RELEASE. I'd like to play World of Warcraft on my FreeBSD machine, so I tried to compile wine from ports(needed to switch vk and dxvk support on). Unfortunately, I got an error, which I can't understand and thus can't solve it. output -...
Back
Top