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

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"

Re: No update for a day on ports?

2021-04-01 Thread Dewayne Geraghty
on why the user-base of base or ports are moving to git? (And its greatly appreciated that 12-stable will continue to feed svn as it provides an opportunity for users to migrate to, what for many, is new) Kind regards, Dewayne. PS We use ports to build, no remote packages (since Fre

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: Python 2.7 removal outline

2021-03-25 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

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

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: 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

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

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

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

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

2020-07-18 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

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: 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 "proc < file&qu

State changes via pkg's scripts

2020-07-08 Thread Dewayne Geraghty
-4.10.15.txz provides an indication of what is going to be installed. I'd searched the man pages of pkg-info and pkg-query. Cheers, Dewayne. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

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 >>>

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

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: 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

Re: Bind 9.16 port error still lingers

2020-05-03 Thread Dewayne Geraghty
/run/named 2. chown bind:bind /var/run/named 3. chmod 750 /var/run/named 4. stop named 5. rm /var/run/named.pid (if its still there) 6. start named I note that you received almost immediate suggestions from those concerned about the security of your systems, which is very comforting. :) Regards, D

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

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

2020-04-17 Thread Dewayne Geraghty
python 2.7 to run; though it builds with 3.7. Regards, Dewayne. ___ 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"

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

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

Re: Welcome flavors! portmaster now dead? synth?

2017-12-04 Thread Dewayne Geraghty
On 5/12/2017 10:43 AM, Tatsuki Makino wrote: > By the way, where is the clever way to update to flavor? > I am using portmaster. > ___ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe,

Default option changes-lacking explanation

2017-11-12 Thread Dewayne Geraghty
. Regards, Dewayne. PS And Zi, thankyou for modernising the Makefile and adding MIT Krb. ___ 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"

How to force defaulting to heimdal port - a surprise from postgresql96 using base

2017-08-21 Thread Dewayne Geraghty
s required to the USES variable? I would appreciate advise/help as to how I can reliably use the heimdal port. Dewayne ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to &quo

Re: how to build mpich with gcc?

2017-08-15 Thread Dewayne Geraghty
___ 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: Configuring options/knobs without `make config`

2017-07-27 Thread Dewayne Geraghty
Oops. I forgot to mention that you would use portmaster this way /usr/local/sbin/portmaster -m "commands to pass" $CATEGORY/$PORT which I use for other tasks, as explained earlier. For example portmaster -m 'WITH="SQLITE LDAP" WITHOUT="DIGEST IPV6"' $CAT/$PORT Note: -m "" can not be issued

Re: Configuring options/knobs without `make config`

2017-07-27 Thread Dewayne Geraghty
TH|WITHOUT]= Enjoy. Dewayne ___ 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: NEW APR/APR-Utils

2017-06-22 Thread Dewayne Geraghty
Rightly or wrongly I haven't tested with apr-1.6. I pretty much adhere to the versions within /usr/ports. Only when there's a CVE do I break ranks - and usually after I've filed a PR for the (security) issue to be addressed. Sometimes the maintainers' need to have their attention drawn to

Re: NEW APR/APR-Utils

2017-06-22 Thread Dewayne Geraghty
UMBER/s|OPENSSL_VERSION_NUMBER.*|OPENSSL_VERSION_NUMBER 0x100020bfL|1' ${STAGEDIR}${PREFIX}/include/openssl/opensslv.h +.endif post-install-NC-on: ${INSTALL_MAN} ${WRKSRC}/apps/nc/nc.1 ${STAGEDIR}/${PREFIX}/man/man1/nc.1 This should get you over

Re: The future of portmaster [and of ports-mgmt/synth]

2017-06-02 Thread Dewayne Geraghty
Your use case is very similar to others that manage servers, particularly on behalf of others. We also rebuilt nightly , if any vulnerabilities were discovered we'd test and push to clients' servers. :) Cheers. -- *Disclaimer:* *As implied by email protocols, the information in this message is

Re: sysutils/tmux - strange behaviour with new version 2.4

2017-05-15 Thread Dewayne Geraghty
Thanks for the hint. That probably explains why a long awk script misbehaved by "processing a comment", on FreeBSD 11stable amd64 updated fortnightly. (Thought it was a bad awk, but there are other gremlins lurking) -- *Disclaimer:* *As implied by email protocols, the information in this

Re: Licence practice for dependencies - making use of more restrictive licences optional

2017-04-25 Thread Dewayne Geraghty
port. For example if I use curl (MIT licence) - I can choose to select openssl (OpenSSL) over gnutls (GPLv3) - a good thing. Regards, Dewayne. PS Sorry for sending to you (Matthew) twice, I'm used to replying only to the author ___ freebsd-ports

Licence practice for dependencies - making use of more restrictive licences optional

2017-04-25 Thread Dewayne Geraghty
) search for GPL against their requirements list revealed the easy low-hanging fruit of replacing readline by libedit (in some cases removing both); and moving what used GPL source into a separate jail sufficed. Regards, Dewayne ___ freebsd-ports@freebsd.org

Re: Downloading with lynx or w3m, how to download as is, without gratuitous gzip

2017-04-24 Thread Dewayne Geraghty
Yes, I'm with Anatoly. Some browsers accept encrypted or compressed content and then try to display it. I've tried lynx (GPL2),wget (GPL3) but curl (MIT) with minimum options does the trick nicely. I use curl in place of fetch, so in a make.conf there's FETCH_CMD= /usr/local/bin/curl

Re: Is pkg quarterly really needed?

2017-04-19 Thread Dewayne Geraghty
guys don't. Regards, Dewayne. ___ 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: net/samba46

2017-04-06 Thread Dewayne Geraghty
I use gcc5 to build most of my ports. And I have samba running as a fileshare only, not a domain. Soon to change as I will be moving from samba36 pdc. On 11.0stable (most recent build of base using clang4) works well. I'll see if we can bring forward testing of AD on Samba46 & FreeBSD 11 to this

Re: running poudriere with 8 builders

2017-03-04 Thread Dewayne Geraghty
Set maxvnodes to 50 and jump 100k until you're happy. I have Xeon e3 that uses 800,000 and thats reasonable; but i keep it at load 8 for a two days. Keep an eye on your swap, I set mine to swap out idle stuff early. Thanks for sharing your experience -- *Disclaimer:* *As implied by email

Re: openjdk6-i386 not found

2017-02-23 Thread Dewayne Geraghty
Unfortunately Mark, a question that I'm unable to answer. The request was to build a minecraft server for a friend on a i386, hence, via portmaster: games/minecraft-server 211/284 >> java/openjdk8-jre >> java/openjdk7 >> java/bootstrap-openjdk ___

openjdk6-i386 not found

2017-02-22 Thread Dewayne Geraghty
To whom would I file a PR for the following missing file: http://distcache.freebsd.org/ports-distfiles/openjdk6-i386-r351880.tar.xz returns 162 byte file from nginx - Not Found distcache.freebsd.org canonical name = distcache.geo.freebsd.org. Name: distcache.geo.freebsd.org Address:

Re: Expulsion of John Marino - reasons and impact?

2017-02-20 Thread Dewayne Geraghty
e status quo; but mostly for his passion in contributing to the project as a top contributor for 3 years! To be clear, the only person that is ENTITLED to know the reason is John Marino; it is then up to him to assess and whether it should be made public. That is the very least that should happen. Rega

Re: devel/libevent shopstopper

2017-02-20 Thread Dewayne Geraghty
On 21 February 2017 at 07:48, The Doctor wrote: > On Mon, Feb 20, 2017 at 12:35:41PM -0800, Kevin Oberman wrote: > > On Mon, Feb 20, 2017 at 11:57 AM, The Doctor > > wrote: > > > > > On Mon, Feb 20, 2017 at 05:55:46PM +, Jan Beich wrote: >

Expulsion of John Marino - reasons and impact?

2017-02-14 Thread Dewayne Geraghty
nal “stuff”; the features and the productivity that are provided. There are areas that need to be improved, and I think that John contributes positively (albeit abruptly) to the Project. At the very least we should know why, and by what criteria he is judged? Regards, Dewayne. PS I'd prefer to be silent and le

Re: Samba43 install error

2016-12-28 Thread Dewayne Geraghty
On Thu, 29 Dec 2016 at 00:34, Gerard Seibert wrote: > FreeBSD 11.0 > > > > I am unable to update samba43. The following error message is displayed: > > > > samba43-4.3.13 cannot install: SASL support requested and > > openldap-client-2.4.44 is installed. > > *** Error

Re: HEADSUP: FLAVORS (initial version) and subpackages proposals

2016-12-20 Thread Dewayne Geraghty
isting ports' source. (eg different bind910 with/without kerberos; different samba44's; simultaineous building of dhcp-[server|client|relay] etc) I look forward to being on the same page and to understand where this is going, the likely/potential impact; the naming conventions; etc. K

Problem with gcc5 std library when building ports

2016-10-26 Thread Dewayne Geraghty
al/lib/gcc5/libgomp.so.1 135:-lgomp-plugin-host_nonshm.1 => /usr/local/lib/gcc5/libgomp-plugin-host_nonshm.so.1 136:-litm.1 => /usr/local/lib/gcc5/libitm.so.1 137:-latomic.1 => /usr/local/lib/gcc5/libatomic.so.1 Regards, Dewayne

Re: gcc5 dependency challenges

2016-10-16 Thread Dewayne Geraghty
On 14 October 2016 at 21:22, Kubilay Kocak <ko...@freebsd.org> wrote: > On 14/10/2016 6:48 PM, Dewayne Geraghty wrote: > > After some rudimentary performance testing I note that we get up > > around 3% improvement in application performance when we use gcc5 for &

gcc5 dependency challenges

2016-10-14 Thread Dewayne Geraghty
migration effort we "think" choosing gcc5 now is a good idea; particularly as /usr/ports/base/gcc uses gcc 5.4.0 (rather than /usr/ports/lang/gcc which is 4.8.5) All production systems use local package repositories (as heimdal is widely used as are non-default options). Kind regard

Re: Alternatives to rsync

2016-10-14 Thread Dewayne Geraghty
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" > Franco, That's probably a good idea as the cpdup homepage has source for 1.09. Could we be so lucky to include extended attributes and MAC labels in cpdup? Regards, Dewayne ___ 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"

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

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

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. ___

Wiki to help migration to libressl

2016-08-29 Thread Dewayne Geraghty
. (at least until the maintainers can test/incorporate the provided patches ;) ) Kind regards, Dewayne. PS I use openssl on i386 (as most benefit from VIA's padlock accelerator) and the amd64's use libressl (benefiting from AES-NI) for the 900+ server-related ports

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

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

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: > >

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

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,

Re: Recording TIMESTAMPs in distinfo for reproducible builds work

2016-05-13 Thread Dewayne Geraghty
as the version changes PORTVERSION/REVISION aren't always a reliable indicator. If you're trying to tag a port build(s) as being unchanged from one build cycle to another, how will the changes to /usr/ports/Mk be tagged? We currently mtree the /usr/ports/Mk dir/subdirs so we can easily d

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

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

2016-03-30 Thread Dewayne Geraghty
On 30 March 2016 at 17:09, Cy Schubert <cy.schub...@komquats.com> wrote: > In message > <CAGnMC6pGQ9iMZAHE-NWHboCw4MaRT+k2nXzOsXD2fkWg+kdhhw@mail.gmail.c > om> > , Dewayne Geraghty writes: > > --001a114035e2660c5e052f3be038 > > Content-Type: text/plain; chars

Library creep and additional dependencies for net/ntp?

2016-03-29 Thread Dewayne Geraghty
/lib/libm.so.5 (0x8008d2000) libthr.so.3 => /lib/libthr.so.3 (0x800afa000) libcrypto.so.7 => /lib/libcrypto.so.7 (0x800d1f000) libc.so.7 => /lib/libc.so.7 (0x801115000) These results are on "FreeBSD 10.3-PRERELEASE #0 r296427M:" My option

Re: Moving to synth (was: Removing documentation)

2016-02-08 Thread Dewayne Geraghty
cc 00:21:21 => [01] Shutting down Synth does pretty much what is needed. Inputs are taken from - /usr/local/etc/synth/synth.ini (which can be edited via "synth configure", or a text editor. Its largely self-explanatory.) - /usr/local/etc/synth/${profile_name}-make.co

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

pkg info -B not listing all shared libraries

2015-12-19 Thread Dewayne Geraghty
Perhaps this can be addressed in the documentation by adding "only shared libraries from the first level of dependencies upon other ports are included", which also accommodates the missing system libraries (libz, libcrypt, ...)? [I came across this while looking for efficient ways to prune unnec

Re: squid default options

2015-12-06 Thread Dewayne Geraghty
these options to be enabled by default ;) Thank-you for maintaining squidXX it is a port with a lot of useful options. Kind regards, Dewayne PS Selecting the language option(s) would be nice to reduce the package size, perhaps error_dirs?= and error_dir_links?= but I digress. On 6 December 2015 at

sendmail patch fixes sasl kerberos

2015-07-09 Thread Dewayne Geraghty
... Can it be included in mail/sendmail/files? Aside: The patch date on my *local* /usr/ports/mail/sendmail/files/patch-gssapi is Feb 1, 2014, around the time that john.marsh...@riverwillow.com.au provided the patch upstream. Regards, Dewayne

Re: mail/postfix default build options request: SASL

2015-07-07 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 binary-only

Re: Cups-base will not build

2015-06-27 Thread Dewayne Geraghty
-2.0.3_3 where USE_K8 passes customisations for the target host, like CCFLAGS+= -march=core-avx-i that aren't really relevant. (aside: portmaster is how I rebuild everything) So thanks for the heads up, but, with the config options that I'm using (ie NOT avahi), it looks ok... Dewayne

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

2015-06-18 Thread Dewayne Geraghty
1.5.4, portmaster-3.17.7 Regards, Dewayne. ___ 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

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.

rubygem databases conflicting file placement

2015-05-23 Thread Dewayne Geraghty
of when they were last modified. They're preventing metasploit from being built. Please refer to the last entry in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199107 Thank-you. Dewayne. ___ freebsd-ports@freebsd.org mailing list http

Re: Broken _DEPENDS logic

2015-05-03 Thread Dewayne Geraghty
, and test for the existence of a file installed by Y (and this is very often used), use pkg to ascertain the dependency's origin and lookup the prefix for Y, prior to the test. And please can we not assume that everyone is using poudriere. Regards, Dewayne

metasploit dependencies aren't installing due to contention

2015-04-17 Thread Dewayne Geraghty
something that my wife would like to have. :) Regards, Dewayne. ___ 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: 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 a...@ish.com.au 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

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 joh.hendr...@gmail.com wrote: Op 23-02-15 om 16:31 schreef Marko Cupać: On Sat, 21 Feb 2015 08:28:40 +0100 Marko Cupać marko.cu...@mimar.rs wrote: On Thu, 19 Feb 2015 21:23:15 -0500 Robert Simmons

Different interpretation of PATH_KRB5_CONFIG between make and portmaster

2015-02-13 Thread Dewayne Geraghty
:40 AEDT 2015 using i386 Regards, Dewayne PS The arguments to portmaster is an extract from a larger configure script. -- For the talkers: “The superior man acts before he speaks, and afterwards speaks according to his action.” For everyone else: “Life is really simple, but we insist on making

Re: Use GCC only for specific ARCH

2015-02-01 Thread Dewayne Geraghty
road :) After clearing the ccache and /var/ports, my first attempt of using gcc48 using -march pentium3 (on i386) and core2 (on amd64), failed to build 7 ports; interestingly using clang they successfully built all 655 packages. (??) Regards, Dewayne. -- For the talkers: “The superior man

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 from the Makefile enables the build

Sprinkling WITH_OPENSSL_BASE in ports, ratbox build failure.

2015-01-27 Thread Dewayne Geraghty
and uses the correct crypto and ssl libraries. Shouldn't it be an option base or port? Or is the openssl port going to go away? Regards, Dewayne ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports

Re: BIND REPLACE_BASE option

2015-01-16 Thread Dewayne Geraghty
STAGEDIR= /usr/staging which we've used for many years. Only STAGEDIR was recently added. Its a great aid when you commence a rebuild to just rm -R /usr/staging /var/ports/usr Regards, Dewayne. -- For the talkers: “The superior man acts before he speaks, and afterwards speaks according to his

Installing openssl without gcc or binutils dependents

2015-01-16 Thread Dewayne Geraghty
/openssl-1.0.1_16.txz /usr/local/bin /usr/local/lib I suspect something in /usr/ports/Mk would need a flag ?? Advise appreciated... Kind regards, Dewayne. PS Fortunate aside, geom_eli only requires openssl header files, otherwise the base system would also require gcc48 for these target machines

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. BTW - I did

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

Re: security/pinentry patch for WINOUT_X11 systems

2014-12-19 Thread Dewayne Geraghty
, when we rebuilt our package set. Ensuring that the appropriate front-end is selected, in our case ncurses, as an option is the better, more general solution. Regards, Dewayne. -- For the talkers: “The superior man acts before he speaks, and afterwards speaks according to his action

Re: squid-3.4.8_1 leaking memory

2014-09-25 Thread Dewayne Geraghty
7548K kqread 3 0:15 0.00% squid Regards, Dewayne. ___ 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

bind99 with heimdal port requires a tweak

2014-09-24 Thread Dewayne Geraghty
the intent is to use the heimdal port. Please refer https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193912 My thanks to John Marshall for his generous assistance in the hunt for a solution. Regards, Dewayne. ___ freebsd-ports@freebsd.org mailing list http

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

Re: libressl anyone?

2014-07-15 Thread Dewayne Geraghty
-libressl/index.html As an aspiration, Libressl is expected in Openbsd 5.6; 5.5 was released on 1st May, 2014. Dewayne. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd

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 optionally as

perl5.20 and document generation problem

2014-07-15 Thread Dewayne Geraghty
. -- texinfo-5.2.20140608 is installed, and the /etc/src.conf contains WITHOUT_INFO=YES Regards, Dewayne ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr

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

2014-07-03 Thread Dewayne Geraghty
use /usr/ports/port-mgmt/portconf to manage all changes, but that is largely historical. Hope that assists. Dewayne PS You will need to do something? delete? where-ever your previously defined options, via dialoue have been set. I can't help

Re: rsync 3.1.1 zlib might not work

2014-06-27 Thread Dewayne Geraghty
(0x800a87000) Perhaps ports/UPDATING should alert users to the new requirement to use -zz (not in man page) instead of -z or --compress? Regards, Dewayne. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports

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: Way to make settings in /etc/make.conf effective only for ports

2014-06-22 Thread Dewayne Geraghty
as to how to make tweaking your ports a lot easier. Then when you want to make a port just make -DBATCH this avoids the dialogue and provides consistency when building a lot of ports across different machines /or platforms. It also saves cluttering your make.conf. Regards, Dewayne

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

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:

Requests for port updates

2014-06-18 Thread Dewayne Geraghty
3.6.0 cleanly. Preliminary testing ok. (also uses lmdb) www/phpbb3 - Changing PORTVERSION=3.0.11 to 3.0.12 and building is ok too. Dewayne. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

  1   2   >