Re: Call for testers - mplayer svn port

2010-01-16 Thread Diego Depaoli
On Thu, Jan 7, 2010 at 10:52 PM, Thomas Zander
thomas.e.zan...@googlemail.com wrote:
 Hi,

 thanks to Wes Morgan and Martin Wilke there is something for you to
 test which approximates what's going to become our next mplayer in the
 ports tree.
Works nice here.
Minor issue: fribidi version library should be 3, but even after
fixing that mplayer fails to compile, so I think is better disable
this option.


 To the topic: On
 http://www.rrr.de/~riggs/mplayer/m20100107.tar.bz2
 you can get a small tarball. It contains three items: The ports for
 mplayer and mencoder. Both are drop-in replacements for the respective
 directories in ${PORTSDIR}/multimedia
 This should work without further changes (at least it does on my amd64
 test machine). NOTE that ONLY if you want to test it with x264 (only
 available for mencoder, mplayer uses ffmpeg's internal h264 decoder
 now.), you HAVE to apply the supplied x264 patch to
 ${PORTSDIR}/multimedia/x264.
This breaks ffmpeg.

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: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx.

2009-12-05 Thread Diego Depaoli
On Sat, Dec 5, 2009 at 6:52 PM, Norikatsu Shigemura n...@freebsd.org wrote:
 On Sun, 6 Dec 2009 02:22:00 +0900
 Norikatsu Shigemura n...@freebsd.org wrote:
       Hum.. When 7.6.1 release?  If not yet, I'll back port.
       But, I don't understand fix by 
 https://bugs.freedesktop.org/show_bug.cgi?id=24266
       How should I find git's commit id from 
 http://cgit.freedesktop.org/mesa/mesa/ ?

        I give up.  So I remaked 7.6.1-rc2.  I'll update to 7.6.1-rc2.
mmm...
Mesa* are unfetchable with ${MESAVERSION} expanded as 7.6.1-rc2 since
parent directory doesn't have rc2

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: status of FreeBSD ports you maintain as of 20090705

2009-08-04 Thread Diego Depaoli
2009/8/1 Mark Linimon lini...@lonesome.com:
 On Thu, Jul 23, 2009 at 07:37:27PM +0200, Martin Tournoij wrote:
 I now know more than ever why I switched to OpenBSD.
 FreeBSD people no longer seem to care about broken ports, or making people
 who submit broken patches maintainers, or even replying to my messages.
[snip]
 To summarize: my own view is that we don't want bad patches or bad updates
 to be committed; but our committers are human, too.  It's worth repeating
 that we rely on our committers to be responsible for verifying that the
 changes that they're committing are correct and useful; but, they're
 volunteers as well, so we have to rely on a combination of constructive
 criticism and encouragement to try to improve things.
There are too many ports and too few people who care them.
IMHO the options are:
- decrease the number of ports
- increase the number of  volunteers/committers/testers...
- switch to a multi-level solution (e.g. Archlinux).

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: status of FreeBSD ports you maintain as of 20090705

2009-08-04 Thread Diego Depaoli
2009/8/4 Doug Barton do...@freebsd.org:
 Diego Depaoli wrote:
 There are too many ports and too few people who care them.
 IMHO the options are:
 - decrease the number of ports
 We trim dead/useless ports all the time.
 - increase the number of  volunteers/committers/testers...
 This is the only valid answer for FreeBSD.
How? I think your following comment (even smiled) isn't the right
starting point.

 - switch to a multi-level solution (e.g. Archlinux).
 In DiegoBSD you should feel free to use any solution you think is
 useful. :)
Please look at
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134443
Ok, I agree,  is an useless port, but 3 months without further notices
are enough to demotivate any volunteer.

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


Could someone help me to debug my port?

2009-05-12 Thread Diego Depaoli
Hi all,
I'm the maintainer of multimedia/smile.
Between march 16 (last commit) and may 9 (last world) something broke
my port because now I get a segfault.
That happens on 8.0 current i386/amd64, with qt4-4.4.3 or qt4-4.5.1
All ports are up to date.

gdb smile smile.core
returns
[skip]
Loaded symbols for /usr/local/lib/dri/swrast_dri.so
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0xa5a5a5a5 in ?? ()
[New Thread 2a001140 (LWP 100226)]
(gdb) bt
#0  0xa5a5a5a5 in ?? ()
#1  0x29bcf930 in glXWaitX () from /usr/local/lib/libGL.so.1
#2  0x28ce478f in QGLWidget::resizeEvent () from
/usr/local/lib/qt4/libQtOpenGL.so.4
#3  0x28f2a6a7 in QWidget::event () from /usr/local/lib/qt4/libQtGui.so.4
#4  0x28cbe432 in QGLWidget::event () from /usr/local/lib/qt4/libQtOpenGL.so.4
#5  0x28ede01c in QApplicationPrivate::notify_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#6  0x28ee4ada in QApplication::notify () from /usr/local/lib/qt4/libQtGui.so.4
#7  0x298d59e9 in QCoreApplication::notifyInternal () from
/usr/local/lib/qt4/libQtCore.so.4
#8  0x28f27a88 in QWidgetPrivate::sendPendingMoveAndResizeEvents ()
from /usr/local/lib/qt4/libQtGui.so.4
#9  0x28f2eb06 in QWidgetPrivate::show_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#10 0x28f2f05e in QWidget::setVisible () from /usr/local/lib/qt4/libQtGui.so.4
#11 0x28f2eab0 in QWidgetPrivate::showChildren () from
/usr/local/lib/qt4/libQtGui.so.4
#12 0x28f2eb31 in QWidgetPrivate::show_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#13 0x28f2e8f1 in QWidgetPrivate::show_recursive () from
/usr/local/lib/qt4/libQtGui.so.4
#14 0x28f2ea79 in QWidgetPrivate::showChildren () from
/usr/local/lib/qt4/libQtGui.so.4
#15 0x28f2eb31 in QWidgetPrivate::show_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#16 0x28f2f05e in QWidget::setVisible () from /usr/local/lib/qt4/libQtGui.so.4
#17 0x28f2eab0 in QWidgetPrivate::showChildren () from
/usr/local/lib/qt4/libQtGui.so.4
#18 0x28f2eb31 in QWidgetPrivate::show_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#19 0x28f2f05e in QWidget::setVisible () from /usr/local/lib/qt4/libQtGui.so.4
#20 0x28f2eab0 in QWidgetPrivate::showChildren () from
/usr/local/lib/qt4/libQtGui.so.4
#21 0x28f2eb31 in QWidgetPrivate::show_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#22 0x28f2f05e in QWidget::setVisible () from /usr/local/lib/qt4/libQtGui.so.4
#23 0x28f2eab0 in QWidgetPrivate::showChildren () from
/usr/local/lib/qt4/libQtGui.so.4
#24 0x28f2eb31 in QWidgetPrivate::show_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#25 0x28f2f05e in QWidget::setVisible () from /usr/local/lib/qt4/libQtGui.so.4
#26 0x28f2eab0 in QWidgetPrivate::showChildren () from
/usr/local/lib/qt4/libQtGui.so.4
#27 0x28f2eb31 in QWidgetPrivate::show_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#28 0x28f2f05e in QWidget::setVisible () from /usr/local/lib/qt4/libQtGui.so.4
#29 0x28f2eab0 in QWidgetPrivate::showChildren () from
/usr/local/lib/qt4/libQtGui.so.4
#30 0x28f2eb31 in QWidgetPrivate::show_helper () from
/usr/local/lib/qt4/libQtGui.so.4
#31 0x28f2f05e in QWidget::setVisible () from /usr/local/lib/qt4/libQtGui.so.4
#32 0x0805923e in ?? ()
#33 0x08058f29 in ?? ()
#34 0x0001 in ?? ()
#35 0xbfbfe748 in ?? ()
#36 0xbfbfe750 in ?? ()
#37 0x in ?? ()
#38 0x281d4da0 in dlclose () from /libexec/ld-elf.so.1
#39 0x0001 in ?? ()

Thanks in advance
-- 
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: Xorg disaster

2009-02-08 Thread Diego Depaoli
On Mon, Feb 9, 2009 at 12:08 AM, Garrett Cooper yanef...@gmail.com wrote:

I updated nvidia-driver to the latest version, and submitted a
 patch, but ran into issues with graphics/mesa-demos (until recently
 when someone fixed the build CFLAGS -- rnoland?).

patch your Makefile patch  to allow build on -current

@@ -87,6 +87,10 @@
${REINPLACE_CMD} -e \
's/suser(CURTHREAD)/priv_check(CURTHREAD, PRIV_DRIVER)/' \
${WRKSRC}/src/nvidia_os.c
+   ${REINPLACE_CMD} -e \
+   's/minor(/dev2unit(/g' \
+   ${WRKSRC}/src/nvidia_dev.c \
+   ${WRKSRC}/src/nvidia_subr.c

worked for me

It's MUCH better than the current ports version. They fixed a
 driver regression, so my displays no longer seize up with high CPU
 usage while compiling and no longer freeze after playing movies with
 mplayer.
Looks like you're right, but I need more testing time.

Regards

-- 
Diego Depaoli

P.S. Could be my problems were caused by a broken card since yesterday it died.
___
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: Xorg disaster

2009-02-06 Thread Diego Depaoli
On Fri, Feb 6, 2009 at 8:35 PM, Doug Barton do...@freebsd.org wrote:
 c. Use the new Xorg with the included nv driver instead of the nvidia
 binary driver.

 I usually use the binary driver, but I recently upgraded to the new
 Xorg and for a variety of reasons decided to try out the Xorg nv
 driver and didn't have any problems.
You're lucky. On my system (nvidia 8500GT card) only vesa driver works
without issues.

 FWIW, as a general course of action I find it useful to upgrade
 _everything_ on the system (base, ports, etc.) first before doing the
 nvidia driver, since the compiled parts are sensitive to changes in
 the underlying source and headers.
Done

  and you might also consider clearing out
 /usr/local/lib/compat/pkg if it exists.
Undone, I'll try

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


Unhappy Xorg upgrade

2009-01-27 Thread Diego Depaoli
 (MCP67
Ethernet) at 0...@00:0a:0
(WW) NV(0): NV: Ignoring unsupported device 0x10de0562 (MCP67 PCI
Express Bridge) at 0...@00:0b:0
(WW) NV(0): NV: Ignoring unsupported device 0x10de0563 (MCP67 PCI
Express Bridge) at 0...@00:0c:0
(WW) NV(0): NV: Ignoring unsupported device 0x10de0563 (MCP67 PCI
Express Bridge) at 0...@00:0d:0
(WW) NV(0): NV: Ignoring unsupported device 0x10de0563 (MCP67 PCI
Express Bridge) at 0...@00:0e:0
(WW) NV(0): NV: Ignoring unsupported device 0x10de0563 (MCP67 PCI
Express Bridge) at 0...@00:0f:0
(WW) NV(0): NV: Ignoring unsupported device 0x10de0563 (MCP67 PCI
Express Bridge) at 0...@00:10:0
(WW) NV(0): NV: Ignoring unsupported device 0x10de0563 (MCP67 PCI
Express Bridge) at 0...@00:11:0
Number of created screens does not match number of detected devices.
  Configuration failed.

2) I get:
a) (EE) config/hal: NewInputDeviceRequest failed
if I set  AutoAddDevices to false;
b) wrong keyboard
if I set AutoAddDevices to true

3) logout (from any wm) freezes the system (power button still works)

I start X through xinit

What I'm wrong?
-- 
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: Unhappy Xorg upgrade

2009-01-27 Thread Diego Depaoli
On Wed, Jan 28, 2009 at 12:03 AM, Alex Goncharov
alex-goncha...@comcast.net wrote:
 ,--- You/Diego (Tue, 27 Jan 2009 23:50:11 +0100) *
 | On my -current  I get some weirdness with latest xorg, latest hal...

 Take a look at the issue

   ports/131016: xorg-7.4 renders system unusable!

 in the bug system re: other people's unfortunate experiences with this
 upgrade.  My personal solution has been to go back to the old X11.

Rebuilding almost all ports I can now switch from X to console.


-- 
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: xorg upgrade and /etc/ttys regression

2009-01-27 Thread Diego Depaoli
 But killing my xorg and having it restarted from /sbin/init automatically
 gives me back my keyboard and mouse. Nothing else done.


 Following Nolans mail hald forks before it can be reached through dbus. The
 order in which things get started is right, but your assumption that things
 aren't really set up when hald and dbus fork appear to be correct.

I got similar issues testing kde-4.1.85 before xorg upgrade.
Hal and/or dbus have some problem.

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

2009-01-09 Thread Diego Depaoli
On Fri, Jan 9, 2009 at 9:47 AM, Max Brazhnikov m...@issp.ac.ru wrote:
 On Fri, 9 Jan 2009 01:42:36 +0100, Diego Depaoli wrote:
 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?
 Confirmed, build fails because of kdepim3 installed. We will try to fix this
 in RC1.
After that, KDE4.2 builds without other issues.
As usual... nice work.
Now is road test time.

Many thanks.

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

2009-01-07 Thread Diego Depaoli
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.

Cheers

-- 
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: Build problems with amarok

2008-12-29 Thread Diego Depaoli
On Mon, Dec 29, 2008 at 8:18 PM, Max Brazhnikov m...@freebsd.org wrote:
 On Mon, 29 Dec 2008 11:47:49 -0500, stan wrote:
 I'm building a new machine which I cvsup'd yesterday. I am having trouble
 getting the amarok port to compile. here is the end of the compile
 failure:
 Can anyne sugest how to resolve this?
 amarok was broken with libmtp update to 0.3.1 (ports/126905). Expectation that
 amarok will be updated soon is not right -- amarok2 (which is for KDE 4) will
 be added as separate port. So someone should recreate libmtp-0.2 for amarok.
Put attached patch (taken from gentoo) into amarok/files and rebuild.
It worked for me

Cheers
-- 
Diego Depaoli


patch-amarok_src_mediadevice_mtp_mtpmediadevice.cpp
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: after last update xmms get all processor resourses

2008-12-04 Thread Diego Depaoli
2008/12/4 Alex Keda [EMAIL PROTECTED]:
 subj.

 last pid:  2718;  load averages:  0.87,  1.08,  1.15 up 0+18:02:08
  11:17:45
 134 processes: 4 running, 130 sleeping
 CPU:  9.7% user,  0.0% nice, 49.8% system,  1.9% interrupt, 38.6% idle
 Mem: 398M Active, 730M Inact, 414M Wired, 488K Cache, 194M Buf, 307M Free
 Swap: 905M Total, 905M Free

  PID USERNAMETHR PRI NICE   SIZERES STATE  CTIME   WCPU COMMAND
 2669 lissyara  3  440 73452K 12288K select  0   0:31 92.19% xmms
on my system pulseaudio and pcmanfm too.
Moreover some mono dependent application (banshee, f-spot) stops working.

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


Various issues

2008-12-04 Thread Diego Depaoli
I've posted yet, but replying the wrong thread.

On my system
8.0-CURRENT FreeBSD 8.0-CURRENT #3: Sun Nov 30 21:57:16 CET 2008
pulseaudio get 100% cpu resources.
These are last lines of truss
48732: wait4(0x,0xbfbfe518,0x2,0x0,0x213,0x1) = 48739 (0xbe63)
48732: read(10,lay=$DISPLAY session_manager=$SE...,1023) = 69 (0x45)
48732: fork(0x28337350,0xbfbfe478,0xa,0x28097f64,0x1,0xbfbfe494) =
48746 (0xbe6a)
48732: getpgrp(0x1,0xbfbfe494,0xbe6a,0x0,0x28333240,0x0) = 48732 (0xbe5c)
48732: wait4(0x,0xbfbfe458,0x2,0x0,0x28337598,0x1) ERR#10 'No
child processes'

Banshee and f-spot (both mono related) don't work anymore.
These are last lines of truss [banshee|f-spot]
write(25,/home/diego/.config/banshee-1,29) = 29 (0x1d)
write(25,\n,1) = 1 (0x1)
write(25,/usr/local/lib/banshee-1,24)  = 24 (0x18)
write(25,\n,1) = 1 (0x1)
read(26,process-ps-plog:scan:/usr/local/...,8192) = 75 (0x4b)
read(26,\n,8192)   = 1 (0x1)
read(26,process-ps-plog:endscan,8192)  = 23 (0x17)
read(26,\nprocess-ps-plog:scan:/usr/loca...,8192) = 64 (0x40)
read(26,0x83d2010,8192)  = 0 (0x0)
gettimeofday({1228429590.827982 },0x0)   = 0 (0x0)
semop(0x10001,0xbf9feef6,0x1,0x28230f64,0x1,0x3ef14) = 0 (0x0)
semop(0x10001,0xbf9feef6,0x1,0x28230f64,0x1,0x2ef14) = 0 (0x0)
semop(0x10001,0xbf9feef6,0x1,0x28443751,0x1,0x2ef14) = 0 (0x0)
semop(0x10001,0xbf9feef6,0x1,0x28443751,0x1,0x3ef14) = 0 (0x0)
wait4(0x271d,0xbf9feea4,0x1,0x0,0x200282,0x28445a8c) ERR#10 'No child processes'

Looks like these Issues appeared after last world/kernel.

Any idea?

Regards

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


Re: [kde-freebsd] Call for Testing KDE-4.1.2

2008-10-05 Thread Diego Depaoli
2008/10/4 Dorian Büttner [EMAIL PROTECTED]:
 On Friday 03 October 2008 18:14:13 Martin Wilke wrote:

 Please remove this patch manuel.

 ok. No probs apart from that:)
I confirm.
Good job

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


Re: [kde-freebsd] CALL FOR TEST Qt 4.4.2

2008-09-20 Thread Diego Depaoli
2008/9/20 Dorian Büttner [EMAIL PROTECTED]:

 Doing an update with 'portmaster -ad qt\*', I get the attached error in qt4-
 designer, it does, however, work, when I cd /usr/ports/devel/qt4-designer and
 do a make install clean from there.
 No idea, if this is a port or a portmaster related problem?
Just a 'me too'.
Same error with portmaster, all well with 'old-style' make.

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


Re: teTeX/TeXLive: powerdot still missing ...

2008-09-19 Thread Diego Depaoli
2008/9/19 Alexey Shuvaev [EMAIL PROTECTED]:
 On Thu, Sep 18, 2008 at 02:03:01PM +, O. Hartmann wrote:
 Still using teTeX, but as we all know, development has been canceld by
 Thomas Esser. I'm looking for a working 'powerdot' which is part of
 TeXLive now, but there is no TeXLive-port available for FreeBSD.
 Searching for that matter brings up some informations released a year
 ago and I'm wondering about the fact that there is no support for
 FreeBSD.
 Is there a workaround or 'master plan' how to bring TeXLive to a FreeBSD
 bx in a clean way? Can TeXLive coexists with teTeX.

 Not about porting TeXLive to FreeBSD actually.
 After a quick look at 'powerdot' class I can suggest you using 'beamer'
 as a workaround.
or ConTeXT which provides support for FreeBSD.

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


Re: Builds failure report

2007-05-23 Thread Diego Depaoli

2007/5/23, Kris Kennaway [EMAIL PROTECTED]:

On Wed, May 23, 2007 at 02:15:07AM +0200, Diego Depaoli wrote:
 Hi all,
 building kdebase3 and transcode on -current updated 00:36 CEST with
 recent openssl patchs and/or commits, I get the following failures:
 /usr/local/include/openssl/ossl_typ.h:136: error: 'X509' has a
 previous declaration here

Looks like incompatible port version of openssl, delete and retry with
system openssl.

Yeah, it works.
My last openssl was right, but kdebase was compiled with the wrong version.

In order to build transcode simply delete patch-filter:filter_modfps.c
in files directory.

Thanks

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


Builds failure report

2007-05-22 Thread Diego Depaoli
 of
'clone_phosphor_average' differ in signedness
filter_modfps.c:378: warning: pointer targets in passing argument 2 of
'clone_phosphor_average' differ in signedness
gmake[3]: *** [filter_modfps.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-1.0.
3/filter'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
'/usr/ports/multimedia/transcode/work/transcode-1.0.3/filter'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-1.0.
3'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/multimedia/transcode.

Many thanks
--
Diego Depaoli

P.S. at this moment, gnome2 still goes on.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Weird issue after Xorg upgrade [solved]

2007-05-15 Thread Diego Depaoli

2007/5/15, [EMAIL PROTECTED] [EMAIL PROTECTED]:

Sounds unrelated because I can switch to the console no problem under Linux.

It was/was not related.
Something went wrong dealing with xorg-server (make deinstall
complained about bad md5sum), nvidia and libGL.
All goes right reinstalling these ports.

I'm still asking myself why only root... but it isn't so important...

Thank you

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


Re: HEADS UP: xorg 7.2 ready for testing [SUCCESS]

2007-05-15 Thread Diego Depaoli

I've recompiled and tested almost all my 700 ports (openoffice too).
At this moment only x11-toolkits/qt4-gui fails to build.

There is another minor question.
LibGL conflicts with nvidia-driver, but nvidia-driver requires LibGL,
so you can run into troubles building libGL with nvidia-driver
installed.

Cheers,

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


Weird issue after Xorg upgrade

2007-05-14 Thread Diego Depaoli

Hi all,
it could be unrelated to Xorg upgrade, but now root, only root, is
unable to switch from X to console.
Ctrl+Alt+Fn doesn't work neither after a 'startx' neither after a [kdm|gmd|xdm].
Regular users instead can do it.
?

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