Re: About PHP 5.X in FreeBSD port tree

2012-04-03 Thread James Chang
Dear Sir,

Thanks for your notice, but there seems no information about
whether the vulnerabilities about CVE-2011-2483, CVE-2011-4153 and
CVE-2011-3389 were fixed in FreeBSD port tree (PHP 5.3.10_1) or not?

Best Regards!

 James Chang

2012/4/3 Mel Flynn rfl...@acsalaska.net:
 Please search the list before posting.

 --
 Mel
___
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 PHP 5.X in FreeBSD port tree

2012-04-03 Thread Alex Dupre
James Chang ha scritto:
 Thanks for your notice, but there seems no information about
 whether the vulnerabilities about CVE-2011-2483, CVE-2011-4153 and
 CVE-2011-3389 were fixed in FreeBSD port tree (PHP 5.3.10_1) or not?

PHP 5.3.11 will be released soon and the port will be updated to this
release before switching to (probably) 5.4.1.

-- 
Alex Dupre
___
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


bouncycastle poll

2012-04-03 Thread Alex Dupre
Brief history: BouncyCastle 1.45 is the last release implementing APIv1.
BC 1.46 and 1.47 are preliminary releases for next BC 2.0 that implement
APIv2. The APIs are incompatible (and conflicting) and we need to keep
both versions in the ports tree.

Possible solutions:

1) repocopy java/bouncycastle into java/bouncycastle145 and update the
former to 1.47 (and later to 2.0)

2) repocopy java/bouncycastle into java/bouncycastle1 and update the
former to 1.47 (and later to 2.0)

3) repocopy java/bouncycastle into java/bouncycastle2 and update the
latter to 1.47 (and later to 2.0)

Which one do you prefer?

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


Re: What about Firefox 11?

2012-04-03 Thread Heino Tiedemann
Florian Smeets f...@freebsd.org wrote:

 On 22.03.2012 17:54, Heino Tiedemann wrote:
 Hi,
 
 
 Firefox 11 is out!
 
 Is there a time line oder a date when it comes into ports?
 

 Yes, after the ports freeze. We decided to stay with firefox 10.0.x for
 now and update www/firefox to 11 after the FreeBSD 8.3 release is out.

hm?

I understand that there is noany 8.3 out yet.

But - there are new ports those days.

e.g. graphics/rawtherapee

??

Heino




___
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: php5 and pgsql/sqlite

2012-04-03 Thread Frank Wall
Hi,

On Mon, Apr 02, 2012 at 06:22:54PM +0300, Daniel Braniss wrote:
 whenever extensions=pgsql.so or/and extensions=slqlite3.so is added
 php exits with error (Exit 1)
 [...]
 but when adding, for example extension=pgsql.so to 
 /usr/local/etc/php/extensions.ini
 php exits with error

I suspect it is related to the LINKTHR option being off. Please see
http://lists.freebsd.org/pipermail/freebsd-ports/2011-June/068441.html
http://lists.freebsd.org/pipermail/freebsd-ports/2011-June/068222.html
for details on how to fix this issue.


Bye
- Frank
___
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: How useful is %%DATADIR%%, anyway?

2012-04-03 Thread Chris Rees
On 29 March 2012 07:54, Doug Barton do...@freebsd.org wrote:
 On 3/23/2012 1:14 PM, Chris Rees wrote:
 Just as a thought, I decided to try stripping out all mentions of
 %%DATADIR%%, %%DOCSDIR%% etc from pkg-plist, and replacing them with
 PORTDOCS=*, PORTDATA=* in the Makefiles etc.

 How much time does creating the dynamic plists take for ports with
 larger numbers of docs/data, vs. the static lists; and how many ports
 would be adversely affected, if any?

Well... running find on a directory tree doesn't take very long if all
we're doing is grabbing filenames, vs a 7% speedup of a ports csup (a
gross estimate of course, and portsnap compression will probably at
least partially eliminate this!).  Worth remembering that the find is
only done on ports that are installed, rather than csup which is done
on *every* port.

 In regards to the idea itself, I like dynamic (or more dynamic) plist
 generation whenever possible, so I think you're going the right direction.

 One small note, some of us use a construction like this:

 PORTDOCS=       foo bar baz

 post-install:
 .for file in ${PORTDOCS}
        ...
 .endfor

 So taking into consideration that '*' might not always be literally '*',
 I'm in favor.

Great!  I'll get docs patches in soon.

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


Re: What about Firefox 11?

2012-04-03 Thread Luiz Gustavo S. Costa
Hi,

I thought it was because of being the version ESR (Extended Support
Release)

http://www.mozilla.org/en-US/firefox/organizations/



* Heino Tiedemann (rotkaps_spam_t...@gmx.de) wrote:
 Florian Smeets f...@freebsd.org wrote:
 
  On 22.03.2012 17:54, Heino Tiedemann wrote:
  Hi,
  
  
  Firefox 11 is out!
  
  Is there a time line oder a date when it comes into ports?
  
 
  Yes, after the ports freeze. We decided to stay with firefox 10.0.x for
  now and update www/firefox to 11 after the FreeBSD 8.3 release is out.
 
 hm?
 
 I understand that there is noany 8.3 out yet.
 
 But - there are new ports those days.
 
 e.g. graphics/rawtherapee
 
 ??
 
 Heino
 
 
 
 
 ___
 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
---
Luiz Gustavo Costa (Powered by BSD)
*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+
mundoUnix - Consultoria em Software Livre
http://www.mundounix.com.br
ICQ: 2890831 / MSN: cont...@mundounix.com.br
Tel: 55 (21) 4063-7110 / 8194-1905 / (11) 4063-0407
Blog: http://www.luizgustavo.pro.br
___
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: How useful is %%DATADIR%%, anyway?

2012-04-03 Thread Doug Barton
On 4/3/2012 9:15 AM, Chris Rees wrote:
 On 29 March 2012 07:54, Doug Barton do...@freebsd.org wrote:
 On 3/23/2012 1:14 PM, Chris Rees wrote:
 Just as a thought, I decided to try stripping out all mentions of
 %%DATADIR%%, %%DOCSDIR%% etc from pkg-plist, and replacing them with
 PORTDOCS=*, PORTDATA=* in the Makefiles etc.

 How much time does creating the dynamic plists take for ports with
 larger numbers of docs/data, vs. the static lists; and how many ports
 would be adversely affected, if any?
 
 Well... running find on a directory tree doesn't take very long if all
 we're doing is grabbing filenames, vs a 7% speedup of a ports csup (a
 gross estimate of course, and portsnap compression will probably at
 least partially eliminate this!).  Worth remembering that the find is
 only done on ports that are installed, rather than csup which is done
 on *every* port.

Sorry, wasn't asking for speculation, I was curious if you'd actually
tested it. :)

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


phpmyadmin port files errors

2012-04-03 Thread Fbsd8

Just downloaded phpmyadmin for 9.0 system.
The port files seem to be named wrong.
Makefile,v  distinfo,v  pkg-descr,v   pkg-plist-chunk,v

make install command issues error message Don't know how to make install.

I see on the web ports system that this port was just updated 5 days 
ago. Looks like a error was made. These files should not have the
,v suffix. Removing the ,v file name suffix and issuing make install 
generated a bunch of other error messages.


Dead in the water until this gets fixed.

If this is indeed an error with the port then I will submit a bug report.
___
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: phpmyadmin port files errors

2012-04-03 Thread Jason Helfman

On Tue, Apr 03, 2012 at 03:14:39PM -0400, Fbsd8 thus spake:

Just downloaded phpmyadmin for 9.0 system.
The port files seem to be named wrong.
Makefile,v  distinfo,v  pkg-descr,v   pkg-plist-chunk,v

make install command issues error message Don't know how to make install.

I see on the web ports system that this port was just updated 5 days
ago. Looks like a error was made. These files should not have the
,v suffix. Removing the ,v file name suffix and issuing make install
generated a bunch of other error messages.

Dead in the water until this gets fixed.

If this is indeed an error with the port then I will submit a bug report.


This looks incorrect. I just brought down a fresh copy of this port, and
don't see files named this way. How are you getting the port, and how are
you installing it?

These files look like they are directly out of CVS.

-jgh

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5
___
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: phpmyadmin port files errors

2012-04-03 Thread Chuck Swiger

On 4/3/2012 3:14 PM, Fbsd8 wrote:

Just downloaded phpmyadmin for 9.0 system.
The port files seem to be named wrong.
Makefile,v  distinfo,v  pkg-descr,v   pkg-plist-chunk,v


You downloaded the CVS repository instead of doing a checkout.
If you were using cvsup, switch to checkout mode instead of CVS mode:

  http://www.gsp.com/cgi-bin/man.cgi?section=1topic=cvsup#5

Regards,
--
-Chuck
___
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: phpmyadmin port files errors

2012-04-03 Thread Doug Barton
On 4/3/2012 12:23 PM, Chuck Swiger wrote:
 On 4/3/2012 3:14 PM, Fbsd8 wrote:
 Just downloaded phpmyadmin for 9.0 system.
 The port files seem to be named wrong.
 Makefile,v  distinfo,v  pkg-descr,v   pkg-plist-chunk,v
 
 You downloaded the CVS repository instead of doing a checkout.
 If you were using cvsup, switch to checkout mode instead of CVS mode:

If you are using cvsup, don't. :)  Use csup instead. And yes, use
checkout mode.

___
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