Hi,
REVISION is deleted from Makefile, and gnu libtool is required.
Without gnu libtool, many undefined references occurs when
linking main.o and libopenocd.a. Here is the log.
/usr/bin/libtool --tag=CC --mode=link cc -std=gnu99 -O2 -pipe -Wall
-Wstrict-prototypes -Wformat-security -Wsh
All I did was tweak the existing patches so that they apply to the
updated node package. I'm not sure if they're all still required or not
but it builds and installs successfully with these changes applied.
Also worth noting that part of the build runs some tools that violate
W^X so your pobj
Hi all,
What's odd about the issue is that is manifests itself on, pretty
much, every other snapshot since about 1-2 weeks ago.
What is stranger still, is the fact that it happens with mutt package
not being updated, i.e. it works on one snapshot, dumps core on the
next, then goes back to working
Updated diff, test reports welcome.
Index: Makefile
===
RCS file: /d/cvs/ports/editors/emacs/Makefile,v
retrieving revision 1.65
diff -u -p -r1.65 Makefile
--- Makefile16 Oct 2016 18:15:22 - 1.65
+++ Makefile31 Dec
On 2016/12/31 00:51, SASANO Takayoshi wrote:
> Hello,
>
> I send this patch to ports@ on 3-Jan-2016
> (see https://marc.info/?l=openbsd-ports&m=145181327024296&w=2 ).
>
> About one year will be passed but there is no response to commit or not,
> so I send this patch again.
>
> If there is no pro
Hi,
ok to import math/p5-Statistics-CaseResampling?
Comment:
efficient resampling and calculation of medians
Description:
The purpose of this (XS) module is to calculate the median (or in
principle also other statistics) with confidence intervals on a
sample. To do that, it uses a technique cal
on amd64 under -current and packages updated yesterday:
It used to work before this pkg_add -u (last was around dec. 18 iirc)
I can't tell if it's a Qt or a libressl issue...
#0 0x18044a617c82 in sk_insert (st=0x18046b062400, data=0x18042860df90,
loc=-632990928)
at /usr/src/lib/libcry
Jonathan Gray writes:
> Use ports gcc4 on arm to get the required atomic builtins.
I sent the same diff to Robert, but with MODGCC4_ARCHS+=arm, and also
MODGCC4_LANGS+=c++. Maybe not strictly needed, but it's probably better
to use the same toolchain for C and C++ (ext/intl contains C++ code).
Hi,
ok to import devel/p5-Test-LectroTest?
bluhm
Comment:
easy, automatic, specification-based tests
Description:
This module provides a simple (yet full featured) interface to
LectroTest, an automated, specification-based testing system for
Perl. To use it, declare properties that specify the
On 2016/12/30 15:12, Stuart Henderson wrote:
> This built in the previous bulk, I'm not sure what changed to trigger this -
> no update to advancemame itself or sdl.
> cc -DHAVE_CONFIG_H -DUSE_LSB -DUSE_ASM_INLINE -DUSE_ASM_EMUMIPS3 -O2 -pipe
> -DNDEBUG -D_REENTRANT -I./advance/osd -I./advance/li
Use ports gcc4 on arm to get the required atomic builtins.
Index: Makefile.inc
===
RCS file: /cvs/ports/lang/php/Makefile.inc,v
retrieving revision 1.88
diff -u -p -r1.88 Makefile.inc
--- Makefile.inc4 Nov 2016 11:35:19 -
On Sat, Dec 31, 2016 at 04:38:10PM +0500, Alexandr Shadchin wrote:
> On Sat, Dec 31, 2016 at 11:43:00AM +0100, Landry Breuil wrote:
> > On Thu, Dec 29, 2016 at 07:19:38PM +0500, Alexandr Shadchin wrote:
> > > On Thu, Dec 29, 2016 at 03:01:12PM +0100, Landry Breuil wrote:
> > > > On Thu, Dec 29, 201
On Sat, Dec 31, 2016 at 11:43:00AM +0100, Landry Breuil wrote:
> On Thu, Dec 29, 2016 at 07:19:38PM +0500, Alexandr Shadchin wrote:
> > On Thu, Dec 29, 2016 at 03:01:12PM +0100, Landry Breuil wrote:
> > > On Thu, Dec 29, 2016 at 02:53:04PM +0100, Remi Pointel wrote:
> > > > On 12/29/16 14:00, Alexa
Hello list,
I'm using pop3d in my server. To use acme-client certs with pop3d I
have to do this:
# /etc/daily.local
acme-client example.com www.example.com
if [ $? -eq 0 ]; then
# pop3d needs this:
cp /etc/ssl/acme/fullchain.pem /etc/ssl/server.crt
cp /etc/ssl/acme/privat
On Thu, Dec 29, 2016 at 04:55:30PM +0100, Martin Pieuchot wrote:
> I am running GNOME3 and my music player is audio/deadbeef. Since the
> last package update very time my screen saver starts the music stop.
> Previously it was only the first time per session.
>
>
> #0 sio_write (hdl=0x0, buf=0x
On 29/12/16(Thu) 16:55, Martin Pieuchot wrote:
> I am running GNOME3 and my music player is audio/deadbeef. Since the
> last package update very time my screen saver starts the music stop.
> Previously it was only the first time per session.
>
> Here's my last output of /var/log/messages. The sc
On Thu, Dec 29, 2016 at 07:19:38PM +0500, Alexandr Shadchin wrote:
> On Thu, Dec 29, 2016 at 03:01:12PM +0100, Landry Breuil wrote:
> > On Thu, Dec 29, 2016 at 02:53:04PM +0100, Remi Pointel wrote:
> > > On 12/29/16 14:00, Alexandr Shadchin wrote:
> > > > On Mon, Dec 26, 2016 at 11:33:43PM +0500, A
On Mon, Dec 26, 2016 at 11:35:43AM +, Edd Barrett wrote:
> I've always stripped off -g when I see it. Perhaps another porter can comment.
>
>
>
> On 26 December 2016 11:16:19 GMT+00:00, Jonathan Gray wrote:
> >On Mon, Dec 26, 2016 at 10:31:39AM +, Edd Barrett wrote:
> >> Hi,
> >>
> >>
Hi ports@,
Here is a diff to update fuse-utils to 1.3.1. This depends on the
previously submitted update to libspectrum.
Dropped dependency on ffmpeg (and the now useless patch) as it's not
used anymore, added newly required ones (graphics/jpeg, graphics/png),
and regenerated the WANTLIB directiv
Hi ports@,
Here is a diff to update fuse to 1.3.2. This depends on the previously
submitted update to libspectrum.
Dropped the only remaining patch as it is not necessary anymore.
Comments? OK?
Index: Makefile
===
RCS file: /cvs/po
Hi ports@,
Here is a diff to update libspectrum to 1.3.2.
- Remove the devel/gettext module
- Functions were added to the library, so bumping library minor number.
Comments? OK?
Index: Makefile
===
RCS file: /cvs/ports/devel/libspe
Hi,
Update the yle-dl to version 2.13:
- Fix downloading of Areena HTTP streams
- Support SOCKS proxies on youtube-dl backend
Timo
Index: Makefile
===
RCS file: /cvs/ports/multimedia/yle-dl/Makefile,v
retrieving revision 1.9
diff -u
22 matches
Mail list logo