Re: wxgtk31: wayland dependency

2021-04-24 Thread Serpent7776
On Sat, 24 Apr 2021 12:50:09 +
Karsten Pedersen  wrote:

> >
> > Hmm, seems so, but I don't have xorg-minimal installed 
> > 
> > $ pkg info xorg-\*
> > xorg-fonts-truetype-7.7_1
> > xorg-server-1.20.11,1
> > 
> 
> Ah I see, you have a lighter install of Xorg than me. OK I have
> been looking around at what is really pulling Wayland in and it
> seems that Gtk itself does too (at least by default) :/
> 
> https://svnweb.freebsd.org/ports/head/x11-toolkits/gtk30/
> https://www.freebsd.org/cgi/ports.cgi?query=^gtk3-3.24.27
> 

Gtk at least has an option to disable it, but I might end up with installing
wayland anyway, since deskutils/copyq depends on it too now (not to mention a
bunch of kf5-* libs that should be irrelevant for a clipboard manager)

xorg-minimal depends also on xf86-video-vesa which depends on wayland
https://www.freebsd.org/cgi/ports.cgi?query=%5Exf86-video-vesa-2.5.0&stype=name

-- 
/*
 * Serpent7776
 */
___
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: wxgtk31: wayland dependency

2021-04-24 Thread Serpent7776
On Sat, 24 Apr 2021 12:16:46 +
Karsten Pedersen  wrote:

> > Starting from version 3.1.5 wxgtk31 got a hard dependency on wayland.
> > Could that depndency be made optional? I don't use wayland and don't want to
> > have it installed.
> >   
> 
> Doesn't xorg-minimal already bring in Wayland?
> 
> https://svnweb.freebsd.org/ports/head/x11/xorg-minimal
> https://www.freebsd.org/cgi/ports.cgi?query=xorg-minimal
>

Hmm, seems so, but I don't have xorg-minimal installed 

$ pkg info xorg-\*
xorg-fonts-truetype-7.7_1
xorg-server-1.20.11,1


-- 
/*
 * Serpent7776
 */
___
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"


wxgtk31: wayland dependency

2021-04-24 Thread Serpent7776
Hello,

Starting from version 3.1.5 wxgtk31 got a hard dependency on wayland.
Could that depndency be made optional? I don't use wayland and don't want to
have it installed.

-- 
/*
 * Serpent7776
 */
___
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: editors/libreoffice fails to build after misc/box2d update

2021-03-08 Thread Serpent7776
On Mon, 8 Mar 2021 14:44:29 +1300
Jonathan Chen  wrote:

> ===>   libreoffice-7.1.0.3_2 depends on shared library: libBox2D.so - not
> found ===>   Installing existing package /packages/All/Box2D-2.4.1.txz  
> Installing Box2D-2.4.1...
> Extracting Box2D-2.4.1: .. done
> ===>   libreoffice-7.1.0.3_2 depends on shared library: libBox2D.so - not
> found *** Error code 1

Maybe that's a stupid question, but why does libreoffice depend on a game
physics engine?

-- 
/*
 * Serpent7776
 */
___
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: qt5-webengine

2020-04-04 Thread Serpent7776
On Sat, 4 Apr 2020 11:15:53 -0400
ajtiM via freebsd-ports  wrote:

> On Sat, 4 Apr 2020 16:21:03 +0200
> Christoph Moench-Tegeder  wrote:
> 
> > ## ajtiM via freebsd-ports (freebsd-ports@freebsd.org):
> >   
> > > Today update for qt5-webengine cannot compile:
> > > 
> > > /usr/local/bin/ld: /usr/local/lib/qt5/libQt5WebEngineCore.so:
> > > undefined reference to `re2::RE2::Arg::parse_ulong(char const*,
> > > unsigned long, void*)' c++: error: linker command failed with exit
> > > code 1 (use -v to see invocation) ***
> > > [../../libexec/QtWebEngineProcess] Error code 1  
> > 
> > Your environment is broken: that looks like some mismatch on re2,
> > which has been updated just recently and is the reason for this
> > PORTREVISION bump. You need to clean up first (updating re2 and
> > perhaps intermediary dependencies) or just use poudriere (or any
> > other system providing clean build environments).
> > In any case, the build worked here in my poudriere.
> > 
> > Regards,
> > Christoph
> >   
> 
> I do not know if is broken?? I do not have a problem with the other
> ports. And everything is updated. 
> Thank you anywhere.
> 
> BTW: I do not want to use poudriere on the single desktop computer.
I'm using poudriere on my desktop machine, it helps avoid many issues with
compiling ports. If it's too heavy there's ports-mgmt/synth which might suit
you better.

-- 
/*
 * Serpent7776
 */
___
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: FreeBSD Port: audio/mps

2020-04-02 Thread Serpent7776
On Thu, 2 Apr 2020 20:21:08 +0200
Serpent7776  wrote:

> Hi,
> 
> Anyone know what happened to this app? Upstream git repo vanished from
> existence and when I try to run my current installation I get
> 
> YouTube Error 403: Access Not Configured.
> 
> error.
> 
> That's really unfortunate, it was a really handy tool.
> 
> Regards,

Looks like the project now lives here:
https://github.com/mps-youtube/mps-youtube

-- 
/*
 * Serpent7776
 */
___
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"


FreeBSD Port: audio/mps

2020-04-02 Thread Serpent7776
Hi,

Anyone know what happened to this app? Upstream git repo vanished from
existence and when I try to run my current installation I get

YouTube Error 403: Access Not Configured.

error.

That's really unfortunate, it was a really handy tool.

Regards,
-- 
/*
 * Serpent7776
 */
___
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: irc/ngircd: typo in Makefile

2019-04-16 Thread Serpent7776
On Mon, 15 Apr 2019 23:21:39 +0200
Jan Bramkamp  wrote:

> Probably ;-) Please create a PR for this to get it fixed.
Somebody already commited the fix on head, thanks.

> On 15.04.19 21:09, Serpent7776 wrote:
> > Hello,
> >
> > I've just stumbled upon a possible typo in Makefile:
> >
> > DEBUG_CONFIGURE_EBABLE=¦¦   debug
> >
> > Shouldn't this be ENABLE instead of EBABLE?
> >


-- 
/*
 * Serpent7776
 */
___
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"


irc/ngircd: typo in Makefile

2019-04-15 Thread Serpent7776
Hello,

I've just stumbled upon a possible typo in Makefile:

DEBUG_CONFIGURE_EBABLE=¦¦   debug

Shouldn't this be ENABLE instead of EBABLE?

-- 
/*
 * Serpent7776
 */
___
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: devel/valgrind not working

2019-03-05 Thread Serpent7776
On Mon, 4 Mar 2019 17:27:45 +0100
Andrea Venturoli  wrote:

> Hello.
> 
> I've been using valgrind for a long time.
> After some months without using it, today it does not work anymore.
> 
> > # freebsd-version -ku
> > 11.2-RELEASE-p9
> > 11.2-RELEASE-p8
> > # uname -p
> > amd64
> > # pkg info | grep valgrind
> > valgrind-3.10.1.20160113_7,1   Memory debugging and profiling tool
> > # valgrind --version
> > valgrind-3.10.1
> > # valgrind ls
> > ==15396== Memcheck, a memory error detector
> > ==15396== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
> > ==15396== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
> > ==15396== Command: ls
> > ==15396== 
> > Bad system call (core dumped)  
> 
> Reading the core doesn't give any useful info.
> Same goes for devel/valgrind-devel.
> 
> Any hint?
Working fine for me with same setup with exception of patch level which is both
-p9. Maybe your userland is out of sync with the kernel?

# freebsd-version -ku
11.2-RELEASE-p9
11.2-RELEASE-p9


> 
>   bye & Thanks
>   av.
> ___
> 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"



-- 
/*
 * Serpent7776
 */
___
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: security/krb5 fails to configure with libedit option enabled

2019-01-13 Thread Serpent7776
On Sun, 13 Jan 2019 13:56:54 +0100
Serpent7776  wrote:

> Hello,
> 
> security/krb5 fails at configure stage when compiling under poudirere for me.
> 
> My OS version
> FreeBSD DaemONX 11.2-RELEASE-p8 FreeBSD 11.2-RELEASE-p8 #0: Tue Jan  8
> 21:35:12 UTC 2019
> r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
> 
> My options:
> 
> _OPTIONS_READ=krb5-1.17
> _FILE_COMPLETE_OPTIONS_LIST=DNS_FOR_REALM EXAMPLES KRB5_HTML KRB5_PDF LDAP
> LMDB NLS READLINE READLINE_PORT LIBEDIT OPTIONS_FILE_UNSET+=DNS_FOR_REALM
> OPTIONS_FILE_UNSET+=EXAMPLES
> OPTIONS_FILE_UNSET+=KRB5_HTML
> OPTIONS_FILE_UNSET+=KRB5_PDF
> OPTIONS_FILE_UNSET+=LDAP
> OPTIONS_FILE_UNSET+=LMDB
> OPTIONS_FILE_UNSET+=NLS
> OPTIONS_FILE_UNSET+=READLINE
> OPTIONS_FILE_UNSET+=READLINE_PORT
> OPTIONS_FILE_SET+=LIBEDIT
> 
> In poudriere log file I can see
> 
> checking for libedit... no
> configure: error: Could not detect libedit with pkg-config
> 
> and in workdir in config.lo
> 
> configure:13540: result: no
> configure:13661: checking for libedit
> configure:13720: result: no
> configure:13740: error: Could not detect libedit with pkg-config
> 
> so I guess there's some issue with finding libedit
> 
> I already had libedit enabled previously and it built fine.
> 
> Thanks
> 

Forgot to include log files.

-- 
/*
 * Serpent7776
 */
___
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: security/krb5 fails to configure with libedit option enabled

2019-01-13 Thread Serpent7776
On Sun, 13 Jan 2019 07:57:52 -0800
Cy Schubert  wrote:

> In message <20190113135944.244bc58d@DaemONX>, Serpent7776 writes:
> > On Sun, 13 Jan 2019 13:56:54 +0100
> > Serpent7776  wrote:
> >
> > > Hello,
> > > 
> > > security/krb5 fails at configure stage when compiling under poudirere for
> > > m
> > e.
> > > 
> > > My OS version
> > > FreeBSD DaemONX 11.2-RELEASE-p8 FreeBSD 11.2-RELEASE-p8 #0: Tue Jan  8
> > > 21:35:12 UTC 2019
> > > r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
> > > 
> > > My options:
> > > 
> > > _OPTIONS_READ=krb5-1.17
> > > _FILE_COMPLETE_OPTIONS_LIST=DNS_FOR_REALM EXAMPLES KRB5_HTML KRB5_PDF LDAP
> > > LMDB NLS READLINE READLINE_PORT LIBEDIT OPTIONS_FILE_UNSET+=DNS_FOR_REALM
> > > OPTIONS_FILE_UNSET+=EXAMPLES
> > > OPTIONS_FILE_UNSET+=KRB5_HTML
> > > OPTIONS_FILE_UNSET+=KRB5_PDF
> > > OPTIONS_FILE_UNSET+=LDAP
> > > OPTIONS_FILE_UNSET+=LMDB
> > > OPTIONS_FILE_UNSET+=NLS
> > > OPTIONS_FILE_UNSET+=READLINE
> > > OPTIONS_FILE_UNSET+=READLINE_PORT
> > > OPTIONS_FILE_SET+=LIBEDIT
> > > 
> > > In poudriere log file I can see
> > > 
> > > checking for libedit... no
> > > configure: error: Could not detect libedit with pkg-config
> > > 
> > > and in workdir in config.lo
> > > 
> > > configure:13540: result: no
> > > configure:13661: checking for libedit
> > > configure:13720: result: no
> > > configure:13740: error: Could not detect libedit with pkg-config
> > > 
> > > so I guess there's some issue with finding libedit
> > > 
> > > I already had libedit enabled previously and it built fine.
> > > 
> > > Thanks
> > > 
> >
> > Forgot to include log files.
> 
> Remove :run from the end of USES=pkgconfig.
> I tried building the port in a virgin jail. pkgconfig was installed by 
> a prereq. You might have removed pkgconfig at some point, you had the 
> right combination of packages installed to tickle this bug.
> 
> Thanks for letting me know.
> 
> It has also been committed.
> 
> 

Works now, thanks

-- 
/*
 * Serpent7776
 */
___
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"


security/krb5 fails to configure with libedit option enabled

2019-01-13 Thread Serpent7776
Hello,

security/krb5 fails at configure stage when compiling under poudirere for me.

My OS version
FreeBSD DaemONX 11.2-RELEASE-p8 FreeBSD 11.2-RELEASE-p8 #0: Tue Jan  8 21:35:12
UTC 2019 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
amd64

My options:

_OPTIONS_READ=krb5-1.17
_FILE_COMPLETE_OPTIONS_LIST=DNS_FOR_REALM EXAMPLES KRB5_HTML KRB5_PDF LDAP LMDB 
NLS READLINE READLINE_PORT LIBEDIT
OPTIONS_FILE_UNSET+=DNS_FOR_REALM
OPTIONS_FILE_UNSET+=EXAMPLES
OPTIONS_FILE_UNSET+=KRB5_HTML
OPTIONS_FILE_UNSET+=KRB5_PDF
OPTIONS_FILE_UNSET+=LDAP
OPTIONS_FILE_UNSET+=LMDB
OPTIONS_FILE_UNSET+=NLS
OPTIONS_FILE_UNSET+=READLINE
OPTIONS_FILE_UNSET+=READLINE_PORT
OPTIONS_FILE_SET+=LIBEDIT

In poudriere log file I can see

checking for libedit... no
configure: error: Could not detect libedit with pkg-config

and in workdir in config.lo

configure:13540: result: no
configure:13661: checking for libedit
configure:13720: result: no
configure:13740: error: Could not detect libedit with pkg-config

so I guess there's some issue with finding libedit

I already had libedit enabled previously and it built fine.

Thanks

-- 
/*
 * Serpent7776
 */
___
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: FreeBSD Port: lang/ocaml

2019-01-05 Thread Serpent7776
On Fri, 4 Jan 2019 13:31:41 +0100
Kurt Jaeger  wrote:

> Hi!
> 
> > Current version of ocaml is 4.02.3, but newest is 4.07.
> > Could ocaml port be updated to newest version please?
> 
> The attempt to do so can be followed at:
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218333
> 

Thanks, wasn't aware update is already in progress.

-- 
/*
 * Serpent7776
 */
___
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"


FreeBSD Port: lang/ocaml

2019-01-04 Thread Serpent7776
Hello,

Current version of ocaml is 4.02.3, but newest is 4.07.
Could ocaml port be updated to newest version please?
-- 
/*
 * Serpent7776
 */
___
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: FreeBSD Port: devel/love

2018-12-16 Thread Serpent7776
On Tue, 27 Nov 2018 15:42:40 +0300
Dmitry Marakasov  wrote:

> * Serpent7776 (serpent7...@gmail.com) wrote:
> 
> > Could you please update devel/love port?
> > It's outdated v0.10 and current version is 11.1  
> 
> Done.
> 
Thanks; haven't noticed your reply earlier.


-- 
/*
 * Serpent7776
 */
___
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"


FreeBSD Port: devel/love

2018-11-05 Thread Serpent7776
Hello,

Could you please update devel/love port?
It's outdated v0.10 and current version is 11.1

Thanks

-- 
/*
 * Serpent7776
 */
___
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: graphics/opencv fails to package

2018-06-06 Thread Serpent7776
On Fri, 1 Jun 2018 16:12:20 -0400
Steve Wills  wrote:

> Hi,
> 
> On 06/01/18 14:44, Serpent7776 wrote:
> > Hello,
> > 
> > graphics/opencv fails to package for me with error
> > 
> > pkg-static: Unable to access
> > file 
> > /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/include/opencv2/freetype.hpp:No
> > such file or directory pkg-static: Unable to access
> > file 
> > /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so:No
> > such file or directory pkg-static: Unable to access
> > file 
> > /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so.3.4:No
> > such file or directory pkg-static: Unable to access
> > file 
> > /wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so.3.4.1:No
> > such file or directory
> > 
> > I'm building it with poudriere; full logs available here:
> > https://gist.github.com/serpent7776/cae43c5bbaea078a658cc31be15a4641.
> > 
> > Does anyone have similar issue?
> >   
> 
> I'm not able to reproduce this, but from the logs it looks like it 
> failed to find freetype. Can you share more info on your build? Did you 
> customize make.conf and if so how?
> 
> Thanks,
> Steve

Sorry for not responding, but your message was considered spam for some reason.

Aren't these files supposed to be part of opencv package? I suspect they might
not get installed into stage dir, but dunno why.
I tried `poudriere bulk -I` but /wrkdirs/ inside jail is already empty at this
point.

My /etc/make.conf

```
DEVELOPER=yes
# use openssl from ports
DEFAULT_VERSIONS+=ssl=openssl
# x11/sterm config file
ST_CONF=/etc/ports/sterm/config.h

xorg-drivers_UNSET+=MUTOUCH RADEONHD
```

Same thing in my poudriere jail make conf


Thanks
-- 
/*
 * Serpent7776
 */
___
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"


graphics/opencv fails to package

2018-06-01 Thread Serpent7776
Hello,

graphics/opencv fails to package for me with error

pkg-static: Unable to access
file 
/wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/include/opencv2/freetype.hpp:No
such file or directory pkg-static: Unable to access
file 
/wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so:No
such file or directory pkg-static: Unable to access
file 
/wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so.3.4:No
such file or directory pkg-static: Unable to access
file 
/wrkdirs/usr/ports/graphics/opencv/work/stage/usr/local/lib/libopencv_freetype.so.3.4.1:No
such file or directory

I'm building it with poudriere; full logs available here:
https://gist.github.com/serpent7776/cae43c5bbaea078a658cc31be15a4641.

Does anyone have similar issue?

-- 
/*
 * Serpent7776
 */
___
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"


pkg wants to install perl5.24 even thought it's not required

2018-04-14 Thread Serpent7776
Hello,

I have strange issue: when I install or upgrade a package pkg wants to install
perl5.24 too every time. That's strange because all ports require perl5.26, not
perl5.24.
After installation/upgrade when I do pkg autoremove pkg tells that
perl5.24 in not required and can be deleted.
I have not specified any default perl version in /etc/make.conf.
I'm using custom built ports via poudriere.
What might be causing this?

Thanks
-- 
/*
 * Serpent7776
 */
___
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: anyone interested in continuing an initial qlipper port?

2018-03-18 Thread Serpent7776
On Sun, 18 Mar 2018 21:30:29 +0100
Vidar Karlsen  wrote:

> On Saturday, March 17, 2018 06:44:54 PM Serpent7776 wrote:
> > On Sat, 17 Mar 2018 18:18:57 +0100
> > 
> > Kurt Jaeger  wrote:  
> > > > I created initial working qlipper port (a clipboard manager), but I will
> > > > not maintain or improve it further. If anyone is interested in this
> > > > port, just clone repo and continue.  
> > > Fails to build using poudriere on current. See
> > > 
> > > http://people.freebsd.org/~pi/logs/deskutils__qlipper-cur  
> > Thanks for checking this. It was working last time I compiled this using
> > poudriere on 11-RELEASE.
> > Anyway I'll not fix this as I'm no longer interested in using qlipper
> > anymore. The makefile is minimal and surely needs some adjustments to make
> > it work.  
> 
> Hi, I'll bite.
> 
> I forked it to 
> https://github.com/vkarlsen/freebsdports/tree/master/deskutils/qlipper and 
> tweaked it a bit and bumped it to the latest released version 5.1.1.
> 
> It builds (poudriere testport on 11.1 and 10.4) and runs (tested on 11.1).

Hi,

yay, happy porting then :)
Just note your url is missing dash, here's corrected:
https://github.com/vkarlsen/freebsd-ports/tree/master/deskutils/qlipper

-- 
/*
 * Serpent7776
 */
___
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"


FreeBSD Port: deskutils/copyq is outdated

2018-03-18 Thread Serpent7776
Hi,

Current version of copyq if outdated - it is 2.7.1 and newest version is 3.3.0.
Could the port be updated, please?

Thanks
-- 
/*
 * Serpent7776
 */
___
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: anyone interested in continuing an initial qlipper port?

2018-03-17 Thread Serpent7776
On Sat, 17 Mar 2018 18:18:57 +0100
Kurt Jaeger  wrote:

> Hi!
> 
> > I created initial working qlipper port (a clipboard manager), but I will not
> > maintain or improve it further. If anyone is interested in this port, just
> > clone repo and continue.
> > 
> > Project url:
> > https://github.com/pvanek/qlipper
> > 
> > port url:
> > https://github.com/serpent7776/freebsd-ports/tree/master/deskutils/qlipper  
> 
> Fails to build using poudriere on current. See
> 
> http://people.freebsd.org/~pi/logs/deskutils__qlipper-cur
> 

Thanks for checking this. It was working last time I compiled this using
poudriere on 11-RELEASE.
Anyway I'll not fix this as I'm no longer interested in using qlipper anymore.
The makefile is minimal and surely needs some adjustments to make it work.

-- 
/*
 * Serpent7776
 */
___
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"


anyone interested in continuing an initial qlipper port?

2018-03-17 Thread Serpent7776
Hello,

I created initial working qlipper port (a clipboard manager), but I will not
maintain or improve it further. If anyone is interested in this port, just
clone repo and continue.

Project url:
https://github.com/pvanek/qlipper

port url:
https://github.com/serpent7776/freebsd-ports/tree/master/deskutils/qlipper

-- 
/*
 * Serpent7776
 */
___
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: Heads up: Poudriere changed default options dir

2017-11-14 Thread Serpent7776
On Tue, 14 Nov 2017 18:41:53 +0100
"Vlad K."  wrote:

> List,
> 
> before 3.2.0 Poudriere defined PORT_DBDIR with only 
> --options, which was apparently a bug. Now (in 3.2.0) 
> it honors -p option in the options command and includes ports tree name 
> (given to -p) in PORT_DBDIR.
> 
> In other words, if -p is given, it will be included in PORT_DBDIR. If 
> it's not, then nothing's changed.
> 
> The result of that is that it will mkdir 
> ---options, which has higher priority than 
> --options, so if you have the options dir created 
> from before, named only -options (or 
> --options), it will now be overriden by the new 
> (correct) scheme.
> 
> This is important in my case, because when I first ran poudriere options 
> many lunar orbits ago, it created -options, and 
> --options, and it remained like that as I don't have 
> more than one tree (but do have several jails and sets). So now it 
> "broke" my set up (which I suppose should be said it fixed a bug and my 
> setup was broken from before).
> 
> The fix was simply to rename the old -options dir I had to 
> -default-options (as "default" is my ports tree name), and 
> likewise for each set I use.
> 
> Sorry if this was mentioned before, though I found no public 
> announcement of this change. Thought it was important enough to mention 
> it, so here.
> 

Thanks for mentioning this. I wondered why poudriere is asking me to configure
each port after updating.
I think it should me mentioned in UPDATING.

-- 
/*
 * Serpent7776
 */
___
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: sysutils/py-ranger

2015-07-27 Thread Serpent7776
On Mon, 27 Jul 2015 12:21:34 +0800
Daniel Lin  wrote:

> Hello, Serpent,
> 
> I'd sent a pr a month ago,
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201034
> 
> Just wait for committers' help.
> 
> Thanks.
ok, thanks for info.

> 2015-07-27 5:16 GMT+08:00 Serpent7776 :
> 
> > Hello,
> >
> > ranger version from ports is 1.6.1, newest released version is 1.7.1. Could
> > this port be updated to newest version?
> >
> > Thanks
> >
> > --
> > //Serpent
> >

-- 
//Serpent7776
___
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"


sysutils/py-ranger

2015-07-26 Thread Serpent7776
Hello,

ranger version from ports is 1.6.1, newest released version is 1.7.1. Could
this port be updated to newest version?

Thanks

-- 
//Serpent
___
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"


net/liferea

2015-07-09 Thread Serpent7776
Hello,

I'm using liferea without GNOME desktop and liferea could not save any settings
I changed under Tools/Preferences menu, giving this message on commandline:

GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not
be saved or shared with other applications.

When I installed devel/dconf all settings changes are saved properly, thus my
question:
Should net/liferea depend on devel/dconf?

I'm building my own packages from ports using poudriere if that matters.

Thanks

-- 
//Serpent7776
___
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: chromium package doesn't work on FreeBSD 8.4-stable

2014-10-22 Thread Serpent7776
On Wed, 22 Oct 2014 19:47:16 +0200
Torfinn Ingolfsen  wrote:

> FreeBSD version:
> root@kg-core1# uname -a
> FreeBSD kg-core1.kg4.no 8.4-STABLE FreeBSD 8.4-STABLE #1 r266590: Fri
> May 23 20:23:35 CEST 2014
> r...@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64
> 
> package version:
> root@kg-core1# pkg search chromium
> chromium-38.0.2125.101_1
> 
> Try to start it:
> tingo@kg-core1$ chrome
> Bus error (core dumped)

Same for me; chromium compiled from ports.

$ uname -a
FreeBSD DaemON.home 9.3-RELEASE-p2 FreeBSD 9.3-RELEASE-p2 #0: Mon Sep 15
16:44:27 UTC 2014
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64 
$ chrome --version
Chromium 38.0.2125.104 

output from gdb:
Starting program: /usr/local/share/chromium/chrome 
[New Thread 816007400 (LWP 100161)]
[New Thread 816398800 (LWP 101025)]
[New Thread 816398c00 (LWP 101026)]

Program received signal SIGBUS, Bus error.
[Switching to Thread 816007400 (LWP 100161)]
0x000805f35815 in getframeaddr () from /usr/local/lib/libexecinfo.so.1
(gdb) bt
#0  0x000805f35815 in getframeaddr () from /usr/local/lib/libexecinfo.so.1
#1  0x000805f2e9d3 in backtrace () from /usr/local/lib/libexecinfo.so.1
#2  0x00a7d35e in ?? ()
#3  0x007bfa6e in ?? ()
#4  0x00600782 in ?? ()
#5  0x00601947 in ?? ()
#6  0x026bdbf5 in ?? ()
#7  0x027e4e9f in ?? ()
#8  0x026c1be9 in ?? ()
#9  0x026c2a54 in ?? ()
#10 0x026bd08c in ?? ()
#11 0x00a713b0 in ?? ()
#12 0x00a70359 in ?? ()
#13 0x004f5419 in ChromeMain ()
#14 0x004f52a1 in _start ()

-- 
//Serpent7776
___
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"


www/chromium bus error

2014-10-06 Thread Serpent7776
hello,

I'm having trouble starting chrome. When I'm trying to start chrome I get Bus
error. 

backtrace from gdb78:
#0  0x000805e3a815 in getframeaddr () from /usr/local/lib/libexecinfo.so.1
#1  0x000805e339d3 in backtrace () from /usr/local/lib/libexecinfo.so.1
#2  0x00b8118e in ?? ()
#3  0x00978dbe in ?? ()
#4  0x007db7a2 in ?? ()
#5  0x007dc9a7 in ?? ()
#6  0x02780aa5 in ?? ()
#7  0x0289304f in ?? ()
#8  0x02784909 in ?? ()
#9  0x02785774 in ?? ()
#10 0x0278019c in ?? ()
#11 0x00b74ecb in ?? ()
#12 0x00b73ed9 in ?? ()
#13 0x004e4519 in ChromeMain ()
#14 0x004e43a1 in _start ()

My system is

$ uname -a
FreeBSD DaemON.home 9.3-RELEASE-p2 FreeBSD 9.3-RELEASE-p2 #0: Mon Sep 15
16:44:27 UTC 2014
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
$ sysctl kern.ipc.shm_allow_removed
kern.ipc.shm_allow_removed: 1

Also when compiling I got error

../../media/cast/logging/encoding_event_subscriber.cc: In member function 'void
media::cast::EncodingEventSubscriber::GetEventsAndReset(media::cast::proto::LogMetadata*,
media::cast::FrameEventList*,
media::cast::PacketEventList*)': 
../../media/cast/logging/encoding_event_subscriber.cc:203:3:
error: 'sort' is not a member of 'std' std::sort(frame_event_storage_.begin(),
frame_event_storage_.end(),
^ ../../media/cast/logging/encoding_event_subscriber.cc:205:3: error: 'sort' is
not a member of 'std' std::sort(packet_event_storage_.begin(),
packet_event_storage_.end(), ^ [4752/14923] CXX
obj/media/cast/logging/cast_base.log_serializer.o ninja: build stopped:
subcommand failed.

Adding
#include 
header to media/cast/logging/encoding_event_subscriber.cc fixes this error, but
chrome still crashes with bus error.

Does somebody also has these issues?

-- 
//Serpent7776
___
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: upgrading devel/p5-subversion fails

2014-07-17 Thread Serpent7776
On Wed, 16 Jul 2014 23:52:38 +0200
"Herbert J. Skuhra"  wrote:

> On Wed, 16 Jul 2014 22:40:36 +0200
> Serpent7776 wrote:
> 
> > On Wed, 16 Jul 2014 22:11:58 +0200
> > "Herbert J. Skuhra"  wrote:
> > 
> > > On Wed, 16 Jul 2014 21:12:23 +0200
> > > Serpent7776 wrote:
> > > 
> > > > On Tue, 15 Jul 2014 14:51:42 -0700
> > > > Kevin Oberman  wrote:
> > > > 
> > > > > On Tue, Jul 15, 2014 at 2:11 PM, Herbert J. Skuhra 
> > > > > wrote:
> > > > > 
> > > > > > On Tue, 15 Jul 2014 22:42:38 +0200
> > > > > > Serpent7776 wrote:
> > > > > >
> > > > > > > Hello,
> > > > > > >
> > > > > > > I'm trying to upgrade p5-subversion, but I got error
> > > > > > >
> > > > > > > sed: /usr/local/lib/libsqlite3.la: No such file or directory
> > > > > > > libtool: link: `/usr/local/lib/libsqlite3.la' is not a valid
> > > > > > > libtool
> > > > > > archive
> > > > > > > *** [subversion/bindings/swig/perl/libsvn_swig_perl/
> > > > > > libsvn_swig_perl-1.la]
> > > > > > > Error code 1 1 error
> > > > > > > ===> Compilation failed unexpectedly.
> > > > > > > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
> > > > > > > failure
> > > > > > to
> > > > > > > the maintainer.
> > > > > > > *** [do-build] Error code 1
> > > > > > >
> > > > > > > Stop in /usr/ports/devel/p5-subversion.
> > > > > > >
> > > > > > > Full output of portmaster p5-subversion available here:
> > > > > > > http://pastie.org/private/ysbvkwqnppzqvangdqmew
> > > > > > >
> > > > > > > File /usr/local/lib/libsqlite3.la does not exists.
> > > > > > > I tried rebuilding sqlite3 and deleting p5-subversion before
> > > > > > reinstalling, but
> > > > > > > this does not work.
> > > > > > >
> > > > > > > My system is
> > > > > > > # uname -a
> > > > > > > FreeBSD DaemON.home 9.2-RELEASE-p10 FreeBSD 9.2-RELEASE-p10 #0:
> > > > > > > Tue Jul
> > > > > >  8
> > > > > > > 10:48:24 UTC 2014
> > > > > > > r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
> > > > > > > amd64
> > > > > >
> > > > > > Have you tried to rebuild subversion before upgrading p5-subversion?
> > > > > > Have you tried to run 'portmaster -r sqlite3'?
> > > > > > Make sure that your portstree is up-to-date.
> > > > > >
> > > > > 
> > > > > Looks like databases/sqlite3/Makefile has "USES= pathfix libtool". By
> > > > > default that will not install ".la" files. Normally they are only
> > > > > needed during the build of the port, but it looks like libsqlite3.la
> > > > > is an exception.
> > > > > 
> > > > > Try editing the Makefile to:
> > > > > USES= pathfix libtool:keepla
> > > > > and see if that fixes the problem.
> > > > 
> > > > Changing
> > > > USES=   pathfix libtool
> > > > to
> > > > USES=   pathfix libtool:keepla
> > > 
> > > Revert this again!
> > > 
> > > There is obviously a reason why the Makefile uses libtool and not
> > > libtool:keepla!
> > > 
> > > r359585 | miwi | 2014-06-27 19:17:31 +0200 (Fri, 27 Jun 2014) | 4 lines
> > > 
> > > - Use proper stripping
> > > - Don't keep la file since shlib got downgraded in r359529
> > > - Bump PORTREVISION
> > >  
> > > You have obviously ignored my advice! After this change you have to
> > > rebuild subversion! ('portmaster -r sqlite3' should rebuild subversion!)
> > > Then p5-subversion builds fine.
> > > 
> > > --
> > > Herbert
> > 
> > I'm running portmaster -r sqlite3 right now. I just wanted to try to change
> > makefile first to see if it helps, because it was quicker than rebuilding
> > ~60 ports.
> 
> If only p5-subversion is affected, then try to rebuild only
> devel/subversion before building devel/p5-subversion.
> 
> --
> Herbert
> 

I tried rebuilding sqlite3, subversion and libtool, but p5-subversion still
fails. I've noticed something odd though:
running make the first time in devel/p5-subversion gives 

sed: /usr/local/lib/libsqlite3.la: No such file or directory
libtool: link: `/usr/local/lib/libsqlite3.la' is not a valid libtool archive
*** [subversion/bindings/swig/perl/libsvn_swig_perl/libsvn_swig_perl-1.la]
Error code 1
1 error

When I run make again build fails with different error:

install: .libs/libsvn_swig_perl-1.lai: No such file or directory
*** [install-swig-pl-lib] Error code 71

Stop in /usr/ports/devel/p5-subversion/work/subversion-1.8.9.
*** [do-install] Error code 1


Full output here: http://pastie.org/9400782

Don't know if it's important, but I use perl 5.16.

Maybe there is something wrong with libtool on my system?

Thanks
-- 
//Serpent7776
___
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: upgrading devel/p5-subversion fails

2014-07-16 Thread Serpent7776
On Wed, 16 Jul 2014 22:11:58 +0200
"Herbert J. Skuhra"  wrote:

> On Wed, 16 Jul 2014 21:12:23 +0200
> Serpent7776 wrote:
> 
> > On Tue, 15 Jul 2014 14:51:42 -0700
> > Kevin Oberman  wrote:
> > 
> > > On Tue, Jul 15, 2014 at 2:11 PM, Herbert J. Skuhra 
> > > wrote:
> > > 
> > > > On Tue, 15 Jul 2014 22:42:38 +0200
> > > > Serpent7776 wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > > I'm trying to upgrade p5-subversion, but I got error
> > > > >
> > > > > sed: /usr/local/lib/libsqlite3.la: No such file or directory
> > > > > libtool: link: `/usr/local/lib/libsqlite3.la' is not a valid libtool
> > > > archive
> > > > > *** [subversion/bindings/swig/perl/libsvn_swig_perl/
> > > > libsvn_swig_perl-1.la]
> > > > > Error code 1 1 error
> > > > > ===> Compilation failed unexpectedly.
> > > > > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
> > > > > failure
> > > > to
> > > > > the maintainer.
> > > > > *** [do-build] Error code 1
> > > > >
> > > > > Stop in /usr/ports/devel/p5-subversion.
> > > > >
> > > > > Full output of portmaster p5-subversion available here:
> > > > > http://pastie.org/private/ysbvkwqnppzqvangdqmew
> > > > >
> > > > > File /usr/local/lib/libsqlite3.la does not exists.
> > > > > I tried rebuilding sqlite3 and deleting p5-subversion before
> > > > reinstalling, but
> > > > > this does not work.
> > > > >
> > > > > My system is
> > > > > # uname -a
> > > > > FreeBSD DaemON.home 9.2-RELEASE-p10 FreeBSD 9.2-RELEASE-p10 #0: Tue
> > > > > Jul
> > > >  8
> > > > > 10:48:24 UTC 2014
> > > > > r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
> > > >
> > > > Have you tried to rebuild subversion before upgrading p5-subversion?
> > > > Have you tried to run 'portmaster -r sqlite3'?
> > > > Make sure that your portstree is up-to-date.
> > > >
> > > 
> > > Looks like databases/sqlite3/Makefile has "USES= pathfix libtool". By
> > > default that will not install ".la" files. Normally they are only needed
> > > during the build of the port, but it looks like libsqlite3.la is an
> > > exception.
> > > 
> > > Try editing the Makefile to:
> > > USES= pathfix libtool:keepla
> > > and see if that fixes the problem.
> > 
> > Changing
> > USES=   pathfix libtool
> > to
> > USES=   pathfix libtool:keepla
> 
> Revert this again!
> 
> There is obviously a reason why the Makefile uses libtool and not
> libtool:keepla!
> 
> r359585 | miwi | 2014-06-27 19:17:31 +0200 (Fri, 27 Jun 2014) | 4 lines
> 
> - Use proper stripping
> - Don't keep la file since shlib got downgraded in r359529
> - Bump PORTREVISION
>  
> You have obviously ignored my advice! After this change you have to
> rebuild subversion! ('portmaster -r sqlite3' should rebuild subversion!)
> Then p5-subversion builds fine.
> 
> --
> Herbert

I'm running portmaster -r sqlite3 right now. I just wanted to try to change
makefile first to see if it helps, because it was quicker than rebuilding ~60
ports.

I don't see any UPDATING entry regarding sqlite3 - have I missed something?

Thanks for help

-- 
//Serpent7776
___
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: upgrading devel/p5-subversion fails

2014-07-16 Thread Serpent7776
On Tue, 15 Jul 2014 14:51:42 -0700
Kevin Oberman  wrote:

> On Tue, Jul 15, 2014 at 2:11 PM, Herbert J. Skuhra  wrote:
> 
> > On Tue, 15 Jul 2014 22:42:38 +0200
> > Serpent7776 wrote:
> >
> > > Hello,
> > >
> > > I'm trying to upgrade p5-subversion, but I got error
> > >
> > > sed: /usr/local/lib/libsqlite3.la: No such file or directory
> > > libtool: link: `/usr/local/lib/libsqlite3.la' is not a valid libtool
> > archive
> > > *** [subversion/bindings/swig/perl/libsvn_swig_perl/
> > libsvn_swig_perl-1.la]
> > > Error code 1 1 error
> > > ===> Compilation failed unexpectedly.
> > > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure
> > to
> > > the maintainer.
> > > *** [do-build] Error code 1
> > >
> > > Stop in /usr/ports/devel/p5-subversion.
> > >
> > > Full output of portmaster p5-subversion available here:
> > > http://pastie.org/private/ysbvkwqnppzqvangdqmew
> > >
> > > File /usr/local/lib/libsqlite3.la does not exists.
> > > I tried rebuilding sqlite3 and deleting p5-subversion before
> > reinstalling, but
> > > this does not work.
> > >
> > > My system is
> > > # uname -a
> > > FreeBSD DaemON.home 9.2-RELEASE-p10 FreeBSD 9.2-RELEASE-p10 #0: Tue Jul
> >  8
> > > 10:48:24 UTC 2014
> > > r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
> >
> > Have you tried to rebuild subversion before upgrading p5-subversion?
> > Have you tried to run 'portmaster -r sqlite3'?
> > Make sure that your portstree is up-to-date.
> >
> 
> Looks like databases/sqlite3/Makefile has "USES= pathfix libtool". By
> default that will not install ".la" files. Normally they are only needed
> during the build of the port, but it looks like libsqlite3.la is an
> exception.
> 
> Try editing the Makefile to:
> USES= pathfix libtool:keepla
> and see if that fixes the problem.

Changing
USES=   pathfix libtool
to
USES=   pathfix libtool:keepla

in sqlite3 makefile doesn't change a thing - p5-subversion still fails and *.la
library still does not exists.

Maybe I'll try to upgrade to 9.3-RELEASE.

Thanks

-- 
//Serpent7776
___
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"


upgrading devel/p5-subversion fails

2014-07-15 Thread Serpent7776
Hello,

I'm trying to upgrade p5-subversion, but I got error

sed: /usr/local/lib/libsqlite3.la: No such file or directory
libtool: link: `/usr/local/lib/libsqlite3.la' is not a valid libtool archive
*** [subversion/bindings/swig/perl/libsvn_swig_perl/libsvn_swig_perl-1.la]
Error code 1 1 error
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/ports/devel/p5-subversion.

Full output of portmaster p5-subversion available here:
http://pastie.org/private/ysbvkwqnppzqvangdqmew

File /usr/local/lib/libsqlite3.la does not exists.
I tried rebuilding sqlite3 and deleting p5-subversion before reinstalling, but
this does not work.

My system is 
# uname -a
FreeBSD DaemON.home 9.2-RELEASE-p10 FreeBSD 9.2-RELEASE-p10 #0: Tue Jul  8
10:48:24 UTC 2014
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

Can somebody help?

-- 
//Serpent7776
___
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"


Display problem with sysutils/py-ranger

2014-03-04 Thread Serpent7776
Hello,

I have some problems with py-ranger: it seems like ncurses not working properly
with ranger. Whenever I scroll or change directory the screen is not properly
refreshed.
I've posted on FreeBSD forums but got no answer:
https://forums.freebsd.org/viewtopic.php?f=5&t=44915

I would be glad if somebody could help me with this.

-- 
//
// Serpent7776
//
___
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: What happend to www/mod_macro24

2014-02-27 Thread Serpent7776
Hello,

> Hi,
> 
> I wonder what happend to
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177413 - it was in
> ports tree for a while and now it's gone.
according to /usr/ports/MOVED:

www/mod_macro24||2013-08-03|Has expired: part of Apache 2.4.6 and newer

/usr/ports/MOVED is the first place to look when port disappear.

-- 
//
// Serpent7776
//
___
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: docbook updates fiasco continues...

2014-02-20 Thread Serpent7776
On Thu, 20 Feb 2014 12:05:07 +0100
kaltheat  wrote:

> Hi,
> 
> just for the records:
> The instructions in UPDATING did not work for me in tcsh (which is
> standard shell in FreeBSD as far as I know). I had to switch to bourne
> shell (/bin/sh) to pkg delete docbook-ports.

Same for me. I think all special symbols should be escaped, so
pkg_delete -f docbook-xml* docbook-sk* docbook[2345]??-* docbook-4*
should be
pkg_delete -f docbook-xml\* docbook-sk\* docbook\[2345\]\?\?-\* docbook-4\*

-- 
//
// Serpent7776
//

___
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: What should be in scripts shebangs for python2?

2014-02-19 Thread Serpent7776
On Wed, 19 Feb 2014 19:02:01 +0400
Lev Serebryakov  wrote:

> Hello, Freebsd-ports.
> 
>  My port uses some pythons scripts to configure (it is not pythonn-related
> by itself, only authors of this software use python scripts on build
> stage).
> 
>  How should I patch these scripts to work? It looks like
> /usr/local/bin/python2 is installed by devel/python2 port, and
> USE_PYTHON_BUILD=yes doesn't depends on this port, but on python27, which
> could be changed in future or by users's request, so I don't want to
> hardcode /usr/local/bin/python2.7, too...
> 

I think it would be 

#!/usr/bin/env python2

-- 
//
// Serpent7776
//

___
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"


sysutils/py-ranger and curses problem

2014-02-07 Thread Serpent7776
Hello,

I'm having problems with ranger and curses - when I start ranger it looks like
text is not refreshing properly. When I change directory old text remains and
it seems text is placed in the place it should be.
I think it started after upgrade of python27, but I'm not sure. I tried
rebuilding ranger, python27 and ncurses and reverting previous package versions,
but nothing works.
Does anyone have similar problems? Other curses based programs work well.

My system is 
FreeBSD DaemON.home 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11
03:25:02 UTC 2014
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

-- 
// Serpent7776
___
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"


ports distfiles on github

2013-11-02 Thread Serpent7776
Hello,

I received mail about ports-mgmt/xps distfiles fetching errors with a link
to distilator page that shows table like this

PortChecked   Last OK   URL  Status
ports-mgmt/xps  2013-11-01, 09:28:00  N/A   xps-0.5.2.tar.gz  403 
ports-mgmt/xps  2013-11-01, 23:02:06  N/A   0.5.2 500

This port uses github as master site.

When I run distilator from commandline

$ distilator /usr/ports/ports-mgmt/xps
403 [DISTFILE]  
http://cloud.github.com/downloads/serpent7776/xps/xps-0.5.2.tar.gz
200 [DISTFILE]  
https://codeload.github.com/serpent7776/xps/legacy.tar.gz/0.5.2?dummy=/xps-0.5.2.tar.gz
200 [WWW]   https://github.com/serpent7776/xps
500 [DISTFILE]  
http://codeload.github.com/serpent7776/xps/legacy.tar.gz/0.5.2?dummy=/xps-0.5.2.tar.gz

So my question is should I change something in Makefile or is it normal with
Github?

-- 
%%
%% Serpent7776
%%
___
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"


graphics/pqiv fails to build

2013-09-06 Thread serpent7776
Hello,

graphics/pqiv fails to build.
building with portmaster gives this (trimmed) errors:

---CUT HERE
===>  Building for pqiv-0.12_1
(cd /usr/ports/graphics/pqiv/work/pqiv-0.12 && cc $( --cflags gtk+-2.0
gthread-2.0) -O2 -pipe -march=athlon64 -DNO_INOTIFY -DBINARY_NAME=\"pqiv\"
-fno-strict-aliasing -std=gnu89 lib/strnatcmp.c pqiv.c  -o pqiv
-L/usr/local/lib $( --libs gtk+-2.0 gthread-2.0))
--cflags: not found
--libs: not found
pqiv.c:25:21: error: gtk/gtk.h: No such file or directory
pqiv.c:26:18: error: glib.h: No such file or directory
pqiv.c:27:25: error: glib/gstdio.h: No such file or directory
pqiv.c:28:28: error: gdk/gdkkeysyms.h: No such file or directory
#
# lots of errors here
#
*** [do-build] Error code 1

Stop in /usr/ports/graphics/pqiv.
*** [build] Error code 1

Stop in /usr/ports/graphics/pqiv.

===>>> make failed for graphics/pqiv
===>>> Aborting update

===>>> Killing background jobs
Terminated

===>>> You can restart from the point of failure with this command line:
   portmaster  graphics/pqiv 

===>>> Exiting
---CUT HERE

Problem seems to be these two lines in Makefile:

CPPFLAGS+=  $$(${pkgconfig_DETECT} --cflags gtk+-2.0 gthread-2.0)
LDFLAGS+=   $$(${pkgconfig_DETECT} --libs gtk+-2.0 gthread-2.0)

${pkgconfig_DETECT} is expanded to nothing.

Anyone had similar issue?

-- 
"
" Serpent
"
___
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: vim syntax headers

2013-09-02 Thread Serpent7776
Hello,

> Hi,
> 
> I want to use this header (or footer) to tell vim showing syntax
> highliting on Apache conf files:
> 
> # vim: syntax=apache
> 
> If put at head of file, only the comment will be colored, not the
> text. If put at the end of fiel, nothing is colored.
> 
> Then if a :set syntax=apache, syntax goes on.
> 
> Here is vimrc I use:
> http://projet.beastie.eu/?p=desktop-config.git;a=blob_plain;f=vimrc;hb=HEAD
> 
> Any idea?

Try this:
# vim: set syntax=apache

-- 
"
" Serpent
"
___
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: Searching the port tree with portmaster?

2013-08-15 Thread serpent7776
On Thu, 15 Aug 2013 00:44:43 -0600
LuKreme  wrote:

> Am I missing a search feature in postmaster?
> 
> If not, how are people finding where a port is to install it (I had a
> heck of a time finding sudo, for example)
> 

I recommend using ports-mgmt/xps. It can search port tree by various
criteria: name, description, whether it is installed. Infortunately
systems using pkgng are not supported yet.
___
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"