FreeBSD ports you maintain which are out of date

2013-08-11 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/grc| 1.4 | 1.5
+-+
science/py-netCDF4  | 1.0.4   | 1.0.5
+-+


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"


Updating Calligra Word

2013-08-11 Thread Jerry
I presently have the latest version of Calligra Word available in the
ports system installed. It has been crashing unexpectedly. When
attempting to file a bug report(s), I was informed that the version I
have installed is no longer supported. The latest version is: 2.7.1
released on Mon, 29 Jul 2013. Would it be possible to update the ports
version to this release?

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

Netflix support

2013-08-11 Thread Richard Yao
In theory, it should be possible to get Netflix working on FreeBSD by
patching Wine with these patches:

http://www.compholio.com/wine-compholio/

The "Implement NotifyAddrChange on Linux." patch would probably need to
be tweaked for FreeBSD, but the rest appear to be platform independent.

Eitan Adler asked me to email ports@ and dbn@ about this possibility
after I mentioned it to him.



signature.asc
Description: OpenPGP digital signature


Ports or packages?

2013-08-11 Thread Stan Gammons
I know the binary packages were taken down after the security incident a while 
back. Are many/any binary packages available now or does one still have to 
build most everything from ports?  If binary packages are available now, what 
is the URL to the repository?

Stan
___
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: Ports or packages?

2013-08-11 Thread Mehmet Erol Sanliturk
On Sun, Aug 11, 2013 at 4:59 PM, Stan Gammons  wrote:

> I know the binary packages were taken down after the security incident a
> while back. Are many/any binary packages available now or does one still
> have to build most everything from ports?  If binary packages are available
> now, what is the URL to the repository?
>
> Stan
> ___
>
>
http://www.freebsd.org/ports/index.html

ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/
ftp://ftp1.freebsd.org/pub/FreeBSD/ports/amd64/
ftp://ftp2.freebsd.org/pub/FreeBSD/ports/amd64/



Thank you very much .

Mehmet Erol Sanliturk
___
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: Ports or packages?

2013-08-11 Thread Stan Gammons

On Aug 11, 2013, at 4:23 PM, Mehmet Erol Sanliturk  
wrote:

> On Sun, Aug 11, 2013 at 4:59 PM, Stan Gammons  wrote:
> 
>> I know the binary packages were taken down after the security incident a
>> while back. Are many/any binary packages available now or does one still
>> have to build most everything from ports?  If binary packages are available
>> now, what is the URL to the repository?
>> 
>> Stan
>> ___
> http://www.freebsd.org/ports/index.html
> 
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/
> ftp://ftp1.freebsd.org/pub/FreeBSD/ports/amd64/
> ftp://ftp2.freebsd.org/pub/FreeBSD/ports/amd64/
> 


Assuming one has converted to the new packagement tool and added WITH_PKGNG=yes 
to /etc/make.conf, one could use the links for packagesite in pkg.conf to 
install binary packages with pkg?  Can one have multiple packagesite statements 
in pkg.conf?

I see the repositories don't have the latest versions, so portupgrade or 
portmaster would be needed to upgrade to the latest versions from ports?  If 
so, can one mix and match pkg and portupgrade or portmaster or is that asking 
for trouble?  i.e. use pkg to install packages and portupgrade or portmaster to 
upgrade packages.


Stan







___
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: Ports or packages?

2013-08-11 Thread Mehmet Erol Sanliturk
On Sun, Aug 11, 2013 at 7:15 PM, Stan Gammons  wrote:

>
> On Aug 11, 2013, at 4:23 PM, Mehmet Erol Sanliturk <
> m.e.sanlit...@gmail.com> wrote:
>
> > On Sun, Aug 11, 2013 at 4:59 PM, Stan Gammons 
> wrote:
> >
> >> I know the binary packages were taken down after the security incident a
> >> while back. Are many/any binary packages available now or does one still
> >> have to build most everything from ports?  If binary packages are
> available
> >> now, what is the URL to the repository?
> >>
> >> Stan
> >> ___
> > http://www.freebsd.org/ports/index.html
> >
> > ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/
> > ftp://ftp1.freebsd.org/pub/FreeBSD/ports/amd64/
> > ftp://ftp2.freebsd.org/pub/FreeBSD/ports/amd64/
> >
>
>
> Assuming one has converted to the new packagement tool and added
> WITH_PKGNG=yes to /etc/make.conf, one could use the links for packagesite
> in pkg.conf to install binary packages with pkg?  Can one have multiple
> packagesite statements in pkg.conf?
>
> I see the repositories don't have the latest versions, so portupgrade or
> portmaster would be needed to upgrade to the latest versions from ports?
>  If so, can one mix and match pkg and portupgrade or portmaster or is that
> asking for trouble?  i.e. use pkg to install packages and portupgrade or
> portmaster to upgrade packages.
>
>
> Stan
>
>
>
>
>

The above links are NOT containing  new pkgng kind packages yet .

For pkgng compatible packages , you may see the following pages :

http://www.exonetric.com/
http://mirror.exonetric.net/pub/pkgng/
http://mirror.exonetric.net/pub/pkgng/freebsd%3A10%3Ax86%3A64/2013-02-09/All/



Thank you very much .

Mehmet Erol Sanliturk
___
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: Ports or packages?

2013-08-11 Thread Janky Jay
Hello,

On 08/11/2013 06:24 PM, Mehmet Erol Sanliturk wrote:
> On Sun, Aug 11, 2013 at 7:15 PM, Stan Gammons  wrote:
> 
>>
>> On Aug 11, 2013, at 4:23 PM, Mehmet Erol Sanliturk <
>> m.e.sanlit...@gmail.com> wrote:
>>
>>> On Sun, Aug 11, 2013 at 4:59 PM, Stan Gammons 
>> wrote:
>>>
 I know the binary packages were taken down after the security incident a
 while back. Are many/any binary packages available now or does one still
 have to build most everything from ports?  If binary packages are
>> available
 now, what is the URL to the repository?

 Stan
 ___
>>> http://www.freebsd.org/ports/index.html
>>>
>>> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/
>>> ftp://ftp1.freebsd.org/pub/FreeBSD/ports/amd64/
>>> ftp://ftp2.freebsd.org/pub/FreeBSD/ports/amd64/
>>>
>>
>>
>> Assuming one has converted to the new packagement tool and added
>> WITH_PKGNG=yes to /etc/make.conf, one could use the links for packagesite
>> in pkg.conf to install binary packages with pkg?  Can one have multiple
>> packagesite statements in pkg.conf?
>>
>> I see the repositories don't have the latest versions, so portupgrade or
>> portmaster would be needed to upgrade to the latest versions from ports?
>>  If so, can one mix and match pkg and portupgrade or portmaster or is that
>> asking for trouble?  i.e. use pkg to install packages and portupgrade or
>> portmaster to upgrade packages.
>>
>>
>> Stan
>>
>>
>>
>>
>>
> 
> The above links are NOT containing  new pkgng kind packages yet .
> 
> For pkgng compatible packages , you may see the following pages :
> 
> http://www.exonetric.com/
> http://mirror.exonetric.net/pub/pkgng/
> http://mirror.exonetric.net/pub/pkgng/freebsd%3A10%3Ax86%3A64/2013-02-09/All/
> 
> 
> 
> Thank you very much .
> 
> Mehmet Erol Sanliturk

I +1 this. Also, regarding your question about mixing packages (PNGNG)
and ports is just fine. I use PKGNG and portmaster all the time and they
work fine together. I can't speak for portupgrade, though.

Regards,
Janky Jay, III

___
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: Ports or packages?

2013-08-11 Thread Anton Afanasyev
Speaking of using portmaster with PKGNG, any idea if PKGNG support for the
"--packages-build" portmaster option is in the works somewhere? I couldn't
find anything, but maybe I didn't look hard enough.

Thanks,
Anton


On Sun, Aug 11, 2013 at 5:26 PM, Janky Jay  wrote:

> Hello,
>
> On 08/11/2013 06:24 PM, Mehmet Erol Sanliturk wrote:
> > On Sun, Aug 11, 2013 at 7:15 PM, Stan Gammons 
> wrote:
> >
> >>
> >> On Aug 11, 2013, at 4:23 PM, Mehmet Erol Sanliturk <
> >> m.e.sanlit...@gmail.com> wrote:
> >>
> >>> On Sun, Aug 11, 2013 at 4:59 PM, Stan Gammons 
> >> wrote:
> >>>
>  I know the binary packages were taken down after the security
> incident a
>  while back. Are many/any binary packages available now or does one
> still
>  have to build most everything from ports?  If binary packages are
> >> available
>  now, what is the URL to the repository?
> 
>  Stan
>  ___
> >>> http://www.freebsd.org/ports/index.html
> >>>
> >>> ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/
> >>> ftp://ftp1.freebsd.org/pub/FreeBSD/ports/amd64/
> >>> ftp://ftp2.freebsd.org/pub/FreeBSD/ports/amd64/
> >>>
> >>
> >>
> >> Assuming one has converted to the new packagement tool and added
> >> WITH_PKGNG=yes to /etc/make.conf, one could use the links for
> packagesite
> >> in pkg.conf to install binary packages with pkg?  Can one have multiple
> >> packagesite statements in pkg.conf?
> >>
> >> I see the repositories don't have the latest versions, so portupgrade or
> >> portmaster would be needed to upgrade to the latest versions from ports?
> >>  If so, can one mix and match pkg and portupgrade or portmaster or is
> that
> >> asking for trouble?  i.e. use pkg to install packages and portupgrade or
> >> portmaster to upgrade packages.
> >>
> >>
> >> Stan
> >>
> >>
> >>
> >>
> >>
> >
> > The above links are NOT containing  new pkgng kind packages yet .
> >
> > For pkgng compatible packages , you may see the following pages :
> >
> > http://www.exonetric.com/
> > http://mirror.exonetric.net/pub/pkgng/
> >
> http://mirror.exonetric.net/pub/pkgng/freebsd%3A10%3Ax86%3A64/2013-02-09/All/
> >
> >
> >
> > Thank you very much .
> >
> > Mehmet Erol Sanliturk
>
> I +1 this. Also, regarding your question about mixing packages
> (PNGNG)
> and ports is just fine. I use PKGNG and portmaster all the time and they
> work fine together. I can't speak for portupgrade, though.
>
> Regards,
> Janky Jay, III
>
> ___
> 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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"