Re: [HEADS UP] Planned deprecation of portsnap

2020-08-05 Thread Ernie Luzar
Steve Wills wrote: We are planning to deprecate use of portsnap in ports. The reasons are as follows (in no particular order): * Portsnap doesn't support quarterly branches, even years after quarterly branches were created and changed to the default for non-HEAD packages. * Portsnap doesn'

Re: good gui bit-torrent client?

2020-03-04 Thread Ernie Luzar
Yuri Pankov wrote: On 29 Feb 2020, at 22:39, Miroslav Lachman <000.f...@quip.cz> wrote: Robert Huff wrote on 2020/02/29 00:49: I used to use azureus/vuze, but it hasn't been maintained is quite a while. So I changed to deluge ... which now has a dependency semi-permanently BROKE

Re: What is the actual syntax used to FLAVOR ports?

2020-02-10 Thread Ernie Luzar
Kevin Oberman wrote: On Sat, Feb 8, 2020 at 1:27 PM Chris wrote: OK I know FLAVOR is an evolving concept. But I can not find the FLAVOR documentation. Only references in the porters handbook. What I think needs to be available is an entire list of flavor tags for all (port) categories. For exa

Re: A port like pi-hole?

2019-09-06 Thread Ernie Luzar
@lbutlr wrote: I’ve been running pi-hole on my home LAN and would like to run something like it on my FreeBSD machines as well. There isn’t a pi-hole port, but is there something like it that lets you easily setup blacklists to block DNS queries for adware/malware servers? Look at port

Please close bug 238192

2019-06-03 Thread Ernie Luzar
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238192 ___ 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: Is there a way to build only the port from source, and install dependencies from packages with the make command?

2019-04-30 Thread Ernie Luzar
David Wolfskill wrote: On Tue, Apr 30, 2019 at 10:35:21AM -0700, Yuri wrote: Sometimes instructions to build some port from source are needed. "cd /usr/ports/{caregory}/{port-name} && make" rebuilds everything from source, including dependencies. Is there an easy way to make it install missin

Re: vulnerabilities bogus error

2018-12-15 Thread Ernie Luzar
Dimitry Andric wrote: On 14 Dec 2018, at 22:40, Ernie Luzar wrote: Trying to update my port. During make install get a bunch of bogus error messages about the port having vulnerabilities. I know this to not be the case. The first message says pkg-static; unable to open vulnxml file (null

Re: vulnerabilities bogus error

2018-12-15 Thread Ernie Luzar
Walter Schwarzenfeld wrote: https://vuxml.freebsd.org/freebsd/vuln.xml.bz2 What path is this file suppose to be uncompressed into? ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, sen

vulnerabilities bogus error

2018-12-14 Thread Ernie Luzar
Trying to update my port. During make install get a bunch of bogus error messages about the port having vulnerabilities. I know this to not be the case. The first message says pkg-static; unable to open vulnxml file (null): Invalid argument This is a new fresh install of RELEASE 12.0. How do I

Re: packages and base jails

2018-11-26 Thread Ernie Luzar
Michael W. Lucas wrote: Hi, I'm writing a book on jails and am looking for BCP. I'd like to present either "This is the approved solution and should work" or "these are the gotchas with any of these, choose your pain." Folks want base jails to include packages, but also want to install addition

List of which pkg's have been downloaded

2018-04-05 Thread Ernie Luzar
Goal = I want to get statistics from the pkg system mirrored servers containing a count of how many times a pkg has been downloaded. First of all, are these statistics currently available? Who should I contact about getting these statistics? If not currently available, who should I contact abou

how to code Makefile to add script to periodic/daily

2017-11-14 Thread Ernie Luzar
Searched the porters handbook and can not find any info about how to code the Makefile for adding a file to /usr/local/etc/periodic/daily directory. Was hoping for a canned macro but no joy. Can someone please point me to documentation or provide an example. Thanks

Makefile RUN_DEPENDS= option

2017-11-14 Thread Ernie Luzar
Have a simple port that needs wget to work. I want RUN_DEPENDS to first check if wget is already installed, IE: is the running executable in the search path whether installed as a compiled port or installed as a package and if so bypass any more wget processing. If running executable not found

openssl problem

2017-10-24 Thread Ernie Luzar
I do "pkg install openssl" that works ok. But from that point I get 2 different messages at port make time depending on the port being installed. /usr/ports/sysutils/qjail >make install clean /!\ WARNING /!\ You have security/openssl installed but do not have DEFAULT_VERSIONS+=ssl=openssl set

Re: Porters Handbook section 4.4

2017-10-11 Thread Ernie Luzar
Benjamin Kaduk wrote: On Wed, Oct 11, 2017 at 11:23:58AM -0700, Russell Haley wrote: Here is chapter 1 in an odt since it's a new work and I wanted to bang it out without formatting. I'll add it to the sources after I get a good start on Chapter 2 and post a patch. I assume phabricator the prefe

pkg for dovecot2 missing

2017-10-11 Thread Ernie Luzar
This new pkg repository is missing dovecot2. How can I target the previous repository, I know its there. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-

Re: portmaster, portupgrade, etc

2017-10-04 Thread Ernie Luzar
Michael W. Lucas wrote: Hi, I'm doing tech edits on the new edition of "Absolute FreeBSD," and stumbled into what's apparently a delicate topic. Some of my reviewers are happy I included portmaster in the book. Some reviewers beg me not to include it. Unfortunately, people will be reading af3

Re: [HEADUP] FLAVORS landing.

2017-09-26 Thread Ernie Luzar
Mathieu Arnold wrote: Hi, snip All this information, and more to come are in the first link to our wiki in the bottom block. A road map is in the second link. There are no links with this email. Do not know what you mean by "our wiki". Please be so kind as to provide some links to get us slo

openssl is flagged as unsupported on unbound make install

2017-09-19 Thread Ernie Luzar
Just svn the unbound port to get most current version. Also svn update of port system make and build files Issuing /user/ports/dsn/unbound > make install I get this message "/usr/ports/Mk/Users/ssl.mk" line 77: You are using an unsupported SSL provider openssl Just installed 11.1 & openssl pk

Re: standard locations for port files

2017-08-31 Thread Ernie Luzar
Adam Weinberger wrote: On 31 Aug, 2017, at 9:07, Ernie Luzar wrote: Lets say I have a product that I want to port to Freebsd. Were is the standard location for the log file and PID file. Would it be in /usr/local/etc/product/product.log /usr/local/etc/product/product.pid or /var/log

standard locations for port files

2017-08-31 Thread Ernie Luzar
Lets say I have a product that I want to port to Freebsd. Were is the standard location for the log file and PID file. Would it be in /usr/local/etc/product/product.log /usr/local/etc/product/product.pid or /var/log/product.log /var/run/product.pid _

FreeBSD Port: void-zones-tools-1.0.2

2017-08-26 Thread Ernie Luzar
Installed the port today. No manual included or any information about how to use it. The port really should have man pages and a pkg-message file containing info about where to look for usage info. ___ freebsd-ports@freebsd.org mailing list https://lis

How to get number of times a package has been downloaded?

2017-04-26 Thread Ernie Luzar
I would like to see the activity of the packaged version of my port. By activity I mean the number of times it's been download since it was first packaged or at least since the last quarterly re-packaging. Is there a FreeBSD web page where this type of information is posted? __

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Ernie Luzar
Adam Weinberger wrote: On 27 Feb, 2017, at 9:07, Andrew Hotlab wrote: From: Andrew Hotlab Sent: Monday, February 27, 2017 3:37 PM To: freebsd-ports@freebsd.org Subject: How to create a port only for specific FreeBSD releases Hi to all, I'm trying to make a port which installs only a cou

Re: [SOLVED] How to create a port only for specific FreeBSD releases

2017-02-27 Thread Ernie Luzar
Andrew Hotlab wrote: From: Andrew Hotlab Sent: Monday, February 27, 2017 3:37 PM To: freebsd-ports@freebsd.org Subject: How to create a port only for specific FreeBSD releases Hi to all, I'm trying to make a port which installs only a couple of simple scripts (thus NO_BUILD, NO_ARCH, and

Re: Custom base jails for ZFS replication

2016-12-21 Thread Ernie Luzar
Randy Westlund wrote: Is there a jail management tool that lets you install packages in a base jail, and share that with multiple thin jails? I want to deploy many thin jails across multiple servers, and be able to update both the base system and ports in a base jail and then ZFS replicate that

ports long description error

2016-04-08 Thread Ernie Luzar
Was reviewing ports here https://www.freebsd.org/ports/multimedia.html and many of the "Long description" links generated the following error. An Exception Has Occurred An illegal value was provided for the "revision" parameter. HTTP Response Status 400 Bad Request Think someone should tak

Re: Removing documentation

2016-02-09 Thread Ernie Luzar
Kevin Oberman wrote: On Sat, Feb 6, 2016 at 4:03 PM, Greg 'groggy' Lehey wrote: I'm bringing this to the attention of the ports community to try to come up with a consensus about how to handle existing documentation for ageing packages, in this case portmaster. This bug report suggests removi

links port Makefile logic error

2015-06-30 Thread Ernie Luzar
___ 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"

Re: www/firefox really depends on security/openssl?

2015-05-13 Thread Ernie Luzar
Carmel NY wrote: On Wed, 13 May 2015 07:41:55 -0400, Ernie Luzar stated: I am having the same problem. Many things missing from the base openssl that are in the port openssl. Installing the port version only complicates things by not knowing which directory structure is really in play. My

Re: www/firefox really depends on security/openssl?

2015-05-13 Thread Ernie Luzar
Carmel NY wrote: On Wed, 13 May 2015 01:24:35 +0200, Dr. Peter Voigt stated: [Truncated] The most reliable method to eliminate this, for lack of a better word "bullshit", would be for FreeBSD to keep the "base" system "openssl" version" up-to-date. It is apparent to even the most casual observ