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-
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
---
net/bird2/files/patch-
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 needed
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 t
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
_
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 durin
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 ri
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 FreeBSD kernel like
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 PREFIX=/usr/loca
On Mon, May 21, 2018 at 11:35 PM, Jason A. Donenfeld 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 template:
> https://git.z
ll of course want 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"
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 said, it also needs to be acc
192.168.4.1 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"
tdin --master` to get
it from git master.) 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
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 the
> right thing. In order
scout'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 just added one for it, so hopeful
ounting 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-install:
(cd ${WRKSRC} && ${COPYTREE_S
ifferential 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 unsubscribe, send any ma
s 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
___
freebsd-ports@freebsd.org mailing list
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 # make install
>
> ===> In
ompiler 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 probably
the clean target 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 FLAVO
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 lines of:
USES=
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 ports tree using "portsnap". I then ran the
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:
>>>
>>> /usr/sbin/pkg version -vL=
>>>
>>> This
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 any mail to "freebsd-ports-unsubscr...@freebsd.org"
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
> > machines from the same quar
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:
>
> https://krita.org/en/download
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:
>
> https://vuxml.freebsd.org/freebsd/125f5958-b611-11e6-a9a5-b499baebfeaf.h
-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
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.
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 "svn mv" to rename the patches instead of
deleting
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
>>
>>
>> /usr/ports/math/libqalculate # make
>> ===> License GPLv2 accepted
[ 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
-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
d replicate this and 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 fo
[ 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 V
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"
> /usr/local/etc/rc.d/samba_server: WARNING: failed to star
On Fri, Jun 10, 2016 at 9:10 AM, Walter Schwarzenfeld
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
--
Jason Helfman | FreeBSD Commi
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,
> the only reference i
(0 conflicting)
> 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 pnm2pp
-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
ov
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, when I try to start keep
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 ./
>
> and have it fetch all
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
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
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| A bird in hand
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 that during the build
-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 11:55:42 MEZ
>> An: po...@freebsd.org
>> Betreff: Wtr: Me
-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 writes:
> Can you create an issue to fix this + MFH please?
>
> ./koobs
Done! https://bugs.FreeBSD.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On Fri, Nov 20, 2015 at 06:02:41AM +0100, Jan Beich wrote:
> Jason Unovitch writes:
> > PERL_USES= perl5
> > PERL_CONFIGURE_ENABLE= perl
> > PERL_CONFIGURE_WITH=perl=${PERL} perl-bin
-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
PERL_CONFIGURE
-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 C
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 that does not cope w
On Fri, Oct 9, 2015 at 8:11 PM, Larry Rosenman 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
>> message should pr
al/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://lists.freebsd.org/
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
On Wed, Sep 16, 2015 at 04:40:01PM +0200, Kurt Jaeger wrote:
> Hi!
>
> Is anyone working on letsencrypt ?
>
> https://community.letsencrypt.org/t/letsencrypt-freebsd/626
>
> --
> p...@opsec.eu+49 171 3101372 5 years to
> go !
> __
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 /usr/ports/net/jwhois/
//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 to "freebsd-ports-unsubscr...@freebsd.org"
GDB has been detected,
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 wrote:
> On Tuesday, May 12, 2015 06:06:38 PM Tijl Coosem
DB has been detected,further debugging may prove
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"
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
uot;
> NOT VULNERABLE
>
> This being said, I'm not confident that there won't be further issues found
> with bash
>
> Regards,
> --
> -Chuck
>
> ___
> freebsd-secur...@freebsd.org mailing list
> http://lists.freebsd.org/mai
b/bashcheck/master/bashcheck
>>>
>>> Not vulnerable to CVE-2014-6271 (original shellshock)
>>> Not vulnerable to CVE-2014-7169 (taviso bug)
>>> ./bashcheck: line 18: 54908 Segmentation fault (core dumped) bash
>>> -c "true $(printf '< /
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 have
On Wed, Sep 3, 2014 at 12:37 PM, Stefan Esser 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 u
On Mon, Jun 30, 2014 at 2:24 AM, Rainer Hurling 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 tr
On Sun, Jun 29, 2014 at 4:47 AM, Zenny 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 /usr/local/lib/lib
+1
--
Jason Hellenthal
Voice: 95.30.17.6/616
JJH48-ARIN
> On Dec 16, 2013, at 17:45, 'Baptiste Daroussin' wrote:
>
> On Mon, Dec 16, 2013 at 10:58:44PM +0100, Peter Looyenga wrote:
>>>> /usr/ports/security/tripwire # make
>>>>
Never thought if catch myself saying this butt . . .
Push it in please!
> On Nov 27, 2013, at 4:13, Rodrigo Osorio 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 4.5.1.
>
lled)
305288 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&
dea, however I think 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.
should hopefully be soon.
I just have a few 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 unsubscri
Ref: pkg |less
Why should anyone need to . . .
pkg 2>&1 |less
Just to page the help ?
--
Jason Hellenthal
Voice: +1 (616) 953-0176
JJH48-ARIN
smime.p7s
Description: S/MIME cryptographic signature
and shipped 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-
>> www/oscommerce
>> x11/ipager
>> x11/tilda
>>
>> 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 previousl
ocess. 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/mailma
On Mon, Sep 30, 2013 at 4:57 PM, Jason C. Wells 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
>
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
fine for me.
>
> I'd just point out: isn't it in contrast to what the man page says (i.e.
> "By default, javavm will select the most ``native'' and up to date
> version")?
>
> Should the docs be corrected then?
>
> bye & Thanks
>
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...
ule implements API v10.0 but the PyQt4.QtGui
> > module requires API v9.1
> Any hint on how to solve?
>
> As a last resort, what could I "portdowngrade"?
>
Looks to me like the the py27-qt4-* ports are not in sync with the py27-sip
port. I would suggest updating th
ework. The Porter's
> 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
On Sun, Jul 21, 2013 at 10:20 AM, Kenta Suzumoto wrote:
> On 07/21/2013 at 10:45 AM, "Jason Helfman" 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 iss
On Sun, Jul 21, 2013 at 12:23 AM, Kenta Suzumoto wrote:
> On 07/21/2013 at 2:19 AM, "Jason Helfman" 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.
> >
> &g
On Fri, Jul 19, 2013 at 7:43 PM, Jason Helfman wrote:
> On Fri, Jul 19, 2013 at 5:03 PM, Kenta Suzumoto wrote:
>
>> Screenfetch is a bash script for system information, similar to
>> sysutils/bsdinfo but MANY more features
>> and much more actively developed. Would
to date 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
"odm" in the "Who is working section"?
>
>
> Sincerely
>
> Oliver 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 yo
pkg which /path/to/file
or
pkg_info -W /path/to/file
Odd though that you checked there, and it wasn't recorded
-jgh
On Sun, Jul 7, 2013 at 11:55 AM, Aryeh Friedman wrote:
> Looking in /var/db/pkg and /var/db/ports I see nothing... anywhere else to
> look?
>
>
--
, then install the files contained within the war under the application
server (such as tomcat), and add those files to the plist. I have many
examples of this if you need assistance.
-jgh
--
Jason Helfman | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh | Th
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
ednesday, 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 but
> > succeeds on 8.3
> >
> > The quick way to build the latest curl on FreeBSD
ebsd.org/mailman/listinfo/freebsd-ports>
> To unsubscribe, send any mail to
> "freebsd-ports-unsubscribe@**freebsd.org
> "
>
Thanks for the report.
Is your pkgaudit db up-to-date?
I am able to update curl on 9.1.
-jgh
--
Jason Helfman | FreeBSD Committer
j..
86 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
rning? Both the plugin ports as well as the
> main
> squirrelmail port haven't been updated in months…
>
>
> Thanks,
> Stefan
>
> --
> Stefan BethkeFon +49 151 14070811
>
> This may have something to do with it, but not saying this *is* the reason.
http://svnweb.fr
y more weight, feedback and/or testing
results if it included a patch 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 Comm
can cause
> problems.
>
> Nothing has changed between cvs and svn. It is my understanding, and
findings, that portsnap doesn't care either way and will clobber any
changes that don't match the distributed portsnap snapshots.
-jgh
--
Jason Helfman | FreeBSD Committer
j...@f
/head/net/mtr | less
>
> How to downgrade:
>
> rm -rf /usr/ports/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 int
building?
>
>
This sounds like a potential bug in upstream 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
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
1 - 100 of 451 matches
Mail list logo