ports

  1. scotia

    Updating Perl fails because of Python sphinx

    I'm upgrading Perl as advised in UPDATING using the following: portmaster -bdgyf `pkg shlib -qR libperl.so.5.28` which re-builds net-snmp which re-builds mysql which re-builds cmake which requires python which requires py37-sphinx I have python2.7 installed already (and therefore sphinx)...
  2. scotia

    portmaster shoots itself in the foot with -P and pkg

    Hi. if I add the -P option to portmaster, and postmaster decides to re-install pkg, I get the following: Installed packages to be REMOVED: pkg: 1.13.2 Number of packages to be removed: 1 The operation will free 13 MiB. [1/1] Deinstalling pkg-1.13.2... You may need to manually remove...
  3. B

    Cleanup and switch fromports to packages

    I have a server running 11.3-p7 that has been upgraded over time since about 2009. When I originally built it, I chose not to use packages and I have been regretting that decision for years due to how much time it takes to handle updates. As I did not initially intend for it to be a server, I...
  4. L

    Install samba45 from ports end up with ldb deps error

    Installing tdb-1.4.2,1... ===> samba45-4.5.16_1 depends on package: tdb>=1.3.10 - found ===> Returning to build of samba45-4.5.16_1 ===> samba45-4.5.16_1 depends on package: ldb>=1.1.27 - not found ===> samba45-4.5.16_1 depends on package: ldb>=1.1.27 - not found *** Error code 1 Stop...
  5. C

    audio/mumble build error "pkg-config could not find package x11"

    Hello Forum, i have done my regular upgrade with pkg and i build on ports a hand full packages on my own for changed options. Now i got this on audio/mumble: ... Reading /usr/ports/audio/mumble/work/mumble-1.3.0/src/mumble/mumble.pro Project ERROR: pkg-config could not find package x11 ***...
  6. Keve

    Solved Custom building a port (maybe more than one)

    For one of my projects I need Perl to access data from a database. SQLite3 would be perfectly suitable for my needs, except for the fact that by default SQLite does not know my national characters. For example, a SELECT UPPER(person_name) FROM people; turns all ASCII characters of the name to...
  7. D

    X.org port won't install

    This is my first bout with FreeBSD, having decided to give a non-Linux *nix a whirl (I've installed a dual-boot setup on a laptop, but I'm trying to learn the ropes first on a VM; I've downloaded the .vhd file.) I decided to try to install everything via ports (since I've read that pkg and...
  8. S

    [Question]Making your very own "ports" system

    Greetings. I was a BSD user a long time ago, and I just came back to the squad this week. I knew BSD variants are easy to hack and this is what make them awesome! But I have a problem in the process of hacking. I just changed the system name variable in `newvers.sh` file and it's not FreeBSD...
  9. W

    Port for logitechmediaserver on FreeBSD 11.2 may be bad

    I am trying to install logitechmediacenter in a FreeNAS 11.2 jail. All the components (python, Curl etc.) seem to install fine. When it gets to the end of the installation I get the following errors: ===> Checking if logitechmediaserver is already installed ===> Registering installation for...
  10. cederom

    12.0-RELEASE -> 13.0-CURRENT breaks make config

    Hello world :-) I have switched from 12.0-RELEASE to 13.0-CURRENT. Replaced kernel and base. Now I want to recompile all ports with poudriere.. 1. Make config on all ports shows some core dump thus defaulting all my configs. How can I fix that? How can I switch debug / verbose on 'make config'...
  11. z3R0

    FreeBSD 12 zsh config not generated on install

    Hi, I installed zsh on FreeBSD 12 but it doesn’t run the usual script that generates that default config files (.zshrc .zshenv .zprofile etc...) This is a clean install (no previous config files) I’ve tried installing from ports with make as well as using pkg. How can I generate the config...
  12. F

    managing port in user account

    Hi Are you doing all your ports's related stuffs in root or in your user account ? I think I should be able to do everything in user account, except when running make install which obviously require root account. But when I try to make a package I got error like => /usr/ports/distfiles/ is...
  13. I

    A possible solution to fix Open vSwitch

    I think I might have solved the Open vSwitch issue that some people have been having (including myself). So, since Open vSwitch was broken for me anyway I decided to do a little "hacking" of the files in the ports tree for OVS. I noticed that the Makefile configures OVS to be built with shared...
  14. Y

    mlterm package compile options

    Hi, I have recently installed mlterm on my system since it's the best (if not the only) terminal emulator with decent Arabic/RTL support (tried urxvt, but it doesn't play well with Arabic). I use mlterm because my main IRC client is irssi and mlterm works nicely with that in terms of Arabic...
  15. Nyakov

    Create something like PBI with current ports/pkg system?

    After encountered a bunch of not working pkg-s and other constant problems with them I became curios about how unrightfully forgotten BPI works? Can someone summarize the mechanics? What can be made to create something like BPI with current ports\pkg system?
  16. akkornel

    Solved Python-based CLI command, how to avoid conflicts in /usr/local/bin?

    Hello! I would like some advice on how to port a command-line program that is written in Python. I have a program that runs on the command-line, and is written entirely in Python. It can be built against Python 2.7 or 3.4+ with no problems. It is distributed via PyPi, so I have started...
  17. goshanecr

    Is is correct to have many devel/llvm versions installed?

    Hi friends! When installs from scratch new system with llvm 6.0.1 in base, many ports installs other (older) versions of llvm. Is it needed or it is a rudiments in that ports?
  18. mustafa987

    Solved download port source file first

    When installing ( let's say Chrome) from ports collection on FreeBSD, how can I make it download Chrome and all of it's dependencies first then after that compiling them when going offline Note: I don't want to download the source of all the port tree collection, I want it to download only...
  19. NapoleonWils0n

    Solved Building Blender port with video editor enabled

    Hi All Although Blender is mainly used as a 3D creation suite it also has probably the best video editor available on linux or unix, and the closest thing i have found to final cut pro Unfortunately the video editor isnt enabled in the blender pkg, im not sure if its a licensing issue that...
  20. L

    Port install problem

    I am trying to install rsync from the ports collection. /usr/ports/net/rsync # make install clean I get an error: "Ports Collection support for your FreeBSD version has ended, and no ports are guaranteed to build on this system. Please upgrade to a supported release." I check the version...
Back
Top