Re: [CFT] KDE 4.2 BETA 2 testers wanted

2009-01-08 Thread Silver Salonen


Diego Depaoli-2 wrote:
 
 On Wed, Jan 7, 2009 at 11:14 PM, Andrey andrey.kosache...@gmail.com
 wrote:
 
 I faced with the following issue while qt4-designer has been upgrading:

 --- begin ---

 [sil...@beastie][/usr/ports]sudo portupgrade -R 'qt4-*'
 +++ skipped +++
 Stop in
 /usr/ports/devel/qt4-designer/work/qt-x11-opensource-src-4.4.3/tools/designer.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade.22823.0 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=qt4-designer-4.4.1 UPGRADE_PORT_VER=4.4.1 make reinstall
 ---  Restoring the old version
 ** Fix the installation problem and try again.
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 1152 packages
 found (-0 +1) . done]
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
! devel/qt4-designer (qt4-designer-4.4.1)   (install error)
 
 Same here.
 For some obscure reason qt4-designer refuses to build through
 portmaster or portupgrade.
 cd ${PORTSDIR}/devel/qt4-designer  make... to go forward.
 

Hello, in my case qt4-designer builds OK, but on install I get:
=
...
/usr/local/bin/qmake-qt4 -spec /usr/local/share/qt4/mkspecs/freebsd-g++
-unix -o Makefile lib.pro
Creating '/usr/local/lib/qt4/libQtDesigner.so.4.4.2'
(cd
/usr/ports/devel/qt4-designer/work/qt-x11-opensource-src-4.4.2/tools/designer/src/lib;make)
cd: can't cd to
/usr/ports/devel/qt4-designer/work/qt-x11-opensource-src-4.4.2/tools/designer/src/lib
*** Error code 2
...
=
-- 
View this message in context: 
http://www.nabble.com/-CFT--KDE-4.2-BETA-2-testers-wanted-tp21320314p21348519.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 freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] KDE 4.2 BETA 2 testers wanted

2009-01-08 Thread Silver Salonen


Silver Salonen wrote:
 
 
 Diego Depaoli-2 wrote:
 
 On Wed, Jan 7, 2009 at 11:14 PM, Andrey andrey.kosache...@gmail.com
 wrote:
 
 I faced with the following issue while qt4-designer has been upgrading:

 --- begin ---

 [sil...@beastie][/usr/ports]sudo portupgrade -R 'qt4-*'
 +++ skipped +++
 Stop in
 /usr/ports/devel/qt4-designer/work/qt-x11-opensource-src-4.4.3/tools/designer.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade.22823.0 env UPGRADE_TOOL=portupgrade
 UPGRADE_PORT=qt4-designer-4.4.1 UPGRADE_PORT_VER=4.4.1 make reinstall
 ---  Restoring the old version
 ** Fix the installation problem and try again.
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 1152
 packages
 found (-0 +1) . done]
 ** Listing the failed packages (-:ignored / *:skipped / !:failed)
! devel/qt4-designer (qt4-designer-4.4.1)   (install error)
 
 Same here.
 For some obscure reason qt4-designer refuses to build through
 portmaster or portupgrade.
 cd ${PORTSDIR}/devel/qt4-designer  make... to go forward.
 
 
 Hello, in my case qt4-designer builds OK, but on install I get:
 =
 ...
 /usr/local/bin/qmake-qt4 -spec /usr/local/share/qt4/mkspecs/freebsd-g++
 -unix -o Makefile lib.pro
 Creating '/usr/local/lib/qt4/libQtDesigner.so.4.4.2'
 (cd
 /usr/ports/devel/qt4-designer/work/qt-x11-opensource-src-4.4.2/tools/designer/src/lib;make)
 cd: can't cd to
 /usr/ports/devel/qt4-designer/work/qt-x11-opensource-src-4.4.2/tools/designer/src/lib
 *** Error code 2
 ...
 =
 

Hmm, now I just tried make install again, and now it worked.. so now I
have qt4-designer-4.4.3 installed.. weird.
-- 
View this message in context: 
http://www.nabble.com/-CFT--KDE-4.2-BETA-2-testers-wanted-tp21320314p21348610.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 freebsd-ports-unsubscr...@freebsd.org


Re: Update multimedia/gstreamer* and associated ports?

2009-01-08 Thread Koop Mast

Garrett Cooper wrote:

Hello Mario and Porters,
Trying to setup mplayer to play DVD's on my blueray player, one of
the suggested means to do this was to try out mplayer from SVN.
Unfortunately I ran into some issues with x264_t, and to make a long
story short I realized I needed to update the gstreamer codecs so that
they were at least ABI compatible with the ABI in-use with mplayer.
So far I've discovered that:
1. -{good,bad,ugly} ports minor revisions have been bumped to
{11,9,10}, respectively.


I'm working on a update for the gstreamer ports. Should be done in a 
couple of days.



2. make all doesn't work. It barfs when trying to install a
documentation item:

(installfiles=`echo ./html/*.sgml ./html/*.html ./html/*.png ./html/*.css`; \
if test $installfiles = './html/*.sgml ./html/*.html ./html/*.png
./html/*.css'; \
then echo '-- Nothing to install' ; \
else \
  /bin/sh ../../mkinstalldirs
/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10; \
  for i in $installfiles; do \
echo '-- Installing '$i ; \
install  -o root -g wheel -m 444 $i
/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10; \
  done; \
  echo '-- Installing ./html/gst-plugins-base-libs.devhelp' ; \
  install  -o root -g wheel -m 444 ./html/gst-plugins-base-libs.devhelp 
\

/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10/gst-plugins-base-libs-0.10.devhelp;
\
  if test -e ./html/gst-plugins-base-libs.devhelp2; then \
install  -o root -g wheel -m 444
./html/gst-plugins-base-libs.devhelp2 \
   
/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10/gst-plugins-base-libs-0.10.devhelp2;
\
  fi; \
  which gtkdoc-rebase /dev/null  \
gtkdoc-rebase --relative --dest-dir=
--html-dir=/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10 ;
\
fi)

# ...

-- Installing ./html/style.css
-- Installing ./html/gst-plugins-base-libs.devhelp
gmake[3]: *** [install-data-local] Error 1
gmake[3]: Leaving directory
`/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/docs/libs'
gmake[2]: *** [install-am] Error 2
gmake[2]: Leaving directory
`/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/docs/libs'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.21/docs'
gmake: *** [install-recursive] Error 1
*** Error code 2


I will take a look at this one.


Turns out the problem is because gtkdoc-rebase isn't installed on
my machine. What would be the best means to avoid installing it (is
there already a ports knob to do this with Gnome stuff?)??
I'll have to verify that the patches are indeed not needed before
submitting the updated port to you (the patch failed for all 4 files).


Which patch are you talking about? As far as I know, there aren't any 
patch problems.


-Koop


Thanks!
-Garrett
___
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


Re: Update multimedia/gstreamer* and associated ports?

2009-01-08 Thread Garrett Cooper

On Jan 8, 2009, at 1:52 AM, Koop Mast wrote:


Garrett Cooper wrote:

Hello Mario and Porters,
   Trying to setup mplayer to play DVD's on my blueray player, one of
the suggested means to do this was to try out mplayer from SVN.
Unfortunately I ran into some issues with x264_t, and to make a long
story short I realized I needed to update the gstreamer codecs so  
that

they were at least ABI compatible with the ABI in-use with mplayer.
   So far I've discovered that:
   1. -{good,bad,ugly} ports minor revisions have been bumped to
{11,9,10}, respectively.


I'm working on a update for the gstreamer ports. Should be done in a  
couple of days.


Good to know -- thanks :).


   2. make all doesn't work. It barfs when trying to install a
documentation item:
(installfiles=`echo ./html/*.sgml ./html/*.html ./html/*.png ./html/ 
*.css`; \

if test $installfiles = './html/*.sgml ./html/*.html ./html/*.png
./html/*.css'; \
then echo '-- Nothing to install' ; \
else \
  /bin/sh ../../mkinstalldirs
/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10; \
  for i in $installfiles; do \
echo '-- Installing '$i ; \
install  -o root -g wheel -m 444 $i
/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10; \
  done; \
  echo '-- Installing ./html/gst-plugins-base-libs.devhelp' ; \
	  install  -o root -g wheel -m 444 ./html/gst-plugins-base- 
libs.devhelp \
	/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10/gst- 
plugins-base-libs-0.10.devhelp;

\
  if test -e ./html/gst-plugins-base-libs.devhelp2; then \
install  -o root -g wheel -m 444
./html/gst-plugins-base-libs.devhelp2 \
	   /usr/local/share/gtk-doc/html/gst-plugins-base- 
libs-0.10/gst-plugins-base-libs-0.10.devhelp2;

\
  fi; \
  which gtkdoc-rebase /dev/null  \
gtkdoc-rebase --relative --dest-dir=
--html-dir=/usr/local/share/gtk-doc/html/gst-plugins-base-libs-0.10 ;
\
fi)
# ...
-- Installing ./html/style.css
-- Installing ./html/gst-plugins-base-libs.devhelp
gmake[3]: *** [install-data-local] Error 1
gmake[3]: Leaving directory
`/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins- 
base-0.10.21/docs/libs'

gmake[2]: *** [install-am] Error 2
gmake[2]: Leaving directory
`/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins- 
base-0.10.21/docs/libs'

gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins- 
base-0.10.21/docs'

gmake: *** [install-recursive] Error 1
*** Error code 2


I will take a look at this one.


	Ok. I wasn't sure if there was a knob called WITHOUT_DOCS. It appears  
(looking back at the gstreamer configure script), that it assumes that  
one will ALWAYS install the HTML documentation; this is probably not  
desired in all cases (assuming they don't have online help provided  
with the package -- not saying they don't...) and we'll have to talk  
to the gstreamer team about making a knob to turn off installing the  
HTML docs..



   Turns out the problem is because gtkdoc-rebase isn't installed on
my machine. What would be the best means to avoid installing it (is
there already a ports knob to do this with Gnome stuff?)??
   I'll have to verify that the patches are indeed not needed before
submitting the updated port to you (the patch failed for all 4  
files).


Which patch are you talking about? As far as I know, there aren't  
any patch problems.


	Uh, the 4 distfiles under `files/' for the current port didn't patch  
successfully for the base codec set. I'll be glad to share the errors  
if you like so we can compare results..

Thanks again!
-Garrett
___
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: [CFT] KDE 4.2 BETA 2 testers wanted

2009-01-08 Thread Silver Salonen


miwi-2 wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 We are happy to announce the first public Call for Testing
 with KDE 4.2.
 
 The past weeks we focused on the complex and very time
 consuming task to get the KDE4.2 BETA2 ports into a much
 better shape so we can now go on to the next step: much wider
 public testing.
 
 The experimental KDE ports are currently pulled from KDE
 4.2 BETA 2 (4.1.85). Some of you may believe beta testing
 is not worth it, but we want to get KDE 4.2 better then 4.1.
 
 At the moment we would actually benefit from wider testing
 the well prepared KDE 4.2 BETA 2 FreeBSD builds. We would
 have much more opportunity and time to identify and eventually
 correct FreeBSD specific problems with those.
 
 We added the file UPDATING-area51. _PLEASE_ read this before you start
 your update.
 
 To get KDE 4.2:
 
 try
 svn co https://kf.athame.co.uk/kde-freebsd/tags/kde-4.1.85/
 /path/to/area51
 
 More infos here:
 https://kf.athame.co.uk/access.php
 
 I like to say Thanks to all Helpers and Submitters on the kde-freebsd@
 mailinglist.
 
 That's all for the moment. Happy Testing!
 

Hello.

Another issue - with kdebase4-runtime this time:
=
Scanning dependencies of target kio_about
[ 21%] Building CXX object
kioslave/about/CMakeFiles/kio_about.dir/kio_about_automoc.o
[ 21%] Building CXX object
kioslave/about/CMakeFiles/kio_about.dir/kio_about.o
/usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/kio_about.cpp:
In member function 'virtual void AboutProtocol::get(const KUrl)':
/usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/kio_about.cpp:40:
error: 'QTextStream' was not declared in this scope
/usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/kio_about.cpp:40:
error: expected `;' before 'os'
/usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/kio_about.cpp:41:
error: 'os' was not declared in this scope
/usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/kio_about.cpp:
In function 'int kdemain(int, char**)':
/usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/kio_about.cpp:64:
error: 'stderr' was not declared in this scope
/usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/kio_about.cpp:64:
error: 'fprintf' was not declared in this scope
*** Error code 1

Stop in /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/build
=

PS. I still have KDE 4.1.3 installed (with phonon-4.2.0) - I hope the
problem ain't caused by that :)

--
Silver
-- 
View this message in context: 
http://www.nabble.com/-CFT--KDE-4.2-BETA-2-testers-wanted-tp21320314p21350082.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 freebsd-ports-unsubscr...@freebsd.org


Re: [CFT] KDE 4.2 BETA 2 testers wanted

2009-01-08 Thread Max Brazhnikov
On Thu, 8 Jan 2009 03:21:34 -0800 (PST), Silver Salonen wrote:
 Hello.

 Another issue - with kdebase4-runtime this time:
 =
 Scanning dependencies of target kio_about
 [ 21%] Building CXX object
 kioslave/about/CMakeFiles/kio_about.dir/kio_about_automoc.o
 [ 21%] Building CXX object
 kioslave/about/CMakeFiles/kio_about.dir/kio_about.o
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp: In member function 'virtual void AboutProtocol::get(const
 KUrl)':
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:40: error: 'QTextStream' was not declared in this scope
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:40: error: expected `;' before 'os'
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:41: error: 'os' was not declared in this scope
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp: In function 'int kdemain(int, char**)':
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:64: error: 'stderr' was not declared in this scope
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:64: error: 'fprintf' was not declared in this scope
 *** Error code 1

 Stop in /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/build
 =

 PS. I still have KDE 4.1.3 installed (with phonon-4.2.0) - I hope the
 problem ain't caused by that :)
I believe that is the problem. Have you read UPDATING from area51? 

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


Can someone commit ports/129755 (mail/fetchmail - 6.3.9)

2009-01-08 Thread Matthias Andree
please?
Reply-To: 
X-PGP-Key: http://home.pages.de/~mandree/keys/GPGKEY.asc

Greetings,

can someone please commit ports/129755 (fetchmail update to 6.3.9) on
maintainer timeout grounds?

I filed the PR 20 days ago, and it fixes two critical bugs (potential
data loss) and a long-standing regression.

Thanks.

Best regards

-- 
Matthias Andree
___
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


DragonFlyBSD mail agent

2009-01-08 Thread Michel Talon
Hello,

would it not be interesting to have the DragonFlyBSD mail agent in
FreeBSD? It is a very simple mail agent, like ssmtp, but with some more
features: it can either deliver mail locally for local users or send all
other mail to a smarthost, and reads the aliases file. Hence it fulfills
the needs of the person who wants a small mail agent for receiving
periodic root mail, and wants to send the occasional without too much
fuss. It is much simpler than sendmail, postfix or exim.

For simplicity i have a tarball here:
http://www.lpthe.jussieu.fr/~talon/dma.tgz
it compiles out of the box, and it is easy to figure out how to use it.


-- 

Michel TALON

___
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: DragonFlyBSD mail agent

2009-01-08 Thread Janky Jay, III
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, Michel.

By default, FreeBSD's Sendmail that comes in base already delivers mail
to local users and reads the aliases file also. It supports configuring
a smarthost as well. Unless there are some highly desired features in
the DragonFlyBSD mail agent, I seriously doubt there will be any
migration to it from Sendmail in the near future.

Regards,
Janky Jay, III

Michel Talon wrote:
 Hello,
 
 would it not be interesting to have the DragonFlyBSD mail agent in
 FreeBSD? It is a very simple mail agent, like ssmtp, but with some more
 features: it can either deliver mail locally for local users or send all
 other mail to a smarthost, and reads the aliases file. Hence it fulfills
 the needs of the person who wants a small mail agent for receiving
 periodic root mail, and wants to send the occasional without too much
 fuss. It is much simpler than sendmail, postfix or exim.
 
 For simplicity i have a tarball here:
 http://www.lpthe.jussieu.fr/~talon/dma.tgz
 it compiles out of the box, and it is easy to figure out how to use it.
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJZh5pGK3MsUbJZn4RAhHMAJ4j6lQ3gDkye5ciegdf2Zc5iSPSFACfeLhm
qXqX5PutiNLFKzKklcvyE+M=
=N9jA
-END PGP SIGNATURE-
___
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: DragonFlyBSD mail agent

2009-01-08 Thread Michel Talon
Janky Jay, III wrote:

 By default, FreeBSD's Sendmail that comes in base already delivers mail
 to local users and reads the aliases file also. It supports configuring
 a smarthost as well. Unless there are some highly desired features in
 the DragonFlyBSD mail agent, I seriously doubt there will be any
 migration to it from Sendmail in the near future.

I was not speaking of replacing sendmail in the base system, only on
offering this mail agent in the *ports*, this is why i posted in
freebsd-ports. I should have been clearer.

This mail agent doesn't offer anything compelling compared to sendmail,
only it is much smaller and presumably more secure. For example if you
want a mail agent in a jail, you can envision to use this one instead of 
sendmail because it is much lighter. Yes i know ssmtpd could do the
same, more or less but this one has a little more flexibility without
falling in the complexity of the big ones.


-- 

Michel TALON

___
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: DragonFlyBSD mail agent

2009-01-08 Thread Mark Linimon
On Thu, Jan 08, 2009 at 05:48:10PM +0100, Michel Talon wrote:
 This mail agent doesn't offer anything compelling compared to sendmail,
 only it is much smaller and presumably more secure.

I have previously seen it advocated for base as an alternative for
systems that e.g. only need to send cronmail.

mcl
___
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: DragonFlyBSD mail agent

2009-01-08 Thread Wesley Shields
On Thu, Jan 08, 2009 at 05:48:10PM +0100, Michel Talon wrote:
 Janky Jay, III wrote:
 
  By default, FreeBSD's Sendmail that comes in base already delivers mail
  to local users and reads the aliases file also. It supports configuring
  a smarthost as well. Unless there are some highly desired features in
  the DragonFlyBSD mail agent, I seriously doubt there will be any
  migration to it from Sendmail in the near future.
 
 I was not speaking of replacing sendmail in the base system, only on
 offering this mail agent in the *ports*, this is why i posted in
 freebsd-ports. I should have been clearer.
 
 This mail agent doesn't offer anything compelling compared to sendmail,
 only it is much smaller and presumably more secure. For example if you
 want a mail agent in a jail, you can envision to use this one instead of 
 sendmail because it is much lighter. Yes i know ssmtpd could do the
 same, more or less but this one has a little more flexibility without
 falling in the complexity of the big ones.

I see no reason for it not to be in ports.  If it's useful like you
described above then I'm sure other people will make use of it and be
glad it is maintained in the ports tree.  If you're willing to maintain
it please submit a PR with your work.

-- WXS
___
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: [CFT] KDE 4.2 BETA 2 testers wanted

2009-01-08 Thread Silver Salonen


Bugzilla from m...@issp.ac.ru wrote:
 
 On Thu, 8 Jan 2009 03:21:34 -0800 (PST), Silver Salonen wrote:
 Hello.

 Another issue - with kdebase4-runtime this time:
 =
 Scanning dependencies of target kio_about
 [ 21%] Building CXX object
 kioslave/about/CMakeFiles/kio_about.dir/kio_about_automoc.o
 [ 21%] Building CXX object
 kioslave/about/CMakeFiles/kio_about.dir/kio_about.o
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp: In member function 'virtual void AboutProtocol::get(const
 KUrl)':
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:40: error: 'QTextStream' was not declared in this scope
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:40: error: expected `;' before 'os'
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:41: error: 'os' was not declared in this scope
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp: In function 'int kdemain(int, char**)':
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:64: error: 'stderr' was not declared in this scope
 /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/kioslave/about/
kio_about.cpp:64: error: 'fprintf' was not declared in this scope
 *** Error code 1

 Stop in /usr/ports/x11/kdebase4-runtime/work/kdebase-runtime-4.1.85/build
 =

 PS. I still have KDE 4.1.3 installed (with phonon-4.2.0) - I hope the
 problem ain't caused by that :)
 I believe that is the problem. Have you read UPDATING from area51? 
 
 Max
 

Yes, that was it, thanks. No matter how many times you mention, somebody
forgets to read it anyway :)

--
Silver
-- 
View this message in context: 
http://www.nabble.com/-CFT--KDE-4.2-BETA-2-testers-wanted-tp21320314p21356848.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 freebsd-ports-unsubscr...@freebsd.org


Re: DragonFlyBSD mail agent

2009-01-08 Thread Janky Jay, III
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, Michel.

Ah! Okay. This makes much more sense... Its not a problem at all to
port the mail agent to FreeBSD. Just create a port, test and submit it
and voila! Sorry for the misunderstanding earlier...

Regards,
Janky Jay, III

Michel Talon wrote:
 Janky Jay, III wrote:
 
 By default, FreeBSD's Sendmail that comes in base already delivers mail
 to local users and reads the aliases file also. It supports configuring
 a smarthost as well. Unless there are some highly desired features in
 the DragonFlyBSD mail agent, I seriously doubt there will be any
 migration to it from Sendmail in the near future.
 
 I was not speaking of replacing sendmail in the base system, only on
 offering this mail agent in the *ports*, this is why i posted in
 freebsd-ports. I should have been clearer.
 
 This mail agent doesn't offer anything compelling compared to sendmail,
 only it is much smaller and presumably more secure. For example if you
 want a mail agent in a jail, you can envision to use this one instead of 
 sendmail because it is much lighter. Yes i know ssmtpd could do the
 same, more or less but this one has a little more flexibility without
 falling in the complexity of the big ones.
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJZlFIGK3MsUbJZn4RAgOSAJ0VOtSEKaZHXlKaeQIUoI5PuR64KACfTOcx
N3WqR0rQ6S7pjolzWEuKhy4=
=doPU
-END PGP SIGNATURE-
___
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: DragonFlyBSD mail agent

2009-01-08 Thread Sam Fourman Jr.
 I see no reason for it not to be in ports.  If it's useful like you
 described above then I'm sure other people will make use of it and be
 glad it is maintained in the ports tree.  If you're willing to maintain
 it please submit a PR with your work.

Sweet, is anyone with commit access  willing to commit it to the ports tree?

Sam Fourman Jr.
___
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: DragonFlyBSD mail agent

2009-01-08 Thread Janky Jay, III
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, Sam.

Of course. Once the port is submitted via a PR, it will be looked over
and committed. Check out the FreeBSD Porter's Handbook at
http://www.freebsd.org/doc/en/books/porters-handbook/ for more
information about how to create and submit a port.

Regards,
Janky Jay, III

Sam Fourman Jr. wrote:
 I see no reason for it not to be in ports.  If it's useful like you
 described above then I'm sure other people will make use of it and be
 glad it is maintained in the ports tree.  If you're willing to maintain
 it please submit a PR with your work.
 
 Sweet, is anyone with commit access  willing to commit it to the ports tree?
 
 Sam Fourman Jr.
 ___
 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
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFJZmOVGK3MsUbJZn4RAsJ/AJ9HMdsYxlrQoeUmJwHSqiH9viwr3gCfYcLO
D+p/0l8w2RHStvu2yLYRrZU=
=19dY
-END PGP SIGNATURE-
___
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


BIND poisoning??

2009-01-08 Thread Albert Thiel
Whoever manages BIND.. 

SANS has a new  warning/listing on BIND (Jan 7th) that may effect FreeBSD's 
implementation, but I am 
not sure... I'm just the mailman here :)

http://isc.sans.org/diary.html?storyid=5641rss

I checked versions 6.2 through 7.0 and see that they _could_ be vulnerable as 
they report a do flag 
so are using DNSSEC.

Hope this info helps.. -Al


Albert Thiel
ath...@yourdatacenter.com

Your Data Center  HostLongIsland.com
Powerful FREE ISP Tools, Mail  Website Hosting
http://www.YourDataCenter.com
Hewlett, New York
(877)302-8642


 

___
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


testing rnoland's xorg upgrade patch -- error

2009-01-08 Thread Eitan Adler
I applied this patch:
http://people.freebsd.org/~rnoland/xorg-7.4-111608.patch

I then tried upgrading via portmaster -vra
and I also tried upgrading manually

when installing x11-servers/xorg-server I get the following error
gnome-config: not found
configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes
x11-xcb xcb-glx) were not met:

No package 'x11-xcb' found
No package 'xcb-glx' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DRIGL_CFLAGS
and DRIGL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

===  Script configure failed unexpectedly.

Stop in /extra/ports/graphics/dri.
*** Error code 1

Stop in /extra/ports/x11-servers/xorg-server.
*** Error code 1

Stop in /extra/ports/x11-servers/xorg-server.


#pkg_info -x xcb
Information for xcb-proto-1.2:







-- 
Eitan Adler
Security is increased by designing for the way humans actually behave.
-Jakob Nielsen

___
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


porting - require specific configuration

2009-01-08 Thread Eitan Adler
Is there a way to depend on another port with specific knobs?

-- 
Eitan Adler
Security is increased by designing for the way humans actually behave.
-Jakob Nielsen
___
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: FreeBSD Port: openfoam-1.4.1_1

2009-01-08 Thread Thierry Thomas
Le Jeu  8 jan 09 à  8:17:53 +0100, Richard Samuel rsam...@asri.org.au
 écrivait :
 Thierry,

Hello,

 Sorry, 1.5.1 is more my term than their's, a better term would be OpenFOAM
 1.5-CURRENT. Yes it from the latest git sources.
 
 BTW thanks for all your work on OpenFOAM and Paraview - without it I would
 not have known where to start.
 
 I recall seeing the mgridgen.h issue at some point, but presently I am only
 using the native openmpi port - the metis and gridgen components I am using
 are from the OpenFOAM ThirdParty tarball, which probably avoids that issue.

OK, I shall try again with this (I'm currently busy, to upgrade
french/aster, but I put OpenFoam again on my TODO list).

In the meantime, my WIP is available at
http://people.freebsd.org/~thierry/ports/openfoam-1.5.tgz

Best regards,
-- 
Th. Thomas.


pgppokhkNe4kK.pgp
Description: PGP signature


Re: testing rnoland's xorg upgrade patch -- error

2009-01-08 Thread Robert Noland
I just rolled up a new patchset.  This has not been through tinderbox
yet, so you have been warned...  This update should pretty much have us
current with all released xorg bits.

http://people.freebsd.org/~rnoland/xorg-update-010809.patch.bz2

robert.



signature.asc
Description: This is a digitally signed message part


Re: testing rnoland's xorg upgrade patch -- error

2009-01-08 Thread Robert Noland
On Thu, 2009-01-08 at 16:59 -0500, Eitan Adler wrote:
 I applied this patch:
 http://people.freebsd.org/~rnoland/xorg-7.4-111608.patch
 
 I then tried upgrading via portmaster -vra
 and I also tried upgrading manually
 
 when installing x11-servers/xorg-server I get the following error
 gnome-config: not found
 configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes
 x11-xcb xcb-glx) were not met:
 
 No package 'x11-xcb' found
 No package 'xcb-glx' found

We turned on xcb by default, so libX11 needs to be rebuilt with xcb
support enabled.  make config on libX11 port.  Looks like possiblly
libGL and/or dri might also need rebuilding after that.

robert.

 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
 
 Alternatively, you may set the environment variables DRIGL_CFLAGS
 and DRIGL_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
 ===  Script configure failed unexpectedly.
 
 Stop in /extra/ports/graphics/dri.
 *** Error code 1
 
 Stop in /extra/ports/x11-servers/xorg-server.
 *** Error code 1
 
 Stop in /extra/ports/x11-servers/xorg-server.
 
 
 #pkg_info -x xcb
 Information for xcb-proto-1.2:
 
 
 
 
 
 
 


signature.asc
Description: This is a digitally signed message part


Re: BIND poisoning??

2009-01-08 Thread matt donovan
On Thu, Jan 8, 2009 at 3:42 PM, Albert Thiel ath...@yourdatacenter.comwrote:

 Whoever manages BIND..

 SANS has a new  warning/listing on BIND (Jan 7th) that may effect FreeBSD's
 implementation, but I am
 not sure... I'm just the mailman here :)

 http://isc.sans.org/diary.html?storyid=5641rss

 I checked versions 6.2 through 7.0 and see that they _could_ be vulnerable
 as they report a do flag
 so are using DNSSEC.

 Hope this info helps.. -Al


 Albert Thiel
 ath...@yourdatacenter.com

 Your Data Center  HostLongIsland.com
 Powerful FREE ISP Tools, Mail  Website Hosting
 http://www.YourDataCenter.com
 Hewlett, New York
 (877)302-8642




 ___
 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


well the security team already knows I sent them some research I did and yes
the maintainer for the bind port knows as well I m just waiting back for a
reply from him. to see if he'll update the port or not.
___
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: DragonFlyBSD mail agent

2009-01-08 Thread Michel Talon
Le jeudi 08 janvier 2009, vous avez écrit :
 On Thu, Jan 08, 2009 at 05:48:10PM +0100, Michel Talon wrote:
  This mail agent doesn't offer anything compelling compared to sendmail,
  only it is much smaller and presumably more secure.

 I have previously seen it advocated for base as an alternative for
 systems that e.g. only need to send cronmail.

 mcl

I am using DragonFly mail agent on some jails since a few months and it works 
OK. Hence dma.tgz compiles out of the box and works as advertised on FreeBSD.

I can give some information on the configuration: this shows the simplicity of
the configuration file.

jail1% cat /etc/dma/dma.conf

# $DragonFly: src/etc/dma/dma.conf,v 1.2 2008-02-04 10:11:41 matthias Exp $
#
# Your smarthost (also called relayhost).  Leave blank if you don't want
# smarthost support.  Here i take the base host as smarthost
SMARTHOST niobe

# Use this SMTP port.  Most users will be fine with the default (25)
PORT 25

# Path to your alias file.  Note it reads aliases, not aliases.db. Same file  
# as sendmail aliases.
ALIASES /etc/mail/aliases

# Path to your spooldir.  Just stay with the default.
SPOOLDIR /var/spool/dma

# Path to your virtual user file.  Just stay with the default.
VIRTPATH /etc/dma/virtusertable

To deliver local mail it seems that dma needs to be suid root:
jail1% ls -l /usr/libexec/sendmail/dma
-r-sr-sr-x  1 root  mail  42904 Aug 20 00:45 /usr/libexec/sendmail/dma

The spool directory is
drwxrwxr-x  2 root   mail2 Jan  8 03:05 dma





___
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: testing rnoland's xorg upgrade patch -- error

2009-01-08 Thread Eitan Adler
Robert Noland wrote:
 I just rolled up a new patchset.  This has not been through tinderbox
 yet, so you have been warned...  This update should pretty much have us
 current with all released xorg bits.
 
 http://people.freebsd.org/~rnoland/xorg-update-010809.patch.bz2
 
 robert.
 

I didn't test this patchset yet but the previous one caused X to either
freeze and not accept any input including ctrl+alt+bksp or cause my
computer to go blank and beep three times.

Also make sure to include xorg-minimal in the patch.  I don't see it.
-- 
Eitan Adler
Security is increased by designing for the way humans actually behave.
-Jakob Nielsen
___
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: testing rnoland's xorg upgrade patch -- error

2009-01-08 Thread Roland Smith
On Thu, Jan 08, 2009 at 05:36:38PM -0500, Robert Noland wrote:
 I just rolled up a new patchset.  This has not been through tinderbox
 yet, so you have been warned...  This update should pretty much have us
 current with all released xorg bits.
 
 http://people.freebsd.org/~rnoland/xorg-update-010809.patch.bz2

Looking over the patch, why is the glut library version changing from
libglut.so.4 to libglut.so.3?

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpbMs7VteTDh.pgp
Description: PGP signature


Re: testing rnoland's xorg upgrade patch -- error

2009-01-08 Thread Robert Noland
On Thu, 2009-01-08 at 18:46 -0500, Eitan Adler wrote:
 Robert Noland wrote:
  I just rolled up a new patchset.  This has not been through tinderbox
  yet, so you have been warned...  This update should pretty much have us
  current with all released xorg bits.
  
  http://people.freebsd.org/~rnoland/xorg-update-010809.patch.bz2
  
  robert.
  
 
 I didn't test this patchset yet but the previous one caused X to either
 freeze and not accept any input including ctrl+alt+bksp or cause my
 computer to go blank and beep three times.

Would need more specifics to even guess what could have been wrong...
Most particularly what hardware, gfx chip, i386/amd64 and which drivers
were involved, steps to reproduce the issue if any.  Basically, the more
info the better.

 Also make sure to include xorg-minimal in the patch.  I don't see it.

Not sure who signed up to maintain that... It wasn't me... ;)

robert.



signature.asc
Description: This is a digitally signed message part


Re: testing rnoland's xorg upgrade patch -- error

2009-01-08 Thread Robert Noland
On Fri, 2009-01-09 at 00:36 +0100, Roland Smith wrote:
 On Thu, Jan 08, 2009 at 05:36:38PM -0500, Robert Noland wrote:
  I just rolled up a new patchset.  This has not been through tinderbox
  yet, so you have been warned...  This update should pretty much have us
  current with all released xorg bits.
  
  http://people.freebsd.org/~rnoland/xorg-update-010809.patch.bz2
 
 Looking over the patch, why is the glut library version changing from
 libglut.so.4 to libglut.so.3?

The libglut is coming from mesa now.  I'm not entirely certain that is
the right thing, but haven't had time to really investigate it.  I'll
try and figure out if we made the right move there or not.

robert.

 Roland


signature.asc
Description: This is a digitally signed message part


Re: DragonFlyBSD mail agent

2009-01-08 Thread Aragon Gouveia
| By Michel Talon ta...@lpthe.jussieu.fr
|  [ 2009-01-08 16:09 +0200 ]
 would it not be interesting to have the DragonFlyBSD mail agent in
 FreeBSD?

I use ssmtp on many systems and would love to try dma.  Looking forward to
seeing it in ports!  Thanks!


Regards,
Aragon
___
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: [kde-freebsd] [CFT] KDE 4.2 BETA 2 testers wanted

2009-01-08 Thread Diego Depaoli
On Tue, Jan 6, 2009 at 11:06 PM, Martin Wilke m...@freebsd.org wrote:
 We are happy to announce the first public Call for Testing
 with KDE 4.2.
kdepim4 stops building around 25% with kdepim-3.5.10 installed because
libkleo complains about undefined reference to QGpgME.
Can someone confirm that?

Regards
-- 
Diego Depaoli
___
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: testing rnoland's xorg upgrade patch -- error

2009-01-08 Thread Eitan Adler
 Would need more specifics to even guess what could have been wrong...
 Most particularly what hardware, gfx chip, i386/amd64 and which drivers
 were involved, steps to reproduce the issue if any.  Basically, the more
 info the better.
What commands should I run?  I am not familiar with the what is on my
system commands.
I have a MSI motherboard with an Nvidia graphics card. The nvidia driver
is installed. I did not test with nv.

FreeBSD FreeBSD 7.1-STABLE #0: i386

Steps to reproduce: run your second to last patch; upgrade all; run startx.

I uninstalled xorg-server xf86-input-mouse and keyboard and installed
the old versions.  Almost everything everything else is the new version
and it works now.
I think xorg-server was the problem.

 
 Also make sure to include xorg-minimal in the patch.  I don't see it.
 
 Not sure who signed up to maintain that... It wasn't me... ;)
I did. Except that I don't have a commit bit and you have a patch to
upgrade to the newer Xorg which touches most of the Xorg files.  I am
politely asking that you add the version number bump to xorg-minimal.

 
 robert.
 


-- 
Eitan Adler
Security is increased by designing for the way humans actually behave.
-Jakob Nielsen
___
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: testing rnoland's xorg upgrade patch -- error

2009-01-08 Thread Robert Noland
On Thu, 2009-01-08 at 22:34 -0500, Eitan Adler wrote:
  Would need more specifics to even guess what could have been wrong...
  Most particularly what hardware, gfx chip, i386/amd64 and which drivers
  were involved, steps to reproduce the issue if any.  Basically, the more
  info the better.
 What commands should I run?  I am not familiar with the what is on my
 system commands.
 I have a MSI motherboard with an Nvidia graphics card. The nvidia driver
 is installed. I did not test with nv.
 
 FreeBSD FreeBSD 7.1-STABLE #0: i386
 
 Steps to reproduce: run your second to last patch; upgrade all; run startx.
 
 I uninstalled xorg-server xf86-input-mouse and keyboard and installed
 the old versions.  Almost everything everything else is the new version
 and it works now.
 I think xorg-server was the problem.
.
Ok, there isn't much help that I can offer for Nvidia at the moment,
given that it is vendor supported.  I don't yet have hardware to work
with nv or nouveua.

  
  Also make sure to include xorg-minimal in the patch.  I don't see it.
  
  Not sure who signed up to maintain that... It wasn't me... ;)
 I did. Except that I don't have a commit bit and you have a patch to
 upgrade to the newer Xorg which touches most of the Xorg files.  I am
 politely asking that you add the version number bump to xorg-minimal.

Ok, I'll look at it, but my plate is overflowing at the moment between
$work, drm, agp and xorg.  patches to the patch are welcome.  I'll
gladly merge them.

robert.

  
  robert.
  
 
 


signature.asc
Description: This is a digitally signed message part


Re: porting - require specific configuration

2009-01-08 Thread Matthew Seaman

Eitan Adler wrote:

Is there a way to depend on another port with specific knobs?



The usual trick is to create a slave port of the dependency with the
required set of knobs pre-configured, and depend on that instead.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature