Re: removing a dir, regardless of content

2014-12-20 Thread Dan Langille
> On Dec 20, 2014, at 6:46 PM, A.J. 'Fonz' van Werven > wrote: > > Dan Langille wrote: > >> A webapp, www/bacula-web puts cache files at >> %%BASE%%/application/view/cache and on deinstall, that directory should >> be removed, even though the

Re: removing a dir, regardless of content

2014-12-20 Thread Dan Langille
> On Dec 20, 2014, at 8:04 PM, A.J. 'Fonz' van Werven > wrote: > > Dan Langille wrote: > >>> Just to be sure: did you remember to add BASE to PLIST_SUB in the >>> Makefile? You probably did, but I figured I'd ask anyway. >> >

2016Q2 - no Mk/Uses/mysql.mk

2016-06-27 Thread Dan Langille
ems that recent changes to Mk also need to be backported to branches if there is a commit on that branch. Agreed? -- Dan Langille - BSDCan / PGCon d...@langille.org ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinf

Re: 2016Q2 - no Mk/Uses/mysql.mk

2016-06-28 Thread Dan Langille
> On Jun 28, 2016, at 7:56 AM, Mathieu Arnold wrote: > > > > +--On 27 juin 2016 17:22:56 -0400 Dan Langille wrote: > | I've been working with the 2016Q2 branch with respect to FreshPorts. > | > | I tried running make -V on branches/2016Q2 and it failed with: &

installing a kibana plugin (re textproc/kibana43)

2016-11-01 Thread Dan Langille
t references by the port that I could find. How does one install a Kibana plugin on FreeBSD? Thanks. -- Dan Langille - BSDCan / PGCon d...@langille.org ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd

Re: installing a kibana plugin (re textproc/kibana43)

2016-11-01 Thread Dan Langille
> On Nov 1, 2016, at 1:14 PM, Thierry Thomas wrote: > > Hello, > > Le mar. 1 nov. 16 à 17:23:49 +0100, Dan Langille > écrivait : > >> I am using Kibana 4.3 on FreeBSD 9.3 and I want to use >> textproc/elasticsearch2-plugin-marvel 2.1.0 >> >>

Bug report for shttpd?

2017-05-01 Thread Dan Fenwick
#x27;d hate to clutter up the bug tracker if there's a better place to send a report. Thanks for your help. -- Dan ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mai

Poudreiere auto-track quarterly ports?

2017-09-04 Thread Dan Mahoney
would work better if poudriere were either aware of the way the quarterly branches are named, OR if there was a tag that always pointed a the current quarterly, same as in pkg. Is this possible? -Dan Mahoney ___ freebsd-ports@freebsd.org mailing list

FreshPorts API

2017-09-21 Thread Dan Langille
est-service> (I didn't get to the point of having methods invoked), I'm looking for others to help get this started. The goal is a PHP-based API. Why? Existing PHP code for database access. -- Dan Langille - BSDCan / PGCon d...@langille.org _

Re: FreshPorts API

2017-09-21 Thread Dan Langille
> On Sep 21, 2017, at 4:10 PM, Torsten Zuehlsdorff > wrote: > > > > On 21.09.2017 14:31, Dan Langille wrote: >> FreshPorts contains more than just ports. It contains all commits to the >> FreeBSD repository. >> This is all stored in a database. It can be

Re: can't link against math.h

2017-10-26 Thread Dan Mack
% man 3 exp | NAME | exp, expf, expl, exp2, exp2f, exp2l, expm1, expm1f, expm1l, pow, powf, | powl - exponential and power functions gives a good summary as well. Dan Steve Kargl writes: > On Thu, Oct 26, 2017 at 10:05:00AM +0800, blubee blubeeme wrote: >> I wrote a si

FreshPorts and FLAVORS

2017-12-04 Thread Dan Langille
needs to learn about FLAVORS. Or more precisely, at least in the short term, how to ignore FLAVORS. The solution I have is: ### [dan@pro02:~/tmp] $ cat depends.pl #!/usr/local/bin/perl my $depends = 'devel/py-setuptools@py27'; ($depends, undef) = split /[@\:]/, $depends; print

Re: Procmail Vulnerabilities check

2017-12-13 Thread Dan Langille
heck. I went upstream looking to see why Debian uses that. I cannot recall exactly what it was, but it wasn't procmail, but another utility provide by procmail. I stopped there. -- Dan Langille - BSDCan / PGCon d...@langille.org ___ freebsd-p

www/rubygem-passenger creating slave ports

2018-01-12 Thread Dan Langille
. -- Dan Langille - BSDCan / PGCon d...@langille.org ___ 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: www/rubygem-passenger creating slave ports

2018-01-12 Thread Dan Langille
> On Jan 12, 2018, at 10:18 AM, Dan Langille wrote: > > Sergey, > > We have a need to use rubygem-passenger with both Nginx and with Apache (on > different servers). > > I propose to create two new slave ports: > > * www/rubygem-passenger-nginx > * www/

Re: www/rubygem-passenger creating slave ports

2018-01-12 Thread Dan Langille
> On Fri, Jan 12, 2018 at 7:23 AM, Dan Langille wrote: > > On Jan 12, 2018, at 10:18 AM, Dan Langille wrote: > > > > Sergey, > > > > We have a need to use rubygem-passenger with both Nginx and with Apache (on > > different servers). > >

Re: www/rubygem-passenger creating slave ports

2018-01-12 Thread Dan Langille
> On Jan 12, 2018, at 11:48 AM, Dan Langille wrote: > > >> On Fri, Jan 12, 2018 at 7:23 AM, Dan Langille wrote: >>> On Jan 12, 2018, at 10:18 AM, Dan Langille wrote: >>> >>> Sergey, >>> >>> We have a need to use rubygem-passenge

Re: www/rubygem-passenger creating slave ports

2018-01-12 Thread Dan Langille
be done. How do you suggest we proceed with the work? Thank you -- Dan Langille http://langille.org/ > On Jan 12, 2018, at 7:33 PM, Sergey A. Osokin wrote: > > Hi Dan, > > I don't see any reason to create two separate ports in this case and support > them then cau

Re: www/rubygem-passenger creating slave ports

2018-01-13 Thread Dan Langille
Given the port will need to be redone when this new feature is released, I would like to proceed, with your approval, with the two slave ports as an interim measure. This will all be redundant once ruby FLAVORs are in. Thank you. -- Dan Langille - BSDCan / PGCon d...@langille.org > On

How does a port require another to be built with a certain option?

2018-04-27 Thread Dan Mahoney
flavors are a thing). Worse, since it's python, I think this would result in two different flavors. How does one specify that flavor as a dependency? Meta-question: Is it worth creating multiple flavors for this? -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi

Re: Audacious 1.1.1 Build Error

2006-08-09 Thread Dan Reinholz
Yes that did the trick. Thanks for all responses. --- Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: > On 8/7/06, Dan Reinholz <[EMAIL PROTECTED]> wrote: > > When trying to build the audacious port on FreeBSD > > 6.1: > > Please try to deinstall the old on

Re: mrtg problem

2006-08-15 Thread Dan Nelson
emonizing MRTG ... > osiris# /bin/rateup: Permission denied This file usually lives in /usr/local/bin/ > Rateup ERROR: Can't open 192.168.1.1_1.tmp for write Is WorkDir pointing to a directory the mrtg user has write permission for? --

FreshPorts: vuxml | searching

2006-09-16 Thread Dan Langille
port field that can be grabbed via "make - V". If you don't see the search option listed that you would like, please suggest it. Note: Determining the package name for a port is not a science. There will be false negatives because of this. -- Dan Langille : Software Developer

FreeBSD Port: python-2.5.c2

2006-10-04 Thread Dan Allen
Any ETA on when python-2.5 final will be part of the ports tree? Thanks, Dan Allen ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD Port: mmv-1.01b.14

2006-10-05 Thread Dan Nelson
and will break too many preexisting scripts. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267138 -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: FreeBSD Port: mmv-1.01b.14

2006-10-05 Thread Dan Nelson
In the last episode (Oct 05), Dan Nelson said: > The mmv update from 1.01b to 1.01b.14 that just got committed changes > the "to" wildcard index character from '=' to '#'. The Debian sources > the new version is based on is derived from the DOS version of mm

FreeBSD-6.2 ports build

2006-10-29 Thread Dan Angelescu
Hi ! My name is Angelescu Ovidiu and i am the developer of RoFreeSBIE ( a Live CD/DVD ) FreeBSD based. Reading the ports mailinglist i have found that ports were freezed until 24 october but from ftp.freebsd.org i have discovered that ports were build at 23 october. Are these builds the latest or

Re: Versions distributed only as diffs?

2006-10-30 Thread Dan Nelson
and list them in PATCHFILES? misc/mmv and net/sniffit do this (with a single patch, but the same idea applies). -- Dan Nelson [EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Bacula FD with FreeBSD Jails

2006-11-14 Thread Dan Langille
(e.g. aliases). The bacula-fd configuration file can specify the IP address. Hope that helps -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php ___ freebsd-ports@freebsd.org mailing list http

Re: Is syslog() reentrant? Was: OpenBSD's spamd.

2006-12-19 Thread Dan Nelson
nctions (syslog_r, > openlog_r, etc) Is FreeBSD's syslog already reentrant? It is, as of FreeBSD 5.4. In previous versions only openlog() and syslog("%m") with an invalid errno were non-reentrant. http://www.freebsd.org/cgi/query-pr.cgi?pr=72394 -- Dan Nelson

net/cacit explort

2007-01-11 Thread Dan Langille
for the port now and apply it to my server via port upgrade] -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php PGCon - The PostgreSQL Conference - http://www.pgcon.org/ ___ freebsd-ports@freebs

symon creating dates in year 31900

2007-02-14 Thread Dan Langille
ults? Failing a solution, does anyone know how to reset the last_update field in an rrd file? -- Dan Langille - http://www.langille.org/ BSDCan - The Technical BSD Conference: http://www.bsdcan.org/ ___ freebsd-ports@freebsd.org mailing list http://l

FreeBSD Port: irc/unreal

2007-03-12 Thread Dan Langille
top in /usr/ports/irc/unreal. *** Error code 1 Stop in /usr/ports/irc/unreal. [EMAIL PROTECTED]:/usr/ports/irc/unreal] # Ideas? -- Dan Langille - http://www.langille.org/ BSDCan - The Technical BSD Conference: http://www.bsdcan.org/ ___ freebsd-ports@f

Re: www/joomla3 port installs from GitHub, why?

2018-05-20 Thread Dan Mahoney (Gushi)
on -- whether that's included with the normal .tar.gz or requires the github copy, I can't say. I don't know if there's a *canonical* naming that universally means this is what '-devel' means. -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on

Re: www/joomla3 port installs from GitHub, why?

2018-05-21 Thread Dan Mahoney (Gushi)
On Mon, 21 May 2018, Peter Pentchev wrote: On Sun, May 20, 2018 at 04:49:34PM -0700, Dan Mahoney (Gushi) wrote: On Sun, 20 May 2018, Per olof Ljungmark wrote: On 05/20/18 21:15, Eugene Grosbein wrote: 21.05.2018 2:02, Per olof Ljungmark wrote: OK, I'll try to explain a bit more. Fi

Re: Pause pkg install messages

2018-05-24 Thread Dan Mahoney (Gushi)
hat you (the admin) are going to receive mail from cron and periodic. I'd opt to also email this, on by default, but turn-offable. FWIW, I believe this is also what Debian does. Best, -Dan -- "It would be bad." -Egon Spengler, "Ghostbusters" Dan Mahoney---

Virtual Printer Port?

2018-07-28 Thread Dan Mahoney (Gushi)
he reverse use. Is there anything in ports that can do this? Is there a better mailing list to be asking on? -Dan -- ----Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.com/in/gushi Site: http://www

[no subject]

2018-08-28 Thread Dan Mahoney (Gushi)
ption, but this also feels wrong as it breaks freebsd-update in various ways. I.e. should the port print a message stating that you should chmod 000 the original binaries? Should the ports versions be named something different? Should the port just warn you that you need to call these things

Cannot specify ntpd binary in ports with ntpd startup file.

2018-08-28 Thread Dan Mahoney (Gushi)
1) Got the version wrong. I'm on 10.4. 2) Forgot a subject. Whoops. 3) Forgot to cc maintainer. Doh! -Dan On Tue, 28 Aug 2018, Dan Mahoney (Gushi) wrote: Hey all, Funny question. I'm on FreeBSD 11.4, and would like to use the latest version of NTP, which is in pkg. The

Re: security/openssl111 TLSv1.3 port options

2018-09-12 Thread Dan Mahoney (Gushi)
people who want tls13 are going to be building ports/packages against the non-base version until at least FreeBSD 13. At least tls13 and freebsd13 would coincide nicely, linguistally speaking. -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet

Best way to generate a patch file

2018-11-25 Thread Dan Mahoney (Gushi)
tion in the porter's handbook covers "lifecycle" (./files) patches, and not "bugreport" patches: https://www.freebsd.org/doc/en/books/porters-handbook/slow-patch.html -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC

Rancid3 update to 3.9?

2019-02-19 Thread Dan Mahoney (Gushi)
All, Rancid3 has been updated to 3.9, upstream. I've contacted the maintainer, but it might be stuck. Would a patch be helpful? -Dan Mahoney -- --------Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.com/in/gushi

How to take action on a port?

2020-06-07 Thread Dan Mahoney (Gushi)
thrash rate (just to keep them from going abandoned), so getting better at this workflow is useful to me. Best, -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.com/in/gushi Site:

DMA -- difference between base and port?

2020-12-21 Thread Dan Mahoney (Gushi)
This would be useful in feature comparison. Is it worth mentioning this in the pkg-message for mail/dma? -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.com/in/gushi Site: http://www.gushi.org -

Re: DMA -- difference between base and port?

2020-12-21 Thread Dan Mahoney (Gushi)
On Mon, 21 Dec 2020, Ronald Klop wrote: On Mon, 21 Dec 2020 12:12:02 +0100, Dan Mahoney (Gushi) wrote: Hey there, At the day job we've been using mail/dma port for a number of years now, and the rollout and config of files in /usr/local/etc/dma is part of our deploy process. It

Re-enabling old ciphers in openssl

2020-12-27 Thread Dan Mahoney (Gushi)
c binaries, which is what I'd really like. Is there an easy way to do this, or is it best to work outside the ports system at that point? -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.com/in/gushi

Re: DMA -- difference between base and port?

2020-12-30 Thread Dan Mahoney (Gushi)
On Tue, 29 Dec 2020, Ronald Klop wrote: Some questions below. On Mon, 21 Dec 2020, Ronald Klop wrote: On Mon, 21 Dec 2020 12:12:02 +0100, Dan Mahoney (Gushi) wrote: Hey there, At the day job we've been using mail/dma port for a number of years now, and the rollout and config of

Puppet 6 dependencies?

2021-01-16 Thread Dan Mahoney (Gushi)
All, Dayjob's deploy scripts were burned in production by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252339 It seems pragmatic to fix this and add rubygem-ruby-augeas back to the dependencies. Puppet without augeas is pretty much a non-starter. Would the one-line patch help?

Re: Bind9 security upgrade

2021-02-05 Thread Dan Mahoney (Gushi)
did you originally install bind916? Is your OS current enough to handle a current ports tree? (uname -a please?) If so, "pkg install bind916" or portsnap fetch update; cd /usr/ports/dns/bind916; make -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on ef

Mailman 3 port

2021-02-15 Thread Dan Mahoney (Gushi)
All, Is anyone working on a mailman 3 port? (I'm guessing it would be several ports, actually, as mailman 3 is several different moving parts). -Dan -- --------Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.c

Which license to specify for a binary port?

2021-03-02 Thread Dan Mahoney (Gushi)
while in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201799, and I note some of my progress there. My broader question for the group is: Racadm's license, accoring to the RPM is "Dell Proprietary" but I cannot find the actual text of this license on their site. How should a porter

Re: Problems with updating a port due to top directory in tarball

2021-03-07 Thread Dan Mahoney (Gushi)
relevant variables verbatim from another port. Despite having the porter's handbook open lots, there were many things I had to just go read the files in /usr/ports/Mk to figure out. There could definitely be more recipes. One example: how to correctly handle a port that uses an

Anyone working on an OpenARC port?

2021-03-07 Thread Dan Mahoney (Gushi)
I see it on the ports wanted page, but don't see a bug to add a port. If not, I can start it (I have opendmarc, they're similar in structure, albeit now on Github). -Dan -- ----Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMa

Long-awaited Racadm 9.5 port

2021-03-09 Thread Dan Mahoney (Gushi)
the moment, you'd need to grab the shar from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201799, drop it in your ports tree, and make install. Feedback quite welcome. -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMaho

Guidance Requested

2021-03-10 Thread Dan Mahoney (Gushi)
ote is that it looks like (dayjob allowing), I'm going to be joining the trusted domain project (i.e. "Upstream") to do patch management and testing, so will be able to put out much more regular versions of a -devel port, which would have much higher change delta. What would

Re: On 14-CURRENT: no ports options anymore?

2021-03-13 Thread Dan Mahoney (Ports)
If this isn’t at least in /usr/ports/UPDATING it sure should be. -Dan > On Mar 13, 2021, at 12:58 PM, Guido Falsi via freebsd-ports > wrote: > > On 13/03/21 20:17, Hartmann, O. wrote: >> Since I moved on to 14-CURRENT, I face a very strange behaviour when trying >&g

Re: On 14-CURRENT: no ports options anymore?

2021-03-13 Thread Dan Mahoney (Ports)
test? Anyway, more on topic, it seems that if one is on -CURRENT (or possibly -STABLE), you’re building from source, and should be expected to read UPDATING. That much is on the site. (But that would be /usr/src, not /usr/ports). Did this happen mid-line in a stable? That…shouldn’t. -Dan &g

DMA?

2021-03-24 Thread Dan Mahoney (Ports)
Hey there all, Two things. 1) There’s an old PR to update the base version of DMA to include recent changes (to 0.13 and beyond) 2) I notice dma is no longer in pkg, due to build failures. The day job uses this port. Can the build failures be fixed? -Dan

Re: Python 2.7 removal outline

2021-03-24 Thread Dan Mahoney (Ports)
of interest both for personal reasons as well as community. If anyone else is currently maintaining a mailman3 port, please get in touch! -Dan > On Mar 24, 2021, at 2:45 PM, Bob Eager wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On Wed, 24 Mar 2021 13:

Re: Python 2.7 removal outline

2021-03-26 Thread Dan Mahoney (Ports)
re *might* be a GSOC project to fix it. Maybe. Other changes can happen with greater use, but clearly there’s a first-mover disadvantage here. -Dan > On Mar 26, 2021, at 9:06 AM, Chris wrote: > > On 2021-03-26 08:44, RW via freebsd-ports wrote: >> On Fri, 26 Mar 2021 13:55:33

The whole git migration of ports

2021-04-06 Thread Dan Mahoney (Ports)
thankless, and users can complain loudly when their process is interrupted or altered. I see the time and effort you’re putting in to this. That’s all. Keep on fighting the good fight, and stay safe. -Dan Mahoney Sysadmin, port maintainer, BSD fan

rclint: two thoughts

2021-04-14 Thread Dan Mahoney (Gushi)
s better to "if it ain't broke...don't fix it." -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.com/in/gushi Site: http://www.gushi.org --- ___

Fix the breaking DMA port?

2021-04-16 Thread Dan Mahoney (Ports)
All, Could we pretty please get: a) The dma port unbroken? (https://portsfallout.com/fallout/277280/ — but the fix seems to be here: https://github.com/corecode/dma/commit/c3a04c866881d43a71f6d005f3a5006ba83151af) and if you’re feeling nice... b) dma in base MFU’s (moved from upstream) to al

Re: portlint -A for git?

2021-04-17 Thread Dan Mahoney (Ports)
So does rclint :( > On Apr 17, 2021, at 10:15 PM, Junho Choi wrote: > > Hi, > > portlint -A complains about $FreeBSD$ is missing but it's moved in git I > believe. > > Is it a safe guess not to have $FreeBSD$ in port Makefile? > > -- > Junho Choi | https://saturnsoft.net > _

rubygem-facter versus sysutils/facter

2018-02-05 Thread Dan Mahoney (Gushi)
e out how to get pkg to not outsmart me. I.e. "install facter, but don't deinstall puppet", or "install facter but don't deinstall rubygem-facter". It seems the only actual file they conflict on is /usr/local/bin/facter,

Re: rubygem-facter versus sysutils/facter

2018-02-05 Thread Dan Mahoney (Gushi)
On Mon, 5 Feb 2018, Zach Leslie wrote: On Feb 5, 2018 5:51 PM, "Dan Mahoney (Gushi)" wrote: All, I've lost the better part of an afternoon to this issue.  These questions are not just specific to the above ports, but also as to how ports are best b

Re: Package depending on any one of multiple FLAVORS

2018-02-06 Thread Dan Mahoney (Gushi)
age and version used at compilation time. This feels a lot like what I was just asking about, as well. Are there plans for this dependency to be addressed in the future? My brief combing of the wiki didn't find any kind of a roadmap or anything like that. -Dan -- "Check it out,

Re: FreeBSD Palemoon branding violation

2018-02-06 Thread Dan Mahoney (Gushi)
s were in fact removed as part of deleting the port :) My $dayjob is with a company that makes open-source software which we redistribute under the MPL. I've shared that link with our team as an example of the absolute wrong way to go about

Re: 6100 subdirectories in /usr/ports/devel!

2018-02-19 Thread Dan Mahoney (Gushi)
vanishes or fails. A lot of this feels like it wants to wait for the pkg system to support "flavors" so we can turn off the language specific options. -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.co

Poudriere and PkgBase

2018-04-01 Thread Dan Mahoney (Gushi)
lease? Specifically, my needs are for a custom kernel for -RELEASE -- but it looks like there's no easy way to *just* build that, it looks like the kernel package needs to track with the entire rest of the OS. Is this the case? Best, -Dan -- _

Can't "Make Packages" under FreeBSD 11-stable

2018-04-07 Thread Dan Mahoney (Gushi)
https://svn0.us-west.freebsd.org/base/stable/11 Relative URL: ^/stable/11 Repository Root: https://svn0.us-west.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 331873 Node Kind: directory Schedule: normal Last Changed Author: mav Last Changed Rev: 331870 Last Changed

Updating www/py-recaptcha

2018-04-22 Thread Dan Mahoney (Gushi)
w to do it with *installed* packages, but not *all packages total*, so I know who to reach out to for having them update. Can someone clue me in? -Dan -- ----Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.com/in/gushi S

Don't know how to make /usr/ports/dns/bind96/work/.build....

2009-07-28 Thread Dan Mahoney, System Admin
t;sudo", however the real reason is because this problem goes away a second time. -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org --- ___

Re: Don't know how to make /usr/ports/dns/bind96/work/.build....

2009-07-29 Thread Dan Mahoney, System Admin
On Wed, 29 Jul 2009, Doug Barton wrote: Mel Flynn wrote: On Tuesday 28 July 2009 20:24:27 Dan Mahoney, System Admin wrote: make: don't know how to make /usr/ports/dns/bind96/work/.build_done.bind96._usr_local. Stop *** Error code 2 Someone else had the same problem, and they also

Re: Don't know how to make /usr/ports/dns/bind96/work/.build....

2009-07-29 Thread Dan Mahoney, System Admin
On Wed, 29 Jul 2009, Doug Barton wrote: Dan Mahoney, System Admin wrote: I believe Mel is right here. 'make clean ; make config ; make' worked for me. As does a second make after getting this error, but it's nonintuitive, and probably a ports bug. I'm not sure

Re: Don't know how to make /usr/ports/dns/bind96/work/.build....

2009-07-29 Thread Dan Mahoney, System Admin
On Wed, 29 Jul 2009, Doug Barton wrote: Mel Flynn wrote: On Wednesday 29 July 2009 10:57:05 Doug Barton wrote: Dan Mahoney, System Admin wrote: I believe Mel is right here. 'make clean ; make config ; make' worked for me. As does a second make after getting this error, but it'

Re: Don't know how to make /usr/ports/dns/bind96/work/.build....

2009-07-29 Thread Dan Mahoney, System Admin
On Wed, 29 Jul 2009, Doug Barton wrote: Dan Mahoney, System Admin wrote: The fact that the error occurs AT ALL is the bug and what is counterintuitive, and many people would not think to try typing "make" again, and instead would just assume the thing's broken. Ok, I actuall

uvscan port

2008-05-18 Thread Dan Mahoney, System Admin
6 scanner available. Does that still require the same libraries? Their readme would appear to say so. Jeez, why even make a separate 6.x version, then? Has anyone from the FreeBSD project approached these people and said "you know we consider this old and broken, right?" -Dan --

port request: zsu

2006-09-30 Thread Dan Mahoney, System Admin
sence in ports would help to give it a decent profile. I've never seen anything half as useful! -Dan -- quick, somebody tell me the moon phase please? Wrin: Plummeting. -Undernet #reboot, 9/11/01 (day of the WTC bombing) ----Dan Mahoney Techie, Sysadmin, WebGeek Gush

<    1   2   3