dependencies

  1. elgrande

    x11/sfwbar: how to deal with new pipewire dependency

    Hey... The new version of x11/sfwbar (1.0-beta17) has added pipewire as dependency (I have an upgraded port locally). There were discussions about having a 'nopulse' flavor here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285476 So I would like to gather some thoughts about how to handle...
  2. Y

    Ports Dependency management

    Hello, I've been noticing some strange behavior with the ports lately. Indeed, following the end-of-life of misc/getopt, I uninstalled it manually via a make deinstall clean and then installed its suggested replacement, devel/util-linux. Just to be sure, I recompiled/installed the port that...
  3. N

    Solved pkg autoremove detecting non-orphaned dependencies

    I'm a bit new so excuse me if this is a basic question. I installed vice-3.7.1 on FreeBSD 14.0-RELEASE via the ports collection, and now pkg autoremove is detecting all of Vice's dependencies as orphaned. I did not expect this since the handbook said both pkg and ports understand dependencies. I...
  4. rwv37

    make "all-depends-list" vs. combined "build-depends-list" and "run-depends-list"

    I'm not sure that I understand these commands. From only a glance at their names, my first thought was that make all-depends-list | sort would probably give output equivalent to (make build-depends-list; make run-depends-list) | sort | uniq. But a lot more things show up in all-depends-list...
  5. S

    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...
  6. S

    Compiler tools which should be only build-only dependencies

    My harddisk for storage failed, and I couldn't access it at all using the FreeBSD boot CD or a Linux rescue CD. It got a CAM error when booting FreeBSD, from the harddisk that didn't fail. I couldn't access the literal drive in the FreeBSD CD nor from a Linux rescue CD. My harddisk failed, when...
  7. bsduck

    Removing hard dependencies on PulseAudio and splitting ports

    Dear community, Many people are annoyed by PulseAudio. Recent examples: https://forums.freebsd.org/threads/looking-to-setup-a-desktop-environment-that-doesnt-need-pulseaudio.80949/ https://forums.freebsd.org/threads/after-upgrading-no-more-audio-in-firefox.81307/ This attitude seem to fade...
  8. Alain De Vos

    Python37 / Python38 hell.

    I ended up in a python37/python38 hell. Dependencies on one removes the other and vice-verse. My poudriere blacklist-file. net/samba412 lang/python2 lang/python27 lang/python37 www/qt5-webengine My make.conf DEFAULT_VERSIONS+=python=3.8 DEFAULT_VERSIONS+=python3=3.8 Should i revert to python...
  9. JonnySac

    How to make a dependency on npm-node12 or higher?

    Hello, I am making a port, and I was wondering what the proper solution is to the following dependency question. The software I am porting has a build and run dependency on Node.js v12 or higher (and actually yarn-node >= 12 also). Since there are separate ports for each LTS version...
  10. 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...
  11. Cath O'Deray

    Solved FreshPorts: linking, referencing: anchors in pages

    To simplify references to sections within pages for ports, we now have anchors within each page. https://www.freshports.org/faq.php#anchors lists the available anchors suggests two browser extensions that can help you to work with anchors. With the page for Firefox as an example...
  12. Nick-6

    How smart is pkg-lock(8)?

    Greetings. Because I'm a newbie and non-english, I need some clarification about pkg-lock although I've read it. I tried to test it myself as follows; root@FreeBSD:~ # pkg info -d curl curl-7.72.0 Depends on : libnghttp2-1.41.0 ca_root_nss-3.58 root@FreeBSD:~ # pkg lock curl...
  13. huckfinn

    Configure CUPS but ghostscript installation ghostscript-agpl-9.50-base broken and conflicting with ghostscript9-base

    Hi folks, I've a strange problem with ghostscript, which I need to install a cups printer under FreeBSD 12.1. uname -a FreeBSD damara.bigopensky.de 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64 To get a valid configuration and tools for the cups-printer-render-pipline, I need...
  14. Oliver Jones

    Unable to compile multimedia/logitechmediaserver

    Hi, I did a fresh install of FreeBSD 12.1 (AMD64) on my media server, did an update to p1, and also updated the ports collection with portsnap fetch + extract, and did a pkg update, too. Only problem is, the Logitech Media Server port no longer compiles. (It complains about quite a few missing...
  15. wlnx

    py-matrix-synapse and pythons

    Hello. I'm using freebsd-version 12.0-RELEASE-p3 I'm looking into net-im/py-matrix-synapse: :/usr/ports/net-im/py-matrix-synapse # make FLAVOR=py36 all-depends-list | grep python /usr/ports/lang/python36 /usr/ports/lang/python27 It has wide dependency graph. Is there a way to find what port...
  16. Cath O'Deray

    pkg(8) lock of Firefox

    To any user of -RELEASE who has locked www/firefox in the past: in your experience, what types of dependency issue arose as the weeks or months passed? Re https://pastebin.com/biRRGHCD line 140 I imagine that it's prudent to also lock www/flashplayer. (-CURRENT in that paste, but the essence...
  17. Petr Fischer

    Solved Default package dependencies is on Samba43, which conflicts with actual samba44

    Hello, all this packages has dependency to samba43: gnome-vfs-2.24.4_5 fusefs-smbnetfs-0.6.0_1 gvfs-1.26.3_3 etc... I have installed samba44 and pkg is messed with this situation (on actual upgrade) completely (Cannot solve problem using SAT solver, trying another plan) and in the end, pkg...
  18. N

    Solved pkg asking to install unnecessary packages

    Hi all, Every time I run pkg upgrade or pkg install PKG, pkg asks me to install some apparently unnecessary packages. I'm running FreeBSD 11.0-RELEASE-p8, using mainly packages, tracking the quarterly repo, and checking out the quarterly ports tree to match (using svn). I have compiled...
  19. fnoyanisi

    Xfce Why do I have to install 3 different clang versions for Xfce?

    Hi there, After having a long discussion about future of the GNOME desktop, I decided to give a try to x11-wm/xfce. Different components that come with Xfce (taskmanager, squeeze etc...) required different versions of clang to be installed as a dependency. Now I have clang33, clang35 and...
  20. S

    Ports needs structure

    A lot of circular dependencies have been removed from FreeBSD's ports tree, which is good. There are still a lot of circular categories in the port's options. For instance graphical ports will call audio or internet dependencies, then they will call on graphical dependencies, and repeatedly vice...
Back
Top