RE: security/openssh-portable

2012-03-15 Thread Dewayne Geraghty
Cy, If the option of splitting openssh into two ports means that one of those ports is closer to the base system's openssh, and the base system's openssh requires the FreeBSD patch-set, for base, then this is a commendable suggestion. Otherwise, I would vote for one kit, subject of course to Grze

FreeBSD Port: cfengine-2.2.1

2007-12-13 Thread Dewayne Geraghty
Sergie, I really appreciate your efforts with cfengine. I've discovered its use in maintaining 8 different sites with fairly complex configuration requirements. Is there any chance that you could update the kit to 2.2.3, as there won't be another upgrade to cfengine until June 2008, and the cha

FreeBSD Port: samba-3.0.28a_2,1

2008-06-26 Thread Dewayne Geraghty
Hi Timur, I'm sure that you must receive a lot of requests regarding the Samba port, so if you could point me to a mailing list or whatever keeps the FreeBSD ports users' up-to-date I'd appreciate the pointer. I use Samba in a couple of locations and note that there has been a Security patch i

FreeBSD Port: cfengine-2.2.3_1

2008-06-26 Thread Dewayne Geraghty
G'day Sergie, There have been a few updates to cfengine over the last few months, a couple of silly ones but generally there are some significant updates that have been applied. The current version is 2.2.7, is there any chance that you'll be updating the port soon? I appreciate the effort that

RE: Heimdal 1.5.2 problem

2012-05-15 Thread Dewayne Geraghty
Thanks for the updates Robert. I've pursued building heimdal on a custom FreeBSD9-Stable jail built without crypto (openssl, heimdal,...); and forced the selection of bdb throughout the range 5 to 41 via the following ports.conf setting *: WITH_BDB_VER=5 ... *: WITH_BDB_VER=41 Combined with secu

ntp - time signing patch

2012-05-18 Thread Dewayne Geraghty
With discussion on the samba-technical list about an upcoming samba4-beta release, it might prove timely to add the following patch to enable time signing, for MS-Windows devices (mssntp). Ref: https://wiki.samba.org/index.php/Samba4/HOWTO#Step_11_Configure_NTP_.28opti onal.29 Regards, Dewayne.

RE: [HEADSUP] New framework options aka optionng

2012-06-02 Thread Dewayne Geraghty
...snip... > > I hate WITHOUT_NLS and NO_PORTDOCS with a passion. They work > for 80% of the ports you are likely to install, so they are > not a safe way to escape docs or NLS. Why bother? Seriously, > could someone give me a usecase for them? > > Cheers, > Uli > ___

RE: Upgrading Base System openssl

2012-07-04 Thread Dewayne Geraghty
Tom, The easiest (obvious?) way I could find, is to cd /usr/ports/security/openssl && make PREFIX=/usr Note that this will also place, and look for openssl.cnf in /usr/openssl. This will bump your version of /lib/libcryto.so and others so be prepared to rebuild quite a few things, including op

RE: Upgrading Base System openssl

2012-07-05 Thread Dewayne Geraghty
> -Original Message- > From: Doug Barton [mailto:do...@freebsd.org] > Sent: Wednesday, 4 July 2012 6:09 PM > To: Dewayne Geraghty > Cc: 'Tom Uffner'; din...@freebsd.org; po...@freebsd.org > Subject: Re: Upgrading Base System openssl > > On 07/03/

Re: FLAVORS for Ruby

2019-09-17 Thread Dewayne Geraghty
Bottom line: flavors came into being to satisfy specific needs. Python 2 underwent substantial changes during the upgrade to python 3, to the extent that many (most) python applications would cease to function. Similarly php5 to php7. Without flavours the user-base would've been severly impacted

Mk/Uses/gnustep.mk uses incorrect GNUSTEP_LOCAL_LIBRARIES

2020-03-24 Thread Dewayne Geraghty
I'd raise a PR but Mk is immune. The problem: devel/sope4 failure to build due to: ld-elf.so.1: Shared object "libgnustep-base.so.1.26" not found, required by "plmerge" Investigation: # make -C /usr/ports/devel/sope4 -VGNUSTEP_LOCAL_LIBRARIES /usr/local/GNUstep/Local/Library/Libraries # ls /usr

python 2.7 marked as deprecated and EOL while 2.7.18 RC is available

2020-04-17 Thread Dewayne Geraghty
Its very confusing building ports at the moment. At https://www.python.org/ there is a release candidate for 2.7.18, while our python 2.7 has been marked as deprecated with an expiration date. Can the Expiration Date of 2020-12-31 be retracted? It appears that devel/scons, at least, requires pyt

Ports failing with -fno-common with clang 9/gcc 9

2020-04-30 Thread Dewayne Geraghty
As -fno-common will become the default in gcc10/llvm11 per https://lists.freebsd.org/pipermail/svn-src-stable-12/2020-April/004761.html I thought I might share the list of ports that failed to build for maintainers to be aware of using -fno-common: archivers/arc benchmarks/iozone benchmarks/netpe

Re: Bind 9.16 port error still lingers

2020-05-03 Thread Dewayne Geraghty
I think a few people have given the advise that you should look at the placement of your pid file. I don't know what the default is, but I have pid-file "/var/run/named/pid"; in my named.conf file. This ensures that I'm able to successfully run named as the bind user and the pid fi

Re: FreeBSD Port: open-vm-tools-11.0.1_3,2

2020-05-04 Thread Dewayne Geraghty
Suggest that you add to make.conf DISABLE_VULNERABILITIES=yes On 5/05/2020 8:08 am, Kurt Buff - GSEC, GCIH wrote: > All, > > Has been done? > > I just built a new machine on our VMware cluster and tried to install this > from ports on 12.1-RELEASE-p3 with an updated tree, and it complained abo

Re: jitsi documentation

2020-05-29 Thread Dewayne Geraghty
Well considered experienced-based guidance, clearly written and well explained, an excellent document assembling all the required pieces. I look forward to deploying. Perhaps with an additional note about your usage experience, this would be a good article for the FreeBSD Journal? (or at least an

Re: cups-pdf crash status -139

2020-06-17 Thread Dewayne Geraghty
I suspect that you've set your locale incorrectly. You might like to try (what I think you're trying to use) /usr/share/locale/en_US.UTF-8 instead of, what the ktrace is using, which is: /usr/share/locale/en_US.UTF8 An easy mistake ;) On 18/06/2020 12:04 am, Per olof Ljungmark wrote: > On 2020-06

Re: Ports failing with -fno-common with clang 9/gcc 9

2020-06-23 Thread Dewayne Geraghty
On 24/06/2020 7:00 am, Kyle Evans wrote: > On Mon, Jun 22, 2020 at 1:35 AM Tobias Kortkamp wrote: >> >> On Thu, Apr 30, 2020, at 14:56, Kyle Evans wrote: >>> In any event, I would urge folks to be proactive and identify this >>> stuff, reporting issues upstream and spreading awareness of the >>> i

State changes via pkg's scripts

2020-07-07 Thread Dewayne Geraghty
Is there a more convenient method to examine a package's scripts than unpacking the manifest file and # cat +MANIFEST | jq -rM '.scripts' ? As I'd like to know what changes will, or have been applied. For example to review the dependencies of a file # pkg info -d -F /packages/K8/All/samba410-4.1

Re: State changes via pkg's scripts

2020-07-08 Thread Dewayne Geraghty
On 8/07/2020 4:52 pm, Dave Horsfall wrote: > On Wed, 8 Jul 2020, Dewayne Geraghty wrote: > >> # cat +MANIFEST | jq -rM '.scripts' > > Sorry, but this always pushes one of my buttons.  When using "cat file | > proc" > what's wrong with "pr

Re: State changes via pkg's scripts

2020-07-08 Thread Dewayne Geraghty
On 8/07/2020 5:23 pm, Baptiste Daroussin wrote: > On Wed, Jul 08, 2020 at 04:32:34PM +1000, Dewayne Geraghty wrote: >> Is there a more convenient method to examine a package's scripts than >> unpacking the manifest file and >> # cat +MANIFEST | jq -rM '.scripts&

Re: RFD: proposed new (likely virtual) category, education

2020-07-17 Thread Dewayne Geraghty
On 18/07/2020 1:09 pm, Pau Amma wrote: > This category would comprise ports that are mainly educational in nature > or purpose, such as: > - course-writing or course-delivery applications, > - classroom or school management applications (eg, scheduling classes), > - applications, utilities, or game

Re: www/py-html5lib with FLAVOR=py27 failed to build

2020-07-27 Thread Dewayne Geraghty
On 27/07/2020 4:34 pm, Kubilay Kocak wrote: ). > > The strategy, plan and execution for deprecation of Python 2.7 and the > guidelines for deprecation and removal of Python 2.7 ports was not > coordinated with, discussed with or executed by the Python team, as it > should have been. > > The issue

Re: What are my options regarding deprecated PyPy port?

2020-08-25 Thread Dewayne Geraghty
On 25/08/2020 11:49 am, figosdev via freebsd-ports wrote: > Hi, I'm new to FreeBSD-- I installed it for the first time this week. > Honestly, so far it has exceeded expectations. > > I installed X11, but the first thing I installed was PyPy2. > > Unlike CPython2, which is EOL'd, PyPy2 does not t

Re: What are my options regarding deprecated PyPy port?

2020-08-25 Thread Dewayne Geraghty
On 26/08/2020 7:12 am, figosdev via freebsd-ports wrote: >> the easiest way, if you build your own ports, is to svnlite update -r >> '{2020-03-29}' /usr/ports/security/w3af Note the date before removal from >> the ports tree. > > Thanks, this is probably what I was looking for (a way to get a co

Re: Using gcc as a build dependency only

2020-11-10 Thread Dewayne Geraghty
On 11/11/2020 7:55 am, Bob Eager wrote: > I have a port that, for reasons I won't go into, I build with gcc. > > It all works fine with USE_GCC= yes - no problem. > > The issue is that it's a build dependency and a run dependency. So > anyone wanting to use it has to install gcc, and is discourag

Re: STOP rust!

2020-11-12 Thread Dewayne Geraghty
On 11/11/2020 12:24 am, Rozhuk Ivan wrote: > Hi all! > > With latest ports tree librsvg2-rust-2.50.0 is required to some ports. > It want replace librsvg2-2.40.21. > > I do not want build ugly rust during hours to build small lib in less than > minute. > > > Same with polkit & spidermonkey. >

Re: Warning: Major OS version upgrade detected

2021-01-31 Thread Dewayne Geraghty
A while ago, due to mismatching ABI, I had to insert into: /usr/local/etc/pkg.conf ABI = "freebsd:12:x86:64"; Perhaps explicitly stating "freebsd:13:x86:64"; may help? BUT this will require maintenance. :/ ___ freebsd-ports@freebsd.org mailing list http

Re: Python 2.7 removal outline

2021-03-24 Thread Dewayne Geraghty
On 25/03/2021 4:01 am, Miroslav Lachman wrote: > I really appreciate the work of ports team, committers and maintainers > but I dislike double standards. All ports requiring Python 2.7 were > marked deprecated the last year almost all of them removed according to > expiration date 2020-12-31 but s

Re: Python 2.7 removal outline

2021-03-25 Thread Dewayne Geraghty
On 26/03/2021 9:25 am, George Mitchell wrote: > On 3/25/21 6:06 PM, Miroslav Lachman wrote: >> [...]  it is really not for >> everybody to use overlays in current state (overlays are poor >> documented at least). >> [...] > > Until this thread I had never heard of them.  -- George

Re: No update for a day on ports?

2021-04-01 Thread Dewayne Geraghty
On 1/04/2021 6:19 pm, Herbert J. Skuhra wrote: > https://wiki.freebsd.org/git > Thanks Milan for bringing this to everyone's attention. Would appreciate if anyone can provide insight as to the 4 git commands that I need to function, in a manner similar to the way I use svnlite use. Git equivalen

Re: Specific svn/git package update use case

2021-04-08 Thread Dewayne Geraghty
On 4/04/2021 12:30 pm, Simon Wright wrote: > Hi all, > > I've been following the discussion about the git upgrade to the ports > repro but am not clear about how it impacts my use case. > > At the moment I track ports on the revision that the Freebsd build > cluster uses to build the "latest" pac

Re: Changing daemon user, dir ownership and updating packages

2021-04-26 Thread Dewayne Geraghty
On 26/04/2021 6:03 pm, Stefan Bethke wrote: > But that still leaves pkg updating the ownership/mode of existing directories > as a surprise on updating a package. I think the "right" thing here would be > a kind of three-way merge between changes an updated package brings in vs. > changes the us

Problems with devel/apr1 or options_group

2012-12-27 Thread Dewayne Geraghty
While trying to build apache22 with ldap, the dependency apr1 passes a "--without-ldap" flag to apr-util which results in apache failing. * Background * Some 450+ packages are built on a 4 monthly cycle, 149 of these are controlled by ports.conf and built using portmaster. This is the second tim

RE: Problems with devel/apr1 or options_group

2012-12-27 Thread Dewayne Geraghty
> -Original Message- > From: owner-freebsd-po...@freebsd.org > [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of Kimmo Paasiala > Sent: Friday, 28 December 2012 1:21 AM > To: Olli Hauer > Cc: Baptiste Daroussin; freebsd-ports@freebsd.org; Dewayne Geraghty > Subje

RE: Problems with devel/apr1 or options_group

2012-12-27 Thread Dewayne Geraghty
Thank-you. > -Original Message- > From: Baptiste Daroussin > [mailto:baptiste.darous...@gmail.com] On Behalf Of 'Baptiste > Daroussin' > Sent: Friday, 28 December 2012 1:59 AM > To: Dewayne Geraghty > Cc: 'Kimmo Paasiala'; 'Olli Hauer'

RE: openssh-portable segmentation faults

2013-02-07 Thread Dewayne Geraghty
> -Original Message- > From: Bryan Drewery [mailto:bdrew...@freebsd.org] > Sent: Friday, 8 February 2013 1:00 AM > To: Dewayne > Cc: po...@freebsd.org > Subject: Re: openssh-portable segmentation faults > > On 2/7/2013 5:59 AM, Dewayne wrote: > > Would it be possible if someone with a F

RE: [CFT+BRAINSTORM] One USE_ to rule them all

2013-02-11 Thread Dewayne Geraghty
> -Original Message- > From: owner-freebsd-po...@freebsd.org > [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of > Baptiste Daroussin > Sent: Tuesday, 5 February 2013 5:20 AM > To: po...@freebsd.org > Subject: [CFT+BRAINSTORM] One USE_ to rule them all > > Hi, > > I have some improv

RE: [CFT+BRAINSTORM] One USE_ to rule them all

2013-02-11 Thread Dewayne Geraghty
> -Original Message- > From: owner-freebsd-po...@freebsd.org > [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of > 'Baptiste Daroussin' > Sent: Tuesday, 12 February 2013 1:36 AM > To: Dewayne Geraghty > Cc: po...@freebsd.org > Subject: Re: [CFT+BRA

RE: Share /var/cache/pkg/ between machines

2013-02-25 Thread Dewayne Geraghty
> -Original Message- > From: owner-freebsd-po...@freebsd.org > [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of > Aristedes Maniatis > Sent: Tuesday, 26 February 2013 1:58 PM > To: freebsd-ports@freebsd.org > Subject: Share /var/cache/pkg/ between machines > > I'd like to share pack

RE: curl fails to upgrade on 9.1-RELEASE-p3 but succeeds on 8.3

2013-07-03 Thread Dewayne Geraghty
> -Original Message- > From: owner-freebsd-po...@freebsd.org > [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of Dewayne > Sent: Wednesday, 3 July 2013 4:57 PM > To: 'Jason Helfman'; 'Leslie Jensen' > Cc: 'FreeBSD Ports List' > Subject: RE: curl fails to upgrade on 9.1-RELEASE-p3 bu

RE: [HEADSUP] Staging, packaging and more

2013-10-04 Thread Dewayne Geraghty
> -Original Message- > From: owner-freebsd-po...@freebsd.org > [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of Erwin Lansing > Sent: Friday, 4 October 2013 4:58 PM > To: Baptiste Daroussin > Cc: po...@freebsd.org; Fernando Apesteguía > Subject: Re: [HEADSUP] Staging, packaging and mo

RE: [HEADSUP] Staging, packaging and more

2013-10-06 Thread Dewayne Geraghty
> -Original Message- > From: owner-freebsd-po...@freebsd.org > [mailto:owner-freebsd-po...@freebsd.org] On Behalf Of Ulrich Spörlein > Sent: Sunday, 6 October 2013 11:20 PM > To: Bryan Drewery > Cc: po...@freebsd.org; Baptiste Daroussin; Fernando Apesteguía > Subject: Re: [HEADSUP] Staging

Re: Official FreeBSD Binary Packages now available for pkgng

2013-11-02 Thread Dewayne Geraghty
On 3/11/2013 9:37 AM, Lars Engels wrote: > On Sun, Nov 03, 2013 at 12:36:54AM +0200, Kimmo Paasiala wrote: >> On Sun, Nov 3, 2013 at 12:34 AM, Lars Engels wrote: >>> On Thu, Oct 31, 2013 at 05:22:44PM -0500, Bryan Drewery wrote: On 10/31/2013 4:54 PM, Freddie Cash wrote: > On Thu, Oct 31

Some ports not listed via www.freebsd.org/ports (eg openssh-portable)

2013-11-03 Thread Dewayne Geraghty
Bryan et al, While reviewing the available ports at http://www.freebsd.org/cgi/ports.cgi?query=openssh&stype=all&sektion=all I noted that openssl-portable-base was listed but openssl-portable was not. I suspect that the website is missing some content? I note that details could be obtained at ht

Re: Some ports not listed via www.freebsd.org/ports (eg openssh-portable)

2013-11-04 Thread Dewayne Geraghty
On 4/11/2013 11:54 PM, Bryan Drewery wrote: > >> On Nov 3, 2013, at 22:48, Dewayne Geraghty >> wrote: >> >> Bryan et al, >> >> While reviewing the available ports at >> http://www.freebsd.org/cgi/ports.cgi?query=openssh&stype=all&sektion=all

Re: problem with clamav

2013-11-23 Thread Dewayne Geraghty
On 23/11/2013 1:56 PM, Shawn Webb wrote: > On Fri, Nov 22, 2013 at 8:57 PM, AN wrote: > >> FreeBSD .rootbsd.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r258260M: Sun >> Nov 17 13:01:19 EST 2013 rootbsd.net:/usr/obj/usr/src/sys/GENERIC amd64 >> >> # portupgrade -va >> ---> Session started at: Fri,

Re: problem with clamav

2013-11-23 Thread Dewayne Geraghty
On 24/11/2013 12:13 AM, Dewayne Geraghty wrote: > On 23/11/2013 1:56 PM, Shawn Webb wrote: >> On Fri, Nov 22, 2013 at 8:57 PM, AN wrote: >> >>> FreeBSD .rootbsd.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r258260M: Sun >>> Nov 17 13:01:19 EST 2013 rootbsd.net:/u

Re: Resolving circular dependencies

2013-12-25 Thread Dewayne Geraghty
On 26/12/2013 5:10 AM, Hajimu UMEMOTO wrote: > Hi, > >> On Wed, 25 Dec 2013 18:18:08 +0900 >> Hajimu UMEMOTO said: >> On Sun, 22 Dec 2013 08:51:53 -0600 >> Scot Hetzel said: > swhetzel> The best way to solve this would be to create 3 ports that would > swhetzel> create the approp

Re: Request for strongSwan and Poptop (pptpd) ports update

2014-01-05 Thread Dewayne Geraghty
On 5/01/2014 6:08 AM, dycuo123 wrote: > Hi,there > > Do you guys have some time to update these two? Many thanks! > ___ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "

Sprinkling WITH_OPENSSL_BASE in ports, ratbox build failure.

2015-01-27 Thread Dewayne Geraghty
ratbox generated an unusual error message today, via portmaster on a 10.1Stable, amd64 system "Dependency error: this port wants the OpenSSL library from the FreeBSD base system. You can't build against it, while a newer version is installed by a port. Please deinstall the port or undefine WITH_OP

Re: Sprinkling WITH_OPENSSL_BASE in ports, ratbox build failure.

2015-01-29 Thread Dewayne Geraghty
On 28/01/2015 6:42 PM, Matthew Seaman wrote: > On 2015/01/28 05:57, Dewayne Geraghty wrote: >> ratbox generated an unusual error message today, via portmaster on a >> 10.1Stable, amd64 system >> However commenting out the recently inserted >> WITH_OPENSSL_BASE=yes >&

Re: Use GCC only for specific ARCH

2015-02-01 Thread Dewayne Geraghty
On 10/12/2014 7:11 PM, Daniel Morante wrote: > I have a port that builds fine on a 9.3 amd64, but on 9.3 i386 it > fails on this line: > > inline int64 GetMaxMoney() { return nBestHeight <= HARDFORK_HEIGHT_1 ? > 500 * COIN : 250 * COIN; } > > With the following error: > > "integer

Different interpretation of PATH_KRB5_CONFIG between make and portmaster

2015-02-13 Thread Dewayne Geraghty
I'm a little perplexed. I can build the new port security/kstart using make, but not portmaster. The latter seems to substitute the value for PATH_KRB5_CONFIG. I use port security/heimdal for all ports so I added to the Makefile file PATH_KRB5_CONFIG= /usr/local/bin/krb5-config When I bui

Re: squid 3.5 plans

2015-02-23 Thread Dewayne Geraghty
On 24/02/2015 3:45 AM, Nick Rogers wrote: > On Mon, Feb 23, 2015 at 8:18 AM, Johan Hendriks > wrote: > >> Op 23-02-15 om 16:31 schreef Marko Cupać: >> >>> On Sat, 21 Feb 2015 08:28:40 +0100 >>> Marko Cupać wrote: >>> >>> On Thu, 19 Feb 2015 21:23:15 -0500 Robert Simmons wrote: >

Re: openssl and bash libcrypto

2015-04-09 Thread Dewayne Geraghty
On 9/04/2015 10:02 PM, Kimmo Paasiala wrote: > On Thu, Apr 9, 2015 at 1:42 PM, Aristedes Maniatis wrote: >> Starting in the last week or so, several different applications are >> exhibiting the same symptoms of broken libcrypto libraries. >> >> (gdb) core bash.core >> Core was generated by `bash

metasploit dependencies aren't installing due to contention

2015-04-17 Thread Dewayne Geraghty
I'm not entirely sure who should pick this up but I filed a PR on security/metasploit failing to build, due to conflicting placement of subordinate ports. Both devel/rubygem-i18n and archivers/rubygem-rubyzip are trying to place files in the same location. pkg-static: rubygem-i18n-0.7.0,2 conflic

Re: Broken _DEPENDS logic

2015-05-03 Thread Dewayne Geraghty
On 4/05/2015 7:38 AM, Matthew Seaman wrote: > On 03/05/2015 21:08, Lowell Gilbert wrote: >> But, generally, the answer to your question is "no," becuase it is often >> the case that more than one port can serve as a dependency for another >> port. Your suggestion amounts to saying that only one por

rubygem databases conflicting file placement

2015-05-23 Thread Dewayne Geraghty
As there have been a few updates to rubygem ports occurring, would someone be able to look into why these ports: /usr/ports/databases/rubygem-arel3 2014-08-27 /usr/ports/databases/rubygem-activerecord 2015-04-03 place files into the same location and cause conflict? I've added the dates of when

libressl vs openssl - surprises

2015-06-14 Thread Dewayne Geraghty
Having read that PC-BSD are/have moved to using libressl in their base system, it was time to have a look. So I updated my ports tree, built in sequence openssl, tested and then built libressl and tested. Platform xeon 1230Lv3 (1.8GHz, 8 logical cores), FreeBSD 10.1 built fresh last night. Summar

Re: cmake: missing library /usr/local/lib/libjsoncpp.so

2015-06-18 Thread Dewayne Geraghty
On 19/06/2015 8:16 AM, Kevin Oberman wrote: > On Thu, Jun 18, 2015 at 5:45 AM, Dr. Peter Voigt wrote: > >> Sorry for incomplete subject. >> >> >> On Thu, 18 Jun 2015 08:31:29 +0200 >> "Dr. Peter Voigt" wrote: >> >>> When building latest devel/cmake on 10.1-RELEASE-p13 (amd64) >>> >>> # portmaster

Re: Cups-base will not build

2015-06-27 Thread Dewayne Geraghty
On 27/06/2015 4:06 PM, Leslie Jensen wrote: > I've tried with MAKE_JOBS_UNSAFE=yes but it does not do it! > > Any suggestions? > > Thanks > > /Leslie > > > -L/usr/local/lib -lgnutls-lpthread -lm -lcrypt -lz -lz > ../cups/libcups.a(http-support.o): In function `_httpResolveURI': > /u

Re: mail/postfix default build options request: SASL

2015-07-06 Thread Dewayne Geraghty
On 7/07/2015 3:45 PM, Kubilay Kocak wrote: > On 7/07/2015 3:31 PM, Gregory Orange wrote: >> Hi Olli and ports@, >> >> I don't know if this is a helpful forum to raise it, but I would like to >> request that SASL be enabled in the default build options for >> mail/postfix. I am attempting to use bin

sendmail patch fixes sasl kerberos

2015-07-09 Thread Dewayne Geraghty
I've noticed that a contributor's patch was included in the sendmail update for 10.1Stable this morning: /usr/src/contrib/sendmail/contrib/AuthRealm.p0. This patch enbles sasl to function properly in a kerberised environment. Without the patch the server's hostname is taken/used as the realm...

Re: squid default options

2015-12-06 Thread Dewayne Geraghty
Pavel, Thank-you for providing the opportunity to provide feedback. I think that there could be a reasonable argument for: 1) Turning on all options to ensure that the port will build, and most "ports consumers" can expect the functionality they need. Presumes that the consumer will customise the

pkg info -B not listing all shared libraries

2015-12-19 Thread Dewayne Geraghty
Does "pkg info -B $pkg_name" only list the shared packages from the first level of supporting "ports", or is it supposed to be all shared (ports') libraries that are used? While reviewing the composition of packages, I noticed that not all shared libraries which are used, appear in the output from

Re: gnupg-1.4.20.tar.bz2.sig not available by FTP

2015-12-23 Thread Dewayne Geraghty
The distinfo needs to be SHA256 (gnupg-1.4.20.tar.bz2) = 04988b1030fa28ddf961ca8ff6f0f8984e0cddcb1eb02859d5d8fe0fe237edcc SIZE (gnupg-1.4.20.tar.bz2) = 3692881 SHA256 (gnupg-1.4.20.tar.bz2.sig) = 60699efc9c9546722c04aba69fff874aaf5dacd7d4637238cb8d66960963f843 SIZE (gnupg-1.4.20.tar.bz2.sig) = 574

Re: Moving to synth (was: Removing documentation)

2016-02-08 Thread Dewayne Geraghty
On 9 February 2016 at 11:58, Michel Talon wrote: > Greg 'groggy' Lehey wrote: > > > So how would things improve in this respect if we change to synth? > > There we need a maintainer who understands Ada. OK, at the moment > > that's you. But what happens when you relinquish maintainership for >

Library creep and additional dependencies for net/ntp?

2016-03-29 Thread Dewayne Geraghty
Overnight I updated /usr/ports via svnlite, rebuilt all ports and noticed additional libraries and dependencies for net/ntp On 12th Feb, I'd built ntp-4.2.8p6.txz. Checking the libraries, I had # ldd /usr/local/sbin/ntpd /usr/local/sbin/ntpd: libmd.so.6 => /lib/libmd.so.6 (0x280fb000)

Re: Library creep and additional dependencies for net/ntp?

2016-03-30 Thread Dewayne Geraghty
On 30 March 2016 at 17:09, Cy Schubert wrote: > In message > om> > , Dewayne Geraghty writes: > > --001a114035e2660c5e052f3be038 > > Content-Type: text/plain; charset=UTF-8 > > > > Overnight I updated /usr/ports via svnlite, rebuilt all ports and

Re: Samba 4.3 compile fails with CUPS option set

2016-04-15 Thread Dewayne Geraghty
Thanks for posting Frank; I also have this problem which O.Hartman has created the PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208767 And MAKE_JOBS_UNSAFE makes no difference. On 16 April 2016 at 00:28, Frank Seltzer wrote: > I've been having this problem since the port update a few da

Re: How to pick up options from another ("master") port, but don't show "config" dialog at all and have defaults in case of absence of "master" port options file?

2014-06-16 Thread Dewayne Geraghty
On 17/06/2014 12:35 AM, Michelle Sullivan wrote: > Lev Serebryakov wrote: >> Hello, Michelle. >> You wrote 16 июня 2014 г., 17:40:54: >> >> I want some "dependant" ports to pick-up options set in "main" port, but never ever show "config" dialog/UI. I've tried to set OPTIONS_N

devel/icu preventing openldap24-sasl-client build

2014-06-18 Thread Dewayne Geraghty
openldap24-sasl-client has a new mandatory dependency on devel/icu. Is there any way to turn this dependency off, as I don't require this additional 22MB source or its 18M package? How it surfaced? cd /usr/ports/net/openldap24-sasl-client make -DBATCH clean deinstall package ... configure: WARNI

Requests for port updates

2014-06-18 Thread Dewayne Geraghty
Has bugzilla taken on the role of being the repository for update requests? With gnats, when the synopsis contained port information (eg mail\opendkim ...) the "issue" was routed directly to the maintainer. If there is no auto-routing then how is a maintainer to be alerted to a port request - unl

Re: Way to make settings in /etc/make.conf effective only for ports

2014-06-22 Thread Dewayne Geraghty
On 22/06/2014 7:40 PM, Alfred Perlstein wrote: > > On 6/22/14, 2:20 AM, Melvyn Sopacua wrote: >> Hi Yasuhiro, >> >> On Sun, 22 Jun 2014, Yasuhiro KIMURA wrote: >> >>> Recently I found some of settings for ports in /etc/make.conf >>> interfere with other software project. So are there any way to ma

Re: Ports tree insecure because of IGNOREFILES+IGNORE

2014-06-22 Thread Dewayne Geraghty
Good catch philj, I wasn't aware of this "feature". I'm grepping the ports that I use as I type my appreciation. Though this makes me wonder about the efficacy of having a sha signature for the package manifest... Regards, Dewayne. ___ freebsd-ports@fre

Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-14:08.heimdal

2014-06-24 Thread Dewayne Geraghty
Regarding the errata notice for heimdal, for the sake of consistency should the security/heimdal port also be patched? The following is against security/heimdal, and could be dropped into security/heimdal/files if required: --- lib/gssapi/krb5/prf.c.orig2014-06-25 15:30:54.0 +1000 +++

Re: rsync 3.1.1 zlib might not work

2014-06-27 Thread Dewayne Geraghty
Emanuel, Thanks for bringing to our attention, I transmit ~900MB of backups over the WAN rather than the uncompressed 9G database. You've saved a client excess use charges. I tested using highly compressible data (mostly nulls) and it seems to work as expected. Without -z or -zz: Sent 593 bytes

Re: print/cups new 1.7.3 fails on undefined references in http.c

2014-07-03 Thread Dewayne Geraghty
Thomas, We're at risk of straying off topic, but as you're the thread owner... To build without dialogue stuff: cd /usr/ports/print/cups-base # To see options make showconfig # To find the ports unique name, you'll need this to set the port specific options in make make -VUNIQUENAME # To define op

Transition from ${UNIQUENAME}_SET to ${CATEGORY}_${UNIQUENAME}_SET

2014-07-15 Thread Dewayne Geraghty
Seems that options for port customisations has changed. Previously I used: ${UNIQUENAME}_SET=... but now told by others on various irc channels that it was now ${CATEGORY}_${UNIQUENAME}_SET= which proved to be correct (for some ports). So I added the categories to the customisations and started t

Re: libressl anyone?

2014-07-15 Thread Dewayne Geraghty
On 12/07/2014 9:12 AM, Kevin Oberman wrote: > Now that OpenBSD has released LibreSSL, can someone port it? And maybe try > putting it into head? I'd love to see OpenSSL gone yesterday. > > The initial portable LibreSSL is available from > http://ftp.openbsd.org/pub/OpenBSD/LibreSSL. Note that the O

Re: marking vulnerable ports forbidden?

2014-07-15 Thread Dewayne Geraghty
On 16/07/2014 7:48 AM, Bryan Drewery wrote: > On 7/15/2014 7:45 AM, René Ladan wrote: >> Hi, >> >> according to Freshports [1] there are currently 24 vulnerable ports not >> marked as forbidden. >> How about checking this list on a regular basis and marking such ports and >> forbidden and optional

perl5.20 and document generation problem

2014-07-15 Thread Dewayne Geraghty
This might help someone avoid the same issue or provide a clue to more knowledgeable folk. I experienced doc generation failures on 9.3Stable for the security/heimdal and sysutils/log_analysis ports. Reverting from perl5.20 to perl5.16 "eliminated" the following problems. >From security/heimdal

bind99 with heimdal port requires a tweak

2014-09-24 Thread Dewayne Geraghty
Bind99 with heimdal enables GSS-TSIG, which is useful when using samba4 (or those pesky Windows Servers) in a production environment. There is a one line change required against /usr/ports/dns/bind99/files/patch-configure to avoid bind 9.9.6 bringing in heimdal base shareable libraries when the in

Re: squid-3.4.8_1 leaking memory

2014-09-25 Thread Dewayne Geraghty
(Bottom-posted) On 25/09/2014 3:48 PM, Brian W. wrote: > You seem to be onto something. On a single user testbox I use I see this > > PID USERNAMETHR PRI NICE SIZERES STATE C TIMEWCPU > COMMAND > > 6100 squid 1 200 612M 84076K kqread 1 4:01 0.00% squid > > I

Re: security/pinentry patch for WINOUT_X11 systems

2014-12-19 Thread Dewayne Geraghty
On 19/12/2014 11:26 PM, Dmitry Morozovsky wrote: > Max, > > pinentry currently brokes if WITHOUT_X11 (or, by new world orderm > OPTIONS_UNSET+=X11) is set. > > what do you think about the following patch? > > marck@castor:/FreeBSD/ports/ports/security/pinentry> svn diff > Index: Makefile > ===

Re: postgresql93 port and libedit

2015-01-15 Thread Dewayne Geraghty
On 15/01/2015 5:27 PM, Waitman Gobble wrote: > Hi, > > I noticed that postgresql93-client port pulls in readline, which is GPLv3. > When I get rid of readline in Makefile 'USES' and also change the > bottom of the Makefile in postgresql93-server, > > ... > .include "${.CURDIR}/../postgresql92-serv

Re: print/cups fails to build on 9.3-STABLE i386

2015-01-15 Thread Dewayne Geraghty
On 16/01/2015 6:02 AM, William Bulley wrote: > After running this command: "# svn update /usr/ports" I tried to > upgrade the print/cups port. > > As root I then ran this command: > ># portmaster -K -B -D print/cups > > Below is the output leading up to the failure and the failure itself. > > B

Re: BIND REPLACE_BASE option

2015-01-16 Thread Dewayne Geraghty
On 17/01/2015 2:51 AM, Patrick Powell wrote: > On 01/15/15 09:00, Roger Marquis wrote: >>> This sounds like you, like many other people have done in the past, >>> have >>> built an in-house solution based on the tools available at the time, >>> which includes 'make package' >> >> I wouldn't call i

Installing openssl without gcc or binutils dependents

2015-01-16 Thread Dewayne Geraghty
I would appreciate advise on the best approach to install openssl that has been built with gcc48 without needing to install gcc and binutils into the target machine? Background Attempting to run sshd or openssl resulted in signal 4, illegal instruction. The target systems are i386 boxes running th

Re: Recording TIMESTAMPs in distinfo for reproducible builds work

2016-05-13 Thread Dewayne Geraghty
On 13 May 2016 at 04:08, Ed Maste wrote: > Baptiste and I have been looking at reproducible builds in the FreeBSD > ports tree, and one thing we'll need is a consistent timestamp that > doesn't change when a port is rebuilt without changes. > > We considered a few different ideas, and have settle

Re: openssl-1.0.2.13

2016-06-14 Thread Dewayne Geraghty
Gerard, the ports tree reflects the updated OpenSSL port. Perhaps you need to svnlite update /use/ports/security/OpenSSL :) -- *Disclaimer:* *As implied by email protocols, the information in this message is not confidential. Any intermediary or recipient may inspect, modify (add), copy, for

Re: What happens to the ports for platform i386

2016-07-11 Thread Dewayne Geraghty
On 12 July 2016 at 09:35, Don Lewis wrote: > On 11 Jul, Ivan Klymenko wrote: > > Hi all. > > > > Dear maintainer and committers. > > Please check what you are doing before heading to the world. > > What happens to the i386 platform? > > If it is so difficult to keep it clean it all from the offic

Re: stunnel fails to build

2016-07-21 Thread Dewayne Geraghty
On 21 July 2016 at 18:15, tech-lists wrote: > Hi, > > ports: r418866 > stable/11: r302999 > > I have the following defined in /etc/make.conf - could this be the issue? > > DEFAULT_VERSIONS+= ssl=libressl-devel > > ### > > build fails like this: > > /usr/ports/security/stunnel # make MAKE_JOBS_UN

Re: GraphicsMagick *and* ImageMagick fail to compile

2016-07-23 Thread Dewayne Geraghty
I can echo Kevin's experience. Successfully built on 10.3-STABLE FreeBSD 10.3-STABLE #0 r303088M: Thu Jul 21, using ccache on both i386 and amd64. -rw-r--r-- 1 root wheel 6.8M Jul 23 01:34 ImageMagick-nox11-6.9.4.3,1.txz # cd /usr/ports/graphics/ImageMagick-nox11 && make showconfig | grep =of

Re: Passwordless accounts vi ports!

2016-08-10 Thread Dewayne Geraghty
Olivier, I've checked my 10.3Stable systems and they all have '*' as their password, which is consistent with /usr/ports/Mk/UIDs. You might like to check the age of the latter. Regards, Dewayne. PS Both ports and src were built from updated src and ports from 2016-08-09 ___

Wiki to help migration to libressl

2016-08-29 Thread Dewayne Geraghty
Bernard, Thank-you for maintaining this invaluable resource. Whenever I experience a problem that I suspect is due to ssl/crypto, I check here https://wiki.freebsd.org/LibreSSL/Ports and then bugzilla! For anyone considering migrating their openssl to libressl, this is an invaluable resource. (

binutils version tweak

2016-08-31 Thread Dewayne Geraghty
Would it be possible for someone to increment the PORTREVISION for devel/binutils. The last three changes aren't being picked up due to a constant Version,Revision,Epoch sequence. And two of these changes are relevant. Thank-you. ___ freebsd-ports@free

Mariadb101 does compile on i386 if use gcc

2016-09-14 Thread Dewayne Geraghty
While working through my ports' patches to revert the local changes for libressl [Thanks to John Marino, your ssl commits are appreciated :) ], I came across this for /usr/ports/databases/mariadb101-server/Makefile -NOT_FOR_ARCHS= i386 -NOT_FOR_ARCHS_REASON= currently does not compile on

Eliminate the use of gettext

2016-10-10 Thread Dewayne Geraghty
I would like to reduce (eliminate) the prevalence of GPLv3 code in the applications that we build. How can we eliminate the use of gettext-runtime in, for example, heimdal which is widely used? We use English only, so internationalisation isn't a concern and the inclusion of gettext-runtime means

  1   2   >