Am Donnerstag, Januar 31, 2019 13:21 CET, Stuart Henderson <[email protected]> schrieb:
> On 2019/01/31 12:34, Sebastian Reitenbach wrote: > > Hi, > > > > Am Donnerstag, Januar 31, 2019 11:59 CET, Renaud Allard <[email protected]> > > schrieb: > > > > > > > > > > > On 1/31/19 10:51 AM, Renaud Allard wrote: > > > > Hello, > > > > > > > > Here is a port of esniper 2.35.0. > > > > esniper is a simple, lightweight tool for sniping ebay auctions > > > > > > > > > > Solene suggested to add a WANTLIB variable, so here is the port with > > > that variable added > > Diff against your latest version: > > - use make to fix up the DISTNAME rather than enter the version twice > - use standard sourceforge MASTER_SITES > - don't list as both BUILD_DEPENDS and LIB_DEPENDS > > diff --git Makefile Makefile > index a0404ce..25815fe 100644 > --- Makefile > +++ Makefile > @@ -2,7 +2,7 @@ > > COMMENT = lightweight console application for sniping eBay auctions > VERSION = 2.35.0 > -DISTNAME = esniper-2-35-0 > +DISTNAME = esniper-${VERSION:S/./-/g} > PKGNAME = esniper-${VERSION} > EXTRACT_SUFX= .tgz > > @@ -15,10 +15,10 @@ MAINTAINER = Renaud Allard <[email protected]> > # GPLv2+ > PERMIT_PACKAGE_CDROM = Yes > > -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=esniper/}esniper/${VERSION}/ > +MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=esniper/} > > WANTLIB += c crypto curl nghttp2 ssl z > -BUILD_DEPENDS = net/curl > + > LIB_DEPENDS = net/curl > > CONFIGURE_STYLE = gnu > > > > > > > > > Trying to list my watchlist, esniper -U ebayusername -m > > it most of the time segfaults like this: > > You might get some more clues from building curl with debug symbols. I have this in my /etc/.mk.conf: DEBUG=-g -O0 which usually does the ticket. Renaud no malloc.conf, just standard everything. Sebastian
