[HEADS UP] Ports tree is now frozen.

2013-03-29 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy

The ports tree is now frozen in preparation for the 8.4 release.
This means that all commits need to be explicitly approved by
portmgr.  In general, only security fixes and build/install/deinstall
fixes for this branche will be allowed. Please see the portmgr policy
page for a precise description of which commits are allowed when:
http://www.freebsd.org/portmgr/policies_committing.html

If you have some spare time during the freeze, please help us improve
the current state of the ports.  For a list of ports currently marked
broken, see. http://portsmon.freebsd.org/portsconcordanceforbroken.py

Also, see error logs from pointyhat:
http://portsmon.freebsd.org/portsconcordanceforbuildenv.py?buildenv=-8-

- - Martin on behalf of portmgr

- -- 
+-oOO--(_)--OOo-+
With best Regards,
Martin Wilke (miwi_(at)_FreeBSD.org)


  Mess with the Best, Die like the Rest


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlFWeesACgkQdLJIhLHm/OngHACfWkLW7+hnwpDB3PYDDJxR0FB3
b+wAn1NiVIpxi5iLLxZQclqtJzCq7vvG
=OBTb
-END PGP SIGNATURE-
___
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/nginx pkg-plist + pkgng (detectable?)

2013-03-29 Thread Michael Gmelin
pkg-plist contains:

%%WWWDATA%%@exec mkdir -p -m 755 www/nginx-dist
%%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs
%D/www/nginx-dist %D/www/nginx; fi
%%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING
%%WWWDATA%%www/nginx-dist/index.html
%%WWWDATA%%www/nginx-dist/50x.html
%%WWWDATA%%@exec chmod a-w www/nginx-dist
%%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi
%%WWWDATA%%@dirrmtry www/nginx-dist

cd /usr/ports/www/nginx
make install clean

# pkg info -R nginx | grep www/nginx-dist

  /usr/local/www/nginx-dist/50x.html: 
3c264d74770fd706d59c68d90ca1eb893ac379a666ff136f9acc66ca01daec02
  /usr/local/www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING: 
01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
  /usr/local/www/nginx-dist/index.html: 
38ffd4972ae513a0c79a8be4573403edcd709f0f572105362b08ff50cf6de521
  /usr/local/www/nginx-dist/: y
mkdir -p -m 755 www/nginx-dist
if [ ! -d /usr/local/www/nginx/ ] ; then ln -fs /usr/local/www/nginx-dist 
/usr/local/www/nginx; fi
chmod a-w www/nginx-dist

This means in practice, once you create a binary package (pseudo code):
pkg create nginx
pkg repo .
...
pkg install nginx

You'll be left with a www/nginx-dist relative to wherever you've been
in the file. I assume that pkg-plist should use %D/www/nginx instead of
www/nginx in mkdir and chmod. So it's probably a bug in the port
itself. Is this something that pkgng could potentially catch in future?

Cheers,
Michael

-- 
Michael Gmelin
___
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: amarok-kde4 needs googlemock

2013-03-29 Thread Alberto Villa
On Friday 29 March 2013 01:30:56 Alberto Villa wrote:
> On Thursday 28 March 2013 14:35:10 Ronald Klop wrote:
> > After upgrading kde to 4.10 I rebuild amarok and configure failed.
> 
> This is being analyzed; for some reason, a global CMake setting changed with
> KDE SC 4.10.

Fix committed.
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

I had no shoes and I pitied myself.  Then I met a man who had no feet,
so I took his shoes.
-- Dave Barry


signature.asc
Description: This is a digitally signed message part.


Trouble building postfixadmin on 10-CURRENT

2013-03-29 Thread Andre Goree
Having issues building postfixadmin on a 10-CURRENT system.  Any advice?

[root@nqhost postfixadmin]# make install clean
===>  Installing for postfixadmin-2.3.6
===>   postfixadmin-2.3.6 depends on file:
/usr/local/include/php/main/php.h - found
===>   postfixadmin-2.3.6 depends on file:
/usr/local/lib/php/20090626/session.so - found
===>   postfixadmin-2.3.6 depends on file:
/usr/local/lib/php/20090626/mbstring.so - found
===>   postfixadmin-2.3.6 depends on file:
/usr/local/lib/php/20090626/xmlrpc.so - found
===>   postfixadmin-2.3.6 depends on file:
/usr/local/lib/php/20090626/mysqli.so - found
===>   Generating temporary packing list
===>  Checking if mail/postfixadmin already installed
(cd /usr/ports/mail/postfixadmin/work/postfixadmin-2.3.6/ &&  /bin/sh -c
'(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null  2>&1) &&
 /usr/sbin/chown -R root:wheel $1 &&  /usr/bin/find -d $0 $2 -type d
-exec chmod 755 $1/{} \; &&  /usr/bin/find -d $0 $2 -type f -exec chmod
444 $1/{} \;' -- \*.php /usr/local/www/postfixadmin "! -name
config.inc.php")
*** [do-install] Error code 1

Stop in /usr/ports/mail/postfixadmin.
*** [install] Error code 1

Stop in /usr/ports/mail/postfixadmin.


-- 
Andre Goree
an...@drenet.info
___
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: grub2 with libzfs

2013-03-29 Thread Juergen Lock
On Fri, Mar 29, 2013 at 02:45:59PM -0400, Sam Fourman Jr. wrote:
> > http://people.freebsd.org/~nox/tmp/grub-2.00-004-zfs.patch
> >
> >  I haven't runtime-tested grub-install and booting at all yet tho,
> > let alone the zfs support, I'll leave that testing to volunteers
> > like you for now. :)
> >
> >  Thanx,
> > Juergen
> > ___
> 
> 
> I would be happy to test this, does anyone have the exact grub syntax
> to boot a FreeBSD zfs root pool?
> 
Maybe this helps:

http://forums.freebsd.org/showthread.php?p=194477#post194477

 Thanx! :)
Juergen
___
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: grub2 with libzfs

2013-03-29 Thread Beeblebrox
Sam: it goes like this: 

menuentry "FreeBSD Direct-Boot" {
search -s -l zpool
kfreebsd /@/boot/kernel/kernel
kfreebsd_module_elf /@/boot/kernel/opensolaris.ko
kfreebsd_module_elf /@/boot/kernel/zfs.ko
kfreebsd_module /@/boot/zfs/zpool.cache type=/boot/zfs/zpool.cache
kfreebsd_loadenv /@/boot/device.hints
set kFreeBSD.vfs.root.mountfrom=zfs:zpool
}

This is valid if root is on the zfs dataset with the same name as the zpool
- a zfs dataset is created at the same time when pool is created. If root is
on that dataset, this is the syntax.

If root is on another dataset (say pool/myzfsroot) then modify @ with
myzfsroot@ =>
kfreebsd /myzfsroot@/boot/kernel/kernel
kfreebsd_module_elf /myzfsroot@/boot/kernel/opensolaris.ko
etc...




--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p573.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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: grub2 with libzfs

2013-03-29 Thread Sam Fourman Jr.
> http://people.freebsd.org/~nox/tmp/grub-2.00-004-zfs.patch
>
>  I haven't runtime-tested grub-install and booting at all yet tho,
> let alone the zfs support, I'll leave that testing to volunteers
> like you for now. :)
>
>  Thanx,
> Juergen
> ___


I would be happy to test this, does anyone have the exact grub syntax
to boot a FreeBSD zfs root pool?

Sam Fourman Jr.
___
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: grub2 with libzfs

2013-03-29 Thread Juergen Lock
In article <1364469893741-5799652.p...@n5.nabble.com> you write:
>>>you only have to add
>>>CPATH=${SRC_BASE}/cddl/contrib/opensolaris/lib/libzfs/common
>>>to CONFIGURE_ENV and MAKE_ENV, and add a ZFS knob to enable this
>>>that checks
>${SRC_BASE}/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h 
>
>That sounds like a great solution!
>
>How is all of that done, exactly?? :P
>
Well this turned out to be a little more tricky anyway...
I'm currently testing more or less this update on redports:

http://people.freebsd.org/~nox/tmp/grub-2.00-004-zfs.patch

 I haven't runtime-tested grub-install and booting at all yet tho,
let alone the zfs support, I'll leave that testing to volunteers
like you for now. :)

 Thanx,
Juergen
___
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-03-29 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
+-+
math/jlatexmath | 0.9.7   | 1.0.2
+-+


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...@portscout.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"


Re: FreeBSD Port: ap22-mod_security-2.6.6

2013-03-29 Thread Marcelo Araujo
2013/3/29 Marcelo Araujo 

>
>
> 2013/3/27 Manfred Wischin 
>
>> Hi Marcelo Araujo,
>>
>> ** **
>>
>> is there any chance to get a current modsecurity 2.7 version into the
>> FreeBSD ports?
>>
>> ** **
>>
>> Thank you for your time and effort.
>>
>> ** **
>>
>> Dear
>>
>> Manfred Wischin
>>
>> ** **
>>
>>
>>
> Hello,
>
> Yes of course! I just came back from my vacation, I need just check some
> stuff at work and soon I will update it. Probably, next week.
>
> Best Regards,
> --
> Marcelo Araujo
> ara...@freebsd.org


Just to make it clear, I cannot update it next week, due the ports will be
freeze.
After the freeze time, I will update!

Best Regards,
-- 
Marcelo Araujo
ara...@freebsd.org
___
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: trouble with ffmpeg1

2013-03-29 Thread joerg surmann

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

sorry, i'd o time for ffmpeg1 last week.
now ffmpeg1 work good for me.

thanks for your work.

best regards
suri

Am 24.03.13 05:29, schrieb Kevin Oberman:
> On Sat, Mar 23, 2013 at 10:56 AM, Joerg Surmann  
> wrote:
>>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA256
>>
>> now its not too big.
>> i hope.
>>
>> sorry
>> Am 23.03.2013 05:38, schrieb Kevin Oberman:
>>> On Fri, Mar 22, 2013 at 9:02 PM, Kevin Oberman 
wrote:
 On Fri, Mar 22, 2013 at 5:24 PM, Kevin Oberman 
>> wrote:
> On Fri, Mar 22, 2013 at 9:59 AM, Joerg Surmann
>>  wrote:
>>
>> ok.
>> here the complet make output.
>> (without make install)
>
> Actually, it was just the STDERR output without the STDOUT stuff.  To
> get far we need to have the complete output.
> % script
> % cd /usr/ports/multimedia/fmpeg1 && make
> % exit
>
> Then send the typescript file. That will have everything in order,
> just as it comes out on the terminal. Also,
> /usr/ports/multimedia/fmpeg1/work/ffmpeg-1.05/config.log
>
> texi2html is the tool that actually generates the *.html files. You
> might want to confirm that texi2html is available.
> % which texi2html

 OK. I just looked for the obvious and it looks like texi2html is not
 listed as a build dependency for ffmpeg1. Install textproc/texi2html
 and ffmpewg1 should work properly.
>>>
>>> Again, I was too quick. I should have tested first. texi2html is a
>>> BUILD_DEPEND of ffmpeg1, so you should not be able to build ffmpeg1
>>> without it. If you try, the ports system should install it for you.
>>>
>>> So, again, we need to see the complete build log (as recorded by
>>> script(1)) and the config.log file.
>>>
>>> Sorry for the false information on the last message
>
> Joerg,
>
> Well, I think I have sort of found the problem, but it gets a bit out
> of my realm of cluefulness.
>
> HTe problem is perl does not seem to have the required files to handle
> the El Salvador locale. I'm not too sure what to suggest, but some
> other Spanish speaking country might work. I'm really not at all sure
> since my locale is en_US, so no real internationalization is needed.
>
> In any case, yo may be closer to a solution.
>
> If you just want to get ffmpeg1 installed, you can do so by:
> # cd /usr/ports/multimedia/ffmpeg1
> # make
> # cd work/ffmpeg-1.05/doc
> # touch developer.html
> # cd
> # portmaster -C ffmpeg1
>
> This will fake out the error and make the install work.
>
> the root issue is that you have your locale set to sv but it looks
> like all of the ports may not support it at this time. I wish I could
> help more here, but you may want to read up on gettext and
> internationalization and, if you don't see what needs to be done, open
> a new thread.
>
> If you have not already read it, check out Chapter 24 of the FreeBSD
> Handbook at:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/l10n.html
> o, en EspaƱol,
http://www.freebsd.org/doc/es_ES.ISO8859-1/books/handbook/l10n.html
>
> Good luck!

-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.18 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCgAGBQJRVV12AAoJEDyDkpKh+9pTOAAQAK9ONGc4ywfrNQxQ9RpFZsIV
h0beSlcHrIxUAI9MW40Bi3A5I8LP3poInKDMjvFm28QBkJ882hTU31hOlh7ALN6n
vajQ42xvVlwJ0ryHXGiHVyo4C7YSiz8cLL0Y/PmeCqJkW8mT0TCgYr2ABlErUbi7
xo/6ftWKBUV4Z2Q/vk/CO96UW/Ks6vrT/PFVBXubF454EC/QpP+ttBKezwHUjBUa
vxvGn88M3reC+5nIkoR6xvC7TEV17xwTp4/qy7SkkjV8eGwhT0JSULiI2Jk9xqsc
C3HpngwQY0Q5zhI66LTrNBpddy8Mt5EJqzm3QzEubyLX1VBGIx0jPYP05UM/vwpQ
sRoCpPAVbd74Zj/GEJTfXQMoITENiN+fNEuj9XbRs+di6wRvQSCNhuZcd0oT87sn
d4+1zVCKsQiY0N6vcBRYBLSYAbh/Y5leo+mrmulVpv3zrYlEOi1EgbwAis5O8gnB
NQjFNSh597zYNhRPS1kyXFbFr83Qh74VY+0Wwbhv4zpDYuIxFZBT4zXVn3OX/xUL
L+MwNlBnsDwHg1UdHkkJtMnmwXK4GlwagjE+hJmz+QKqWgX/EHDTqH3pWoEV5b7h
itUXLAdpD+yx1+tYXw8PlKKxlA8XkdiGhq88lFk60C35+llUMuKM185RpHJ/GhHG
FT67fhuyMr4jZjyzJbZA
=V0NT
-END PGP SIGNATURE-

___
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 Port: ap22-mod_security-2.6.6

2013-03-29 Thread Marcelo Araujo
2013/3/27 Manfred Wischin 

> Hi Marcelo Araujo,
>
> ** **
>
> is there any chance to get a current modsecurity 2.7 version into the
> FreeBSD ports?
>
> ** **
>
> Thank you for your time and effort.
>
> ** **
>
> Dear
>
> Manfred Wischin
>
> ** **
>
>
>
Hello,

Yes of course! I just came back from my vacation, I need just check some
stuff at work and soon I will update it. Probably, next week.

Best Regards,
-- 
Marcelo Araujo
ara...@freebsd.org
___
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"