Re: What the port license should be when software is "free for non-commercial use" with "click-to-accept" or clickwrap license?

2018-07-05 Thread Marko Cupać
re clicks? What would be the benefit for pkg owners for investing time and effort into supporting such feature? How would FreeBSD project and its users benefit from it? Thank you in advance, -- Before enlightenment - chop wood, draw water. After enlightenment -

Re: What the port license should be when software is "free for non-commercial use" with "click-to-accept" or clickwrap license?

2018-07-06 Thread Marko Cupać
On Fri, 6 Jul 2018 05:46:00 +0700 Eugene Grosbein wrote: > 05.07.2018 18:01, Marko Cupać wrote: > > > What would be the benefit of users' clicks for owners of such > > software? What would owners of such software lose if they didn't > > require clicks? > >

mixxx segfault

2013-03-15 Thread Marko Cupać
I can succesfully compile mixxx from ports on 9-STABLE, but it dumps core when trying to start it. I reported a bug on launchpad: https://bugs.launchpad.net/mixxx/+bug/1085955 But no luck so far. Any chance to make it work? -- Marko Cupać

Re: dovecot2 fails to update in combination with pigeonhole-0.4.0

2013-06-27 Thread Marko Cupać
I solved this by de-selecting "EXAMPLES" option in mail/dovecot2-pigeonhole: # cd /usr/ports/mail/dovecot2-pigeonhole # make config # portmaster -d dovecot2 -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.o

cannot build multimedia/libva-vdpau-driver

2013-07-04 Thread Marko Cupać
/multimedia/libva-vdpau-driver. *** [build] Error code 1 Stop in /usr/ports/multimedia/libva-vdpau-driver. Any help would be appretiated. -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: A note re: updating devel/apr (UPDATING entry 20130706)

2013-07-07 Thread Marko Cupać
ed even by stopping apache. I had to rebuild apache first, and after that portmaster -d -r apr finished fine. -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any ma

portmaster WITH_PKGNG and cpan

2013-07-18 Thread Marko Cupać
Portmaster WITH_PKGNG is causing me trouble on a server where I need cpan module not present in ports tree: bsdpan-RT-Extension-MandatoryOnTransition-0.04 portmaster -a -f -d fails. Is there a solution for this? -- Marko Cupać ___ freebsd-ports

Re: portmaster WITH_PKGNG and cpan

2013-07-18 Thread Marko Cupać
On Thu, 18 Jul 2013 07:41:09 -0500 Mark Felder wrote: > On Thu, Jul 18, 2013, at 5:16, Marko Cupać wrote: > > > > Is there a solution for this? > > > > I'm not sure, but we can certainly get that extension added to ports. > Would you be willing to test the p

Re: portmaster WITH_PKGNG and cpan

2013-07-18 Thread Marko Cupać
ack in days of pkg_tools, and converted pkg_* database to pkg with pkg2ng. Do you say that, if I had pkg from the start, it wouldn't even register in the pkg database? If so, how are people supposed to keep track of installed cpan modules in pkg era?

Re: portmaster WITH_PKGNG and cpan

2013-07-18 Thread Marko Cupać
On Thu, 18 Jul 2013 08:05:45 -0500 Mark Felder wrote: > Marko, what version of RT are you running? I'm on rt-4.0.12 from ports. -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: portmaster WITH_PKGNG and cpan

2013-07-22 Thread Marko Cupać
perl/5.14.2/RT/Interface/Email/Auth/MailFrom.pm:70) I used portdowngrade to revert p5-Email-Address to 1.89.2, will ask those users to re-send their requests, see if it works. -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://lists.free

poudriere three pythons

2013-08-20 Thread Marko Cupać
? -- Marko Cupać ___ 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: poudriere three pythons

2013-08-20 Thread Marko Cupać
On Tue, 20 Aug 2013 17:27:27 +0200 Marko Cupać wrote: > I am trying to set up local pkg repository, and am building packages > with poudriere. As a dependency for net/samba36 it builds python - not > only lang/python27 (like when built locally with portmaster), but: > > p

dansguardian poudriere and squid version

2013-08-21 Thread Marko Cupać
}/www/squid33 to make it work, but it would be overwritten on next revision. Is it possible to find a solution (e.g. by means of choosing squid version in configure options) for official port Makefile? Or switch to latest squid by default? -- Marko

multimedia/ffmpeg build fails on 9.2-STABLE and perl-5.18

2013-10-07 Thread Marko Cupać
Provided patch did not work for me so I created another one. I've just put it to /usr/ports/multimedia/ffmpeg/files and after that port compiles fine. My patch is attached. -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://li

Re: multimedia/ffmpeg build fails on 9.2-STABLE and perl-5.18

2013-10-07 Thread Marko Cupać
On Mon, 7 Oct 2013 14:10:15 +0200 Marko Cupać wrote: > My patch is attached. It looks like the attachment was stripped. I'll put it inline: - --- doc/protocols.texi.orig 2013-02-17 23:46:23.0 +0100

squid33 rc script and kerberos keytab

2013-10-11 Thread Marko Cupać
squid/SQUID.keytab" Is this possible? -- Marko Cupać ___ 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"

libiconv problem on dansguardian-(devel)

2013-10-17 Thread Marko Cupać
... no no checking for libiconv in -liconv... no configure: error: no native or standard library iconv function found! (needed by NTLM plugin - try again with "--with-libiconv"?) ===> Script "configure" failed unexpectedly. error message Any idea how to fix

Re: libiconv problem on dansguardian-(devel)

2013-10-17 Thread Marko Cupać
ardian-devel. > > The proposed patch attached. I don't know if that was the right way (being just humble admin), but your patch surely did make the port compile fine :) Thank you! -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://li

RT: Request Tracker 4.2

2013-10-17 Thread Marko Cupać
Hello, It is now 2 weeks since 4.2.0 version of RT: Request Tracker has been released. Any chance to have it in ports tree soon? Will we have both www/rt40 and www/rt42? Thanks in advance, -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list

www/p5-RT-Extension-MandatoryOnTransition does not recognize rt40 is installed

2013-10-18 Thread Marko Cupać
ish to overwrite the old port of www/rt40 without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** [check-already-installed] Error code 1 How can I fix this? -- Marko Cupać _

Re: www/p5-RT-Extension-MandatoryOnTransition does not recognize rt40 is installed

2013-10-18 Thread Marko Cupać
${RT_VER} -RUN_DEPENDS= rt>4.0.8:${PORTSDIR}/www/rt${RT_VER} +BUILD_DEPENDS= rt40>4.0.8:${PORTSDIR}/www/rt${RT_VER} +RUN_DEPENDS= rt40>4.0.8:${PORTSDIR}/www/rt${RT_VER} USES= perl5 USE_PERL5= configure -- Marko Cupać ___ freebsd-ports@freebsd

Re: www/p5-RT-Extension-MandatoryOnTransition does not recognize rt40 is installed

2013-10-18 Thread Marko Cupać
On Fri, 18 Oct 2013 13:06:59 +0100 Matthew Seaman wrote: > > Would you like me to commit that for you? > > Errr so long as the maintainer approves, of course. > > Matthew If you would be so kind :) Regards, -- Marko Cupać _

remmina clipboard in rdp

2013-11-04 Thread Marko Cupać
It appears that shared clipboard does not work in remmina when connecting to RDP servers. I don't know if that is relevant, but when I use xfreerdp from console with --plugin cliprdr it does work. Any chance to make it work? -- Marko

audio/clementine-player build failure

2013-11-25 Thread Marko Cupać
Any news on audio/clementine-player? It does not build on 10-BETA3, with either clang or gcc. PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=182107 -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

rt42 does not compile with perl5.18

2013-12-11 Thread Marko Cupać
/usr/ports/www/rt42. Without staging it appears to install RT under /usr/local/lib/perl5/site_perl/5.16 Similar problem with nonexistent stage dirs are described also on freebsd forums: https://forums.freebsd.org/viewtopic.php?f=5&t=42268 Regards, -- Marko C

Re: about the Berkeley DB 4 "cleanup"

2013-12-17 Thread Marko Cupać
grade. -- Marko Cupać ___ 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"

vlc terrible performance with mkv

2013-12-21 Thread Marko Cupać
ce_header error [h264 @ 0x80917d620] no frame! I have just switched from 10-RC2 to 8-STABLE because of this problem only to find it present in 8-STABLE as well. Any help appretiated. -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://l

www/squid does not shutdown via rc

2015-01-26 Thread Marko Cupać
e FATAL: Received Segment Violation...dying. 2015/01/26 15:18:18 kid1| Closing HTTP port 127.0.0.1:3128 2015/01/26 15:18:18 kid1| Closing HTTP port 10.20.0.12:8080 2015/01/26 15:18:18 kid1| storeDirWriteCleanLogs: Starting... Could it be that I am doing something wrong or is this a bug? -- Marko C

Re: www/squid does not shutdown via rc

2015-01-26 Thread Marko Cupać
On Tue, 27 Jan 2015 00:29:19 +0900 (JST) Yasuhiro KIMURA wrote: > From: Marko Cupać > Subject: www/squid does not shutdown via rc > Date: Mon, 26 Jan 2015 15:24:33 +0100 > > > Could it be that I am doing something wrong or is this a bug? > > Yes, this is bug. But i

Re: www/squid does not shutdown via rc

2015-01-26 Thread Marko Cupać
rd to avoid it. Perhaps I'm succumbing to conformism. -- Marko Cupać https://www.mimar.rs ___ 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: www/squid does not shutdown via rc

2015-01-27 Thread Marko Cupać
o make "kernel build server" which will build custom kernel for distribution to other servers. I am just not sure how will RELEASE userland tolerate STABLE kernel. Does this sound reasonable? Any tips? Thank you in advance, -- Marko Cupać https://www.mimar.rs

mail/dovecot2: who calls doveconf upon boot?

2015-02-02 Thread Marko Cupać
th postfix-2.11.3_3,1 with dovecot2 option, and dovecot2-2.2.15_2, both built in poudriere. Thank you in advance, -- Marko Cupać https://www.mimar.rs ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To u

Re: mail/dovecot2: who calls doveconf upon boot?

2015-02-03 Thread Marko Cupać
can confirm there is no error message on dovecot2-2.2.15_3. Thank you, -- Marko Cupać https://www.mimar.rs ___ 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: pkg and https-based repo with self-signed cert

2015-02-06 Thread Marko Cupać
few decades - someone finds log with "metadata" showing me installing encrypted signed packages from my own pkg repo. Who can be sure that punishment for such actions won't be imprisonment or death at that time? Better be safe than sorry... :tongue in a cheek

net-im/ejabberd: wierd permissions

2015-02-12 Thread Marko Cupać
so that it does not reset ownership of dirs? Or to make ejabberd start as root and drop privileges after reading those? Regards, -- Marko Cupać https://www.mimar.rs ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

databases/mongodb: how much RAM/swap needed for building?

2015-02-13 Thread Marko Cupać
Hi, I am trying to build latest mongodb in poudriere. With 2Gb RAM + 2Gb swap it failed: Feb 13 11:34:42 pkg kernel: pid 1885 (ld), uid 0, was killed: out of swap space I bumped RAM to 4Gb but it failed again. Should I keep increasing RAM or is there some other solution to it? -- Marko Cupać

Re: squid 3.5 plans

2015-02-20 Thread Marko Cupać
without recompiling kernel. We discussed it not so long ago: https://www.mail-archive.com/search?l=freebsd-ports@freebsd.org&q=subject:%22Re%3A+www%2Fsquid+does+not+shutdown+via+rc%22&o=newest -- Marko Cupać https://www.mimar.rs ___ freebsd-por

Re: squid 3.5 plans

2015-02-23 Thread Marko Cupać
On Sat, 21 Feb 2015 08:28:40 +0100 Marko Cupać wrote: > On Thu, 19 Feb 2015 21:23:15 -0500 > Robert Simmons wrote: > > > > That is true. It looks like an update to both 3.5 and 3.4 were > > released on the same day. How about dropping www/squid33 and > > cre

mail/roundcube selfsigned TLS problem after upgrade to php56 (SOLVED)

2015-03-02 Thread Marko Cupać
ttps://bbs.archlinux.org/viewtopic.php?id=193012 Hope this saves some time to someone, I had my webmail non-functional longer than I'd like to because of this change. Regards, -- Marko Cupać https://www.mimar.rs ___ freebsd-ports@freebsd.org mailin

Re: mail/roundcube selfsigned TLS problem after upgrade to php56 (SOLVED)

2015-03-02 Thread Marko Cupać
On Mon, 2 Mar 2015 09:56:05 +0100 Marko Cupać wrote: > Hi, > > my roundcube was connecting happily to dovecot2 server over TLS > for a few years, until recent upgrade of php ports (5.4 -> 5.6) and > roundcube (1.0.5 -> 1.1.0). > > Luckily, all I needed to

Re: mail/roundcube selfsigned TLS problem after upgrade to php56 (SOLVED)

2015-03-02 Thread Marko Cupać
On Mon, 2 Mar 2015 10:15:11 +0100 Marko Cupać wrote: > On Mon, 2 Mar 2015 09:56:05 +0100 > Marko Cupać wrote: > > > Hi, > > > > my roundcube was connecting happily to dovecot2 server over TLS > > for a few years, until recent upgrade of php ports (5.4 -> 5.

is it safe to run net/haproxy as root?

2015-04-09 Thread Marko Cupać
it safe to run haproxy under root account? If not, what is the best practice regarding its user account's shell and homedir? Is there a recommendation for UID/GID? Thank you in advance, -- Marko Cupać https://www.mimar.rs ___ freebsd-ports@freebsd.o

Re: is it safe to run net/haproxy as root?

2015-04-09 Thread Marko Cupać
rameters as mysql port creates them (no problem). Does this sound reasonable? -- Marko Cupać https://www.mimar.rs ___ 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"

deskutils/owncloudclient dumps core

2015-05-19 Thread Marko Cupać
ing symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0008066a5dcf in sbrk () from /lib/libc.so.7 [New Thread 810c06400 (LWP 101525/owncloud)] Regards, -- Marko Cupać https://www.mimar.rs ___ freebsd-ports@freebsd.org mailing l

net-im/ejabberd: some config options renamed?

2015-07-02 Thread Marko Cupać
erences to both c2s_auth_block_lifetime and s2s_policy. Hope this helps someone. -- Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "fr

pkg: cannot fetch vulnxml file

2015-07-08 Thread Marko Cupać
Hi, I have more than twenty 10.1-RELEASE-p14 servers, of which random 30% or so fail to fetch vulnxml file each night, as seen in daily security run output. Is there a restriction about number of requests per time period from same IP or AS? Why is this happening? Regards, -- Marko Cupać https

Re: Building Latest links etc.

2015-07-17 Thread Marko Cupać
re is the way to go: https://www.freebsd.org/doc/handbook/ports-poudriere.html I have also written 'works for me' detailed howto (in Sebian though): https://www.mimar.rs/sysadmin/2015/poudriere-na-freebsd-10-1 Regards, -- Marko Cupać https://www.mimar.rs/ _

print/texlive-texmf MASTER_SITE allows 10 ftp connections only?

2015-07-20 Thread Marko Cupać
: 530 Sorry, the maximum number of allowed clients (10) are already connected. ftp: Login failed Perhaps 10 simultaneous clients limit does not make service very functional? -- Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing lis

net-mgmt/pnp and nagios4

2015-07-24 Thread Marko Cupać
Those should have no problem with nagios4. Building pnp in poudriere pulls in nagios, but I already have nagios4 installed. Could pnp port be modified so that one can choose nagios version? Regards, -- Marko Cupać https://www.mimar.rs/ ___ freebsd-ports

net-mgmt/phpipam upgrade port to latest version

2015-08-18 Thread Marko Cupać
Hi, according to phpipam website, latest version since December of 2014 is 1.1.010: http://phpipam.net/phpipam-1-1-010-update-released/ Is there a reason why version in FreeBSD ports is still at 1.0? Can it be upgraded to the latest version? Regards, -- Marko Cupać https://www.mimar.rs

sysutlis/gnome-control center: build failure in poudriere

2015-09-13 Thread Marko Cupać
build of sysutils/gnome-control-center ended at Mon Sep 14 00:31:36 CEST 2015 build time: 00:07:22 !!! build failure encountered !!! Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___

any chance of squid4 port soon?

2015-10-19 Thread Marko Cupać
advance, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

ftp/pure-ftpd mysql auth from jail not working?

2016-02-13 Thread Marko Cupać
ers WHERE User='\L' MySQLGetQTAFS SELECT fileQuota FROM users WHERE User='\L' Any idea why the same configuration does not work in jail-based host? -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://ww

Commit PR #207127 www/mathjax

2016-02-23 Thread Marko Cupać
ance, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mai

Re: Completely unscientific poll: cfengine, puppet, other?

2016-02-28 Thread Marko Cupać
- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ 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: [CFT] net-im/ejabberd to 16.01

2016-03-01 Thread Marko Cupać
t path is entered, and finally it exits with: Patching file pkg-plist using Plan A... patch: malformed patch at line 1171: %PORTNAME%%-%%PORTVERSION%%/ebin/eldap_utils.beam Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupa

Re: Setting PERL_VERSION in make.conf

2016-03-07 Thread Marko Cupać
n in the comments part how to make changes to make.conf. -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebs

Re: [CFT] net-im/ejabberd to 16.01

2016-03-15 Thread Marko Cupać
cause of some other implications that don't affect me, perhaps a line similar to "don't forget to kill epmd process when upgrading" in pkg-message would be informative. Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw w

rt44 port

2016-03-23 Thread Marko Cupać
?id=208229 Unfortunately I can't make a port, but I'd be glad to help with testing. Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.or

www/c-icap ListenAddress directive missing from sample conf

2016-03-28 Thread Marko Cupać
dress with ListenAddress directive: https://sourceforge.net/p/c-icap/mailman/message/34970656/ Perhaps it could be added to c-icap.conf.sample? -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mim

net-p2p/linuxdcpp boost headers

2014-06-09 Thread Marko Cupać
net-p2p/linuxdcpp Thank you in advance, -- Marko Cupać ___ 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"

please help with fixing port

2014-06-17 Thread Marko Cupać
in the right direction, I would be very grateful. Regards, -- Marko Cupać ___ 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: please help with fixing port

2014-06-18 Thread Marko Cupać
time it breaks don't fix it strait ahead, give me some advices on where to look for a solution instead :) -- Marko Cupać ___ 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: large pkg installs - experience

2014-06-30 Thread Marko Cupać
g the following to .tcshrc (assuming my default shell is tcsh, and copying .cshrc to .tcshrc if it does not exist): if ($tty == ttyv1) then startxfce4 --with-ck-launch logout endif Very happy with Xfce here, haven't look back at gnome for 4 years. -- Marko Cupać

Re: Latest c-icap update

2014-07-04 Thread Marko Cupać
My PR opened here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190336 -- Marko Cupać ___ 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: Latest c-icap update

2014-07-08 Thread Marko Cupać
. > Tue Jul 8 16:15:37 2014, main proc, Child 85420 did not exit normally.Tue > Jul 8 16:15:37 2014, main proc, signaled with signal:10 Regards, -- Marko Cupać ___ 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"

problem upgrading ejabberd

2014-07-31 Thread Marko Cupać
;>> make build failed for net-im/ejabberd > ===>>> Aborting update > > > ===>>> You can restart from the point of failure with this command > line: portmaster net-im/ejabberd Any idea how to resolve this? Thank you in advance. -- Marko Cupać

Re: problem upgrading ejabberd

2014-08-08 Thread Marko Cupać
On Thu, 31 Jul 2014 16:01:47 +0200 Marko Cupać wrote: > Hi, > > I have problem updating ejabberd-14.05 to ejabberd-14.07 with > portmaster on FreeBSD 9.2-RELEASE-p10 amd64. > > I am mounting ports dir from another server (partial output of mount > command): > nfs01.e

Re: www/dansguardian revival?

2014-10-21 Thread Marko Cupać
ination with www/squid33 without problem. I was compiling it from ports, and the trick was to compile squid33 first, and dansguardian only after, as dansguardian would only check existence of /use/local/bin/squid, and if it was already there, no matter which version, it would happily compile, install

mail/postfix does not resolve in mysql maps

2014-12-25 Thread Marko Cupać
; pacija@mail:~ % drill -x 193.53.106.138 > 138.106.53.193.in-addr.arpa. 3600IN PTR mysql1.mimar.rs. I have updated jail and am rebuilding postfix. -- Marko Cupać https://www.mimar.rs ___ freebsd-ports@freebsd.org mailing list http://lists.fre

Re: mail/postfix does not resolve in mysql maps

2014-12-25 Thread Marko Cupać
On Thu, 25 Dec 2014 23:43:40 +0100 Marko Cupać wrote: Sorry, stupid typo in previous mail. Actually, this does not work (fqdn does not work, ip address does): > pacija@mail:~ % sudo cat /usr/local/etc/postfix/smtpd_sender_login_maps.cf > user = someuser > password = somepass > ho

Re: mail/postfix does not resolve in mysql maps

2014-12-26 Thread Marko Cupać
% drill mysql1.mimar.rs > mysql1.mimar.rs. 3600IN A 193.53.106.138 > pacija@mail:~ % drill -x 193.53.106.138 > 138.106.53.193.in-addr.arpa. 3600 IN PTR mysql1.mimar.rs. Where should I start looking for a solution? -- Marko Cupać https://www.mimar

Re: mail/postfix does not resolve in mysql maps

2014-12-26 Thread Marko Cupać
On Fri, 26 Dec 2014 10:45:57 +0100 "Herbert J. Skuhra" wrote: > Chroot? Maybe someone can help if you post the output of 'postconf -n' > and your master.cf? > > -- > Herbert Yep, it was chroot in submission line. Sorry for the fuss. -

net-mgmt/rancid and cisco ssh kexagorhitms

2015-01-14 Thread Marko Cupać
to 9.3. How can I make this work again? Thank you in advance, -- Marko Cupać https://www.mimar.rs ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-uns

Re: www/dansguardian revival?

2015-01-16 Thread Marko Cupać
n another try. I've been using it happily for some years before I switched to pure squid with kerberos auth and NTLM/basic failover. I'm not quite satisfied with current setup though, as squidclamav c-icap module crashes, leaving us without on-access av scanning. I'd be

Re: bind910-9.10.4 crash

2016-05-16 Thread Marko Cupać
ood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-

mail/ssmtp: mailer.conf instruction in handbook differs from pkg-message

2016-05-25 Thread Marko Cupać
r/bin/true purgestat /usr/bin/true Are they both correct, or one of them needs to be updated? Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@f

Re: old ports/packages

2016-06-02 Thread Marko Cupać
suming that > 'yum update' or 'aptitude upgrade'. How about "freebsd-update fetch; freebsd-update install; reboot"? -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/

Re: old ports/packages

2016-06-03 Thread Marko Cupać
? > Have also heard rumors of freebsd-update being deprecated at some > point. Even if those rumours were true I fail to see in which way possible future depreciation affects current possibility to use it. Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - ch

Re: FreeBSD Port: noip-2.1.9_3

2016-09-01 Thread Marko Cupać
ill have to click confirmation link every 30 days in order to keep it active. Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailin

Re: misc/jive deleted

2016-10-23 Thread Marko Cupać
Hi, Who exactly was offended by the existence of misc/jive in ports? Were there any actual complaints? How many? Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs

Re: misc/jive deleted

2016-10-24 Thread Marko Cupać
y! Not in freebsd ports, I know. But why stop there? -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.or

Re: [HEADSUP] Default Perl changed to 5.24.

2016-11-04 Thread Marko Cupać
d without problems. Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: [HEADSUP] Default Perl changed to 5.24.

2016-11-04 Thread Marko Cupać
On Fri, 4 Nov 2016 10:41:29 +0100 Marko Cupać wrote: > On Thu, 3 Nov 2016 16:00:57 +0100 > Mathieu Arnold wrote: > > > Instructions on how to switch are in UPDATING. > > > > If you do not want to switch, you do not have to do anything. > > > > EVERYT

Thunar is slow when browsing automounted NFS shares

2016-12-01 Thread Marko Cupać
k" and "up" buttons as well. There are no hangs when navigating there with cd from xfce-terminal. Also clementine-player navigates really fast through these folders. Any help appreciated. -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw

Re: Thunar is slow when browsing automounted NFS shares

2016-12-02 Thread Marko Cupać
s was my understanding as well. Perhaps some fight between the two? Regards, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing list h

www/mathjax please commit update to 2.7.0

2016-12-05 Thread Marko Cupać
enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ 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"

ABI changed: 'freebsd:11:x86:64' -> 'freebsd:11:*'

2016-12-12 Thread Marko Cupać
mean? Thank you in advance, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To u

thanx for thunar crash on rename bug fix!

2016-12-16 Thread Marko Cupać
Hi, I just wanted do say thank you to whoever fixed Thunar, or something lower below, so that Thunar does not crash anymore when renaming files. -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs

tomcat8 and UTF-8 filenames

2017-12-06 Thread Marko Cupać
;s rc startup script gets overwritten. Is there a better way to make tomcat8 applications read UTF-8 filenames? Should I change login.conf LANG for root class? Or something else? Thank you in advance, -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water

Re: tomcat8 and UTF-8 filenames

2017-12-06 Thread Marko Cupać
w water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ 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 search dependency tree

2018-01-12 Thread Marko Cupać
enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ ___ 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: pkg search dependency tree

2018-01-14 Thread Marko Cupać
On Fri, 12 Jan 2018 15:38:20 + matt...@freebsd.org wrote: > On 12/01/2018 11:09, Marko Cupać wrote: > > > > Is there a way to get dependency tree from pkg search? > > > > Thank you in advance, > > > > This is usually done by: > > pkg q

Too many levels of symbolic links

2018-03-12 Thread Marko Cupać
failure encountered !!! [00:00:14] Error: Build failed in phase: stage [00:00:14] Cleaning up [00:00:14] Unmounting file systems -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/ __

Re: Too many levels of symbolic links

2018-03-13 Thread Marko Cupać
On Mon, 12 Mar 2018 12:34:04 -0400 "Jason E. Hale" wrote: > On Mon, Mar 12, 2018 at 8:38 AM, Marko Cupać > wrote: > > ===> Generating temporary packing list > > cd /wrkdirs/usr/ports/net-mgmt/phpipam/work/phpipam ; for src in > > $( /usr/bin/find . !

openldap-client OPENSSL_CFLAGS

2014-01-27 Thread Marko Cupać
Hi, I have problem building net/openldap24-client on 10-RELEASE amd64: ===> Building for openldap-client-2.4.38 make[2]: make[2]: don't know how to make OPENSSL_CFLAGS. Stop Should I send PR? Thank you in advance, -- Marko Cupać ___ freeb

Re: Can't seem to build ruby19 or 18.

2014-01-27 Thread Marko Cupać
well on 10-RELEASE. Same thing for net/openldap24-client: ===> Building for openldap-client-2.4.38 make[2]: make[2]: don't know how to make OPENSSL_CFLAGS. Stop -- Marko Cupać ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailm

samba36 on 10-RELEASE can't join AD

2014-01-30 Thread Marko Cupać
g detected inside krb5_get_in_tkt Kerberos seem to work OK, i can get tickets with kinit. Same krb5.conf and smb.conf on another 9.2-RELEASE machine are joining AD without problem. Any suggestions? -- Marko Cupać ___ freebsd-ports@freebsd.org mailing

pidgin-guifications DEPRECATED

2014-02-11 Thread Marko Cupać
Hi, I use net-im/pidgin-guifications, and I see it is being deprecated because there are no more public distfiles. If the only thing needed in order for this port to stay alive is serving distfile over http I'd be glad to do it from my server. Regards, -- Marko

  1   2   >