[QAT] r324687: 4x leftovers

2013-08-14 Thread Ports-QAT
- Update to 2.2
- Add a man page

PR: ports/181115
Submitted by:   Tzanetos Balitsaris  (maintainer)
-

  Build ID:  20130814082400-60677
  Job owner: c...@freebsd.org
  Buildtime: 7 minutes
  Enddate:   Wed, 14 Aug 2013 08:31:26 GMT

  Revision:  r324687
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=324687

-

Port:net-im/jitsi 2.2

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~c...@freebsd.org/20130814082400-60677-169936/jitsi-2.2.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~c...@freebsd.org/20130814082400-60677-169937/jitsi-2.2.log

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~c...@freebsd.org/20130814082400-60677-169938/jitsi-2.2.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~c...@freebsd.org/20130814082400-60677-169939/jitsi-2.2.log


--
Buildarchive URL: 
redports 
___
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"


Poudriere & PKGNG repo issue

2013-08-14 Thread Loïc Blot
Hello,
yesterday i have a strange issue with pkgng repository.

I have set packagesite into my /usr/local/etc/pkg.conf to this:
packagesite: http://mirror1.tld/pub/FreeBSD/9.1/packages/

I can install some packages. yesterday, later i add some packages
(owncloud for example). I do a pkg update on the machine and owncloud
doesn't appear. Moreover, i only see mysql-server 5.5.32 with pkg search
whereas mysql-server 5.5.33 is in the repo.

This morning i tried a thing, i remove the last slash and now this works
perfect.

packagesite: http://mirror1.tld/pub/FreeBSD/9.1/packages

Maybe there is something to fix in pkgng when the URL finishes with a
slash ?


-- 
Best regards, 

Loïc BLOT, Engineering
UNIX Systems, Security and Networks
http://www.unix-experience.fr



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

FreeBSD ports you maintain which are out of date

2013-08-14 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
misc/gregexp| 0.3 | 0.4
+-+
print/typetools | 2.98| 2.99
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@freebsd.org

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


Perl and Threads

2013-08-14 Thread Jerry
The Perl ports offer options for "THREADS" AND "PERL_MALLOC". Example
from the perl5.18 port:

# make showconfig
{snip}
> Exclusive OPTIONS: you can only select none or one of them
 THREADS=off: Build threaded perl
 PERL_MALLOC=off: Use Perl malloc

Is there any advantage to one or the other? I have seen ports that have
options that require a threaded perl. Why would I not want to use at
least one of the options?

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: Perl and Threads

2013-08-14 Thread Mark Martinec
> The Perl ports offer options for "THREADS" AND "PERL_MALLOC".
> Example from the perl5.18 port:
> 
> # make showconfig
> {snip}
> > Exclusive OPTIONS: you can only select none or one of them
>  THREADS=off: Build threaded perl
>  PERL_MALLOC=off: Use Perl malloc
> 
> Is there any advantage to one or the other?

> I have seen ports that have options that require a threaded perl.
> Why would I not want to use at least one of the options?

There are indeed some modules in ports which require a threaded
perl. Within the set of 100 perl ports we have in use on our
servers I never got in a situation that would require a threaded
perl. Btw, not to be confused with the PTHREAD option, which is
often needed due to some underlying library needing a threads
support.

I could find the following ports which require a threaded perl:
  multimedia/p5-GStreamer
  mail/p5-Sendmail-Milter
  editors/p5-Padre
  devel/p5-SDL
  devel/p5-SNMP-Persist
  devel/p5-Glib2
(plus some dedicated modules for thread support).

Unless you need one of such modules, building a threaded perl
is just a waste for all other uses.


About PERL_MALLOC I'm not sure. With a modern memory allocator
that comes with more recent versions of FreeBSD, I'd say that
PERL_MALLOC does not bring any advantage. For a true answer
one would need to benchmark the specific application one has
in mind.

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


FreeBSD Port: serviio-1.2.1_1

2013-08-14 Thread Alan Valentine
Hi,

Serviio 1.3.0 is now out - please can the freebsd port for it be updated to 
this new version? Thanks!

see

http://www.serviio.org/news/76-version-1-3-released

Regards,

Alan Valentine


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


missing dependancy for www/owncloud

2013-08-14 Thread Loïc Blot
Hello,
today i have migrated owncloud from one old servers to a fresh server
which uses poudriere & pkgng.
When i use owncloud, i see a missing dependancy:
{"app":"PHP","message":"PHP Startup: Unable to load dynamic library
'\/usr\/local\/lib\/php\/20100525\/wddx.so' - \/usr\/local\/lib\/php
\/20100525\/wddx.so: Undefined symbol \"ps_globals\" at
Unknown#0","level":4,"time":"2013-08-14T13:06:00+00:00"}

It seems the textproc/php5-wddx is missing 

Ownloud makefile

USE_PHP=ctype curl dom fileinfo filter gd hash iconv json
mbstring \
mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3
xml \
zip zlib

must be replaced with:

USE_PHP=ctype curl dom fileinfo filter gd hash iconv json
mbstring \
mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3
xml \
wddx zip zlib

Please update it :)

-- 
Best regards, 

Loïc BLOT, Engineering
UNIX Systems, Security and Networks
http://www.unix-experience.fr



___
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: missing dependancy for www/owncloud

2013-08-14 Thread Philippe Audéoud
On Wed, 14 Aug 2013, Loïc Blot wrote:

> Hello,
> today i have migrated owncloud from one old servers to a fresh server
> which uses poudriere & pkgng.
> When i use owncloud, i see a missing dependancy:
> {"app":"PHP","message":"PHP Startup: Unable to load dynamic library
> '\/usr\/local\/lib\/php\/20100525\/wddx.so' - \/usr\/local\/lib\/php
> \/20100525\/wddx.so: Undefined symbol \"ps_globals\" at
> Unknown#0","level":4,"time":"2013-08-14T13:06:00+00:00"}
> 
> It seems the textproc/php5-wddx is missing 
> 
> Ownloud makefile
> 
> USE_PHP=ctype curl dom fileinfo filter gd hash iconv json
> mbstring \
> mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3
> xml \
> zip zlib
> 
> must be replaced with:
> 
> USE_PHP=ctype curl dom fileinfo filter gd hash iconv json
> mbstring \
> mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3
> xml \
> wddx zip zlib
> 
> Please update it :)
>

Hello,

If you have a patch, feel free to submit a PR. If you need help to do
that, don't hesiate to ask

Regards,

-- 
Philippe Audéoud 
___
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: missing dependancy for www/owncloud

2013-08-14 Thread Loïc Blot
No problem to do this with a PR. I do it now :)
I also do it for GLPI, soap is missing
-- 
Best regards, 

Loïc BLOT, Engineering
UNIX Systems, Security and Networks
http://www.unix-experience.fr


Le mercredi 14 août 2013 à 16:19 +0200, Philippe Audéoud a écrit :
> On Wed, 14 Aug 2013, Loïc Blot wrote:
> 
> > Hello,
> > today i have migrated owncloud from one old servers to a fresh server
> > which uses poudriere & pkgng.
> > When i use owncloud, i see a missing dependancy:
> > {"app":"PHP","message":"PHP Startup: Unable to load dynamic library
> > '\/usr\/local\/lib\/php\/20100525\/wddx.so' - \/usr\/local\/lib\/php
> > \/20100525\/wddx.so: Undefined symbol \"ps_globals\" at
> > Unknown#0","level":4,"time":"2013-08-14T13:06:00+00:00"}
> > 
> > It seems the textproc/php5-wddx is missing 
> > 
> > Ownloud makefile
> > 
> > USE_PHP=ctype curl dom fileinfo filter gd hash iconv json
> > mbstring \
> > mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3
> > xml \
> > zip zlib
> > 
> > must be replaced with:
> > 
> > USE_PHP=ctype curl dom fileinfo filter gd hash iconv json
> > mbstring \
> > mysql pdo pdo_mysql pdo_sqlite session simplexml sqlite3
> > xml \
> > wddx zip zlib
> > 
> > Please update it :)
> >
> 
> Hello,
> 
> If you have a patch, feel free to submit a PR. If you need help to do
> that, don't hesiate to ask
> 
> Regards,
> 

___
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: Perl 5,18 backward incompatibilities issue

2013-08-14 Thread Yasuhiro KIMURA
From: Yasuhiro KIMURA 
Subject: Perl 5,18 backward incompatibilities issue (Re: perl-5.12.5 This port 
is marked DEPRECATED)
Date: Wed, 14 Aug 2013 13:16:14 +0900 (JST)

> mail/postgrey does not work with 5.18. Daemon process does not start
> up after rc.d script is executed.
> 
> I found and tried following patch but problem did not fixed.
> 
> https://github.com/schweikert/postgrey/issues/3
> 
> So I switched back to 5.16.

I fixed this issue and sent following PR:

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

Just FYI.

---
Yasuhiro KIMURA
___
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: [CFT] devel/gitlab

2013-08-14 Thread Ivan Klymenko
В Tue, 6 Aug 2013 13:38:30 +
Steve Wills  пишет:

> On Fri, Aug 02, 2013 at 01:13:49PM +0300, Ivan Klymenko wrote:
> > Hello everyone!
> > 
> > Please help me in testing the SUBJ port and bringing it to the
> > correct state. :)
> > 
> > https://redports.org/browser/fidaj/devel/gitlab
> > 
> > Submitted comments and the patches :).
> 
> I've been interested in having a port of this for a while, but there
> are some problems with this port. I'll try to see what I can do to
> get it in shape to commit.
> 
> Steve

I made ​​some changes in the port.

The problem is that if you use the necessary programs that exist in the
ports at the moment - then gitlab may not work.
___
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"

[QAT] r324749: 4x leftovers

2013-08-14 Thread Ports-QAT
Add rrdmerge - a simple script to merge two RRD files together. But quite
useful at that.
-

  Build ID:  20130815020200-58210
  Job owner: sobo...@freebsd.org
  Buildtime: 14 minutes
  Enddate:   Thu, 15 Aug 2013 02:15:45 GMT

  Revision:  r324749
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=324749

-

Port:databases/rrdmerge 0.0_b05d69bfac64

  Buildgroup: 9.1-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~sobo...@freebsd.org/20130815020200-58210-170196/rrdmerge-0.0_b05d69bfac64.log

  Buildgroup: 9.1-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~sobo...@freebsd.org/20130815020200-58210-170197/rrdmerge-0.0_b05d69bfac64.log

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~sobo...@freebsd.org/20130815020200-58210-170198/rrdmerge-0.0_b05d69bfac64.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~sobo...@freebsd.org/20130815020200-58210-170199/rrdmerge-0.0_b05d69bfac64.log


--
Buildarchive URL: 
redports 
___
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"


Searching the port tree with portmaster?

2013-08-14 Thread LuKreme
Am I missing a search feature in postmaster?

If not, how are people finding where a port is to install it (I had a heck of a 
time finding sudo, for example)

-- 
FOUR QUEENS. HMM. THAT IS VERY HIGH.  Death looked down at his cards,
and then up into Granny's steady, blue-eyed gaze.  Neither moved for
some time.  Then Death laid the hand on the table.  I LOSE, he said. ALL
I HAVE IS FOUR ONES.

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


I want to help you create a cool video

2013-08-14 Thread support

Hi,
 My name is Benchley and I randomly landed on your site, and I  
can say that you have a very well presented site.
Do you know that even though you have a nice site, you are losing  
sales just because you do not have an high converting video?
Nowadays, people are more interested in being sold via a promotional  
video than reading the content from a website. It explain why your top  
competitors all have at least one video to promote their business.
So basically, if you are interested in generating more leads,my  
company can help you with that if you want. At a very competitive  
rate, we will create a high converting video to promote your company.  
We will take care of the previous steps for you (Script, Storyboard  
and voice over).We offer two type of videos (Basic and Highly Animated  
).


Basic videos (Contains more text and still images):
Examples:
http://www.youtube.com/watch?v=xu3tjQ0Q5Sk
http://www.youtube.com/watch?v=ngpsaeE2J_Q

Highly Animated videos (Contains less text and more detailed animations):
Examples:
http://www.youtube.com/watch?v=WjLBdRYT1uQ
http://www.youtube.com/watch?v=CwFaTZIJLXY
http://www.youtube.com/watch?v=4fLSxFhHBoU

For more information, feel free to reply to this email so that we can  
help you get ahead of your competitors.


Best regards,
Benchley Pierre Ren
supp...@webnetg.info
webnetg.info
skype id: Benchley.pierre.rene
514-651-3380


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Searching the port tree with portmaster?

2013-08-14 Thread Sergey V. Dyatko
On Thu, 15 Aug 2013 00:44:43 -0600
LuKreme  wrote:

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


-- 
wbr, tiger
___
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"