Re: How to change docdir in port Makefile?

2012-08-07 Thread HU Dong
I found that line in Makefile.in. Thank you! B.R. HU Dong On Tue, Aug 7, 2012 at 1:37 PM, Jason Helfman j...@freebsd.org wrote: On Mon, Aug 6, 2012 at 8:36 PM, HU Dong itechb...@gmail.com wrote: Hi, all. I'm making a new port. It uses GNU configure to generate a GNU Makefile. But it set

New port: devel/streamhtmlparser

2012-08-07 Thread HU Dong
Hello, everyone! I've made a new port: devel/streamhtmlparser. It's a C/C++/Python streaming HTML parser library from Google( http://code.google.com/p/streamhtmlparser/). Currently I've finished it and made it work on my box. I put the files on redports.org:

graphics/rawtherapee

2012-08-07 Thread Heino Tiedemann
Hi, is it possible to push graphics/rawtherapee to version 4.0.9.50? On the last weekend I talked to a develoer of rawtherapee and he told me about some new noise reduction algorythyms... ...and he told me, the the developers often don't like it, to make a new major, so it is often a lot(!) new

FreeBSD unmaintained ports which are currently marked broken

2012-08-07 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as broken in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common

FreeBSD ports which are currently marked broken

2012-08-07 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as broken in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common

FreeBSD unmaintained ports which are currently scheduled for deletion

2012-08-07 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on

FreeBSD ports which are currently marked forbidden

2012-08-07 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as forbidden in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port,

pkg and portmaster: Downgrading ports? Why? portmaster messes up ...

2012-08-07 Thread O. Hartmann
Hello. I tried to switch to the new tool pkg. I'm still installing my ports via sources and compiling, but I appreciate the more stable dependency tracking of pkg(ng). Therefore, I patched, as reuqired and recommended, ports-mgmt/portmaster. I performed a portmaster --check-depends after I got

FreeBSD Port: proftpd-1.3.4b vs. mod_clamav

2012-08-07 Thread LuMaX
Hello, sorry for my english. I have read on the internet that for proftpd is: Closed-Date:Sat Aug 04 06:55:43 UTC 2012 Last-Modified: Sat Aug 04 06:55:43 UTC 2012 Originator: Sergey Rogoza mod_clamav has been disabled for now. mod_clamav in the future will be

Re: pkg and portmaster: Downgrading ports? Why? portmaster messes up ...

2012-08-07 Thread Bryan Drewery
On 8/7/2012 4:31 AM, O. Hartmann wrote: Hello. I tried to switch to the new tool pkg. I'm still installing my ports via sources and compiling, but I appreciate the more stable dependency tracking of pkg(ng). Therefore, I patched, as reuqired and recommended, ports-mgmt/portmaster. I

Re: pkg and portmaster: Downgrading ports? Why? portmaster messes up ...

2012-08-07 Thread Bryan Drewery
On 8/7/2012 4:31 AM, O. Hartmann wrote: ports-mgmt/portmaster installs still the old fashioned style folders of ports in /var/db/pkg. I thought ith the new scheme of pkg, everything is going into a file based SQLite3 DB? Also ensure WITH_PKGNG=yes is in your /etc/make.conf. My last comment

Re: FreeBSD ports that you maintain which are currently marked broken

2012-08-07 Thread Philip M. Gollucci
All, I no longer use rsyslog at $work. Are there any interested maintainers and its 3 dependencies. Note, you'll want to be familiar with C to debug core dumps and svn cp/svn mv to keep up with the release strategy. devel/libee devel/libestr devel/librelp sysutils/rsyslog5

Re: pkg and portmaster: Downgrading ports? Why? portmaster messes up ...

2012-08-07 Thread O. Hartmann
On 08/07/12 15:39, Bryan Drewery wrote: On 8/7/2012 4:31 AM, O. Hartmann wrote: ports-mgmt/portmaster installs still the old fashioned style folders of ports in /var/db/pkg. I thought ith the new scheme of pkg, everything is going into a file based SQLite3 DB? Also ensure WITH_PKGNG=yes is

Re: [CFT] editors/emacs to 24.1

2012-08-07 Thread Ashish SHUKLA
On Mon, 6 Aug 2012 11:23:14 +0200 (CEST), Marco Beishuizen mb...@xs4all.nl said: On Sun, 5 Aug 2012, the wise Ashish SHUKLA wrote: % gdb $(which emacs) (gdb) core-file emacs.core (gdb) bt full Hi Marco, Could you provide output of those () ? Output of this is: (gdb) core

Re: [CFT] editors/emacs to 24.1

2012-08-07 Thread Marco Beishuizen
On Tue, 7 Aug 2012, the wise Ashish SHUKLA wrote: Hi Marco, The backtrace you posted doesn't reveal much. And since, I'm not able to reproduce it, it's hard for me to troubleshoot. I suggest posting this to emacs-devel[1] list, or filing a bug report with Emacs[2]. If it resolves for you

Re: [CFT] editors/emacs to 24.1

2012-08-07 Thread Ashish SHUKLA
On Tue, 7 Aug 2012 19:06:27 +0200 (CEST), Marco Beishuizen mb...@xs4all.nl said: On Tue, 7 Aug 2012, the wise Ashish SHUKLA wrote: Hi Marco, The backtrace you posted doesn't reveal much. And since, I'm not able to reproduce it, it's hard for me to troubleshoot. I suggest posting this to

Re: [CFT] editors/emacs to 24.1

2012-08-07 Thread Marco Beishuizen
On Tue, 7 Aug 2012, the wise Ashish SHUKLA wrote: newer system? 10-CURRENT, or 9.1-PRERELEASE? I follow 9-STABLE which now is called 9.1-PRERELEASE. Marco -- QOTD: Flash! Flash! I love you! ...but we only have fourteen hours to save the earth!

Re: Questions about/issues with new OPTIONS framework

2012-08-07 Thread Olli Hauer
On 2012-08-06 18:04, Jeremy Chadwick wrote: (Please keep me CC'd, as I'm not subscribed to the list) I've been trying to adapt my /etc/make.conf to make use of the new OPTIONS framework. I've run into some snags that I was hoping someone could help me with, as I'm unable to find any

Re: Shar file too large

2012-08-07 Thread Fernando Apesteguía
On Mon, Jul 9, 2012 at 7:03 PM, Fernando Apesteguía fernando.apesteg...@gmail.com wrote: On Fri, Jul 6, 2012 at 11:14 PM, Chris Rees cr...@freebsd.org wrote: On 6 July 2012 20:31, Fernando Apesteguía fernando.apesteg...@gmail.com wrote: On Fri, Jul 6, 2012 at 9:16 PM, Chris Rees

Re: Questions about/issues with new OPTIONS framework

2012-08-07 Thread Jeremy Chadwick
On Tue, Aug 07, 2012 at 08:43:18PM +0200, Olli Hauer wrote: On 2012-08-06 18:04, Jeremy Chadwick wrote: (Please keep me CC'd, as I'm not subscribed to the list) I've been trying to adapt my /etc/make.conf to make use of the new OPTIONS framework. I've run into some snags that I was

Re: Questions about/issues with new OPTIONS framework

2012-08-07 Thread Olli Hauer
On 2012-08-07 21:30, Jeremy Chadwick wrote: On Tue, Aug 07, 2012 at 08:43:18PM +0200, Olli Hauer wrote: On 2012-08-06 18:04, Jeremy Chadwick wrote: (Please keep me CC'd, as I'm not subscribed to the list) I've been trying to adapt my /etc/make.conf to make use of the new OPTIONS framework.

Problem upgrading graphics/libglut

2012-08-07 Thread AN
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r238959: Tue Jul 31 19:51:57 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to update graphics/libglut on current as per UPDATING, and nothing happens. 20120804: AFFECTS: users of graphics/libglut AUTHOR:

Re: Problem upgrading graphics/libglut

2012-08-07 Thread Bryan Drewery
On 8/7/2012 5:17 PM, AN wrote: FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r238959: Tue Jul 31 19:51:57 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to update graphics/libglut on current as per UPDATING, and nothing happens. 20120804: AFFECTS: users of

Re: Problem upgrading graphics/libglut

2012-08-07 Thread Bryan Drewery
On 8/7/2012 5:22 PM, Bryan Drewery wrote: On 8/7/2012 5:17 PM, AN wrote: FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r238959: Tue Jul 31 19:51:57 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to update graphics/libglut on current as per UPDATING, and nothing

Problem rebuilding mesa-demos

2012-08-07 Thread AN
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #29 r238959: Tue Jul 31 19:51:57 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 After updating to graphics/freeglut I had a few failures trying to update related ports, seems like a problem with mesa-demos: cc -I../../include