Re: DISTDIR name collision...

2020-11-05 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Thu, Nov 05, 2020 at 16:13 -0800: > I just discovered that we have a variable name colission between the > FreeBSD base repo, and the ports tree. DISTDIR is used by the ports > repo for: > # DISTDIR - Where to search for and sto

DISTDIR name collision...

2020-11-05 Thread John-Mark Gurney
it's for. Can someone figure out what we should do in this case? This was discovered because ezjail-admin sets DISTDIR for ports, but it was breaking my -DNO_ROOT installworld by putting the METALOG in an incorrectly documented place (since fixed)... -- John-Mark Gurney

[pkg-fall...@freebsd.org: [package - head-amd64-default][security/tcpcrypt] Failed for tcpcrypt-0.3.r1 in build]

2018-11-25 Thread John-Mark Gurney
7; typedef struct rsa_st RSA; ^ crypto_rsa.c:155:3: error: incomplete definition of type 'struct rsa_st' r->n = pub = BN_bin2bn(key, len, NULL); ~^ /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st' typedef s

ports referenced in handbook but removed...

2015-07-23 Thread John-Mark Gurney
kon2-14dot's link is wrong, the port exists, but w/o a pkg-descr It'd be nice if someone updated our documentation. Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All

Re: how to make a port of ex-FreeBSD code...

2015-02-10 Thread John-Mark Gurney
Chris H wrote this message on Tue, Feb 10, 2015 at 15:08 -0800: > On Tue, 10 Feb 2015 14:21:28 -0800 John-Mark Gurney wrote > > > Hello, > > > > I'm going to be removing bdes (and possibly enigma) from FreeBSD and > > making a port of it... >

how to make a port of ex-FreeBSD code...

2015-02-10 Thread John-Mark Gurney
n, as I don't plan on maintaining it)? Is there an example of other code that was retired to the ports tree? Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that

Re: RFT: Please help testing the llvm/clang 3.5.0 import

2014-12-18 Thread John-Mark Gurney
itional relocation overflows omitted from the output *** Error code 1 Stop. make[5]: stopped in /a/src/usr.bin/clang/clang *** Error code 1 Stop. make[4]: stopped in /a/src/usr.bin/clang *** Error code 1 Stop. make[3]: stopped in /a/src/usr.bin *** Error code 1 Stop. make[2]: stoppe

Re: RFT: Please help testing the llvm/clang 3.5.0 import

2014-12-18 Thread John-Mark Gurney
ve the right arm gear to do this test, and emulation > environments that run FreeBSD have had poor big-endian support for arm. I have a board that I plan to test on shortly... If Andrew would like, I know Jim Thompson has a standing offer to send board(s) to people who will test it... He provi

Re: help w/ port just installing files...

2014-11-18 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Tue, Nov 18, 2014 at 12:42 -0800: > John-Mark Gurney wrote this message on Tue, Nov 18, 2014 at 12:35 -0800: > > John-Mark Gurney wrote this message on Mon, Nov 17, 2014 at 19:31 -0800: > > > So, I'm trying to get a port that will

Re: help w/ port just installing files...

2014-11-18 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Tue, Nov 18, 2014 at 12:35 -0800: > John-Mark Gurney wrote this message on Mon, Nov 17, 2014 at 19:31 -0800: > > So, I'm trying to get a port that will install the NIST's KAT vectors > > so I can write a test program using them... &

Re: help w/ port just installing files...

2014-11-18 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Mon, Nov 17, 2014 at 19:31 -0800: > So, I'm trying to get a port that will install the NIST's KAT vectors > so I can write a test program using them... Ok, so here is a port I'm submitting for reivew so that I can commit it. Thanks. -

Re: help w/ port just installing files...

2014-11-18 Thread John-Mark Gurney
Waitman Gobble wrote this message on Mon, Nov 17, 2014 at 12:37 -0800: > On Mon, November 17, 2014 12:14 pm, Waitman Gobble wrote: > > > On Mon, November 17, 2014 7:31 pm, John-Mark Gurney wrote: > > > >> So, I'm trying to get a port that will install the NIST

help w/ port just installing files...

2014-11-17 Thread John-Mark Gurney
So, I'm trying to get a port that will install the NIST's KAT vectors so I can write a test program using them... I don't know what is the best way to handle plist creation and installation. I have this Makefile so far: # Created by: John-Mark Gurney # $FreeBSD$ PORTNAME=

wrong docs for EXTRACT_CMD & friends...

2014-11-17 Thread John-Mark Gurney
t; otherwise. Looks like the same for _BEFORE_ARGS and _AFTER_ARGS... Could someone update these? Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." __

Re: review of new tcpcrypt port...

2014-11-12 Thread John-Mark Gurney
Bryan Drewery wrote this message on Wed, Nov 12, 2014 at 19:59 -0600: > On 11/12/2014 7:11 PM, John-Mark Gurney wrote: > > Bryan Drewery wrote this message on Wed, Nov 12, 2014 at 18:36 -0600: > >> On 11/12/2014 6:16 PM, John-Mark Gurney wrote: > >>> John-Mark Gurney

Re: review of new tcpcrypt port...

2014-11-12 Thread John-Mark Gurney
Bryan Drewery wrote this message on Wed, Nov 12, 2014 at 18:36 -0600: > On 11/12/2014 6:16 PM, John-Mark Gurney wrote: > > John-Mark Gurney wrote this message on Sat, Nov 08, 2014 at 02:07 -0800: > >> I'd like someone to review the attached port for me to commit... It &g

Re: review of new tcpcrypt port...

2014-11-12 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Sat, Nov 08, 2014 at 02:07 -0800: > I'd like someone to review the attached port for me to commit... It > contains a daemon to run on divert sockets to implement the tcpcrypt > protocol. I have tested this port w/ HEAD and it works fine w/

review of new tcpcrypt port...

2014-11-08 Thread John-Mark Gurney
a new release has not yet been released. portlint -A looks fine. Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not.&qu

Re: security/ca_root_nss broken?

2014-02-12 Thread John-Mark Gurney
Benjamin Lee wrote this message on Tue, Feb 11, 2014 at 22:55 -0800: > On Tue, 11 Feb 2014 18:30:23 -0800, John-Mark Gurney > wrote: > > So, I had ca_root_nss installed, but for some reason the symlink never > > got created. Even after a force reinstall: pkg install -f ca

security/ca_root_nss broken?

2014-02-11 Thread John-Mark Gurney
, but I'm not familar w/ the format. Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ freebsd-ports@freebsd.org mailing list http

Re: pkg install subversion broken on 9.2-R...

2013-11-06 Thread John-Mark Gurney
Bryan Drewery wrote this message on Wed, Nov 06, 2013 at 06:06 -0600: > On 11/5/2013 10:54 PM, John-Mark Gurney wrote: > > Ok, I know this is partly my fault for not being specific enough, but > > after a pkg install python installed 2.7 and not 2.6 and the full set > > of 3

pkg install subversion broken on 9.2-R...

2013-11-05 Thread John-Mark Gurney
when you run pkg install subversion so I got a bunch of conflicts... Are we planning on fixing that so that it either installs on version, or asks which version you'd like to install? Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I wi

pkg install kcachegrind dumps too much output

2013-10-31 Thread John-Mark Gurney
stands, we might as well NOT print the info since it's so long and not readable [when you install a port that installed 10s of dependant ports]. Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All

Re: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv

2013-09-06 Thread John-Mark Gurney
: --localstatedir=/var --disable-slp --disable-gssapi > --with-cups-user=cups --with-cups-group=cups --with-system-groups=wheel > --with-docdir=/usr/local/share/doc/cups > --with-icondir=/usr/local/share/icons > --with-menudir=/usr/local/share/applications > --with-domainsocket=/var/r

Re: security/openssl speed issues

2013-08-27 Thread John-Mark Gurney
tm) HD Graphics(3393.89-MHz K8-class CPU) I guess now we need to figure out how to teach OpenSSL to use AES-NI natively even when /dev/crypto is available... but at least we did solve the (non-)issue of bad OpenSSL performance... I will submit a patch to OpenSSL to not make the documentatio

Re: security/openssl speed issues

2013-08-27 Thread John-Mark Gurney
7;m guessing we have an issue there... I discovered a similar issue on HEAD w/ 1.0.1e where openssl speed -engine aes-256-cbc when ktraced would not issue any ioctl's during the speed test... You can see that it opens the device, but then it gets a number of failures: 11466 openssl CALL ioc

Re: ports include /etc/src.conf? i.e. graphics/libfpx

2013-02-15 Thread John-Mark Gurney
/usr/share/mk is for use by projects outside /usr/src... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___ freebsd-ports@freebsd.org mailing list h

graphics/gd fails to install

2013-01-17 Thread John-Mark Gurney
} \ -f ${MAKEDIR}/bsd.lib.mk install cd ${.CURDIR} && ${BSD_INSTALL_DATA} ${INCS} ${PREFIX}/include w/o it on a recent HEAD it tries to install libgd_p.a which isn't built... -- John-Mark Gurney Voice: +1 415 225 5579 &qu