please update ports/dns/p5-Tie-DNS to latest CPAN 0.5

2008-03-09 Thread kevin brintnall
Thanks.

-- 
 kevin brintnall =~ /[EMAIL PROTECTED]/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


textproc/php5-simplexml - devel/php5-spl wrog dependency ?

2008-03-09 Thread Ion-Mihai Tetcu
Hi,

I was trying to portupgrade php\* and it failed here:

 [...]
---  Upgrading 'php5-simplexml-5.2.1_3' to 'php5-simplexml-5.2.5_1' 
(textproc/php5-simplexml)
 [...]
===  Building for php5-simplexml-5.2.5_1
/bin/sh /usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml/libtool 
--mode=compile cc  -I. 
-I/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml 
-DPHP_ATOM_INC 
-I/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml/include 
-I/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml/main 
-I/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib 
-I/usr/local/include/libxml2 -I/usr/local/include  -DHAVE_CONFIG_H  -O2 -pipe   
-c /usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml/simplexml.c 
-o simplexml.lo
mkdir .libs
 cc -I. -I/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml 
-DPHP_ATOM_INC 
-I/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml/include 
-I/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml/main 
-I/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib 
-I/usr/local/include/libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -c 
/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml/simplexml.c  
-fPIC -DPIC -o .libs/simplexml.o
/usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml/simplexml.c:38:29:
 ext/spl/spl_sxe.h: No such file or directory
*** Error code 1

Since simplexml.c has this:
#ifdef HAVE_SPL
#include ext/spl/spl_sxe.h
#endif
I thought about portupgrade -R php5-spl-5.2.1_3, which failed because
it depends on php5-simple xml. So I dropped '-R' and tried again and it
worked with the error bellow after which portupgrade -R php5-simplexml-5.2.1_3
worked:

---  Deinstalling 'php5-spl-5.2.1_3'
pkg_delete: package 'php5-spl-5.2.1_3' is required by these other packages
and may not be deinstalled (but I'll delete it anyway):
php5-dom-5.2.0
php5-mysqli-5.2.0
php5-xmlreader-5.2.0
phpMyAdmin-2.9.1.1
pkg_delete: file '/usr/local/include/php/ext/spl/spl_array.h' doesn't exist
pkg_delete: file '/usr/local/include/php/ext/spl/spl_directory.h' doesn't exist
pkg_delete: file '/usr/local/include/php/ext/spl/spl_engine.h' doesn't exist
pkg_delete: file '/usr/local/include/php/ext/spl/spl_exceptions.h' doesn't exist
pkg_delete: file '/usr/local/include/php/ext/spl/spl_functions.h' doesn't exist
pkg_delete: file '/usr/local/include/php/ext/spl/spl_iterators.h' doesn't exist
pkg_delete: file '/usr/local/include/php/ext/spl/spl_observer.h' doesn't exist
pkg_delete: file '/usr/local/include/php/ext/spl/spl_sxe.h' doesn't exist
pkg_delete: file '/usr/local/include/php/ext/spl/php_spl.h' doesn't exist
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)

My question is: shouldn't textproc/php5-simplexml depend on
devel/php5-spl and not the other way around ?



-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect



signature.asc
Description: PGP signature


Re: textproc/php5-simplexml - devel/php5-spl wrog dependency ?

2008-03-09 Thread Alex Dupre
Ion-Mihai Tetcu wrote:
 I was trying to portupgrade php\* and it failed here:
 
 /usr/ports/textproc/php5-simplexml/work/php-5.2.5/ext/simplexml/simplexml.c:38:29:
  ext/spl/spl_sxe.h: No such file or directory

 ---  Deinstalling 'php5-spl-5.2.1_3'
 pkg_delete: package 'php5-spl-5.2.1_3' is required by these other packages
 and may not be deinstalled (but I'll delete it anyway):
 php5-dom-5.2.0
 php5-mysqli-5.2.0
 php5-xmlreader-5.2.0
 phpMyAdmin-2.9.1.1
 pkg_delete: file '/usr/local/include/php/ext/spl/spl_array.h' doesn't exist
 pkg_delete: file '/usr/local/include/php/ext/spl/spl_directory.h' doesn't 
 exist
 pkg_delete: file '/usr/local/include/php/ext/spl/spl_engine.h' doesn't exist
 pkg_delete: file '/usr/local/include/php/ext/spl/spl_exceptions.h' doesn't 
 exist
 pkg_delete: file '/usr/local/include/php/ext/spl/spl_functions.h' doesn't 
 exist
 pkg_delete: file '/usr/local/include/php/ext/spl/spl_iterators.h' doesn't 
 exist
 pkg_delete: file '/usr/local/include/php/ext/spl/spl_observer.h' doesn't exist
 pkg_delete: file '/usr/local/include/php/ext/spl/spl_sxe.h' doesn't exist
 pkg_delete: file '/usr/local/include/php/ext/spl/php_spl.h' doesn't exist
 pkg_delete: couldn't entirely delete package (perhaps the packing list is
 incorrectly specified?)

It failed because you had a broken php5-spl installation. The dependency
 is correct.

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


Portsnap: Cowardly Gives Up After Failure

2008-03-09 Thread Gerard
I just saw this 'portsnap' error message for the first time.


Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from portsnap2.FreeBSD.org... done.
Latest snapshot on server is older than what we already have!
Cowardly refusing to downgrade from Fri Mar  7 15:23:43 EST 2008
to Fri Mar  7 10:15:54 EST 2008.


I am not quite sure what caused this error to happen. I was thinking
though that perhaps having some sort of retry flag might be a good
idea. Maybe something like having 'portsnap' retry again in 5 minutes
or try another server or whatever. I usually run 'portsnap' from CRON so
active user participation is not really an option.

-- 
Gerard
[EMAIL PROTECTED]

Anyone who says he can see through women is missing a lot.

Groucho Marx


signature.asc
Description: PGP signature


Re: Portsnap: Cowardly Gives Up After Failure

2008-03-09 Thread Rene Ladan
Gerard schreef:
 I just saw this 'portsnap' error message for the first time.
 
 
 Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
 Fetching snapshot tag from portsnap2.FreeBSD.org... done.
 Latest snapshot on server is older than what we already have!
 Cowardly refusing to downgrade from Fri Mar  7 15:23:43 EST 2008
 to Fri Mar  7 10:15:54 EST 2008.
 
 
I see this happening about half the times I run portsnap.  The
erroneous image is always from March 7.

 I am not quite sure what caused this error to happen. I was thinking
 though that perhaps having some sort of retry flag might be a good
 idea. Maybe something like having 'portsnap' retry again in 5 minutes
 or try another server or whatever. I usually run 'portsnap' from CRON so
 active user participation is not really an option.
 
Retrying shortly after the error message usually helps for me.

Regards,
Rene
-- 
http://www.rene-ladan.nl/

GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6 
(subkeys.pgp.net)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portsnap: Cowardly Gives Up After Failure

2008-03-09 Thread Simon L. Nielsen
On 2008.03.09 15:38:53 +0100, Simon L. Nielsen wrote:
 On 2008.03.09 14:36:49 +0100, Rene Ladan wrote:
  Gerard schreef:
   I just saw this 'portsnap' error message for the first time.
   
   
   Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
   Fetching snapshot tag from portsnap2.FreeBSD.org... done.
   Latest snapshot on server is older than what we already have!
   Cowardly refusing to downgrade from Fri Mar  7 15:23:43 EST 2008
   to Fri Mar  7 10:15:54 EST 2008.
   
  I see this happening about half the times I run portsnap.  The
  erroneous image is always from March 7.
 
 The most likely cause of the problem is that the data portsnap is
 trying to fetch is out of date either bacause of the mirror being
 (partially?) broken or e.g. a broken proxy in between.
 
 Is the working or non-working related to a particular portsnap server?

OK, I just reproduced it - it seems portsnap2.FreeBSD.org is out of
date.  I have poked the admin of the particular mirror (quite easy as
it's Colin ;-) ).

It is posible to work around this by setting SERVERNAME in
portsnap.conf, but I suspect just waiting a bit for Colin to fix this
is simpler, also so people don't forget to remove the special
hardcoded server from the config once it's working again.


Looking up us.portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from portsnap2.FreeBSD.org... done.
Latest snapshot on server is older than what we already have!
Cowardly refusing to downgrade from Sun Mar  9 14:10:14 CET 2008
to Fri Mar  7 16:15:54 CET 2008.

-- 
Simon L. Nielsen
Hat: portsnap co-admin
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portsnap: Cowardly Gives Up After Failure

2008-03-09 Thread Simon L. Nielsen
On 2008.03.09 14:36:49 +0100, Rene Ladan wrote:
 Gerard schreef:
  I just saw this 'portsnap' error message for the first time.
  
  
  Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
  Fetching snapshot tag from portsnap2.FreeBSD.org... done.
  Latest snapshot on server is older than what we already have!
  Cowardly refusing to downgrade from Fri Mar  7 15:23:43 EST 2008
  to Fri Mar  7 10:15:54 EST 2008.
  
 I see this happening about half the times I run portsnap.  The
 erroneous image is always from March 7.

The most likely cause of the problem is that the data portsnap is
trying to fetch is out of date either bacause of the mirror being
(partially?) broken or e.g. a broken proxy in between.

Is the working or non-working related to a particular portsnap server?

-- 
Simon L. Nielsen
Hat: portsnap co-admin
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Gnome-games error

2008-03-09 Thread Sam Fourman Jr.
I got this error compiling gnome-games after a recent portsnap update

gmake[3]: Entering directory
`/usr/ports/games/gnome-games/work/gnome-games-2.20.3/gnect/src'
cc -DHAVE_CONFIG_H -I. -I../.. -I.. -I../../libgames-support
-DGNOMELOCALEDIR=\/usr/local/share/locale\
-DDATADIR=\/usr/local/share\
-DGNECT_DATA_DIR=\/usr/local/share/\ -std=gnu89 -D_THREAD_SAFE
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
-I/usr/local/include/pango-1.0 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/freetype2   -DORBIT2=1 -D_REENTRANT
-I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libxml2
-I/usr/local/include -I/usr/local/include/libgnome-2.0
-I/usr/local/include/orbit-2.0 -I/usr/local/include/gconf/2
-I/usr/local/include/gnome-vfs-2.0
-I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libbonobo-2.0
-I/usr/local/include/bonobo-activation-2.0
-I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0
-I/usr/local/include/gnome-keyring-1
-I/usr/local/include/libbonoboui-2.0
-I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0
-I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2
-I/usr/local/include/gail-1.0 -I/usr/local/include/atk-1.0
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo
-I/usr/local/include/pygtk-2.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include   -I/usr/local/include/librsvg-2
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/gtk-2.0   -D_REENTRANT
-I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2
-I/usr/local/include   -I../../libgames-support -Wall
-Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wno-sign-compare  -I../../dependencies/ggzmod
-I../../dependencies/ggz-gtk -I../../dependencies/ggzcore
-I../../dependencies/libggz -I../../dependencies/libggz
-I../../dependencies/ggzdmod  -I/usr/local/include  -O2
-fno-strict-aliasing -pipe  -D_REENTRANT -MT ggz-network.o -MD -MP -MF
.deps/ggz-network.Tpo -c -o ggz-network.o ggz-network.c
ggz-network.c: In function 'on_network_game':
ggz-network.c:282: error: too many arguments to function 'ggz_gtk_initialize'
gmake[3]: *** [ggz-network.o] Error 1
gmake[3]: Leaving directory
`/usr/ports/games/gnome-games/work/gnome-games-2.20.3/gnect/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/games/gnome-games/work/gnome-games-2.20.3/gnect'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/games/gnome-games/work/gnome-games-2.20.3'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/gam

Sam Fourman Jr.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


timidity++

2008-03-09 Thread pjd

Hi,

I have been have been trying to get MIDI sound files to play on FreeeBSD.
More precisely I want to hear the MIDI output of a WINE program. I have been
trying to use timidity++ for this.
Does anyone know how to do this?

I would be grateful for any help.
-- 
View this message in context: 
http://www.nabble.com/timidity%2B%2B-tp15939410p15939410.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 [EMAIL PROTECTED]


Re: Gnome-games error

2008-03-09 Thread Kostik Belousov
On Sun, Mar 09, 2008 at 09:49:43AM -0500, Sam Fourman Jr. wrote:
 I got this error compiling gnome-games after a recent portsnap update
 
 gmake[3]: Entering directory
 `/usr/ports/games/gnome-games/work/gnome-games-2.20.3/gnect/src'
 cc -DHAVE_CONFIG_H -I. -I../.. -I.. -I../../libgames-support
 -DGNOMELOCALEDIR=\/usr/local/share/locale\
 -DDATADIR=\/usr/local/share\
 -DGNECT_DATA_DIR=\/usr/local/share/\ -std=gnu89 -D_THREAD_SAFE
 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
 -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
 -I/usr/local/include/pango-1.0 -I/usr/local/include
 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
 -I/usr/local/include/freetype2   -DORBIT2=1 -D_REENTRANT
 -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0
 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
 -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libxml2
 -I/usr/local/include -I/usr/local/include/libgnome-2.0
 -I/usr/local/include/orbit-2.0 -I/usr/local/include/gconf/2
 -I/usr/local/include/gnome-vfs-2.0
 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/glib-2.0
 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libbonobo-2.0
 -I/usr/local/include/bonobo-activation-2.0
 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libart-2.0
 -I/usr/local/include/gnome-keyring-1
 -I/usr/local/include/libbonoboui-2.0
 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/gtk-2.0
 -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2
 -I/usr/local/include/gail-1.0 -I/usr/local/include/atk-1.0
 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/cairo
 -I/usr/local/include/pygtk-2.0 -I/usr/local/include/glib-2.0
 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include/librsvg-2
 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
 -I/usr/local/include/gtk-2.0   -D_REENTRANT
 -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0
 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2
 -I/usr/local/include   -I../../libgames-support -Wall
 -Wmissing-prototypes -Wnested-externs -Wpointer-arith
 -Wno-sign-compare  -I../../dependencies/ggzmod
 -I../../dependencies/ggz-gtk -I../../dependencies/ggzcore
 -I../../dependencies/libggz -I../../dependencies/libggz
 -I../../dependencies/ggzdmod  -I/usr/local/include  -O2
 -fno-strict-aliasing -pipe  -D_REENTRANT -MT ggz-network.o -MD -MP -MF
 .deps/ggz-network.Tpo -c -o ggz-network.o ggz-network.c
 ggz-network.c: In function 'on_network_game':
 ggz-network.c:282: error: too many arguments to function 'ggz_gtk_initialize'
 gmake[3]: *** [ggz-network.o] Error 1
 gmake[3]: Leaving directory
 `/usr/ports/games/gnome-games/work/gnome-games-2.20.3/gnect/src'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/games/gnome-games/work/gnome-games-2.20.3/gnect'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/games/gnome-games/work/gnome-games-2.20.3'
 gmake: *** [all] Error 2
 *** Error code 2
 
 Stop in /usr/ports/gam

I got the same error, coming from gnome-games use of the
/usr/local/incude/ggz-gtk.h header, that is installed by
ggz-gtk-client-0.0.14_1.

Workaround is to rename offending header temporarily for the build.


pgpS6OIuvOr0R.pgp
Description: PGP signature


Re: xmms fails to play on 7.0

2008-03-09 Thread Andrew J. Caines

Kevin,

XMMS hasn't been an actively maintained piece of software for a long,
long time[1]. Several projects[2] have grown from it:

XMMS -- Beep Media Player (BMP) -- BMPx
 \-- Audacious


That said, I still plan to move to xmms2


XMMS2 is a very different beast from the Winamp like player XMMS was
(is). For a current simple GTK based audio placer like XMMS, see audacious.

FWIW, I have trouble with audacious playing ogg vorbis streams. Other
than that, I've had no problems with it.

after my system finishes rebuilding all of its ports this weekend 
after my move from RELENG_7 to HEAD. (I normally run HEAD, but I stay

on a new version until it is released.)


If you've done it before, then I presume you are used to ports having
trouble building and running and the occasional need for compats.

[1] http://www.xmms.org/
[2] http://audacious-media-player.org/
http://bmpx.backtrace.info/
http://sourceforge.net/projects/beepmp

--
-Andrew J. Caines-   Unix Systems Engineer   [EMAIL PROTECTED]
FreeBSD/Linux/Solaris, Web/Mail/Proxy/...   http://halplant.com:2001/
  Machines take me by surprise with great frequency - Alan Turing
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xmms fails to play on 7.0

2008-03-09 Thread Stefan Sperling
On Sun, Mar 09, 2008 at 02:34:33PM -0400, Andrew J. Caines wrote:
 Kevin,
 
 XMMS hasn't been an actively maintained piece of software for a long,
 long time[1].

Yet sadly, at least for me, it still seems to work far
better than the offspring :(

 Several projects[2] have grown from it:
 
 XMMS -- Beep Media Player (BMP) -- BMPx
  \-- Audacious

I haven't tried BMPx to be honest.
But I uninstalled Audacious today after using it for a while, because:

* When playing URLs it takes much longer to start playing than xmms.
* I cannot drag files or directories from the xfce filemanager
  (thunar) nor from either of the two audacious file selection
  dialogs into the audacious playlist. Dragging from thunar into
  xmms just works.
* Audacious has no add directory dialog either, it only let's
  me add all files in the current directory (in either file
  selection dialog).
* With the new Audacious default theme (black) filenames in the file
  selector (the xmms-style one) are printed black on black (yay!).
* Audacious uses way more CPU than xmms does.

The only issue I have with xmms is that it uses GTK1 which
looks ugly. So what. At least it works :)

I'll look into BMPx though, thanks for mentioning it.
-- 
stefan
http://stsp.name PGP Key: 0xF59D25F0


pgp23Xb3rKkOz.pgp
Description: PGP signature


Monitorix

2008-03-09 Thread athurh

What about add monitorix to ports?

http://www.monitorix.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


cups pkg-descr's badly written

2008-03-09 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The pkg-descr's for the ports cups and cups-base, which by the name have
confusing titles, should at the very, very least give a word or two as to
the difference between those two ports, but instead, they are duplicates,
very obviously directly lifted from cups documentation, and copied between
the two.

I don't know the difference myself, and there are a host of other ports of
cups also, I wonder if they are maybe included into cups-base?  This sort
of stuff is easy to fix, and needs to be.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH1F5wz62J6PPcoOkRAoFeAJwLXVuqT2xGQGcSyIYi4VDRJN1nuQCfZGLr
/a2Te4H3tK1NFotLldQd2Vk=
=8P8X
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports/121297: [PATCH] mail/bsfilter: Update to 1.0.16

2008-03-09 Thread KIMURA Yasuhiro
Would someone please commit this PR? It is already approved by
maintainer.

Regards.

---
KIMURA Yasuhiro
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]