dependencies

  1. 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...
  2. 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...
  3. 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...
  4. sidetone

    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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. grahamperrin

    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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. grahamperrin

    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...
  15. 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...
  16. 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...
  17. 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...
  18. sidetone

    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...
  19. Hornpipe2

    Perl Script to Plot Dependencies

    I was interested in seeing a graph of package dependencies, so I could trace which packages were needed by which in a complete tree. portmaster -l can give basic information (leaf, trunk, root, branch) but does not show the relationships. I wrote the following tool to list dependencies as a...
  20. Z

    Build port but install dependencies with pkg

    I'm sometimes finding that I want to rebuild a port to enable a single option, like DEBUG, for example. Otherwise I generally use standard packages for everything else. For some ports with a lot of dependencies, I want to avoid having to build all those dependencies from source. The last time I...
Back
Top