Deregister a port?
Is there a way to deregister a port without touching port's files? The only way I see is build my own version without install, run pkg delete end then make install on the source tree I'm managing myself. This leaves me without the package functionality while installing, wich is not desirable on production server. Any ideas? Many thanks, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Deregister a port?
On Mon, 4 Feb 2019 13:38:56 + Matthew Seaman wrote: > Tell us the details and we may be able to help. Well, I'm migrating some web servers from very old linux to freebsd. I need several versions of php to accomodate various applications that are'nt under my control, some open source other hand made by customers. I used to keep my various php installations under /opt/phpXX via the --prefix switch during compilation. The same can be done in freebsd (I suppose :), though I've let some of the web sites use the php installed via ports, and now I'm trying to revert that without having to restart them to minimize downtime. Thanks for your time, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Palemoon browser
On Fri, 16 Aug 2019 16:45:52 +0200 Kurt Jaeger wrote: > danfe@ once planned to update the port to 28.6.1, but I guess it's > really non-trivial and he has plenty of other things on his table. Yes, non trivial is right... I'm trying to build the new one, 28.7.0 with gcc7 (as required by the instructions) and I'm stuck with snprintf not defined in the scope, having a proper #include that should define it. Not easy, IMHO. Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: problems with ports 11-current
> ===> Checking if graphviz already installed > ===> Registering installation for graphviz-2.38.0_10 > pkg-static: Unable to access file > /usr/ports/graphics/graphviz/work/stage/usr/local/lib/graphviz/libgvplugin_gs.la: > No such file or directory > pkg-static: Unable to access file > /usr/ports/graphics/graphviz/work/stage/usr/local/lib/graphviz/libgvplugin_gs.so: > No such file or directory > pkg-static: Unable to access file > /usr/ports/graphics/graphviz/work/stage/usr/local/lib/graphviz/libgvplugin_gs.so.6: > No such file or directory > pkg-static: Unable to access file > /usr/ports/graphics/graphviz/work/stage/usr/local/lib/graphviz/libgvplugin_gs.so.6.0.0: > No such file or directory > *** Error code 74 > > Stop. > make[1]: stopped in /usr/ports/graphics/graphviz > *** Error code 1 Did you manage to solve the problem? I have the very same results trying to update graphviz on 11.3-RELEASE-p3: ===> Registering installation for graphviz-2.42.2_3 pkg-static: Unable to access file /usr/ports/graphics/graphviz/work/stage/usr/local/lib/graphviz/libgvplugin_gs.la:No such file or directory pkg-static: Unable to access file /usr/ports/graphics/graphviz/work/stage/usr/local/lib/graphviz/libgvplugin_gs.so:No such file or directory pkg-static: Unable to access file /usr/ports/graphics/graphviz/work/stage/usr/local/lib/graphviz/libgvplugin_gs.so.6:No such file or directory pkg-static: Unable to access file /usr/ports/graphics/graphviz/work/stage/usr/local/lib/graphviz/libgvplugin_gs.so.6.0.0:No such file or directory *** Error code 74 Stop. make[2]: stopped in /usr/ports/graphics/graphviz *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/graphviz *** Error code 1 Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
pure-ftpd
After upgrading pure-ftpd from 1.0.47 to the latest (1.0.49_1) the ftp command "mget *" from any ftp client gives invariably the error message "Can't check for file existence". Is it just me? Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Icingadb
On Thu, 8 Oct 2020 12:34:41 + Brandon McCorkle wrote: > I’m running Icinga2 with Icingaweb2 currently. I want to add IcingaDB to > it. I’m specifically interested in the redesigned check statistics > widget…check_ssl_cert-1.122.0 Nagios/Icinga plugin for checking > SSL/TLS certificates Are you sure it needs its own pkg? On my ichinga2 machine, installed from pkg I have only check_ssl_cert-1.122.0 Nagios/Icinga plugin for checking SSL/TLS certificates icinga2-2.12.0 Monitoring and management system for hosts, services and networks icingaweb2-php74-2.8.2 Next generation web interface for Icinga 1 and 2 pnp-icinga2-0.6.26_2 Icinga2 performance data collector and grapher and if I issue root@damocle:/usr/local/etc/icinga2/conf.d # icinga2 feature list Disabled features: compatlog elasticsearch gelf graphite icingadb ido-pgsql influxdb livestatus opentsdb perfdata statusdata syslog Enabled features: api checker command debuglog ido-mysql mainlog notification I see that icingadb is there but it is simply disabled. BTW, mine is a 11.4-RELEASE-p4, your mileage may vary... Cheers, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 02485781 FAX: +39 0248028247 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Unable to build webkit-gtk2 after updating ICU
On Thu, 30 Apr 2015 06:45:30 -0400 Carmel wrote: > I changed the system path because I use "openssl" from ports. I want to make > sure that, that is the version used. Is there some way I can insure that the > "ports" version of "openssl" is used without changing the "path" environment? Not that sure that you can. Personally, I prefer leaving PATH switched to the ports (/usr/local/bin first) and I control ld+ar+whatsoever via a little script like that: luke@mordeus:~ % cat switchld #!/bin/sh DIST=/usr/bin/ld ADIST=/usr/bin/ar RDIST=/usr/bin/ranlib MIST=/usr/bin/ld.dist AMIST=/usr/bin/ar.dist RMIST=/usr/bin/ranlib.dist [ "$1" = "-t" ] && { [ -x "$DIST" ] && echo $DIST || echo Should be in /usr/local/bin exit 0 } [ -x "$DIST" ] && mv "$DIST" "$MIST" || mv "$MIST" "$DIST" [ -x "$ADIST" ] && mv "$ADIST" "$AMIST" || mv "$AMIST" "$ADIST" [ -x "$RDIST" ] && mv "$RDIST" "$RMIST" || mv "$RMIST" "$RDIST" exit 0 Cheers, luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
pkg 1.6.1 doesn compile
Hello, I'm trying to compile pkg from the ports on a 9.3 ppc system. LD complains about an undefined reference to archive_read_support_filter_all in pkg.c and a lot of other undefined references in packing.c, pkg_audit.c and pkg_repo.c (archive_write_add_filter_xz, the same ending in _gzip, _none, _bzip2, pkg_audit_sandboxed_exrtract, pkg_repo_meta_extract_signature_fingerprints, ...) It looks like missing libraries, but wich ones? Thanks to all, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkg 1.6.1 doesn compile
On Tue, 29 Sep 2015 16:27:48 +0100 Matthew Seaman wrote: > Even odder, the missing pkg_audit_sandboxed_extract and > pkg_repo_meta_extract_signature_fingerprints symbols are *local* to some > of the C code files -- the loader being unable to find a function that > is defined and then called from within the same file is pretty dire. > > Looks to me that your toolchain may be having some problems... Yes, I may have lost control mixing thigs from pkg and system. I'd better reinstall with a more recent Freebsd version... Tanks anyay, luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Cups issue
Hello all, after last "pkg upgrade", all my cups printer queues are saying: "File "/usr/local/libexec/cups/filter/foomatic-rip" not available: No such file or directory" I'm using cups-2.0.3_1 on a 10.1-RELEASE-p24 GENERIC amd64. What have I done wrong? :) Cheers 2 everybody, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Installing ports via pkg on 11
Excuse my newbeeness... I'm not able to install ports via pkg install on 11-RC3. This might be due to the version not beeing "release" (yet) I guess... :) if I issue a pkg install I get Updating FreeBSD repository catalogue... pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/meta.txz: Not Found repository FreeBSD has no meta file, using default settings pkg: http://pkg.FreeBSD.org/FreeBSD:11:powerpc64/quarterly/packagesite.txz: Not Found Unable to update repository FreeBSD All repositories are up-to-date. pkg: Repository FreeBSD cannot be opened. 'pkg update' required the same if I issue "pkg update". Is there a way to build all the ports and make them available to pkg? Would such a thing make sense? Thanks for any pointer, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Installing ports via pkg on 11
On Fri, 23 Sep 2016 15:07:21 -0500 Brandon J. Wandersee wrote: > There's no package repository for PowerPC architecture. You'll need to > build everything from ports. Well, it seem there is a need for a wholelot build on a ppc, then.. :) > Others have recommended Poudriere, and it's > an excellent tool, but if this is your primary or only machine then I > would personally recommend ports-mgmt/synth. Wll, no I'll deploy a set of freebsd babies very soon. I think I'll go for poudriere. Thank, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Installing ports via pkg on 11
On Fri, 23 Sep 2016 20:36:40 +0200 Miroslav Lachman <000.f...@quip.cz> wrote: > It is better to use poudriere (installed from ports) where you can > create the list of ports you want to build Seems tempting. > (why would you want to build everything?), It might be easier than discovering how many ports you need at every new machine that you install. > then you run poudrier bulk and on target system disable > official FreeBSD repository and add yours. How do I redistribute the result to the rest of the world? Many thanks, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Installing ports via pkg on 11 [ports-mgmt/synth only available for amd64 and i386 on FreeBSD]
On Fri, 23 Sep 2016 14:54:29 -0700 Mark Millard wrote: > This traces back to its use of ada and what the ada compiler supports. . . Ah, no ada for the Powerpc... that I didn't know. May I ask why? Many thanks again, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: pkg: cached package size mismatch, again
On Mon, 17 Oct 2016 18:11:45 +0300 Rostislav Krasny wrote: > On Mon, Oct 17, 2016 at 5:55 PM, Rostislav Krasny wrote: > > Hi, > > > > I've a fresh FreeBSD 11.0 installed. When I try to install x11/kde4 by > > pkg(8) it fails to install the very first dependency package: > > > > Fetching ktux-4.14.3.txz: 100% 117 KiB 119.7kB/s00:01 > > pkg: cached package ktux-4.14.3: size mismatch, fetching from remote > > Fetching ktux-4.14.3.txz: 100% 117 KiB 119.7kB/s00:01 > > pkg: cached package ktux-4.14.3: size mismatch, cannot continue ... > The "pkg update -f" helped. But obviously there is some bug in the pkg(8). Not so sure... I had the very same problem with a 10.3 machine las week, and it was a faulty DDR ram. Once changed, the problem magically disappeared. Memtest might be your friend. Cheers, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL/ E-MAIL: posthams...@sublink.sublink.org / \ AND POSTINGS/ WWW: http://www.lesassaie.IT/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"