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?
> > 
> > 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?  
> 
> https://en.wikipedia.org/wiki/End-user_license_agreement#Shrink-wrap_and_click-wrap_licenses

Eugene,

thank you for the link but I haven't found answer to any of my
questions there.

Franky, I asked because my current answers to above questions seem to
be (in order they were asked):
- advantage in possible lawsuits by claiming fake 'opt-ins' (most people
  don't read EULAs but click anyway)
- lawsuits
- none, as long as they keep not throwing users under the busses in
  exchange for "contributions"
- same as above line

... and I hoped someone will give me less pessimistic insight into
this. I still do.

Best 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 unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


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ć
On Mon, 2 Jul 2018 15:52:31 -0700
Yuri  wrote:

> One software package has the custom license text that users need to 
> click-to-accept in order to install it.
> 
> Does 'pkg' support such license? Can it show the user the license
> text and ask the user to click "Agree" before installing the package?
> 
> If not, I think this is a good feature to have.

I'm not directly involved with this, just curious.

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?

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 - 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: Too many levels of symbolic links

2018-03-13 Thread Marko Cupać
On Mon, 12 Mar 2018 12:34:04 -0400
"Jason E. Hale" <jh...@freebsd.org> wrote:

> On Mon, Mar 12, 2018 at 8:38 AM, Marko Cupać <marko.cu...@mimar.rs>
> wrote:
> > ===>   Generating temporary packing list  
> > cd /wrkdirs/usr/ports/net-mgmt/phpipam/work/phpipam ;  for src in
> > $( /usr/bin/find . ! -name '*.orig') ; do
> > dst=/wrkdirs/usr/ports/net-mgmt/phpipam/work/stage/usr/local/www/phpipam${src#.}
> >  ;
> > if test -d "$src" ; then  /bin/mkdir -p "$dst" ;  else  install  -m
> > 0644 "$src" "$dst" ;  fi  done
> > install: ./functions/locale/cs_CZ.UTF-8/cs_CZ.UTF8: Too many levels
> > of symbolic links *** Error code 71
> 
> Try changing the whole do-install target to this:
> 
> do-install:
> (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "!
> -name *.orig")

Thanks, port builds now, I submitted patches to bugzilla, hopefully we
get phpipam 1.3.1 in ports soon.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226120

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


Too many levels of symbolic links

2018-03-12 Thread Marko Cupać
Hi,

I am quite new to ports, and am trying to update port net-mgmt/phpipam
from 1.2.1 to 1.3.1. I changed PORTVERSION in Makefile, ran `make
makesum' but poudriere testport fails (below). Any advices how to fix
this?

Thank you in advance,

===>   Generating temporary packing list
cd /wrkdirs/usr/ports/net-mgmt/phpipam/work/phpipam ;  for src in
$( /usr/bin/find . ! -name '*.orig') ; do
dst=/wrkdirs/usr/ports/net-mgmt/phpipam/work/stage/usr/local/www/phpipam${src#.}
 ;
if test -d "$src" ; then  /bin/mkdir -p "$dst" ;  else  install  -m
0644 "$src" "$dst" ;  fi  done
install: ./functions/locale/cs_CZ.UTF-8/cs_CZ.UTF8: Too many levels of
symbolic links *** Error code 71

Stop.
make: stopped in /usr/ports/net-mgmt/phpipam
build of net-mgmt/phpipam | phpipam-1.3.1 ended at Mon Mar 12 13:36:12
CET 2018 build time: 00:00:06
!!! build 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/
___
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 query -e '%a == 0' %o
> 
> which gives you the list of packages on your system, excluding those 
> that were automatically installed to fulfil dependencies.  ie. it's 
> basically the collection of packages where you said 'pkg install foo'
> at some point.

Hi,

I got off-list reply on how to achieve this with locally installed
packages, by using `pkg prime-origins', which is apparently an alias to
the command you suggested.

It will solve my problem, as I have no more than 20 servers using this
repo, I just need to run the command on all of them and uniq the output.

But it would be nice if I could do this for all the packages in repo,
and not just for packages installed locally on each server.

Best 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 unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


pkg search dependency tree

2018-01-12 Thread Marko Cupać
Hi,

I have accidentally deleted my poudriere package lists. I still have
all packages in my repos.

I know I can get list of all packages in my repo in appropriate
format with `pkg search -o -x . | awk -F ' ' '{ print $1 }' | sort',
but this way I'm listing also ports which are installed only as
dependencies, which I'd like to avoid - I'd like to list only "top
level" ports, so that I don't build a dependency if top port doesn't
need it.

Is there a way to get dependency tree from pkg search?

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 unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: tomcat8 and UTF-8 filenames

2017-12-06 Thread Marko Cupać
On Wed, 6 Dec 2017 21:30:27 +0700
Eugene Grosbein <eu...@grosbein.net> wrote:

> > 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?
>
> Just use /etc/rc.conf:
> 
> tomcat8_env="LANG=en_US.UTF-8 TZ=Europe/Rome"

While certainly not comparable to The Eternal City of Rome, Belgrade is
also cool, and in the same timezone :) This works, thanx! I checked
comments of tomcat8's rc script before asking here, a lot of options
there but nothing regarding setting environment. Perhaps port
maintainer could include this as well.

Slightly off-topic, but still related to tomcat8: on starts and
restarts I am always getting a warning that tomcat8 fails to start,
even though it starts.

me@server:~ % sudo service tomcat8 restart
Stopping tomcat8.
Waiting for PIDS: 47970.
Starting tomcat8.
/usr/local/etc/rc.d/tomcat8: WARNING: failed to start tomcat8

me@server:~ % sudo ps auxww
...
root 11876  0.0  0.0105802308  -  IsJ  15:48
0:00.00 /usr/local/bin/jsvc -java-home /usr/local/openjdk8 -server
-user www -pidfile /var/run/tomcat8.pid -wait 30
-outfile /usr/local/apache-tomcat-8.0/logs/catalina.out -errfile &1
-classpath 
/usr/local/apache-tomcat-8.0/bin/bootstrap.jar:/usr/local/share/java/classes/commons-daemon.jar:/usr/local/apache-tomcat-8.0/bin/tomcat-juli.jar
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=/usr/local/apache-tomcat-8.0/conf/logging.properties
-Djava.endorsed.dirs=/usr/local/apache-tomcat-8.0/endorsed
-Dcatalina.home=/usr/local/apache-tomcat-8.0
-Dcatalina.base=/usr/local/apache-tomcat-8.0
-Djava.io.tmpdir=/usr/local/apache-tomcat-8.0/temp
org.apache.catalina.startup.Bootstrap
...
www  20216  0.0  6.0 15021760 3015476  -  SJ   15:48
2:43.44 /usr/local/bin/jsvc -java-home /usr/local/openjdk8 -server
-user www -pidfile /var/run/tomcat8.pid -wait 30
-outfile /usr/local/apache-tomcat-8.0/logs/catalina.out -errfile &1
-classpath 
/usr/local/apache-tomcat-8.0/bin/bootstrap.jar:/usr/local/share/java/classes/commons-daemon.jar:/usr/local/apache-tomcat-8.0/bin/tomcat-juli.jar
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=/usr/local/apache-tomcat-8.0/conf/logging.properties
-Djava.endorsed.dirs=/usr/local/apache-tomcat-8.0/endorsed
-Dcatalina.home=/usr/local/apache-tomcat-8.0
-Dcatalina.base=/usr/local/apache-tomcat-8.0
-Djava.io.tmpdir=/usr/local/apache-tomcat-8.0/temp
org.apache.catalina.startup.Bootstrap

Am I doing something wrong? How can I fix it?

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 unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


tomcat8 and UTF-8 filenames

2017-12-06 Thread Marko Cupać
Hi,

I am running airsonic:
[https://github.com/airsonic/airsonic]

...as tomcat8 application. In order for it to read UTF-8 filenames
correctly, I have added "export LANG=en_US.UTF-8" directly to
rc.d/tomcat8 startup script, as instructed here:
http://thomas.quinot.org/labnotes/blog/2015/07/30/subsonic/

This works, but I'm getting warnings in my daily security output
regarding package with mismatched checksum:

Checking for packages with mismatched checksums:
tomcat8-8.0.46: /usr/local/etc/rc.d/tomcat8

I also keep forgetting about this on tomcat8 updates, so tomcat8'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.

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"


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/
___
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ć
Hi,

I am building my ports in poudriere, and after latest bulk build I see
the following when `pkg upgrade' on a client:

Installed packages to be REINSTALLED:
  py27-sphinx-1.4.8 (ABI changed: 'freebsd:11:x86:64' -> 'freebsd:11:*')

Is this OK? What does it 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 unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

www/mathjax please commit update to 2.7.0

2016-12-05 Thread Marko Cupać
Hi,

any pretty vacant* committers out there willing to commit trivial diffs
needed to update mathjax to 2.7.0?

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214841

Thank you in advance,

*reference to song by sex pistols :)
-- 
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: Thunar is slow when browsing automounted NFS shares

2016-12-02 Thread Marko Cupać
I'm including xfce mailing list as well.

On Thu, 1 Dec 2016 21:22:37 +0100
Olivier Duchateau <duchateau.oliv...@gmail.com> wrote:

> There's a mailing list for Xfce related questions :)

I have just subscribed. I guess it was about time after using it for
more than 5 years as primary DE :)

> Before I want to know, if Thunar is running in daemon mode (for
> faster startup).

I don't think so.

> Can you display result of ps x | grep thunar?

pacija@efreet:~ % ps x | grep Thunar
1241 v4  S0:01,07 /usr/local/bin/Thunar (thunar)
1454  1  R+   0:00,00 grep Thunar

> NFS bug is well known, fixes since 1.5.x (according to Xfce's bug
> tracker). In fact problem often comes from gvfs (in your case
> gvfsd-network).

I'm at Thunar-1.6.10_2, gvfs-1.26.3_2. I don't see gvfsd-network in ps:

pacija@efreet:~ % ps x | grep gvfs
1163  -  I0:00,03 /usr/local/libexec/gvfsd
1171  -  S0:00,08 /usr/local/libexec/gvfs-hal-volume-monitor
1173  -  I0:00,03 /usr/local/libexec/gvfs-gphoto2-volume-monitor
1243  -  I0:00,02 /usr/local/libexec/gvfsd-metadata
1245  -  S0:00,10 /usr/local/libexec/gvfsd-trash --spawner :1.8 
/org/gtk/gvfs/exec_spaw/0
1465  1  S+   0:00,00 grep gvfs

> If you change value of AutoMount (true -> false)
> in /usr/local/share/gvfs/mounts/network.mount is there notable
> changes?

Did the change but no improvements.

On Thu, 01 Dec 2016 22:42:54 +
Ben Woods <woods...@gmail.com> wrote:

> I noticed this exact same behaviour last night, when I set up
> autofs(5) for the first time.

I thought that from '...automounted NFS shares' in subject it will be
clear that I am using autofs, but I see now I should explain it in more
detail.

My auto_master:

pacija@efreet:~ % sudo cat /etc/auto_master
/net-hosts  -nobrowse,nosuid,intr

How client sees exports on server:

pacija@efreet:~ % showmount -E mephala
/usr/home/pacija/Music

> Olivier: My understanding was that the autofs(5) behaviour should be
> transparent to thunar, and therefore it should not be related to gvfs
> at all?

This 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
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Thunar is slow when browsing automounted NFS shares

2016-12-01 Thread Marko Cupać
Hi,

I thought this question would be more appropriate for forums, but I got
no answer so far there, so I'm asking again here:

What can I do to speed up browsing automounted NFS shares in Thunar?
Every double-click under /net takes at least 5 seconds to display
contents. Clicking "back" 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 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: [HEADSUP] Default Perl changed to 5.24.

2016-11-04 Thread Marko Cupać
On Fri, 4 Nov 2016 10:41:29 +0100
Marko Cupać <marko.cu...@mimar.rs> wrote:

> On Thu, 3 Nov 2016 16:00:57 +0100
> Mathieu Arnold <m...@freebsd.org> wrote:
> 
> > Instructions on how to switch are in UPDATING.
> > 
> > If you do not want to switch, you do not have to do anything.
> > 
> > EVERYTHING IS FINE.
> >   
> 
> Thank you for the information, upgrade using poudriere and pkg
> finished without problems.

I guess I came to positive conclusion too early. Everything did
compile, install and start without problems. But so far I had problems
with amavisd-new which would die with the following message:

Nov  4 15:20:52 mx1 amavis[38170]: (!)_DIE: Suicide in child_init_hook:
BDB can't connect db env. at /var/amavis/db: BDB0087 DB_RUNRECOVERY:
Fatal error, run database recovery, No such file or directory. at (eval
93) line 338.

Moving and recreating files from under /var/amavis/db did not help, for
now I have solved the problem by commenting out the following line in
amavisd.conf:

#$enable_db = 1;

I'm off to write bug report for amavis now. Hope this saves troubled
postmasters - early upgraders some time.
-- 
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: [HEADSUP] Default Perl changed to 5.24.

2016-11-04 Thread Marko Cupać
On Thu, 3 Nov 2016 16:00:57 +0100
Mathieu Arnold <m...@freebsd.org> wrote:

> Instructions on how to switch are in UPDATING.
> 
> If you do not want to switch, you do not have to do anything.
> 
> EVERYTHING IS FINE.
> 

Thank you for the information, upgrade using poudriere and pkg finished
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 unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: misc/jive deleted

2016-10-24 Thread Marko Cupać
On Sun, 23 Oct 2016 01:59:17 +1100 (EST)
Dave Horsfall <d...@horsfall.org> wrote:

> Next thing you know, "valgirl" will be deleted from Usenet...

Let's not forget about Corporate Bullshit Generator!
http://cbsg.sourceforge.net/cgi-bin/live

Those poor C-suites must feel offended by such mockery!

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.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

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/
___
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: noip-2.1.9_3

2016-09-01 Thread Marko Cupać
On Wed, 31 Aug 2016 12:17:43 +0100
"James A. McGuire" <j.a.mcgu...@gmail.com> wrote:

> Hi there,
> 
> Since no-ip introduced their policy to remove non-updated subdomains
> every 30 days.  I have to manually go to the no-ip website and
> confirm that I wish to keep my subdomain.  I believe the reason for
> this is that my ISP is only updating my dynamic IP address every
> 60-90 days, and I believe that the no-ip client is therefore not
> sending updates to no-ip.

"Free Dynamic DNS hosts must be confirmed every 30 days or they will be
deleted. This policy helps keep our network free of unused hostnames.

To avoid your hostname going into pending deletion, you can do any of
the below:
 - Manually Confirm Your Hostname (...) Simply login to your
   No-IP account and click Dynamic DNS on the left navigation. Next,
   click Confirm next to the hostname you would like to confirm (...)
 - Upgrade to Enhanced Dynamic DNS or Plus Managed DNS"

http://www.noip.com/support/knowledgebase/why-is-my-hostname-pending-deletion/

As far as I'm aware, confirmation has nothing to do with IP updates.
One of my .noip.me hosts changes IP address on an hourly basis, yet I
still 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 mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: old ports/packages

2016-06-03 Thread Marko Cupać
On Thu, 2 Jun 2016 09:14:32 -0700 (PDT)
Roger Marquis <marq...@roble.com> wrote:

> > How about "freebsd-update fetch; freebsd-update install; reboot"?  
> 
> Tried that but didn't find it reliable.

In what way was it unreliable? Did you report your problems in
bugzilla, lists or forums?

> 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 - 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: old ports/packages

2016-06-02 Thread Marko Cupać
On Wed, 1 Jun 2016 09:27:53 -0700 (PDT)
Roger Marquis <marq...@roble.com> wrote:

> Having endured 'buildworld; buildkernel; nstallkernal; reboot' and
> 'installworld; mergemaster' over the past few weeks I can say without
> exaggeration it is an order of magnitude more time consuming 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/
___
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"

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

2016-05-25 Thread Marko Cupać
Hi,

I have recently changed MTA on some hosts to mail/ssmtp, following
instruction from handbook:

[https://www.freebsd.org/doc/handbook/mail-changingmta.html]

Handbook instructs to put the following lines in mailer.conf:

sendmail/usr/local/sbin/ssmtp
send-mail   /usr/local/sbin/ssmtp
mailq   /usr/libexec/sendmail/sendmail
newaliases  /usr/libexec/sendmail/sendmail
hoststat/usr/libexec/sendmail/sendmail
purgestat   /usr/libexec/sendmail/sendmail

However, pkg-message of mail/ssmtp gives different instruction:

ssmtp-2.64_1:
Always:
sSMTP has been installed successfully.

To replace sendmail with ssmtp type "make replace" or change 
your /etc/mail/mailer.conf to:

sendmail/usr/local/sbin/ssmtp
send-mail   /usr/local/sbin/ssmtp
mailq   /usr/local/sbin/ssmtp
newaliases  /usr/local/sbin/ssmtp
hoststat/usr/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@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: bind910-9.10.4 crash

2016-05-16 Thread Marko Cupać
On Mon, 16 May 2016 15:48:57 +0100
Steven Hartland <ste...@multiplay.co.uk> wrote:

> PR raised: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209553

What is the reason why this is a new PR and not update on:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209282

?

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 unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

www/c-icap ListenAddress directive missing from sample conf

2016-03-28 Thread Marko Cupać
Hi,

I am testing c-icap in FreeBSD Jail environment, and I've noticed that
c-icap binds to all interfaces by default. c-icap.conf.sample has
nothing about binding to specific address.

I asked on c-icap-users mailing list, and it appears c-icap can be
configured for binding to specific ip address 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.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"

rt44 port

2016-03-23 Thread Marko Cupać
Hi,

any skilled porters out there interested in porting current stable
version (4.4) of bestpractical's requesttracker?
https://www.bestpractical.com/

Maintainer of current maintenance release (4.2), doesn't plan to port
rt44: https://bugs.freebsd.org/bugzilla/show_bug.cgi?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.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-15 Thread Marko Cupać
Hi,

thanks for new port. I've upgraded to 16.02_1 from ports without any
problems:
https://xmpp.net/result.php?domain=mimar.rs=client#general

It took me some time to get used to the fact that I need to stop
ejabberd service, kill epmd process, and restart ejabberd service to
pick up new version. Without killing epmd, ejabberd after upgrade does
not start, but also does not write anything to logs. From my point of
view It would be great if simple 'service ejabberd restart' took care
of restarting corresponding empd process. If this is actually a
terrible idea because 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 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: Setting PERL_VERSION in make.conf

2016-03-07 Thread Marko Cupać
On Mon, 7 Mar 2016 14:13:07 +0100
Stefan Bethke <s...@lassitu.de> wrote:

> I’m a bit confused about setting PERL_VERSION in make.conf. It seems
> that setting it to 5.20.3 will result in Perl-related ports to be
> built differently than not setting it.
> 
> Is this expected? How can I make sure I continue to use the version
> of perl I’ve got currently installed when the default version changes?

Default versions of ports are defined in:
/usr/ports/Mk/bsd.default-versions.mk

http://svnweb.freebsd.org/ports/head/Mk/bsd.default-versions.mk?revision=403082=co

There is an explanation 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.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ć
On Mon, 29 Feb 2016 19:41:00 +0530
ash...@freebsd.org (Ashish SHUKLA) wrote:

> https://people.freebsd.org/~ashish/diffs/ejabberd-16.01-02.diff
> sha256 sum:
> ec71fdd19c752b22271ce6e3f899b966b0017f05fa13532d1decf18478e41b6e

Hi, Ashish,

I'd be glad to test this, but the patch does not apply cleanly in my
environment. I don't know if it is relevant, but my ports dir is a
symlink:
/usr/ports -> /usr/local/poudriere/ports/default

When patch is applied in /usr/ports/net-im/ejabberd, first few sections
apply OK, then it starts asking paths and applies diffs if correct 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ć
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: Completely unscientific poll: cfengine, puppet, other?

2016-02-28 Thread Marko Cupać
On Sun, 28 Feb 2016 14:11:36 -0500
Chris Inacio <nacho...@gmail.com> wrote:

> Hello all,
> 
> I was considering adding some more support into some tooling/ports for
> FreeBSD and I thought it would probably be good to get configuration
> management support some thought.  So I can understand under certain
> Linux flavors (e.g. RedHat) that puppet is the de facto choice -
> since the distribution packager has chosen one.
> 
> Is there a dominant one for FreeBSD?
> 
> Happy if you would just reply with which one, if any, you use.  If
> you want to add more to the conversation, that's fine.  I understand
> the mailing list I posted this to and the likely audience - as I said
> I started think about this from adding more support into some ports.

For my relatively simple task of occasional push of identical
configuration files to dozens of jails I use salt.
-- 
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"

Commit PR #207127 www/mathjax

2016-02-23 Thread Marko Cupać
Hi,

Could someone please commit simple patch of upgrading www/mathjax port
to current version and set maintainer? Currently its maintainer is
ports@, and version in pors is from June of 2014.

https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166893=diff

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 unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

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

2016-02-13 Thread Marko Cupać
Hi,

I have working pure-ftpd server on vmware-based 9.3-RELEASE-p33. It
authenticates virtual users from mysql server over tcp, and chroots them
to their directories.

I'd like to move pure-ftpd to jail-based 10.2-RELEASE-p10. I copied
pure-ftpd.conf and pureftpd-mysql.conf to new server, but I get:

331 User someuser OK. Password required
Password:
530 Login authentication failed
Login failed.

pure-ftpd.conf:
ChrootEveryone  yes
BrokenClientsCompatibility  no
MaxClientsNumber50
Daemonize   yes
MaxClientsPerIP 32
VerboseLog  no
DisplayDotFiles no
AnonymousOnly   no
NoAnonymous yes
SyslogFacility  ftp
DontResolve yes
MaxIdleTime 15
MySQLConfigFile /usr/local/etc/pureftpd-mysql.conf
LimitRecursion  1 8
MaxLoad 4
PassivePortRange3 31000
Umask   133:022
MinUID  2001
AllowUserFXPno
ProhibitDotFilesWrite   yes
ProhibitDotFilesReadyes
AltLog  stats:/var/log/pureftpd.log
NoChmod yes
CreateHomeDir   yes
MaxDiskUsage99
CustomerProof   yes
IPV4Onlyyes
BindIP.ADD.RE.SS,21

pureftpd-mysql.conf:
MYSQLServer mysql.example.org
MYSQLPort   3306
MYSQLUser   user
MYSQLPassword   pass
MYSQLDatabase   pureftpd
MYSQLCrypt  any
MYSQLGetPW  SELECT Password FROM users WHERE User='\L'
MYSQLGetUID SELECT Uid FROM users WHERE User='\L'
MYSQLGetGID SELECT Gid FROM users WHERE User='\L'
MYSQLGetDir SELECT Dir FROM users WHERE User='\L'
MySQLGetBandwidthUL SELECT ulBwidth FROM users WHERE User='\L'
MySQLGetBandwidthDL SELECT dlBwidth FROM users WHERE User='\L'
MySQLGetQTASZ   SELECT sizeQuota FROM users 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://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"

any chance of squid4 port soon?

2015-10-19 Thread Marko Cupać
Hi,

squid 4 has entered RC state:
http://wiki.squid-cache.org/Squid-4

It features some cool new options, of which the most important for me
is automatic detection of unsupported ssl protocols not to be bumped.

Any chance to get this in ports as squid4, squid-devel or something?

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 unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

sysutlis/gnome-control center: build failure in poudriere

2015-09-13 Thread Marko Cupać
Hi,

I can't build gnome-control-center-3.16.3_1 in 10.2-RELEASE-p2 amd64
with poudriere-3.1.7.

Options are as follows:
---Begin OPTIONS List---
===> The following configuration options are available for
gnome-control-center-3.16.3_1:
 CHEESE=on: Cheese webcam support
 CUPS=off: Cups (printing) support
===> Use 'make config' to modify these settings
---End OPTIONS List---

Here's where it fails:
===
===>  Building package for gnome-control-center-3.16.3_1
pkg-static: Unable to access file 
/wrkdirs/usr/ports/sysutils/gnome-control-center/work/stage/usr/local/share/applications/gnome-printers-panel.desktop:
 No such file or directory
*** Error code 1

Stop.
make: stopped in /usr/ports/sysutils/gnome-control-center
>> Cleaning up wrkdir
===>  Cleaning for gnome-control-center-3.16.3_1
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/
___
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"

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

net-mgmt/pnp and nagios4

2015-07-24 Thread Marko Cupać
Hi,

Is it possible to run pnp4nagios with nagios4 on FreeBSD? I see that
their documentation page states that PNP4Nagios Broker Module
npcdmod.o is not compatible with Nagios Core 4.x. However, I plan to
use Bulk Mode with NPCD, or maybe even Bulk or Synchronous mode.
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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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

2015-07-20 Thread Marko Cupać
Hi,

I am trying to update all the ports on my desktop via portmaster, and
it is stuck trying to fetch distfile of texlive-texmf:

= Attempting to fetch 
ftp://tug.org/historic/systems/texlive/2015/texlive-20150523-texmf.tar.xz
fetch: 
ftp://tug.org/historic/systems/texlive/2015/texlive-20150523-texmf.tar.xz: Not 
logged in

I tried to login in interactive ftp session:

ftp o
(to) ftp.tug.org
Connected to tug.org.
220 ProFTPD 1.3.5a Server (tug) [130.225.2.178]
Name (ftp.tug.org:pacija): anonymous
331 Anonymous login ok, send your complete email address as your password
Password: 
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 list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Building Latest links etc.

2015-07-17 Thread Marko Cupać
On Fri, 17 Jul 2015 14:15:12 +0100
Bob Eager r...@tavi.co.uk wrote:

 This is the scenario. I build all packages locally (a number have
 special configs). This is done on one machine, which is then the
 repository for 'pkg install'.
 
 So far so good.
 
 I now want to update the ports. I see how to do this using portmaster,
 and how to generate packages on the package server.
 
 But...how do I use portmaster on the 'slave' machines, using the
 packages I built? I can ask it to use a local directory, and NFS mount
 the main package directory on the package server. But portmaster
 requires the Latest directory, symlinks, etc. My manual build didn't
 add those originally.
 
 Is there an easy way of building all the symlinks required by
 portmaster? I can see how to regenerate Latest, but portmaster asks
 for other stuff according to the manual page. I know portmaster -g
 will do this but that won't do the existing packages.
 
 Is there a script somewhere, or am I over complicating things?
 
 Thanks

If you need to maintain custom packages for more than 5 systems then
poudriere 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/
___
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

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://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

net-im/ejabberd: some config options renamed?

2015-07-02 Thread Marko Cupać
Hi,

I have just upgraded to ejabberd-15.06_1. I like new 'configuration
checking of launch' feature, which warned me about change of syntax for
mod_fail2ban (or perhaps I had it wrong but I didn't know it).

  mod_fail2ban:
-   c2s_auth_block_lifetime: 3600
+   c2s_auth_ban_lifetime: 3600
c2s_max_auth_failures: 20

Also:

-s2s_policy: s2s_access
+s2s_access: s2s_access
access:
  s2s_access:
bad_servers: deny
all: allow

I guess they need some time to make changes in documentation, as
http://docs.ejabberd.im/admin/guide/configuration/ still has references
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 freebsd-ports-unsubscr...@freebsd.org

deskutils/owncloudclient dumps core

2015-05-19 Thread Marko Cupać
 for /usr/lib/libexecinfo.so.1
Reading symbols from /usr/local/lib/libicui18n.so.55...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libicui18n.so.55
Reading symbols from /usr/local/lib/libicuuc.so.55...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libicuuc.so.55
Reading symbols from /usr/local/lib/libicudata.so.55...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libicudata.so.55
Reading symbols from /usr/local/lib/libpcre16.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libpcre16.so.0
Reading symbols from /usr/lib/private/libheimipcc.so.11...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/private/libheimipcc.so.11
Reading symbols from /usr/local/lib/libXau.so.6...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libXau.so.6
Reading symbols from /usr/local/lib/libpthread-stubs.so.0...(no debugging 
symbols found)...done.
Loaded symbols for /usr/local/lib/libpthread-stubs.so.0
Reading symbols from /usr/local/lib/libXdmcp.so.6...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libXdmcp.so.6
Reading symbols from /usr/lib/libelf.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libelf.so.1
Reading symbols from /libexec/ld-elf.so.1...(no debugging 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 list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

is it safe to run net/haproxy as root?

2015-04-09 Thread Marko Cupać
Hi,

I am setting up haproxy for the first time, and of course my first OS
choice is FreeBSD.

Most services I am familiar with use their own service accounts which
are created when port is installed (squid, ejabberd, mysql, clamav,
vscan etc.). But haproxy does not create account, and there is no
pkg-message, or any other reference which suggests I should create
separate account, and also whether it needs shell, homedir etc. On the
other hand, most web 'works for me' howtos mention running it under
separate account.

So, my question is the one from this mail's subject:
Is 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.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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

2015-04-09 Thread Marko Cupać
On Thu, 09 Apr 2015 09:05:19 -0500
Mark Felder f...@freebsd.org wrote:

 
 
 On Thu, Apr 9, 2015, at 08:26, Mark Martinec wrote:
  
  Perhaps the haproxy port maintainer can be persuaded to assign
  some account entry for this purpose.
  
 
 This wouldn't be a perfect solution. If you're going to be proxying
 port 80 and 443 you need to initially run as root, but perhaps by
 default in the config file we could drop privs to the haproxy user?

I am now testing proxying http(s) 80 and 443 to apache servers, but
also tcp 3306 to mysql servers. I use separate profiles (which spawn
separate instances if I understand well).

Maybe it would be good to drop http(s) to www user/group, and tcp 3306
to mysql user/group? www user/group comes with default FreeBSD
installation, and I would need to create mysql user/group manually with
same parameters 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

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

2015-03-02 Thread Marko Cupać
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 add to roundcube config was:

$config['imap_conn_options'] = array(
'ssl' = array(
'verify_peer' = true,
'verify_depth' = 3,
'cafile' = '/etc/ssl/public/dovecot.pem',
),
);

I found this information on archlinux forums:
https://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 mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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ć marko.cu...@mimar.rs 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 add to roundcube config was:
 
 $config['imap_conn_options'] = array(
   'ssl' = array(
   'verify_peer' = true,
   'verify_depth' = 3,
   'cafile' = '/etc/ssl/public/dovecot.pem',
   ),
 );
 
 I found this information on archlinux forums:
 https://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,

Similar goes for managesieve plugin:
$config['managesieve_conn_options'] = array(
'ssl' = array(
'verify_peer' = true,
'verify_depth' = 3,
'cafile' = '/etc/ssl/public/dovecot.pem',
),
);

Probably also for all other plugins that have something to do with TLS.
-- 
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: 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ć marko.cu...@mimar.rs wrote:

 On Mon, 2 Mar 2015 09:56:05 +0100
 Marko Cupać marko.cu...@mimar.rs 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 add to roundcube config was:
  
  $config['imap_conn_options'] = array(
  'ssl' = array(
  'verify_peer' = true,
  'verify_depth' = 3,
  'cafile' = '/etc/ssl/public/dovecot.pem',
  ),
  );
  
  I found this information on archlinux forums:
  https://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,
 
 Similar goes for managesieve plugin:
 $config['managesieve_conn_options'] = array(
 'ssl' = array(
 'verify_peer' = true,
 'verify_depth' = 3,
 'cafile' = '/etc/ssl/public/dovecot.pem',
 ),
 );
 
 Probably also for all other plugins that have something to do with
 TLS.

I wrote blog post about this:
https://www.mimar.rs/en/sysadmin/2015/php-5-6-x-ssltls-peer-certificates-and-hostnames-verified-by-default/

The ones who think he did it for clicks and ads have dirty mind.
The blog is (and will remain) ad-free ;)
-- 
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: squid 3.5 plans

2015-02-23 Thread Marko Cupać
On Sat, 21 Feb 2015 08:28:40 +0100
Marko Cupać marko.cu...@mimar.rs wrote:

 On Thu, 19 Feb 2015 21:23:15 -0500
 Robert Simmons rsimmo...@gmail.com 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
  creating a www/squid34 port. Then updating the www/squid port to
  3.5.2.
 
 I would say this is a bad idea, as squid 3.5 does not work on FreeBSD
 10.1 with GENERIC kernel. Furthermore, it won't be fixed with
 binary patches (ie. until 10.2 or 11.0).
 
 I think www/squid should be recommended squid version for FreeBSD
 users. It wouldn't be appropriate to recommend version which does not
 work without recompiling kernel.
 
 We discussed it not so long ago:
 https://www.mail-archive.com/search?l=freebsd-ports@freebsd.orgq=subject:%22Re%3A+www%2Fsquid+does+not+shutdown+via+rc%22o=newest

I have just installed www/squid33 because I wanted to avoid compiling
custom kernel, but apparently it does not shutdown via rc either.

I think we are closer to conclusion that no version of squid can be
controlled with included rc scripts on 10.1-pX. Perhaps users who
install squid on 10.1 should be warned somehow (pkg message or
something).
-- 
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: squid 3.5 plans

2015-02-20 Thread Marko Cupać
On Thu, 19 Feb 2015 21:23:15 -0500
Robert Simmons rsimmo...@gmail.com 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 creating
 a www/squid34 port. Then updating the www/squid port to 3.5.2.

I would say this is a bad idea, as squid 3.5 does not work on FreeBSD
10.1 with GENERIC kernel. Furthermore, it won't be fixed with
binary patches (ie. until 10.2 or 11.0).

I think www/squid should be recommended squid version for FreeBSD
users. It wouldn't be appropriate to recommend version which does not
work without recompiling kernel.

We discussed it not so long ago:
https://www.mail-archive.com/search?l=freebsd-ports@freebsd.orgq=subject:%22Re%3A+www%2Fsquid+does+not+shutdown+via+rc%22o=newest
-- 
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

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ć
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

net-im/ejabberd: wierd permissions

2015-02-12 Thread Marko Cupać
Hi,

I just upgraded ejabberd from 14.07 to 14.12, and simple 'service
ejabberd restart' did not work. I remembered that on initial install I
had to chage ownership of some dirs (from default root:wheel):
chown -R ejabberd:ejabberd /usr/local/etc/ejabberd
chown -R ejabberd:ejabberd /var/log/ejabberd
chown -R ejabberd:ejabberd /var/spool/ejabberd
chown -R ejabberd:ejabberd /var/run/ejabberdctl

I checked, and found out that upgrade has reset ownership on
directories above. After chowning them back to ejabberd I was able to
start ejabberd again.

Is it possible to package ejabberd 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/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ć
On Fri, 6 Feb 2015 18:19:16 +0100
Kurt Jaeger li...@opsec.eu wrote:

 It's more along the lines of 'encrypt all the things'...
 
 I'm playing with changing all http stuff to https in general and
 one of them is my repo...

Indeed, it could happen that - in a few years or a 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 (or not?):
-- 
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: mail/dovecot2: who calls doveconf upon boot?

2015-02-03 Thread Marko Cupać
On Mon, 2 Feb 2015 17:48:47 +0100
Kurt Jaeger li...@opsec.eu wrote:

 Hi!
 
   My question is: Who calls doveconf, and for what purpose?
  
  A quick look at the dovecot.in rc script in the ports tree suggests
  that it's unconditionally running dovecot when it's run try try and
  populate base_dir, whether $dovecot_enable or not.
 
 I prepared a patch that tries to fix it:
 
 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197275
 
 Marko: Can you test wether it works for you ?
 

Wow, that was fast :)

I 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

mail/dovecot2: who calls doveconf upon boot?

2015-02-02 Thread Marko Cupać
Hi,

for a few years I had all the components of my e-mail system on single
server. This includes mainly postfix as smtp server, amavisd-new and
clamav for content scanning, and dovecot2 as imap server. Now I want to
split it so every major component gets its own host.

I have first moved dovecot2 to another server, which worked without any
problems. Next, I moved amavisd-new and clamav which also went OK.
Finally, I moved postfix and it appears to work OK, however there's
this console message upon boot saying:

doveconf: Fatal: open(/usr/local/etc/dovecot/dovecot.conf) failed: No
such file or directory (copy example configs
from /usr/local/share/doc/dovecot/example-config/)

My question is: Who calls doveconf, and for what purpose? Dovecot is
installed on this server only because as postfix' dependency, and it
does not have record in rc.conf. This is on 10.1-RELEASE-p5, with
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 unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: www/squid does not shutdown via rc

2015-01-27 Thread Marko Cupać
On Tue, 27 Jan 2015 07:11:10 +
Matthew Seaman matt...@freebsd.org wrote:

 On 2015/01/27 03:52, Kurt Jaeger wrote:
  Doesn't installing a custom kernel break freebsd-update ?
 
 No.  freebsd-update has always supported using a custom kernel.  It
 helps if you name your kernel something other than GENERIC, which you do
 by creating a modofoed kernel config file in /usr/src/sys/amd64/conf (or
 i386 if that's your architecture): eg.
 
 % cat FOO
 include GENERIC
 
 ident FOO
 
 and then add:
 
 KERNCONF= FOO
 
 to /etc/make.conf
 
 You should also edit /etc/freebsd-update.conf and change the
 'Components' line to remove 'kernel' from the list.
 
 None of this is absolutely necessary, but it will help you avoid
 accidentally ending up with the generic kernel.
 
 In any case, what you will need to do is rebuild your kernel and
 reinstall it any time freebsd-update touches the kernel.  You can use
 freebsd-update to maintain the kernel sources, which will pull in the
 needed updates to the kernel sources.

The timing for this is really unfortunate for me, because I have just
re-installed my FreeBSD fleet of some 20 virtual servers without sources
included, and I just introduced binary only policy (ok I do build my
own ports on one server in poudriere, but all other servers use packages).

I guess theoretically it is possible to 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
___
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/squid does not shutdown via rc

2015-01-26 Thread Marko Cupać
Hi,

I am building new proxy server based on FreeBSD 10.1-RELEASE and latest
squid from ports (squid-3.4.11).

Squid starts and works ok when testing from single client, but it does
not shutdown correctly through rc script.

Starting situation: squid is not started, no pid dir and file in /var/run,
ps ax shows nothing related to squid.

Next: squid is started with 'service squid start', pid dir and file are
created in /var/run, 'service squid status' shows the same value as
pidfile:

% sudo service squid status
squid is running as pid 770.

% sudo cat /var/run/squid/squid.pid 
770

% ps waux | grep squid
squid  768   0.0  1.0 62096 10488  -  Is3:14PM  0:00.00 
/usr/local/sbin/squid -f /usr/local/etc/squid/squid.conf
squid  770   0.0  1.8 82948 18764  -  S 3:14PM  0:00.36 (squid-1) -f 
/usr/local/etc/squid/squid.conf (squid)
squid  772   0.0  0.3 23876  3012  -  I 3:14PM  0:00.01 (logfile-daemon) 
/squid/logs/access.log (log_file_daemon)
squid  773   0.0  0.3 23872  3000  -  I 3:14PM  0:00.01 (unlinkd) (unlinkd)
squid  774   0.0  0.3 24256  3024  -  S 3:14PM  0:00.01 diskd 788484 788485 
788486

The problem arises when trying to stop squid:

% sudo service squid stop
Stopping squid.
Waiting for PIDS: 770.

Let's see if rc script finds it running:
% sudo service squid status
squid is not running.

There is no pid dir and file in /var/run/

However, ps shows running proceses:
squid  768   0.0  1.0 62096 10488  -  Is3:14PM  0:00.00 
/usr/local/sbin/squid -f /usr/local/etc/squid/squid.conf
squid  806   0.0  1.8 82948 18764  -  S 3:18PM  0:00.21 (squid-1) -f 
/usr/local/etc/squid/squid.conf (squid)
squid  807   0.0  0.3 23876  3012  -  I 3:18PM  0:00.01 (logfile-daemon) 
/squid/logs/access.log (log_file_daemon)
squid  808   0.0  0.3 23872  3000  -  I 3:18PM  0:00.01 (unlinkd) (unlinkd)
squid  809   0.0  0.3 24256  3024  -  S 3:18PM  0:00.01 diskd 825348 825349 
825350

Those are probably relevant:

from messages:
Jan 26 15:10:09 rsbgyucnix02 squid[558]: Squid Parent: (squid-1) process 560 
exited due to signal 6 with status 0
Jan 26 15:10:09 rsbgyucnix02 kernel: pid 560 (squid), uid 100: exited on signal 
6 (core dumped)
Jan 26 15:10:12 rsbgyucnix02 squid[558]: Squid Parent: (squid-1) process 733 
started
Jan 26 15:12:44 rsbgyucnix02 kernel: pid 733 (squid), uid 100: exited on signal 
6 (core dumped)
Jan 26 15:14:41 rsbgyucnix02 squid[768]: Squid Parent: will start 1 kids
Jan 26 15:14:41 rsbgyucnix02 squid[768]: Squid Parent: (squid-1) process 770 
started
Jan 26 15:18:18 rsbgyucnix02 squid[768]: Squid Parent: (squid-1) process 770 
exited due to signal 6 with status 0
Jan 26 15:18:18 rsbgyucnix02 kernel: pid 770 (squid), uid 100: exited on signal 
6 (core dumped)
Jan 26 15:18:22 rsbgyucnix02 squid[768]: Squid Parent: (squid-1) process 806 
started

from cache.log:
2015/01/26 15:14:43 kid1| storeLateRelease: released 0 objects
2015/01/26 15:18:18| Set Current Directory to /squid/cache
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 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-26 Thread Marko Cupać
On Tue, 27 Jan 2015 00:29:19 +0900 (JST)
Yasuhiro KIMURA y...@utahime.org wrote:

 From: Marko Cupać marko.cu...@mimar.rs
 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 it is bug of 10.1-RELEASE rather than squid.
 See following bug report:
 
 Bug 195802 - www/squid restarts after shutdown and dumps core
 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195802
 
 I applied 2 fixes to source tree of 10.1-RELEASE and rebuilt
 kernel. Now squid shutdowns correctly.

Hi Yasuhiro,

Thank you for your reply. Where can those fixes be found?

Also, is there a chance they will be pushed to freebsd-update?

I would be glad to do some testing on test server, but for production
servers I use binary updates only (freebsd-update). My servers are
on 10.1-RELEASE-p4 right now.

Regards,
-- 
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-26 Thread Marko Cupać
On Mon, 26 Jan 2015 16:20:46 +
Matthew Seaman matt...@freebsd.org wrote:

   Also, is there a chance they will be pushed to freebsd-update?
 
 No.  Unless these are either security fixes or fixes for a major
 regression (which this is not) in 10.1-RELEASE, then they won't be
 applied to that branch.

From OS point of view, this could be indeed seen as minor regression.

But please consider server admin's point of view:
- squid33 had latest release on 2014-08-27
- squid33 has been scheduled for expiration on 2015-01-31, but was
  extended to 2015-05-31 because of ntlm_auth issue in squid34
- squid34 does not run on 10.1-RELEASE-pX
- 10.2-RELEASE is not likely to be before 2015-05-31

Which means that pkg installs of latest squid (www/squid34) will be
useless on latest FreeBSD release (10.1-RELEASE) for a long time.

 They will, however, be in the next release cut from stable/10, which
 will be 10.2-RELEASE, and presumably in releases from other branches
 from now on.
 
 Your best recourse at the moment is to manually patch the kernel sources
 and build yourself a custom kernel on the affected machines.

I was looking forward 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/dansguardian revival?

2015-01-16 Thread Marko Cupać
On Thu, 15 Jan 2015 10:47:39 -0800
Chris H bsd-li...@bsdforge.com wrote:

 There's been a great deal of activity in the squid* department over
 the past couple months. I wanted to wait for the dust to settle
 before continuing; lest I be required to re-release every couple
 weeks to work with any new changes. On the up-side, things seem
 to have settled down. So I'll suck down a copy of HEAD, and renew
 my efforts to get this back in, over the next couple days.
 Again, sorry for the delay. Hope you understand. :)

I'd also like to give dansguardian 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 glad to do some testing.

Regards,
-- 
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

net-mgmt/rancid and cisco ssh kexagorhitms

2015-01-14 Thread Marko Cupać
Hi,

as of FreeBSD 9.3, it is not possible to ssh into some cisco routers
(namely 1921 and 3925 in my case), unless option -o KexAlgorithms=
diffie-hellman-group14-sha1 is specified. Probably, as a consequence,
rancid stopped working for these routers since I upgraded OS on which
it is installed 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-unsubscr...@freebsd.org

Re: mail/postfix does not resolve in mysql maps

2014-12-26 Thread Marko Cupać
Sorry for stupid typo in original mail, let's try once again.

I'm running 10.1-RELEASE-p3 and postfix-2.11.3_3,1 built in poudriere
on jail 10.1-RELEASE-p1, It seems that after upgrade to 10.1-RELEASE-p3
postfix stopped resolving FQDNs in my mysql maps files.

When 'hosts' is specified by IP address, connection to mysql server
works, but when it is specified by FQDN, it does not.

This does not work:
 pacija@mail:~ % sudo cat /usr/local/etc/postfix/smtpd_sender_login_maps.cf 
 user = someuser
 password = somepass
 hosts = mysql1.mimar.rs
 dbname = somedb
 query = SELECT goto FROM alias WHERE address = '%s' AND active = 1

And with the configuration above I get the following in maillog when
trying to send mail:
 Dec 26 10:13:42 mail postfix/submission/smtpd[7456]: warning: connect to 
 mysql server mysql1.mimar.rs: Unknown MySQL server host 'mysql1.mimar.rs' (0)
 Dec 26 10:13:42 mail postfix/submission/smtpd[7456]: warning: 
 mysql:/usr/local/etc/postfix/smtpd_sender_login_maps.cf lookup error for 
 marko.cu...@mimar.rs

Forward and reverse drill resolve fine:
 pacija@mail:~ % 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.  3600IN  PTR mysql1.mimar.rs.

Where should I start looking for a solution?
-- 
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: 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 herb...@oslo.ath.cx 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.
-- 
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

mail/postfix does not resolve in mysql maps

2014-12-25 Thread Marko Cupać
Hi,

I'm running 10.1-RELEASE-p3 and postfix-2.11.3_3,1 built in poudriere
on jail 10.1-RELEASE-p1, It seems that after upgrade to 10.1-RELEASE-p3
postfix stopped resolving FQDNs in my mysql maps files.

This does not work:
 pacija@mail:~ % sudo cat /usr/local/etc/postfix/smtpd_sender_login_maps.cf 
 user = someuser
 password = somepass
 #hosts = mysql1.mimar.rs
 hosts = 193.53.106.138
 dbname = somedb
 query = SELECT goto FROM alias WHERE address = '%s' AND active = 1

Gives the following message in maillog:
 Dec 25 14:12:56 mail postfix/submission/smtpd[1277]: warning: connect to 
 mysql server mysql1.mimar.rs: Unknown MySQL server host 'mysql1.mimar.rs' (0)

Drill resolves fine both forward and reverse:
 pacija@mail:~ % 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.  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.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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ć marko.cu...@mimar.rs 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
 hosts = mysql1.mimar.rs
 dbname = somedb
 query = SELECT goto FROM alias WHERE address = '%s' AND active = 1
 
 Gives the following message in maillog:
  Dec 25 14:12:56 mail postfix/submission/smtpd[1277]: warning: connect to 
  mysql server mysql1.mimar.rs: Unknown MySQL server host 'mysql1.mimar.rs' 
  (0)
 
 Drill resolves fine both forward and reverse:
  pacija@mail:~ % 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.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.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

-- 
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/dansguardian revival?

2014-10-21 Thread Marko Cupać
On Mon, 20 Oct 2014 17:47:19 -0700
Chris H bsd-li...@bsdforge.com wrote:

 Unless theirs any objection. I'll take it. I'll open a pr(1)
 with a shar(1) ready, in about an hour.
 
 --Chris

Nice to hear that dansguardian will be back in ports. I also used it
for years in combination 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 and work.
-- 
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: problem upgrading ejabberd

2014-08-08 Thread Marko Cupać
On Thu, 31 Jul 2014 16:01:47 +0200
Marko Cupać marko.cu...@mimar.rs 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.example.com:/usr/ports on /usr/ports (nfs, read-only)
 nfs01.example.com:/usr/ports/distfiles on /usr/ports/distfiles (nfs)
 nfs01.example.com:/usr/ports/packages on /usr/ports/packages (nfs)
 
 This is in my make.conf:
 WITH_PKGNG=yes
 WRKDIRPREFIX=/tmp
 WITH_OPENSSL_PORT=yes
 
 Here's the error:
  ===  Building for ejabberd-14.07
  rm -rf deps/.got
  rm -rf deps/.built
  /usr/local/lib/erlang/bin/escript rebar get-deps  : deps/.got
  ERROR: Failed to extract name
  from 
  /tmp/usr/ports/net-im/ejabberd/work/ejabberd-14.07/deps/lhttpc/src/lhttpc.app.src:
  {27, file_io_server, invalid_unicode}
  gmake: *** [deps/.got] Error 1
  === 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/net-im/ejabberd.
  *** [build] Error code 1
  
  Stop in /usr/ports/net-im/ejabberd.
  
  === make build failed for net-im/ejabberd
  === Aborting update
  
  
  === You can restart from the point of failure with this command
  line: portmaster flags net-im/ejabberd 

I managed to build it after disabling HTTP option.
-- 
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ć
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.example.com:/usr/ports on /usr/ports (nfs, read-only)
nfs01.example.com:/usr/ports/distfiles on /usr/ports/distfiles (nfs)
nfs01.example.com:/usr/ports/packages on /usr/ports/packages (nfs)

This is in my make.conf:
WITH_PKGNG=yes
WRKDIRPREFIX=/tmp
WITH_OPENSSL_PORT=yes

Here's the error:
 ===  Building for ejabberd-14.07
 rm -rf deps/.got
 rm -rf deps/.built
 /usr/local/lib/erlang/bin/escript rebar get-deps  : deps/.got
 ERROR: Failed to extract name
 from 
 /tmp/usr/ports/net-im/ejabberd/work/ejabberd-14.07/deps/lhttpc/src/lhttpc.app.src:
 {27, file_io_server, invalid_unicode}
 gmake: *** [deps/.got] Error 1
 === 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/net-im/ejabberd.
 *** [build] Error code 1
 
 Stop in /usr/ports/net-im/ejabberd.
 
 === make build failed for net-im/ejabberd
 === Aborting update
 
 
 === You can restart from the point of failure with this command
 line: portmaster flags net-im/ejabberd 

Any idea how to resolve this? 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

Re: Latest c-icap update

2014-07-08 Thread Marko Cupać
On Fri, 4 Jul 2014 19:18:17 +0200
Tijl Coosemans t...@freebsd.org wrote:

 If you build c-icap with the POSIXSEM option enabled does that make
 any difference?

I have recompiled c-icap with POSIXMEM option enabled, also squidclamav
afterwards. It didn't take longer than 5 minutes for c-icap to exit on
signal 10.

 Anything interesting in the server log?  What if you set DebugLevel to
 10 in the config file?

I increased verbosity to 10, and here are a few lines before the
first crash:

 Tue Jul  8 16:15:37 2014, 85418/25206784, DEBUG squidclamav_safebrowsing: 
 Write to socket
 Tue Jul  8 16:15:37 2014, 85415/25208832, OK done reading/writing going to 
 process
 Tue Jul  8 16:15:37 2014, 85415/25208832, get send body: going to write/read: 
 1251/0 bytes
 Tue Jul  8 16:15:37 2014, 85415/25208832, get send body: written/read: 1251/0 
 bytes (eof: 0)
 Tue Jul  8 16:15:37 2014, 85415/25208832, Going to Read/- data
 Tue Jul  8 16:15:37 2014, 85418/25206784, DEBUG squidclamav_safebrowsing: 
 received from Clamd: stream: OK
 Tue Jul  8 16:15:37 2014, 85418/25206784, DEBUG squidclamav_safebrowsing: 
 Closing Clamd connection.
 Tue Jul  8 16:15:37 2014, 85418/25206784, DEBUG squidclamav_safebrowsing: No 
 malware found.
 Tue Jul  8 16:15:37 2014, main proc, Server stats: 
  Children: 5
  Free servers: 29
 Used servers:21
 Requests served:15405
 Tue Jul  8 16:15:37 2014, main proc, Child 85418 died ...
 Tue Jul  8 16:15:37 2014, main proc, Child 85418 did not exit normally.Tue 
 Jul  8 16:15:37 2014, main proc, signaled with signal:10

And a few lines before the second one:

 Tue Jul  8 16:15:37 2014, 85420/25204736, DEBUG squidclamav_safebrowsing: 
 Write to socket
 Tue Jul  8 16:15:37 2014, 85420/25204736, DEBUG squidclamav_safebrowsing: 
 received from Clamd: stream: OK
 Tue Jul  8 16:15:37 2014, 85420/25204736, DEBUG squidclamav_safebrowsing: 
 Closing Clamd connection.
 Tue Jul  8 16:15:37 2014, 85420/25204736, DEBUG squidclamav_safebrowsing: No 
 malware found.
 Tue Jul  8 16:15:37 2014, main proc, Server stats: 
  Children: 4
  Free servers: 27
 Used servers:13
 Requests served:15405
 Tue Jul  8 16:15:37 2014, main proc, Child 85420 died ...
 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

Re: Latest c-icap update

2014-07-04 Thread Marko Cupać
On Fri, 04 Jul 2014 13:20:49 +0200
Andrea Venturoli m...@netfence.it wrote:

 I see lots of bug reports on the net wrt to c-icap on FreeBSD and
 signal 11; however I believe they are all referring to old, now
 solved, problems. Is it so?

Those are probably mostly mine. I can't get squidclamav get to work on
10.0 without exiting on signals 10 and 11. I had a correspondence in
March directly with Gilles Darold, author of squidclamav. He was
helpful, sending me experimental code for testing, but finally
instructed me to use a Linux distribution instead I think you will be
more sure to have a working solution, until he figures things out.

Since then, I am monitoring ports for new versions of c-icap and
squidclamav, update every time new port is out, enable squidclamav in
squid configuration only to see it crashing after a few minutes, then
disabling it back.

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: large pkg installs - experience

2014-06-30 Thread Marko Cupać
On Mon, 30 Jun 2014 11:31:11 +0100 (BST)
Anton Shterenlikht me...@bris.ac.uk wrote:

 2. Xfce install required some tweaking, I think not all
 packages were available from the default repo. In addition,
 I had to amend .xsession mentioned in the manual:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html
 echo exec /usr/local/bin/startxfce4  ~/.xsession
 
 to this:
 
 if [ -z $DESKTOP_SESSION -a -x /usr/bin/ck-launch-session ]; then
 exec ck-launch-session dbus-launch /usr/local/bin/startxfce4
 else
 exec dbus-launch /usr/local/bin/startxfce4
 fi

You can run system-wide dbus (by adding dbus_enable=YES to rc.conf),
and start xfce with startxfce4 --with-ck-launch.

Personally, as only user of my laptop I am autologging by appending the
following to /etc/gettytab (pacija is the username of autologged user):

# Autologin by pacija
pacija:\
:ht:np:sp#115200:al=pacija:

Next, I am modifying line in /etc/ttys:

#ttyv1  /usr/libexec/getty Pc xterm   on secure
ttyv1   /usr/libexec/getty pacija xterm   on secure

And finally, appending 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ć
___
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ć
On Wed, 18 Jun 2014 01:23:43 +0200
Michael Gmelin free...@grem.de wrote:

 I took a look at it and fixed it, it builds on all supported releases
 on redports and starts ok on 10-RELEASE amd64 now. Could you please
 try yourself and verify?
 
 Patch in phabricator: https://phabric.freebsd.org/D236
After applying your patch it compiles and runs well. Thank you ver much.

 p.s. I can't maintain the port since I'm not using it myself. Maybe
 you're up for the challenge and become the maintainer yourself? It's
 a steep learning curve, but people around here are helpful.
Well, as a humble sysadmin I'm much more into .conf files than
Makefiles. Looking at your patch I am clueless why the lines you put
fixed the build. I was experimenting with creating boost folder
manually and copying version.hpp from /usr/local/include/boost/ into
it :)

Ok, next 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

please help with fixing port

2014-06-17 Thread Marko Cupać
Hi,

Some would say that net-p2p/linuxdcpp is not that important, but being
the only decent GUI nmdc/adc client in FreeBSD ports tree, I think it
deserves to be properly maintained.

Latest update broke this port. I have submitted bug report:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190600

Unfortunately, the only suggestion was to try and fix the port myself,
as there is no maintainer.

I have almost no experience in maintenance of ports, and no experience
at all with compiler errors, inclusion of headers etc.

If someone would be so kind in helping me fixing this port, or point me
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

net-p2p/linuxdcpp boost headers

2014-06-09 Thread Marko Cupać
Hi,

perhaps someone has quick solution until my bug report is resolved:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190600

===  Configuring for linuxdcpp-1.1.0_3
===  Building for linuxdcpp-1.1.0_3
scons: Reading SConscript files ...
bzrlib not installed
Mkdir(build/sconf)
Checking for c++ = 4.1...(cached) yes
Checking for pkg-config... yes
Checking for gtk+-2.0 = 2.12... yes
Checking for gthread-2.0 = 2.4... yes
Checking for libglade-2.0 = 2.4... yes
Checking for C++ header file boost/version.hpp... no
boost not found.
Note: You might have the lib but not the headers
=== Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
failure to the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net-p2p/linuxdcpp
*** Error code 1

Stop.
make: stopped in /usr/ports/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

Re: [FreeBSD-Announce] FreeBSD bug tracking moves from GNATS to Bugzilla

2014-06-03 Thread Marko Cupać
On Tue, 03 Jun 2014 07:50:33 -0700
Alfred Perlstein alf...@freebsd.org wrote:

 I think a bunch of this can be solved by using oauth or something
 like it.  aka: login via github or facebook/twitter.

Why not take it to the higher level, and force all FreeBSD users to
replace /etc/master.passwd with Facebook login? :P
-- 
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

lang/gcc and tmpfs no space let on device

2014-05-16 Thread Marko Cupać
Hi,

I am using 10.0-RELEASE-p3 amd64, and am trying to build lang/gcc as a
dependency for emulators/virtualbox-ose. Building fails giving the
following messages:

jc1: fatal error: error writing to /tmp/ccwgXZ8m.s: No space left on
device compilation terminated.
gmake[5]: *** [javax/crypto/spec.lo] Error 1
gmake[5]: *** Waiting for unfinished jobs
jc1: fatal error: error writing to /tmp/ccaXjTvk.s: No space left on
device compilation terminated.
gmake[5]: *** [java/util/zip.lo] Error 1
jc1: fatal error: error writing to /tmp/cc9iMz48.s: No space left on
device compilation terminated.

I am using 128mb tmpfs file system mounted at /tmp:
tmpfs   /tmp   tmpfs   rw,size=128m,mode=1777   0 0

Does anyone know how big /tmp do I need to have in order to compile
lang/gcc successfully?

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: lang/gcc and tmpfs no space let on device

2014-05-16 Thread Marko Cupać
On Fri, 16 May 2014 06:11:21 -0700
David Wolfskill da...@catwhisker.org wrote:

 * I've been using 2G tmpfs for some time without issue.
 * The above error messages may be misleading: it is *possible* that
   the actual complaint is not lack of space, but lack of available
   inodes -- you can't tell from the message alone.  df -i /tmp is
   likely to be helpful in diagosing what is actually the problem.

It is not related to inodes, confirmed by appending output of df -ih to
a file by means of cron job that runs every minute:

tmpfs 128M388K128M 0%  39  459k0%   /tmp
tmpfs 128M468K128M 0%  41  459k0%   /tmp
tmpfs 128M452K128M 0%  41  459k0%   /tmp
tmpfs 128M476K128M 0%  57  459k0%   /tmp
tmpfs 128M480K128M 0%  45  459k0%   /tmp
tmpfs 128M504K128M 0%  46  459k0%   /tmp
tmpfs 128M 17M111M13%2.5k  456k1%   /tmp
tmpfs 128M 18M110M14%  50  459k0%   /tmp
tmpfs 128M 39M 89M30%  72  459k0%   /tmp

Somewhere in 10th minute it fills up /tmp which breaks building,
and whatever build process created in /tmp is removed.

This is the point of failure:
libtool: compile:  /usr/ports/lang/gcc/work/build/./gcc/gcj
-B/usr/ports/lang/gcc/work/build/x86_64-portbld-freebsd10.0/libjava/
-B/usr/ports/lang/gcc/work/build/./gcc/
-B/usr/local/x86_64-portbld-freebsd10.0/bin/
-B/usr/local/x86_64-portbld-freebsd10.0/lib/
-isystem /usr/local/x86_64-portbld-freebsd10.0/include
-isystem /usr/local/x86_64-portbld-freebsd10.0/sys-include
-fomit-frame-pointer -Usun -fclasspath=
-fbootclasspath=../.././../gcc-4.7.3/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c
-fsource-filename=/usr/ports/lang/gcc/work/build/x86_64-portbld-freebsd10.0/libjava/classpath/lib/classes
-MT javax/management.lo -MD -MP -MF javax/management.deps
@javax/management.list  -fPIC -o javax/.libs/management.o jc1: fatal
error: error writing to /tmp/ccmi9d4D.s: No space left on device

I'll try to increase /tmp to 512Mb and see what happens.
-- 
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

fully working rdp client

2014-03-18 Thread Marko Cupać
Hi,

I have a hard time working with RDP servers from FreeBSD 10-RELEASE.

I used remmina, but it appears to be broken at the moment:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187140

I switched to freerdp, but the clipboard does not work:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187474

I went back to rdesktop only to rediscover that clipboard works, but I
can't type some essential characters (like  {} etc.) in codepage
closest to mine (hr).

Are there any other options available?
-- 
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: fully working rdp client

2014-03-18 Thread Marko Cupać
On Tue, 18 Mar 2014 13:00:25 +0100
Andrea Venturoli m...@netfence.it wrote:

 Did you pass option -k to it?

Yes, I am using -k hr, as there is no working switch for serbian
latin (the difference is only of political nature anyway).

Localized letters such as čćžšđ work fine. I also made a mistake
stating that {} do not work. Actually  do not work, as well as
%.
-- 
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: fs-uae amiga emulator

2014-03-10 Thread Marko Cupać
On Wed, 26 Feb 2014 15:29:07 -0300
Danilo E. Gondolfo dan...@freebsd.org wrote:

 The port that I sent works perfectly on my FreeBSD 10-amd64.
 I'm building it on redports.org right now [1], you can see the results
 in a few minutes.

Here as well, neighbourhood children can't get enough of Giana
Sisters :) Any chance to see it in ports tree soon?
-- 
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

py-setuptools confusion

2014-03-07 Thread Marko Cupać
Hi,

I am having problems with portmaster because of two versions of
py-setuptools:

===  Installing for py27-setuptools-2.0.1
===  Checking if devel/py-setuptools already installed
===   Registering installation for py27-setuptools-2.0.1 as automatic
Installing py27-setuptools-2.0.1...pkg-static: py27-setuptools-2.0.1
conflicts with py27-setuptools27-2.0.1 (installs files into the same
place).  Problematic
file: /usr/local/lib/python2.7/site-packages/easy-install.pth.dist ***
Error code 70

How can I fix this?
-- 
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

The c-icap-0.3.3 is released

2014-03-04 Thread Marko Cupać
Hi,

c-icap 0.3.3 has just been released, while version in FreeBSD ports is
0.2.5 (more than a year old). Any chance to get fresh version in ports?

I'm asking mostly because 0.2.5 is dying on signals 10 and 11 when
using squidclamav module, and I am hoping there could be fixes in later
versions.

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

c-icap exiting on signal 10 and 11

2014-02-26 Thread Marko Cupać
Hi,

I have squid + squidclamav setup for ~1000 users on FreeBSD 9.2-RELEASE
x64 server with 2Gb of RAM. Both c-icap and squidclamav are at their
default settings.

I am getting frequent errors:
Feb 26 10:39:14 rsbgyucnix04 kernel: pid 1537 (c-icap), uid 959: exited
on signal 10
Feb 26 10:39:14 rsbgyucnix04 kernel: pid 1552 (c-icap), uid 959: exited
on signal 10
Feb 26 10:39:22 rsbgyucnix04 kernel: pid 1553 (c-icap), uid 959: exited
on signal 11
Feb 26 10:39:22 rsbgyucnix04 kernel: pid 5099 (c-icap), uid 959: exited
on signal 11
Feb 26 10:40:07 rsbgyucnix04 kernel: pid 5351 (c-icap), uid 959: exited
on signal 10
Feb 26 10:40:07 rsbgyucnix04 kernel: pid 7067 (c-icap), uid 959: exited
on signal 10

This happens on both bare metal server (old HP Proliant DL350G4) and
virtual server running in VMware ESXi. I tested bare metal with
Memtest86+, no signs of RAM problems.

Should I tweak c-icap settings (e.g. MaxServers or
MaxRequestsPerChild)? Or could this be software bug?

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

Re: fs-uae amiga emulator

2014-02-26 Thread Marko Cupać
On Mon, 17 Feb 2014 17:34:55 -0300
Danilo E. Gondolfo dan...@freebsd.org wrote:

 Hello,
 
 In this case, making a port is quite simple.
 Maybe I forgot something. But basically is this.
 
 To extract: sh fs-uae.shar

Sorry it took me some time to get to this. make fails with bunch of
chown errors:

chown: 
/usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.4.0/gensrc/cpuemu_31.cpp:
Invalid argument
chown: 
/usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.4.0/gensrc:
Invalid argument
chown: 
/usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.4.0/out/.dummy:
Invalid argument
chown: 
/usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.4.0/out:
Invalid argument
chown: /usr/home/pacija/data/softver/amiga/porttest/fs-uae/work/fs-uae-2.4.0:
Invalid argument
chown: /usr/home/pacija/data/softver/amiga/porttest/fs-uae/work:
Invalid argument *** Error code 1

Similar thing happen with another port I am testing (mixxx).

Perhaps it has something to do with staging?
-- 
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: fs-uae amiga emulator

2014-02-26 Thread Marko Cupać
On Wed, 26 Feb 2014 18:43:41 +0100
Carsten Jensen to...@tomse.dk wrote:

 I've been installing it from scratch on 10.0 and it compiled without
 problems + all the dependencies.
 
 I haven't tested it on older versions of FreeBSD.
 Which version are you running?

I am also on 10-RELEASE amd64.

I didn't think this should matter, but apparently it does. I have
Windows 7 and FreeBSD 10 dual-boot laptop with shared FAT32 partition:

pacija@kaa:~ % sudo gpart show ada0
=63  1250263665  ada0  MBR  (596G)
  631985- free -  (993K)
2048  204800 1  ntfs  (100M)
  206848   167567360 2  ntfs  (80G)
   167774208   104857600 3  freebsd  [active]  (50G)
   272631808   977629184 4  fat32  (466G)
  12502609922736- free -  (1.3M)

FAT32 partition is mounted in directory under my home dir:

pacija@kaa:~ % cat /etc/fstab
/dev/ada0s3a / ufs rw 1 1
/dev/ada0s3b none swap sw 0 0
/dev/ada0s4 /home/pacija/data msdosfs rw,large,noatime,-Len_GB.UTF-8 2 2
tmpfs /tmp tmpfs rw,size=128m,mode=1777 0 0
proc /proc procfs rw 0 0

If I put port dir on freebsd partition
(eg. /home/pacija/Desktop/fs-uae), port compiles fine. If I put it on
fat32 partition, I get those chown errors.
-- 
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

fs-uae amiga emulator

2014-02-17 Thread Marko Cupać
Hi,

for some time now I am using this great amiga emulator:
http://fs-uae.net/

It compiles and runs fine on FreeBSD, no need for any patches.

Is there a chance we could see it in ports tree? Unfortunately I am not
skilled enough to make a port (meaning I never made one).

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: fs-uae amiga emulator

2014-02-17 Thread Marko Cupać
On Mon, 17 Feb 2014 20:49:28 +0100
Carsten Jensen to...@tomse.dk wrote:

 But please have patience, he's close on releasing v2.4 so I might wait
 for that before starting.
According to fs-uae homepage, 2.4.0 is out as of yesterday.

 Good news,
 I have the full backup of Frode, so I'll take the project and make a
 port out of it.
Great news indeed!

In my original mail I said it compiles and runs fine on FreeBSD, which
is true for 9x branch. Just now I saw a guy in comments section has
problems compiling it on 10x:
http://fs-uae.net/compiling/comment-page-1#comment-533123

That is probably because of clang being default compiler.

Anyway I am sure if there's will, there is a way :)
-- 
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

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

samba36 on 10-RELEASE can't join AD

2014-01-30 Thread Marko Cupać
I can't seem to join AD with samba36 on 10-RELEASE:

pacija@server:/usr/local/etc % sudo net ads join -U pacija
Enter pacija's password:
kerberos_kinit_password pac...@example.org failed: Looping detected
inside krb5_get_in_tkt Failed to join domain: failed to connect to AD:
Looping 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ć marko.cu...@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

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ć marko.cu...@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: Can't seem to build ruby19 or 18.

2014-01-27 Thread Marko Cupać
On Mon, 27 Jan 2014 12:11:52 -0600
Edwin L. Culp W. edwinlc...@gmail.com wrote:

 ===  Building for ruby-1.9.3.484_1,1
 make: don't know how to make OPENSSL_CFLAGS. Stop
 *** [do-build] Error code 1
 
 I just want to be sure that it isn't me, hopefully.

Here as 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ć marko.cu...@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

vlc terrible performance with mkv

2013-12-21 Thread Marko Cupać
Hi,

I have constant skips in both video and audio when playing 1080p mkv
files in latest vlc-2.1.2,4 on 8.4-STABLE #0 r259547. When started from
console I see the following errors:

[0x801442150] main libvlc: Running vlc with the default interface. Use
'cvlc' to use vlc without interface.

No accelerated IMDCT transform found

[0x80be0b850] avcodec decoder: Using NVIDIA VDPAU Driver Shared
Library  319.32  Wed Jun 19 13:43:27 PDT 2013 for hardware decoding.

[0x80be0b850] avcodec decoder: Using NVIDIA VDPAU Driver Shared
Library  319.32  Wed Jun 19 13:43:27 PDT 2013 for hardware decoding.

Fontconfig warning: FcPattern object size does not accept value 0

Fontconfig warning: FcPattern object size does not accept value 0

[0x814633b10] xcb_xv vout display error: shared memory allocation
error: Cannot allocate memory

Fontconfig warning: FcPattern object size does not accept value 0

Fontconfig warning: FcPattern object size does not accept value 0

[0x814633b10] main vout display error: Failed to resize display

[0x809210ed0] main input error: ES_OUT_SET_(GROUP_)PCR  is called too
late (pts_delay increased to 1000 ms)

[0x809210ed0] main input error: ES_OUT_RESET_PCR called

[0x809210ed0] main input error: ES_OUT_SET_(GROUP_)PCR  is called too
late (pts_delay increased to 1114 ms)

[0x809210ed0] main input error: ES_OUT_RESET_PCR called

[0x809210ed0] main input error: ES_OUT_SET_(GROUP_)PCR  is called too
late (pts_delay increased to 1186 ms)

[0x809210ed0] main input error: ES_OUT_RESET_PCR called

[0x809210ed0] main input error: ES_OUT_SET_(GROUP_)PCR  is called too
late (pts_delay increased to 1345 ms)

[0x809210ed0] main input error: ES_OUT_RESET_PCR called

[0x809210ed0] main input error: ES_OUT_SET_(GROUP_)PCR  is called too
late (pts_delay increased to 1532 ms)

[0x809210ed0] main input error: ES_OUT_RESET_PCR called

[0x80943eed0] vdpau generic error: no free surfaces

[0x80be0b850] avcodec decoder error: vlc_va_Get failed

[h264 @ 0x80917d620] get_buffer() failed

[h264 @ 0x80917d620] thread_get_buffer() failed

[h264 @ 0x80917d620] decode_slice_header error

[h264 @ 0x80917d620] no frame!

[0x809210ed0] main input error: ES_OUT_SET_(GROUP_)PCR  is called too
late (pts_delay increased to 1533 ms)

[0x809210ed0] main input error: ES_OUT_RESET_PCR called

xscreensaver-command: not found

gnome-screensaver-command: not found

[0x809210ed0] main input error: ES_OUT_SET_(GROUP_)PCR  is called too
late (pts_delay increased to 1591 ms)

[0x809210ed0] main input error: ES_OUT_RESET_PCR called

[0x809210ed0] main input error: ES_OUT_SET_(GROUP_)PCR  is called too
late (pts_delay increased to 1633 ms)

[0x809210ed0] main input error: ES_OUT_RESET_PCR called

[0x80943eed0] vdpau generic error: no free surfaces

[0x80be0b850] avcodec decoder error: vlc_va_Get failed

[h264 @ 0x80917d620] get_buffer() failed

[h264 @ 0x80917d620] thread_get_buffer() failed

[h264 @ 0x80917d620] decode_slice_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://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: about the Berkeley DB 4 cleanup

2013-12-17 Thread Marko Cupać
I had db42 and db47. I checked dependant ports (pkg info -r), pasted
the list to mousepad, installed db5 with portmaster, deinstalled db42
and db47 forcefully (pkg delete -f), and recompiled ports from the list
with portmaster. Some of them failed this way, so I deinstalled them
and consequently compiled them traditional way (make install clean),
which went well. I did this on 8 different servers and I didn't
encounter any problems so far.

I feared a bit when I saw amavisd-new on the list of dependant ports on
one of my production mail servers, but I had no problem after the
upgrade.
-- 
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

rt42 does not compile with perl5.18

2013-12-11 Thread Marko Cupać
I am trying to install rt42 on 9.2-RELEASE with perl5.18 installed, but
it fails due to nonexistent staging dirs:

...
pkg-static: lstat
(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.18/RT/Approval/Rule/):
No such file or directory pkg-static: lstat
(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.18/RT/Approval/):
No such file or directory pkg-static: lstat
(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.18/RT/Action/):
No such file or directory *** [do-package] Error code 1

Stop in /usr/ports/www/rt42.
*** [package] Error code 1

Stop in /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=5t=42268

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

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/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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

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

2013-10-18 Thread Marko Cupać
I am trying to compile www/p5-RT-Extension-MandatoryOnTransition but on
9.2-RELEASE i386 and perl5.18, but the port does not recognize that
rt4 is already installed:

===   p5-RT-Extension-MandatoryOnTransition-0.04 depends on package: rt4.0.8 
- not found

Consequently it tries to install rt40 but fails as it is already installed:

===  Checking if www/rt40 already installed
===   rt40-4.0.18 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish 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ć
___
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/p5-RT-Extension-MandatoryOnTransition does not recognize rt40 is installed

2013-10-18 Thread Marko Cupać
This Makefile patch solved it for me, don't know if that is the correct
way:

--- Makefile.orig   2013-10-18 12:53:19.0 +0200
+++ Makefile2013-10-18 12:53:32.0 +0200
@@ -12,8 +12,8 @@
 
 LICENSE=   GPLv2
 
-BUILD_DEPENDS= rt4.0.8:${PORTSDIR}/www/rt${RT_VER}
-RUN_DEPENDS=   rt4.0.8:${PORTSDIR}/www/rt${RT_VER}
+BUILD_DEPENDS= rt404.0.8:${PORTSDIR}/www/rt${RT_VER}
+RUN_DEPENDS=   rt404.0.8:${PORTSDIR}/www/rt${RT_VER}
 
 USES=  perl5
 USE_PERL5= configure


-- 
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: 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 m.sea...@infracaninophile.co.uk 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ć
___
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ć
Hello,

I cannot compile either of the two with NTLM option enabled:
www/dansguardian
www/dansguardian-devel

This is on 9.2-RELEASE i386.

Both fail with the same error message:

 error message 
checking for NTLM support... yes
checking for iconv... no
no
checking for iconv in -liconv... 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 this?

-- 
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: libiconv problem on dansguardian-(devel)

2013-10-17 Thread Marko Cupać
On Thu, 17 Oct 2013 16:38:35 +0400
Boris Samorodov b...@passap.ru wrote:

 I think that the right way is to include iconv to Uses unconditionally
 (keeping in mind that --with-libiconv=${LOCALBASE} also was used
 unconditionally before switching to Uses/iconv.mk). The same for
 www/dansguardian-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://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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

2013-10-07 Thread Marko Cupać
After rebuilding world and kernel to 9.2-STABLE amd64 r256096 I upgraded
perl to perl-5.18.1_1, and consequently initiated 'in place' update of
all my ports with portmaster -afd. It failed on multimedia/ffmpeg with
error described here:

http://www.freebsd.org/cgi/query-pr.cgi?pr=181516

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://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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ć marko.cu...@mimar.rs 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
+++ doc/protocols.texi  2013-10-07 13:48:19.0 +0200
@@ -155,7 +155,7 @@
 
 Real-Time Messaging Protocol.
 
-The Real-Time Messaging Protocol (RTMP) is used for streaming multime‐
+The Real-Time Messaging Protocol (RTMP) is used for streaming multime --
 dia content across a TCP/IP network.
 
 The required syntax is:
-

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

  1   2   >