Re: Recent ports removal

2011-11-10 Thread Dmitry Marakasov
* Baptiste Daroussin (b...@freebsd.org) wrote:

> > I noticed the following in the commit log:
> > %
> > %  Modified files:
> > %.MOVED 
> > %develMakefile 
> > %graphics Makefile 
> > %  Removed files:
> > %devel/soup   Makefile distinfo pkg-descr pkg-plist 
> > %devel/soup/files patch-Makefile.in patch-configure 
> > % patch-docs::reference::Makefile.in 
> > % patch-soup-0.7.11-gcc41 
> > % patch-src_libsoup_soup-message.c 
> > % patch-src_libwsdl_wsdl-soap-memory.c 
> > % patch-src_libwsdl_wsdl-soap-parse.c 
> > % patch-src_libwsdl_wsdl-typecodes.c 
> > %graphics/clutter-qt  Makefile distinfo pkg-descr pkg-plist 
> > %graphics/librsvg Makefile distinfo pkg-descr pkg-plist 
> > %graphics/librsvg/files patch-Makefile.in patch-configure 
> > %   patch-librsvg-config.in patch-rsvg-ft.c 
> > %   patch-test-ft-gtk.c patch-test-ft.c 
> > %graphics/p5-clutter  Makefile distinfo pkg-descr pkg-plist 
> > %  Log:
> > %  2011-11-06 devel/soup: Unmaintain, use devel/libsoup
> > %  2011-11-06 graphics/clutter-qt: upstream distfile and doesn't build, and 
> > %doesn't seem to be developed anymore
> > %  2011-11-06 graphics/p5-clutter: upstream distfile disappeard, and 
> > doesn't seem to be developed anymore
> > %  2011-11-06 graphics/librsvg: unmaintained and not used anymore
> > 
> > I just cannot get the commit message. librsvg -- not used by whom?  
> > Personally,
> > I used it in one of my older projects (~ 10 years old) which I don't plan
> > to rework to use rsvg2/gtk2 because it doesn't make sense for it.  So how
> > do I use my project now on FreeBSD?
> > 
> > It's also a lie that it's not maintained, it's maintained by ports@ mailing
> > list and the community.  So please, restore it.
> > 
> > The same also probably goes for other ports, but I don't have enough details
> > to comment.
> > 
> > Thanks!
> > 
> 
> They have been deprecated for a while and noone said anything about those, 
> that
> is the purpose of the DEPRECATED status. The "not used anymore" mean not used 
> in

Why should we go through it again and again? If it's not broken, it's
useable, you may not remove it, period. 

> the portstree (ie no more depended on).

Most of the portstree is leaf ports, now what?

> If someone really needs it, he can:

What we need is to not have to do extra work and to not have extra noise
on the maillist because someone does unneeded things. I really don't
want to call that vandalism.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
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"


misc/xfce4-weather-plugin (marked as IGNORE)

2011-11-10 Thread Heino Tiedemann
Hi Folks,


- misc/xfce4-weather-plugin (marked as IGNORE)

Why?


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: misc/xfce4-weather-plugin (marked as IGNORE)

2011-11-10 Thread Sam Cassiba

On 11/10/11 11:35, Heino Tiedemann wrote:

Hi Folks,


- misc/xfce4-weather-plugin (marked as IGNORE)

Why?


Heino




The commit history reveals all:

http://www.freshports.org/misc/xfce4-weather-plugin

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


Plan to add a bsd.pure.mk

2011-11-10 Thread Zhihao Yuan
Hi,

The PR which updates all pure-* ports was passed to portmgr for a long
time, since it seem that to put a

.if defined(USE_PURE)
.include "${PORTSDIR}/Mk/bsd.pure.mk"
.endif

In bsd.port.mk may a be better choice. Though Pure is not as popular as
some languages like PHP or Python, but it does and it will have more ports
than like Go. To include bsd.pure.mk under Mk/ can lower 2 lines in ~20
ports (or I have to leave it under lang/pure's private directory).

I included both the .mk file, and the missing, new, pure-readline port
here. In bsd.pure.mk, we support user to specify the
pure-* dependencies through

USE_PURE= readline ffi

And readline is the one we have't inluded yet.

Btw, they are two more pure ports pending here

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

Please commit they according to the way you accept bsd.pure.mk. Thanks.

-- 
Zhihao Yuan, nickname lichray
The best way to predict the future is to invent it.
___
4BSD -- http://4bsd.biz/


bsd.pure.mk
Description: Binary data
___
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: Recent ports removal

2011-11-10 Thread Martin Wilke

On 11/10/2011 11:06, Dmitry Marakasov wrote:

* Baptiste Daroussin (b...@freebsd.org) wrote:


I noticed the following in the commit log:
%
%  Modified files:
%.MOVED
%develMakefile
%graphics Makefile
%  Removed files:
%devel/soup   Makefile distinfo pkg-descr pkg-plist
%devel/soup/files patch-Makefile.in patch-configure
% patch-docs::reference::Makefile.in
% patch-soup-0.7.11-gcc41
% patch-src_libsoup_soup-message.c
% patch-src_libwsdl_wsdl-soap-memory.c
% patch-src_libwsdl_wsdl-soap-parse.c
% patch-src_libwsdl_wsdl-typecodes.c
%graphics/clutter-qt  Makefile distinfo pkg-descr pkg-plist
%graphics/librsvg Makefile distinfo pkg-descr pkg-plist
%graphics/librsvg/files patch-Makefile.in patch-configure
%   patch-librsvg-config.in patch-rsvg-ft.c
%   patch-test-ft-gtk.c patch-test-ft.c
%graphics/p5-clutter  Makefile distinfo pkg-descr pkg-plist
%  Log:
%  2011-11-06 devel/soup: Unmaintain, use devel/libsoup
%  2011-11-06 graphics/clutter-qt: upstream distfile and doesn't build, and 
%doesn't seem to be developed anymore
%  2011-11-06 graphics/p5-clutter: upstream distfile disappeard, and doesn't 
seem to be developed anymore
%  2011-11-06 graphics/librsvg: unmaintained and not used anymore

I just cannot get the commit message. librsvg -- not used by whom?  Personally,
I used it in one of my older projects (~ 10 years old) which I don't plan
to rework to use rsvg2/gtk2 because it doesn't make sense for it.  So how
do I use my project now on FreeBSD?

It's also a lie that it's not maintained, it's maintained by ports@ mailing
list and the community.  So please, restore it.

The same also probably goes for other ports, but I don't have enough details
to comment.

Thanks!


They have been deprecated for a while and noone said anything about those, that
is the purpose of the DEPRECATED status. The "not used anymore" mean not used in

Why should we go through it again and again? If it's not broken, it's
useable, you may not remove it, period.


the portstree (ie no more depended on).

Most of the portstree is leaf ports, now what?


If someone really needs it, he can:

What we need is to not have to do extra work and to not have extra noise
on the maillist because someone does unneeded things. I really don't
want to call that vandalism.


You can't only put in u have also to put out.

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

Mess with the Best, Die like the Rest

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


Upgrading KDE 4.6.5 -> 4.7.2 Kmail Errors

2011-11-10 Thread Aric Gregson
Hello,

I am receiving new Kmail errors that I have not seen previously, although I 
do see reports of similar on the web.

Error while uploading message
Could not upload the message dated Today 08:47:52 AM from "SoANDSo" 
 with subject "FW: SomeSubject" to the server.
The destination folder was: Mednet/inbox.
The server reported:
Command Argument Error. 12

This never happened with 4.6.5. I have reinstalled all components of kde 
that I can think of (portmaster kde, plus py-keybinding stuff). 

Any ideas why this may be happening?

Thanks, Aric
___
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"