ports

  1. Cath O'Deray

    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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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"...
  9. 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 -...
  10. bagas

    portupgrade analog

    Hello. I thought, what is the best way to update the software on the server at the moment. See what's new in /usr/ports/UPDATE. Now I'm updating like this portupgrade -arR My system FreeBSD 12.2-13.0.
  11. Alain De Vos

    Building ports & heating house.

    The energy of building ports is currently used for heating my livingroom. But CPU's operating at lower temperatures and voltages are the future.
  12. I

    Best method to install packages offline

    I have another machine which is offline. What is the best method to install packages offline? I mean, due to the dependencies, it is almost impossible to download all the dependent packages to install them. Is there a way to use the pkg command to download (from a connected FreeBSD machine)...
  13. R

    Plan 9 from User Space

    Hi there, I successfully installed plan9 through bsd ports but I have no idea how to open it on my system. I would appreciate some guidance in this regard. Thank you.
  14. J

    How to install texlive packages?

    I have an installation of print/texlive-full. However, that is missing the siunitx package I would like to use. What is the best way to add this package?
  15. D

    Solved System crashes when modifying net/wireshark

    So, I was trying to install net/wireshark when there was a power outage. I tried to resume the installation with make clean distclean install it said it was already installed so did make reinstall this is when it crashed. Upon boot up I checked /var/crash/core.txt.0 & this line caught my eye...
  16. C

    Multiple Versions of Ports?

    My current issue revolves around apache24 and gitea and a few other ports requiring postgresql12-client as a connector, which blocks the installation of postgresql14-client needed by postgresql14-server to play around with some of the newer features in my home lab, and I'd be curious about a...
  17. spag

    Solved poudriere ports and git

    poudriere ports -c and port updates were working flawless for many years until git happened. I assume many migration parts are still in progress. Unfortunately cannot make it work: #poudriere ports -c -m git -U https://git.freebsd.org/ports.git [00:00:00] Creating default fs at...
  18. neostanniy

    Solved Using gcc as a default compiler (FreeBSD 13.0) [SOLVED]

    Greetings everyone and sorry for bothering the community, but I got terribly messed up and I think I need your help very much. I have just installed FreeBSD for the first time willing to make it my default OS for music production and other working purposes, but unfortunately got confused with...
  19. V

    py38-setuptools conflict with py37-setuptools

    I have built xorg from ports and it required python3.7 and in the process installed py37-setuptools (which isn't even a specific official port, there is only py-setuptools). Now whenever I try to build something that requires python3.8 and py38-setuptools (default build from py-setuptools port)...
  20. T

    dependencies and OPTIONS

    Hello everyone, I'm looking to improve the manageability, IMO, of ports. However, I'm in need of advises to overcome some challenges I'm encountering. This tool gives a very nice tree view. Since you could have different (poudriere) 'sets' and make.conf file(s), this manual usage becomes...
Back
Top