Re: [PATCH] net/bird2: add multicast patch from bird mailing list

2021-04-17 Thread Jason A. Donenfeld
Hi Olivier, Great! Thanks for doing that. Now just waiting for Bernhard to bump wireguard-kmod to the latest, and we'll have working babel-over-wg again: https://lists.zx2c4.com/pipermail/wireguard/2021-April/006634.html Jason ___ freebsd-ports

[PATCH] net/bird2: add multicast patch from bird mailing list

2021-04-15 Thread Jason A. Donenfeld
This patch was made in response to a FreeBSD networking discussion and is important in enabling babel support on interfaces that are neither pointtopoint nor broadcast. The upstream patch submission is: https://bird.network.cz/pipermail/bird-users/2021-April/015415.html ---

Question to users of x11-wm/fluxbox

2019-08-06 Thread Jason Helfman
Hello users of x11-wm/fluxbox, In reviewing the current port, I found some lint related issues and dug in a little more. There is some alternative documentation that is available to build and install as part of the port. This documentation dates back to 2006. In my opinion, this is not

Re: Creation of a diff of a new port

2019-08-06 Thread Jason Helfman
On Tue, 06 Aug 2019 14:05:49 -0700 Kralj Karlo wrote I am trying to create a diff of a new port in order that I may submit the port. I believe to have followed the directions from the Porter's Handbook, but the result is not as I had expected. $ portsnap fetch (I didn't save

Re: Xtide Broken - Unfetchable

2019-08-06 Thread Jason Helfman
Thanks for your bug report. I have built it and it is successful, however another committer has this bug in their queue. Thanks! -jgh On Mon, 05 Aug 2019 10:25:14 -0700 Walter Schwarzenfeld wrote See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239666

Re: How to package maven based ports

2019-08-06 Thread Jason Helfman
I've looked over this thread a bit, and have done similar things in the past. I have created an archive of a maven repository after having remote repos break the repeatable build process. I would create an archive, and then use this archive as a distfile. I would then point to this archive

Re: Looking to port weasyprint

2019-05-20 Thread Jason Barbier
looks like it's not installing CairoSVG Sent from my a tiny pocket computer. > On May 20, 2019, at 07:28, Lars Engels wrote: > >> On Mon, May 20, 2019 at 04:00:00PM +0200, Kurt Jaeger wrote: >> Hi! >> >>> A simple testbuild in poudriere after some cleanup seems to work. >>> I'm testbuilding

Re: WireGuard for FreeBSD

2018-05-24 Thread Jason A. Donenfeld
On Thu, May 24, 2018 at 12:43 PM, Jan Bramkamp wrote: > Did I understand correctly that both these ports are userspace > implementations and have a similar per packet overhead to OpenVPN and fastd? Indeed they're userspace ports. Maybe down the line this will be ported to the

Re: WireGuard for FreeBSD

2018-05-23 Thread Jason A. Donenfeld
We now have a release, so the full instructions for the packages are: 1. wireguard-tools, providing wg(8) and wg-quick(8) Runtime dependencies: bash, wireguard-go Buildtime dependencies: gmake, c compiler, libc Build: gmake -C src/tools WITH_WGQUICK=yes Install: gmake -C src/tools

Re: WireGuard for FreeBSD

2018-05-23 Thread Jason A. Donenfeld
On Mon, May 21, 2018 at 11:35 PM, Jason A. Donenfeld <ja...@zx2c4.com> wrote: > 2. wireguard-go > Runtime dependencies: none > Buildtime dependencies: gmake, go > Build: export GOPATH=$(pwd)/gopath; go get -d; gmake > Install: gmake PREFIX=/usr/local install > URL templa

Re: WireGuard for FreeBSD

2018-05-22 Thread Jason A. Donenfeld
nt to swap this out with real tarballs once released. Jason ___ 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: WireGuard for FreeBSD

2018-05-21 Thread Jason A. Donenfeld
On Tue, May 22, 2018 at 2:33 AM, Outback Dingo wrote: > to be honest, while it sounds nice, i for one would prefer to see a > kernel module ported to FreeBSD instead of userland > second to that, building a freebsd port of it is not all that hard, > however that being

Re: WireGuard for FreeBSD

2018-05-21 Thread Jason A. Donenfeld
or visiting that in your browser. Looking forward, Jason ___ 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"

WireGuard for FreeBSD

2018-05-21 Thread Jason A. Donenfeld
.) I was hoping that in the time between now and then, we might find somebody willing and interested in packaging this properly. Does this sound fun to anyone? Best regards, Jason [1] https://www.wireguard.com/ [2] https://www.wireguard.com/papers/wireguard.pdf [3] http://latacora.singles/2018/05

Re: How to get -RC2 is tarball name?

2018-04-20 Thread Jason E. Hale
On Fri, Apr 20, 2018 at 1:48 AM, Gary Aitken wrote: > I'm trying to fetch: > https://download.gimp.org/mirror/pub/gimp/v2.10/gimp-2.10.0-RC2.tar.bz2 > Both the RC2 and the bz2 are giving me problems. > I've tried every combination I can think of and can't seem to get

Re: nonexistent port update reminder?

2018-03-14 Thread Jason E. Hale
page >>for details on how to improve portscout's detection and selection of >>distfiles on a per-port basis: >> >>http://portscout.freebsd.org/info/portscout-portconfig.txt >> >>Thanks. >> It looks like a MOVED entry was never added when the port was renamed. I

Re: Too many levels of symbolic links

2018-03-12 Thread Jason E. Hale
:14] Unmounting file systems > > -- > Before enlightenment - chop wood, draw water. > After enlightenment - chop wood, draw water. > > Marko Cupać > https://www.mimar.rs/ > Try changing the whole do-install target to this: do-i

Re: Why some python ports fail with build_fs_violation like this: usr/local/lib/python3.6/site-packages/dbus/__pycache__ ?

2018-03-05 Thread Jason E. Hale
ecode. I have created a Differential Revision to fix it and it seems audio/carla builds fine with my changes. https://reviews.freebsd.org/D14586 -Jason ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsub

Re: Why some python ports fail with build_fs_violation like this: usr/local/lib/python3.6/site-packages/dbus/__pycache__ ?

2018-03-05 Thread Jason E. Hale
iant. I.e., it is writing out .pyc and .pyo files in Python < 3.2 style. Therefore, whenever the ports you are trying to build are loading the dbus module, it is creating the bytecode in the correct location on the fly and touching the filesystem. -Jason ___

Re: editors/gedit-plugins

2018-02-20 Thread Jason E. Hale
On Mon, Feb 19, 2018 at 10:07 PM, The Doctor wrote: > Need help understanding why this is happening: > > > Script started on Mon Feb 19 20:00:38 2018 > You have mail. > root@doctor:/usr/ports/editors/gedit-plugins # make > > root@doctor:/usr/ports/editors/gedit-plugins

Re: pkg fallout - wrong shared lib version?

2018-02-20 Thread Jason E. Hale
version the Fortran compiler is: set(CAF_SO_VERSION 0) if(gfortran_compiler) if(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0) set(CAF_SO_VERSION 2) elseif(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 6.0.0) set(CAF_SO_VERSION 1) endif() endif() You will pr

'make clean' seemingly broken with FLAVORS

2018-01-27 Thread Jason E. Hale
to work as expected: FLAVOR?= #empty It seems silly to have to set an empty variable, but without it, the only way I could achieve the desired behavior of 'make clean' was to either keep the :U modifier or put the FLAVOR logic after . -Jason (jhale

Re: any ssl port required, but not base

2017-02-21 Thread Jason E. Hale
On Tue, Feb 21, 2017 at 4:04 AM, Koichiro IWAO wrote: > > if a port requires openssl or alternative from any port, how can I write > Makefile? > Whichever openssl, openssl-devel, libress, and libressl-devel are ok but > base openssl is not ok. > You could add something along the

Re: Problem with index

2017-02-20 Thread Jason E. Hale
On Mon, Feb 20, 2017 at 9:12 AM, Gerard Seibert wrote: > On Mon, 20 Feb 2017 13:41:41 +0100, Tijl Coosemans stated: > >>On Mon, 20 Feb 2017 12:29:47 + Matthew Seaman >> wrote: >>> On 2017/02/20 11:36, Gerard Seibert wrote: I just updated my

Re: Problem with index

2017-02-20 Thread Jason E. Hale
On Mon, Feb 20, 2017 at 7:41 AM, Tijl Coosemans wrote: > On Mon, 20 Feb 2017 12:29:47 + Matthew Seaman wrote: >> On 2017/02/20 11:36, Gerard Seibert wrote: >>> I just updated my ports tree using "portsnap". I then ran the following >>> command: >>> >>>

Re: FreeBSD Port: chromaprint-1.3.1_1

2017-01-24 Thread Jason E. Hale
ensing issues. Plus, the included fpcalc tool can only use ffmpeg. Do you really need this functionality for something? -Jason ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send an

Re: what is the purpose of the quarterly ports branches?

2016-12-06 Thread Jason Unovitch
On Mon, Dec 05, 2016 at 10:48:20PM +, Ben Woods wrote: > On Tue., 6 Dec. 2016 at 4:44 am, Julian Elischer wrote: > > > they are effectively useless because the results are not archived, and > > the quarterly pkg branch actually changes day by day, so making two > >

Re: Port Krita?

2016-12-04 Thread Jason E. Hale
On Sun, Dec 4, 2016 at 2:12 PM, wrote: > > I'm wondering if it's possible to begin porting Krita to the BSD family of > operating systems? I currently use Dragonfly BSD and I believe it derives its > ports from your own. > > I'm including a link to Krita below: > >

Re: Security Update roundcube

2016-12-04 Thread Jason Unovitch
On Sat, Dec 03, 2016 at 01:01:23PM +0100, Matthias Fechner wrote: > Dear all, > > > could a commiter please priorities: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214925 > > > It is a security related fix: > >

Re: Commit request mail/py-milter

2016-12-01 Thread Jason Unovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Thu, Dec 01, 2016 at 07:38:59AM +0100, Gerhard Schmidt wrote: > Hi > > could a committer please spare a moment an look at > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214317 > > it's straight forward patch to fix a minor bug in py-milter

Re: Request for Committer for chkrootkit patch

2016-11-28 Thread Jason Unovitch
On Mon, Nov 28, 2016 at 07:27:13AM -0800, Lacey Powers wrote: > Hello, > > If someone had the time, I'd be grateful if they could take a look at > this and commit it if there are no problems with it: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214416 > > Best, > > Lacey > Committed.

Re: make makepatch

2016-10-27 Thread Jason E. Hale
ide of WRKSRC. The easiest thing to do is: 1) clean everything up 2) run "make patch" 3) add PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} to the port Makefile 4) run "make makepatch" That should regenerate the patches and subsequently rename them. Remind the committer to do "s

Re: Fails to build math/libqalculate

2016-10-23 Thread Jason E. Hale
On Sun, Oct 23, 2016 at 12:23 PM, Kevin Oberman wrote: > On Sun, Oct 23, 2016 at 4:57 AM, Baho Utot > wrote: > >> Sending this again as I have had mail server issues >> >> There is no src/Makefile.in only src/Makefile.am >> >> >>

New Micro Sunglasses camera

2016-08-08 Thread Jason . zhang
  [ View in browser ]( http://2j936.r.ca.d.sendibm2.com/1l1ccinh0crf.html )           Micro Sunglasses Camera   New Micro Sunglasses Camera,easily to install in your own sunglasses with simple step       Easy to Install on your own sunglasses

Re: Multiple security vulnerabilities in net/samba36

2016-08-05 Thread Jason Unovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Fri, Aug 05, 2016 at 03:23:49PM -0700, iceflatline wrote: > Apologies in advance if this message should be directed to another > mailing list. pkg audit has been complaining about multiple > vulnerabilities in samba36 (samba36-3.6.25_3) for quite

Re: Unexpected output from "pkg updating -d 20160626"

2016-06-28 Thread Jason Unovitch
it seemed related to a handful of recent UDPATING entries that were made without a trailing colon after the date. I normalized all the entries for consistency and am seeing `pkg updating -d 20160626` return the expected output for me. Please see if that resolved the issue for you as well. Jaso

2016 New None hole spy lighter camera & gadgets

2016-06-22 Thread Jason . zhang
  [ View in browser ]( http://2j936.r.ag.d.sendibm3.com/1l1caxrh0crf.html )            1080P Spy Lighter Camera without Lens hole and Invisible function key,Real electronic fire lighter - looks like normal lighter. Button     WCDMA 3G Remote

Re: FreeBSD Port: samba43-4.3.9

2016-06-21 Thread Jason Unovitch
On Tue, Jun 21, 2016 at 8:54 PM, Hans-Ulrich Meyer wrote: > Hello Timur, > > after installation of samba43 by pkg I got the following start error: > > Starting smbd. > Shared object "libpam.so.6" not found, required by "libauth-samba4.so" >

Re: Error updating x11/xlockmore-5.46 to xlockmore-5.46_1

2016-06-10 Thread Jason Helfman
On Fri, Jun 10, 2016 at 9:10 AM, Walter Schwarzenfeld <w.schwarzenf...@utanet.at> wrote: > I would say Mail it directly the maintainer (maill addrees in the port > Makefile). If he think it is from interest. I have committed a fix for this. It is r416686. Thank you! -jgh -- J

Re: what for is the "gogs" UID/GID

2016-05-03 Thread Jason Unovitch
On Tue, May 3, 2016 at 8:28 PM, Vick Khera wrote: > I'm checking out some git web interfaces, and I stumbled upon the > registered UID/GID for "gogs" which is one of the tools I am investigating. > > I'm curious why there's an entry for it but no corresponding port. In fact, >

Re: resurrect deprecated port print/pnm2ppa

2016-02-19 Thread Jason Helfman
flicting) > Deinstallation has been requested for the following 1 packages (of 0 > packages in the universe): > > Installed packages to be REMOVED: > pnm2ppa-1.13_2 > > The operation will free 653 KiB. > [10_2_amd64-default] [1/1] Deinstalling pnm2ppa-1.13_2..

Re: PR ready for commit

2016-02-14 Thread Jason Unovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sun, Feb 14, 2016 at 04:11:07PM -0500, Randy Westlund wrote: > This is just waiting on a committer: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205052 > > Randy Done! Thanks for the quick response on the requested QA and for taking

Re: Recent update of security/nettle broke security/keepassx2

2016-02-14 Thread Jason Unovitch
On Sun, Feb 14, 2016 at 11:48 AM, Lars Engels wrote: > On Fri, Feb 12, 2016 at 11:59:26AM -0500, Richard Kuhns wrote: >> Apologies; it was apparently libgcrypt, not nettle. >> >> On 02/12/16 09:29, Richard Kuhns wrote: >> > Hi all, >> > >> > After updating security/nettle,

Re: Using pkg to fetch packages for different ABI

2016-02-02 Thread Jason Unovitch
On Tue, Feb 2, 2016 at 8:21 PM, Daniel Eischen wrote: > I want to use pkg to maintain a set of packages for nanobsd > systems that are a different OS version and ABI than the > host system. Basically, I want to be able to do: > > # pkg fetch -d -r FreeBSD_10x_32 -o ./ >

Re: devel/lpc21isp needs an update

2015-12-22 Thread Jason Unovitch
On Tue, Dec 22, 2015 at 3:04 PM, Poul-Henning Kamp wrote: > There's a new version 1.97 which is much better. Better is good! Updated to 1.97 in r404274. ___ freebsd-ports@freebsd.org mailing list

Re: I fixed devel/tkmerge master site

2015-12-16 Thread Jason Unovitch
On Wed, Dec 16, 2015 at 12:08 PM, Bob Willcox wrote: > Somehow, a symlink had gotten lost on my site that caused tkmerge to be > unfetchable. I have since fixed this, so could some kind soul remove the > BROKEN attribute from its Makefile? > > Thanks, > Bob > > -- > Bob Willcox

Re: Creating new port for gogs, put poudriere fail to clone github repo while build is running

2015-12-12 Thread Jason Unovitch
On Sat, Dec 12, 2015 at 9:14 AM, Matthias Fechner wrote: > Dear all, > > I started a long time ago a new port for gogs and had now time to > continue on the port. > The current version can be found here: > https://github.com/idefix6/gogs-freebsdport > > But I face the problem

Re: Fwd: Memory leak or misconfiguration: Repeated allocation of very large block

2015-12-08 Thread Jason Unovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On December 5, 2015 6:43:55 AM EST, Sebastian Wolfgarten wrote: >Any views on this? > >> Anfang der weitergeleiteten Nachricht: >> >> Von: Sebastian Wolfgarten >> Datum: 25. Oktober 2015 um

Re: ${PYTHON_CMD}/${PERL} in _CONFIGURE_WITH not working

2015-11-20 Thread Jason Unovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sat, Nov 21, 2015 at 02:05:14PM +1100, Kubilay Kocak wrote: > On 20/11/2015 4:02 PM, Jan Beich wrote: > > Jason Unovitch <junovi...@freebsd.org> writes: > Can you create an issue to fix this + MFH please? > &g

Re: ${PYTHON_CMD}/${PERL} in _CONFIGURE_WITH not working

2015-11-20 Thread Jason Unovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Fri, Nov 20, 2015 at 06:02:41AM +0100, Jan Beich wrote: > Jason Unovitch <junovi...@freebsd.org> writes: > > PERL_USES= perl5 > > PERL_CONFIGURE_ENABLE= perl > > PERL_CONFIGURE_WITH=

${PYTHON_CMD}/${PERL} in _CONFIGURE_WITH not working

2015-11-19 Thread Jason Unovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, I seem to be missing something simple found while converting net-mgmt/collectd5 over to option helpers. I've been using the following Makefile entries. PERL_USES= perl5 PERL_CONFIGURE_ENABLE= perl

Re: Port Vulnerabilities | php5-phar-5.4.45

2015-11-07 Thread Jason Unovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Sat, Nov 07, 2015 at 08:23:48PM +0100, JosC wrote: > Dear port maintainer, > > Can you check this port as it shows to have some vulnerabilities: > > Checking for packages with security vulnerabilities: > > Database fetched: Fri Nov 6 01:06:33

Re: php5-phar-5.4.45

2015-10-27 Thread Jason Unovitch
On Oct 27, 2015 7:19 AM, "Kurt Jaeger" wrote: > > Hi! > > > Checking for packages with security vulnerabilities: > > Database fetched: Mon Oct 26 00:09:27 CET 2015 > > php5-phar-5.4.45 > > > > Can you tell when we can expect the update of this port? > > Is there an application

Re: HELP: Bacula compile with older version installed

2015-10-09 Thread Jason Unovitch
; /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto >>> dird.o: In function `main': >> >> >> pkg delete the old version first? >> ___ >> freebsd-ports@freebsd.org mailing list >> https://list

Re: HELP: Bacula compile with older version installed

2015-10-09 Thread Jason Unovitch
On Fri, Oct 9, 2015 at 8:11 PM, Larry Rosenman <l...@lerctr.org> wrote: > On 2015-10-09 19:09, Jason Unovitch wrote: >> >> For sysutils/openipmi in PR 396109 the fix was this. However that was >> before USES= localbase hit the tree which according to the commit >

Re: Working of "pkg audit "

2015-10-07 Thread Jason Unovitch
On Wed, Oct 07, 2015 at 04:02:25PM -1000, p...@pair.com wrote: > (Sent to -questions@ on Oct 3 but hadn't got any reply, so sending > to @ports now. Also, situation below is before www/firefox was > updated to 41.0.) > > I want to know if running "pkg audit" makes any sense for a port > installed

Linker Error when compiling jwhois 4.0_3

2015-08-25 Thread Jason Schwerberg
root@bsd:/usr/ports/net/jwhois # freebsd-version; uname -a 10.2-RELEASE FreeBSD bsd.junaos.com 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r28: Wed Aug 12 15:26:37 UTC 2015 r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 root@bsd:/usr/ports/net/jwhois # cd

Re: New pkg audit / vuln.xml failures (php55, unzoo)

2015-05-23 Thread Jason Unovitch
://bugs.freebsd.org/199508 both vuxml and update patch ready: mail/davmail -- https://bugs.freebsd.org/198297 Jason ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail

Re: gdb in ports

2015-05-12 Thread Jason Woodward
, further debugging may prove unreliable. Quit this debugging session? (y or n) info threads indicates I ended up in thread 15 if I continue anyway. take care, jason On Tue, May 12, 2015 at 3:04 PM, John Baldwin j...@freebsd.org wrote: On Tuesday, May 12, 2015 06:06:38 PM Tijl Coosemans wrote

gdb in ports

2015-05-11 Thread Jason Woodward
unreliable. Create a core file of GDB? (y or n) n take care, jason ___ 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:PVC cards supplier

2015-01-17 Thread Jason
Dear Sir/Madam, A Smile day for you ! This is eva of a professional RFID card manufacturer from China . To welcome your Christmas Day,we prepare some presents for you,all of products are with an amazing discount ,some as follow for your reference: Mifare FM1108 1K (FUDAN) blank card-$ 0.093/pcs

Re: bash velnerability

2014-09-30 Thread Jason Hellenthal
://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to freebsd-security-unsubscr...@freebsd.org -- Jason Hellenthal Mobile: +1 (616) 953-0176 jhellent...@dataix.net JJH48-ARIN ___ freebsd-ports@freebsd.org mailing list http

Re: bash velnerability

2014-09-30 Thread Jason Hellenthal
Regards, -- -Chuck ___ freebsd-secur...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to freebsd-security-unsubscr...@freebsd.org -- Jason Hellenthal Mobile: +1 (616) 953

Re: Mk/Uses/pgsql.mk wants 9.3 but 9.3.5 is installed

2014-09-22 Thread Jason E. Hale
You probably need to add: DEFAULT_VERSIONS= pgsql:9.3 to your /etc/make.conf because pgsql 9.2 is the current default. Mk/Uses/pgsql.mk compares your installed version with the default or whatever you set as the default. If they are not equal, you will get an IGNORE message. If you already

Re: svn: E200019: Version mismatch in 'svn_gnome_keyring' (expecting equality): found 1.8.0, expected 1.8.10

2014-09-19 Thread Jason E. Hale
On Wed, Sep 3, 2014 at 12:37 PM, Stefan Esser s...@freebsd.org wrote: Am 03.09.2014 um 16:36 schrieb O. Hartmann: I receive this error while using /usr/local/bin/svn: svn: E200019: Version mismatch in 'svn_gnome_keyring' (expecting equality): found 1.8.0, expected 1.8.10 It occurs on every

Re: opencv2 import problem with python

2014-06-30 Thread Jason E. Hale
On Mon, Jun 30, 2014 at 2:24 AM, Rainer Hurling rhur...@gwdg.de wrote: Am 29.06.2014 19:50 (UTC+1) schrieb Jason E. Hale: math/saga is a GIS application, which uses OpenCV in one of its modules. For some month now, SAGA GIS disables this module at start time of the program. I tried your

Re: opencv2 import problem with python

2014-06-29 Thread Jason E. Hale
On Sun, Jun 29, 2014 at 4:47 AM, Zenny garbytr...@gmail.com wrote: Thanks John: I am getting the following: % grep ZTIN2cv15FeatureDetectorE /usr/local/lib/* Binary file /usr/local/lib/libopencv_contrib.so matches Binary file /usr/local/lib/libopencv_contrib.so.2 matches Binary file

Re: [broken] security/tripwire

2013-12-16 Thread Jason Hellenthal
+1 -- Jason Hellenthal Voice: 95.30.17.6/616 JJH48-ARIN On Dec 16, 2013, at 17:45, 'Baptiste Daroussin' b...@freebsd.org wrote: On Mon, Dec 16, 2013 at 10:58:44PM +0100, Peter Looyenga wrote: /usr/ports/security/tripwire # make Makefile, line 164: Malformed conditional

Re: install tcpdump 4.5.1 and libpcap 1.5.1 to filter in/out trafic

2013-11-27 Thread Jason Hellenthal
Never thought if catch myself saying this butt . . . Push it in please! On Nov 27, 2013, at 4:13, Rodrigo Osorio rodr...@bebik.net wrote: Hi all, In order to take advantage of the new '-P' switch in tcpdump to filter in/out trafic from an interface, I need to move from tcpdump 4.4.0 to

Re: [QAT] r334788: 1x depend (depend_package in databases/rrdtool), 3x leftovers

2013-11-25 Thread Jason bacon
8 drwxr-xr-x3 root wheel 64 Nov 24 20:32 home 346190 drwxr-xr-x2 slurmslurm 0 Nov 24 20:32 home/slurm [...] Thanks! -- ~~~ Jason W. Bacon jwba...@tds.net Circumstances don't make a man: They reveal him

Re: Proposal for Authors / Vendors in ports

2013-11-14 Thread Jason Helfman
it would be worth considering a potential new file for this, that can be parsed without causing too much new data in existing files. Perhaps, a file named pkg-vendor. In this file, all sorts of information can be places, and parsed or used by our package infrastructure. -jgh -- Jason Helfman

Re: continued graphics/opencv-core problems

2013-11-09 Thread Jason E. Hale
more bugs to work out. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr

pkg - stderr/stdout

2013-10-21 Thread Jason Hellenthal
Ref: pkg |less Why should anyone need to . . . pkg 21 |less Just to page the help ? -- Jason Hellenthal Voice: +1 (616) 953-0176 JJH48-ARIN smime.p7s Description: S/MIME cryptographic signature

Re: SVN RELEASE_9_2_0

2013-10-20 Thread Jason C. Wells
it, then later we tagged it for release. Or maybe we never did the above and I personally just got lucky for 4 major versions. I do seem to recall things like ports freeze on the RE schedule. Regards, Jason C. Wells ___ freebsd-ports@freebsd.org mailing

Re: search for port adopters

2013-10-02 Thread Jason Helfman
If someone wants to take over this ports, splease submit PR with maintainer update. Thanks. I use ipager, so I'll take that one. Done. This needs STAGEDIR support, as previously mentioned. Thanks! -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http

Re: SVN RELEASE_9_2_0

2013-10-01 Thread Jason Helfman
On Mon, Sep 30, 2013 at 4:57 PM, Jason C. Wells j...@speakeasy.net wrote: Is FreeBSD doing something new? I don't see an SVN tag for ports for the 9.2 release. Historically the ports tree was tagged and built a little before -stable got tagged for release. Thanks, Jason Portmgr may have

Re: SVN RELEASE_9_2_0

2013-10-01 Thread Jason C. Wells
. I've historically depended on the quality control of the release process to maintain a coherent system. I also stopped rolling my own several years ago. Thanks, Jason ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

SVN RELEASE_9_2_0

2013-09-30 Thread Jason C. Wells
Is FreeBSD doing something new? I don't see an SVN tag for ports for the 9.2 release. Historically the ports tree was tagged and built a little before -stable got tagged for release. Thanks, Jason ___ freebsd-ports@freebsd.org mailing list http

Re: Multiple Java versions

2013-09-25 Thread Jason Helfman
``native'' and up to date version)? Should the docs be corrected then? bye Thanks av. The docs may need clarification, however you may want to look into using: java/javavmwrapper cc: java -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http

Re: picard won't start

2013-09-16 Thread Jason E. Hale
portdowngrade? Looks to me like the the py27-qt4-* ports are not in sync with the py27-sip port. I would suggest updating the py27-qt4-* ports. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team ___ freebsd-ports@freebsd.org mailing list

Re: picard won't start

2013-09-16 Thread Jason E. Hale
On Monday, September 16, 2013 16:07:18 Andrea Venturoli wrote: On 09/16/13 15:56, Jason E. Hale wrote: Looks to me like the the py27-qt4-* ports are not in sync with the py27-sip port. I would suggest updating the py27-qt4-* ports. Can't do... # portversion -v|grep py py27-Babel

Re: bsd.port.pre.mk vs bsd.port.options.mk

2013-09-08 Thread Jason Helfman
Handbook explicitly mentions ARCH as one of the variables provided by pre.mk. What's the preferred way to handle this? -- Christian naddy Weisgerber na...@mips.inka.de It is preferred to evaluate ARCH with bsd.port.options.mk. -jgh -- Jason Helfman

Re: [request] sysutils/screenfetch

2013-07-21 Thread Jason Helfman
On Fri, Jul 19, 2013 at 7:43 PM, Jason Helfman j...@freebsd.org wrote: On Fri, Jul 19, 2013 at 5:03 PM, Kenta Suzumoto ken...@hush.com wrote: Screenfetch is a bash script for system information, similar to sysutils/bsdinfo but MANY more features and much more actively developed. Would anyone

Re: [request] sysutils/screenfetch

2013-07-21 Thread Jason Helfman
On Sun, Jul 21, 2013 at 12:23 AM, Kenta Suzumoto ken...@hush.com wrote: On 07/21/2013 at 2:19 AM, Jason Helfman j...@freebsd.org wrote: I've committed this to the tree. Pretty cool software. Let me know if there are any issues, and I can take a look. sysutils/screenfetch Thanks. I

Re: [request] sysutils/screenfetch

2013-07-21 Thread Jason Helfman
On Sun, Jul 21, 2013 at 10:20 AM, Kenta Suzumoto ken...@hush.com wrote: On 07/21/2013 at 10:45 AM, Jason Helfman j...@freebsd.org wrote: What did you run exactly, so I can try and reproduce the error? I started with grabbing the tag 3.0.5, however there were issues with it, so took a few

Re: [request] sysutils/screenfetch

2013-07-19 Thread Jason Helfman
as new versions are released? Seems like an easy port. Thanks to anyone who helps. https://github.com/KittyKatt/screenFetch I can take a look at this tonight. -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org/~jgh | The Power to Serve

Re: Requesting sign up for iorate on Wanted Ports

2013-07-14 Thread Jason Helfman
Mahmoudi Thanks for volunteering to contribute this port, but it seems this has already been committed into the portstree under benchmarks. Are there any other ports of interest to you on the list you would like work on? Thanks! -jgh -- -- Jason Helfman | FreeBSD Committer j

Re: help with making a port

2013-07-07 Thread Jason Helfman
into the same place). Problematic file: /usr/local/share/foo/foo.jar What causes this and how do I fix the make file? Posting your port code can only help in assisting. Thanks. -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org/~jgh

Re: help with making a port

2013-07-07 Thread Jason Helfman
of this if you need assistance. -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org/~jgh | The Power to Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports

Re: help with making a port

2013-07-07 Thread Jason Helfman
? -- -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org/~jgh | The Power to Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail

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

2013-07-03 Thread Jason Helfman
-to-date? I am able to update curl on 9.1. -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org/~jgh | The Power to Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

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

2013-07-03 Thread Jason Helfman
On Wed, Jul 3, 2013 at 1:35 AM, Dewayne Geraghty dewayne.gerag...@heuristicsystems.com.au wrote: -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

Subversion 1.8 / FreeBSD 8 x86 STABLE Symlinks

2013-06-30 Thread Jason Hellenthal
as of this date. In the directory... cd /exports/usr ln -s src8 src svn up /exports/usr/src -- Jason Hellenthal Inbox: jhellent...@dataix.net Voice: +1 (616) 953-0176 JJH48-ARIN smime.p7s Description: S/MIME cryptographic signature

Re: Ports with a broken PKGORIGIN: devel/boost-all, mail/squirrelma...

2013-06-26 Thread Jason Helfman
...@lassitu.de Fon +49 151 14070811 This may have something to do with it, but not saying this *is* the reason. http://svnweb.freebsd.org/ports?view=revisionrevision=321785 -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org/~jgh | The Power

Re: Proposal: further OptionsNG improvements

2013-06-18 Thread Jason Helfman
and an example port with the modified values for your new idea. This has been quiet successful in the recent past with bapt's proposals for options, uses, etc. -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org/~jgh | The Power to Serve

Re: net/mtr broken without ipv6

2013-05-25 Thread Jason Helfman
/net/mtr svn export -r r300897 svn://svn0.us-east.freebsd.org/ports/head/net/mtr/usr/ports/net/mtr portupgrade -f mtr\* I don't see how downgrading will fix it unless this is a newly introduced bug, however you can also use ports-mgmt/portdowngrade. -jgh -- Jason Helfman | FreeBSD

Re: net/mtr broken without ipv6

2013-05-25 Thread Jason Helfman
any changes that don't match the distributed portsnap snapshots. -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org/~jgh | The Power to Serve ___ freebsd-ports@freebsd.org mailing list http

Re: net/mtr broken without ipv6

2013-05-24 Thread Jason Helfman
software. -jgh -- Jason Helfman | FreeBSD Committer j...@freebsd.org | http://people.freebsd.org/~jgh | The Power to Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

Re: FreeBSD Port: JasperServer 5.0.0

2013-05-13 Thread Jason Helfman
On Sun, May 12, 2013 at 04:14:54PM -0700, Jason Helfman thus spake: Hello All, I have been battling fixing build issues with the latest JasperServer, but now have it working. The only bit I've been unable to do is to connect locally to a mysql instance through the jdbc driver, however I don't

FreeBSD Port: JasperServer 5.0.0

2013-05-12 Thread Jason Helfman
. The defaults work without issue. Attached is a diff. Please test, and let me know if you find any issues. Thanks! -jgh -- Jason Helfman FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve Index: databases/jasperserver/Makefile

  1   2   3   4   5   >