port

  1. mustafa987

    Solved questions about pkg and port

    question 1: If I installed wget from the pkg pkg install wget and then decided to installing again from port cd /usr/ports/ftp/wget make install clean then what would happened??? Will the port installation overwrite the pkg installation? Or duplicated wget installation? question 2: If I...
  2. megapearl

    PF Strange (firewall?) issue

    Hi, I have 2 sites, both running FreeBSD 11.2-RELEASE-p4, they are connected via IPSec site2site pfsense VM appliances. I can't connect to port 443 from Site A (10.0.1.x range) to Site B (10.0.0.x range), also the other way around I can't connect from Site B to Site A. All other ports between...
  3. goshanecr

    database/mysql57-client Linking fails on 11.2 i386

    Good day! I have a server uname -a FreeBSD db_mysql 11.2-STABLE FreeBSD 11.2-STABLE #0 r338358: Thu Aug 30 01:29:38 +05 2018 user@BSD-TENNIS:/usr/obj/usr/src/sys/BSDSERV i386 And on that server works several jails. One named db_mysql has mysql57-{server,client}. pkg info | grep mysql...
  4. D

    make package "*** Error code 1"

    I am working on my first port and have come across an error that I’m not sure how to research. Can anyone point me in the right direction as to this error code? It says "sed: -I or -i may not be used” but I’m not using sed anywhere in the port. root@:~/pfSense-pkg-localrepo # make package...
  5. Bobi B.

    Solved isc-dhcp44-server port lacking --enable-use-sockets configure option

    Greetings. I look forward to use net/isc-dhcp44-server to answer to DHCP relays. It is a bit unusual configuration, where relay runs on the same machine (because it does a bit more than just relaying DHCP packets), therefore have to address the DHCP server by an IP address, using sockets. The...
  6. Harmnot

    Should i build new kernel ?

    Hey, I just finished install FreeBSD 11 on external harddisk, and I want to ask about kernel, should I rebuild kernel after installation? I was building kernel , and I cancel it after a hour because it was take very long time and my laptop got very hot on for it , I follow This instructions to...
  7. Harmnot

    Pkg install (namepackage) very slow

    I install from pkg and it is very slow, when I install the desktop KDE for 1GB It takes hours, very slow speed. On Linux, it more fast for 1 GB to download I have edited mirror on FreeBSD.conf Pkg0.twn.freebsd.prg (I am in Asia) so I use Taiwan for the closest mirror. Is there any something I...
  8. Harmnot

    Solved Failed Startx after PKG install xorg

    I was install Xorg on x11/xorg to make install clean, but it was take times and more 2 hours , so I cancel it and run pkg install xorg Then trying to rename or remove the xorg.conf as handbook FreeBSD said and then startx The error message Open dev/drive/card0 : no such file or directory...
  9. F

    Support for your FreeBSD version has ended

    Good day - I've come across a weird problem with installing ports in a new jail. Using FreeBSD 11.1 with ezjail, updated with the latest patches. You may suggest to install the package, but I want to change something in the defaults (MySQL support). Host System # uname -a FreeBSD...
  10. M

    Building my own port/package distributing over self hosted repo

    Hi, from the question you can guess I'm relatively new to FreeBSD.... What I wanna do is to build a package (web application from a git repository) and install it with pkg on a target system. So by reading a lot (handbook, porters handbook, web) my understanding is that I would place my...
  11. N

    looking for old ports/packages

    Hi, I am looking for following version ports cmake-3.7.2 cmake-modules-3.7.2 git-2.12.1 sqlite3-3.18.0 ruby21-2.1.10_1,1 rsync-3.1.2_6 Above listed ports are not available on http://pkg.freebsd.org/FreeBSD:10:amd64/ I checked all releases and quarterly folders but same version ports are not...
  12. STREBLO

    Setting poudriere options on a single port

    I'm not sure if this is possible but I would like to change an option from poudriere.conf, but only for a specific port, specifically devel/llvm. The problem is when I try to compile devel/llvm I think the builder might be running out of tmpfs space because it claims : /usr/bin/ld: final link...
  13. goshanecr

    What state of kde5 on FreeBSD?

    Hi friends! I want to install kate for development, and I want use actual version from kde5 applications, help me please, is it exists in ports?
  14. Petr Fischer

    Solved Building nginx in a jail with ssl=base (without openssl port dependency)

    Hello, I am trying to build nginx from ports, but I don't want dependency to openssl from ports. I want "base" FreeBSD openssl. Default nginx package has no dependency to external openssl package. I am building in a jail. I have this in make.conf: WRKDIRPREFIX= /var/ports DISTDIR=...
  15. M

    How can I install php53 port if it disappears in ports tree after portsnap update?

    Two days ago, I reinstalled my FreeBSD system with a new version - FreeBSD11. After updating ports tree by portsnap I found out that port php53 is missing. How can I get it back? I need to install PHP v.5.3.
  16. goshanecr

    Asterisk AMI binds to random port

    Hi friends! I try to research net/asterisk13, and setup it. I have not change any configs except manager.conf. In manager.conf I set enabled=yes and add section with user: [admin] secret=secret read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan write =...
  17. S

    IPFW Block all ports&connections but allow only this port

    Hi, i have a problem, i want to block all ports but allow port 25. I trying some rules but not working it. Please, can you help me? Here is my try: #!/bin/sh ipfw -q -f flush cmd="ipfw add" $cmd 00010 check-state $cmd 00020 deny ip from any to any #SSH $cmd 11020 allow tcp from any to any...
  18. spmzt

    Solved How to port my software?

    Hello, How can I create a port for my software?
  19. D

    libgcc_s.so.1 incorrect for port

    Hello, I am in the process of porting numba to FreeBSD, the submitted port 211347 has an outstanding issue. Documentation requires that a user should be able to type from a python interpreter: import numba However, this complains with /lib/libgcc_s.so.1 not using the gcc48 library. Instead the...
  20. STREBLO

    Poudriere on Low Resource Machine

    I'm running poudriere on a very low resource machine. It is an old HP Mediasmart EX470 with 1 CPU, 2GB of RAM, and 16GB of swap. It's running ZFS with 4 hard drives mirrored in 2 VDEVs. I have ran a test build and it seems to run fine however I was looking at seeing what I could do to optimize...
Back
Top