INDEX now builds successfully on 6.x

2009-02-08 Thread Erwin Lansing

___
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: Call for Help: QT4.5 problems on FreeBSD.

2009-02-08 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, Feb 07, 2009 at 11:56:11AM -0600, Jeremy Messenger wrote:
> On Sat, 07 Feb 2009 04:53:30 -0600, Martin Wilke  wrote:
> 
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Howdy,
> >
> > I've started work on QT 4.5 RC1 and I'm almost finished,
> > but I've run into some problemes and I need your help.
> >
> > QT 4.5 now has gtk20 support which means x11-toolkit/qt4-gui
> > now depends on gtk20. The build failed with:
> >
> > http://nopaste.info/16e19abbb9_nl.html
> >
> >
> > I fixed that with set CLFAGS:
> >
> > CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH \
> > CFLAGS="${CFLAGS}"
> > MAKE_ENV?=  QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \
> > PATH=${WRKSRC}/bin:$$PATH CFLAGS="${CFLAGS}"
> >
> > CFLAGS+=-I${LOCALBASE}/include/gtk-2.0 -I${LOCALBASE}/include/atk-1.0 \
> > -I${LOCALBASE}/include/cairo -I${LOCALBASE}/include/pango-1.0 \
> > -I${LOCALBASE}/include/glib-2.0
> 
> You should use pkg-config instead of hardcore. You can check in  
> x11-toolkits/pango for example.
> 
> --
> GLIB2_CFLAGS= `pkg-config glib-2.0 --cflags`
> 
> [...]
> 
> CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
>   ${GLIB2_CFLAGS} -I${LOCALBASE}/include" \
>   LDFLAGS="-L${LOCALBASE}/lib"
> --
> 
> You can do same with --libs for below in the 'LIBS +=' part. I am surpised  
> for QT to not use pkg-config or something to allow QT to get buildable  
> without have someone to add hack. Maybe, you should report to QT  
> bugtracker or something. Or maybe there is something missing.
> 
> As for the rest other than this, I have no idea for QT problem.
> 

Hi Jeremy

thank you, works now all :).

- - Martin

> Cheers,
> Mezz
> 
> > Build is now fine but all qt4-gui dependency on ports
> > fail now with:
> >
> > http://nopaste.info/efd2d1f63f_nl.html
> >
> > A dirty workaround is to set:
> > ${ECHO_CMD} LIBS += -lgobject-2.0 >> ${WRKSRC}/${PORTNAME}.pro
> >
> > This fixed the build for qt4-* ports that use gui. But
> > qt4* dependency on ports failed with the same error.
> > I think the dirty workaround is really bad, what we need here
> > a good fix. Also I already tested setting -lgobject-2.0
> > to the CFLAGS from qt4-gui but then all ports failed with
> >
> > /usr/local/lib/qt4/libQtGui.so: undefined reference to  
> > `QCoreApplicationPrivate::checkReceiverThread(QObject*)
> >
> > Now, the question is, is this a general problem with QT 4.5
> > or a ports problem? Could someone please take a look and give
> > us some help?
> >
> > You can find the patch here:
> > http://people.freebsd.org/~miwi/qt4/qt45rc1.diff
> >
> >
> > Note: Please set 'WANT_QT_DEBUG=YES' to your /etc/make.conf.
> >
> >
> > Thanks Martin
> >
> >
> > - --
> >
> > +---+---+
> > |  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
> > |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
> > +---+---+
> > |   Mess with the Best, Die like the Rest!  |
> > +---+---+
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v2.0.9 (FreeBSD)
> >
> > iEYEARECAAYFAkmNaCkACgkQFwpycAVoI1Pz6gCdHgoxp/H3VL/LgXQ0Kp/8xUa3
> > on8AoIeogTyqtdHp8Pk8LqWcLKv+Qmjh
> > =YNue
> > -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"
> 
> 
> 
> -- 
> me...@cox.net  -  m...@freebsd.org
> FreeBSD GNOME Team
> http://www.FreeBSD.org/gnome/  -  gn...@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"
> 

- -- 

+---+---+
|  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkmO66gACgkQFwpycAVoI1NNtQCfW6yyAumlH4yNMFBJHfgux4Ma
1J8An0arH5Mm/fPcVkiA0oau8owcoXgU
=f1+4
-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"


editors/xmlcopyeditor port does not build after upgrading libxml2 from 2.7.2 to 2.7.3

2009-02-08 Thread Jose Garcia Juanino
Hi everybody

I am the maintainer of editors/xmlcopyeditor port.

I have upgraded textproc/libxml2 from 2.7.2 to 2.7.3 today, and
afterthat xmlcopyeditor port does not build (it builds with 2.7.2,
though).

The build log:

http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/xmlcopyeditor-1.2.0.log

Has anyone an idea what causes this build failure?

Best regards


pgpYlEemKkezy.pgp
Description: PGP signature


ntfs-3g: Unprivileged user cannot mount

2009-02-08 Thread Robert
As the subject states:

[robert] ~> ntfs-3g /dev/ad0s1 winxp
mount_fusefs: /dev/fuse1 on /home/robert/winxp: Operation not permitted
fuse: failed to mount file system: Unknown error: 0

If I setuid in /usr/loca/bin/ntfs-3g

[robert] ~> sudo chmod 4755 /usr/local/bin/ntfs-3g
Password:
[robert] ~> ls -l /usr/local/bin/ntfs-3g
-rwsr-xr-x 1 root robert 29968 Feb 6 06:31 /usr/local/bin/ntfs-3g

then
[robert] ~> ntfs-3g /dev/ad0s1 winxp
Mount is denied because setuid and setgid root ntfs-3g is insecure with
the external FUSE library. Either remove the setuid/setgid bit from the
binary or rebuild NTFS-3G with integrated FUSE support and make it
     
setuid root. Please see more information at
http://ntfs-3g.org/support.html#unprivileged

In /etc/rc.conf I have:
fusefs_enable="YES"

[robert] ~> kldstat
Id Refs Address Size Name
1 11 0x8010 b6e000 kernel
2 1 0x80c6e000 205f8 geom_mirror.ko
3 1 0x80c8f000 230b0 snd_hda.ko
4 2 0x80cb3000 67458 sound.ko
5 1 0x80d1b000 4828 nfsmb.ko
6 2 0x80d2 24a0 smbus.ko
7 1 0x80d23000 4fd8 atapicam.ko
8 1 0x80e22000 aa7a fuse.ko

How do I rebuild with integrated FUSE? It is not an option in the port.

[robert] ~> uname -a
FreeBSD asus64.shasta204.local 7.1-STABLE FreeBSD 7.1-STABLE #13: Fri
Feb 6 14:43:48 PST 2009
r...@a..local:/usr/obj/usr/src/sys/GENERIC amd64

All ports were updated to the latest as of Saturday.

Thanks in advance
___
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: emulators/open-vm-tools

2009-02-08 Thread Josh Rickmar
On Wed, February 4, 2009 3:50 pm, Josh Rickmar wrote:
> This port is not building for me right now.  Here's the error:
>
>
> cc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\"
> -DPACKA
> GE_VERSION=\"2008.07.01-102166\" "-DPACKAGE_STRING=\"open-vm-tools
> 2008.07.01-10
> 2166\"" -DPACKAGE_BUGREPORT=\"open-vm-tools-de...@lists.sourceforge.net\"
> -DPACK
> AGE=\"open-vm-tools\" -DVERSION=\"2008.07.01-102166\" -DSTDC_HEADERS=1
> -DHAVE_SY
> S_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
> -DHAVE_MEMOR
> Y_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
> -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -DNO_PROCPS=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDIN
> T_H=1 -DHAVE_STDLIB_H=1 -DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1
> -DHAVE_SYS_TYPES_H
> =1 -DHAVE_SYS_USER_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1
> -DHAVE_STRUCT_STAT_ST_R
> DEV=1 -DTIME_WITH_SYS_TIME=1 -I. -I/usr/local/include -DUSING_AUTOCONF=1
> -I/usr/
> local/include -I/usr/local/include -DUSE_ICU -DHAVE_ICU_38 -DVMX86_TOOLS
> -DNO_CO
> RE_ICU
> -I/usr/ports/emulators/open-vm-tools/work/open-vm-tools-2008.07.01-102166
> /lib/include -O2 -fno-strict-aliasing -pipe -march=prescott -Wall -Werror
> -Wno-p
> ointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas
> -Wno-uni
> nitialized -MT hostname.lo -MD -MP -MF .deps/hostname.Tpo -c ../hostname.c
>  -fPI
> C -DPIC -o .libs/hostname.o
> cc1: warnings being treated as errors
> ../hostname.c: In function 'Hostinfo_HostName':
> ../hostname.c:248: warning: implicit declaration of function
> 'Unicode_Format'
> ../hostname.c:248: warning: return makes pointer from integer without a
> cast *** Error code 1
>
>
> Stop in
> /usr/ports/emulators/open-vm-tools/work/open-vm-tools-2008.07.01-102166/
> lib/misc/shared. *** Error code 1
>
>
> Stop in
> /usr/ports/emulators/open-vm-tools/work/open-vm-tools-2008.07.01-102166/
> lib/misc. *** Error code 1
>
>
> Stop in
> /usr/ports/emulators/open-vm-tools/work/open-vm-tools-2008.07.01-102166/
> lib. *** Error code 1
>
>
> Stop in
> /usr/ports/emulators/open-vm-tools/work/open-vm-tools-2008.07.01-102166.
> *** Error code 1
>
>
> Stop in /usr/ports/emulators/open-vm-tools.
>
>
>
> Also, it a new version was released on Janurary 21, 2009, so an update
> for the port would be greatly appreciated. :)
>
>

I don't mean to sound pushy, but I still can't build this.  I tried
manually installing the latest version, and get (different) problems with
that as well.  And since I can't find a package of this...

-- 
To send me a personal email, please place [personal] in the Subject line.

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


INDEX build failed for 6.x

2009-02-08 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
pkg_info: not found
 Done.
make_index: kde-l10n-4.2.0: no entry for /usr/ports/misc/kde4-l10n-eu

Committers on the hook:
bsam miwi rnoland stas 

Most recent CVS update was:
U Mk/bsd.cmake.mk
U Mk/bsd.kde4.mk
U Mk/bsd.qt.mk
U accessibility/kdeaccessibility4/Makefile
U accessibility/kdeaccessibility4/distinfo
U accessibility/kdeaccessibility4/pkg-plist
U arabic/Makefile
U arabic/kde4-l10n/Makefile
U arabic/kde4-l10n/distinfo
U arabic/kde4-l10n/pkg-descr
U arabic/kde4-l10n/pkg-plist
U cad/irsim/Makefile
U cad/irsim/distinfo
U chinese/kde4-l10n-zh_CN/Makefile
U chinese/kde4-l10n-zh_CN/distinfo
U chinese/kde4-l10n-zh_CN/pkg-plist
U chinese/kde4-l10n-zh_TW/Makefile
U chinese/kde4-l10n-zh_TW/distinfo
U chinese/kde4-l10n-zh_TW/pkg-plist
U databases/akonadi/Makefile
U databases/akonadi/distinfo
U databases/akonadi/pkg-plist
U deskutils/kdepim4/Makefile
U deskutils/kdepim4/distinfo
U deskutils/kdepim4/pkg-plist
U deskutils/kdepim4/files/patch-kpilot_conduits_todo-todoconduit.cc
U deskutils/kdepimlibs4/Makefile
U deskutils/kdepimlibs4/distinfo
U deskutils/kdepimlibs4/pkg-plist
U deskutils/kdepimlibs4/files/patch-akonadi-tests-testrunner-setup.cpp
U deskutils/kdeplasma-addons/Makefile
U deskutils/kdeplasma-addons/distinfo
U deskutils/kdeplasma-addons/pkg-plist
U deskutils/plasma-applet-panelspacer/Makefile
U deskutils/plasma-applet-quicklauncher/Makefile
U deskutils/plasma-applet-teacooker/Makefile
U deskutils/strigi/Makefile
U deskutils/strigi/distinfo
U deskutils/strigi/pkg-descr
U deskutils/strigi/pkg-plist
U devel/automoc4/Makefile
U devel/automoc4/distinfo
U devel/eric4/Makefile.inc
U devel/eric4/distinfo
U devel/eric4/pkg-plist
U devel/kdesdk4/Makefile
U devel/kdesdk4/distinfo
U devel/kdesdk4/pkg-plist
U french/eric4/distinfo
U french/kde4-l10n/Makefile
U french/kde4-l10n/Makefile.man
U french/kde4-l10n/distinfo
U french/kde4-l10n/pkg-plist
U games/kdegames4/Makefile
U games/kdegames4/distinfo
U games/kdegames4/pkg-plist
U german/eric4/distinfo
U german/kde4-l10n/Makefile
U german/kde4-l10n/Makefile.man
U german/kde4-l10n/distinfo
U german/kde4-l10n/pkg-plist
U graphics/Makefile
U graphics/kcoloredit/Makefile
U graphics/kcoloredit/distinfo
U graphics/kcoloredit/pkg-plist
U graphics/kdegraphics4/Makefile
U graphics/kdegraphics4/distinfo
U graphics/kdegraphics4/pkg-plist
U graphics/kgraphviewer/Makefile
U graphics/kgraphviewer/distinfo
U graphics/kgraphviewer/pkg-plist
U graphics/kiconedit/Makefile
U graphics/kiconedit/distinfo
U graphics/kipi-plugins-kde4/Makefile
U graphics/kipi-plugins-kde4/distinfo
U graphics/kipi-plugins-kde4/pkg-descr
U graphics/kipi-plugins-kde4/pkg-plist
U graphics/kipi-plugins-kde4/files/patch-CMakeLists.txt
U graphics/kpovmodeler/Makefile
U graphics/kpovmodeler/distinfo
U graphics/skanlite/Makefile
U graphics/skanlite/distinfo
U graphics/skanlite/pkg-plist
U hebrew/Makefile
U hebrew/kde4-l10n/Makefile
U hebrew/kde4-l10n/distinfo
U hebrew/kde4-l10n/pkg-descr
U hebrew/kde4-l10n/pkg-plist
U hungarian/kde4-l10n/Makefile
U hungarian/kde4-l10n/distinfo
U hungarian/kde4-l10n/pkg-plist
U japanese/kde4-l10n/Makefile
U japanese/kde4-l10n/distinfo
U japanese/kde4-l10n/pkg-plist
U korean/kde4-l10n/Makefile
U korean/kde4-l10n/distinfo
U korean/kde4-l10n/pkg-plist
U math/Makefile
U math/eigen2/Makefile
U math/eigen2/distinfo
U math/eigen2/pkg-descr
U math/eigen2/pkg-plist
U misc/Makefile
U misc/kde4-l10n/Makefile
U misc/kde4-l10n/files/bsd.l10n.mk
U misc/kde4-l10n/files/kde4-lang-names
U misc/kde4-l10n-bg/Makefile
U misc/kde4-l10n-bg/distinfo
U misc/kde4-l10n-bg/pkg-plist
U misc/kde4-l10n-bn_IN/Makefile
U misc/kde4-l10n-bn_IN/distinfo
U misc/kde4-l10n-bn_IN/pkg-descr
U misc/kde4-l10n-bn_IN/pkg-plist
U misc/kde4-l10n-ca/Makefile
U misc/kde4-l10n-ca/Makefile.man
U misc/kde4-l10n-ca/distinfo
U misc/kde4-l10n-ca/pkg-plist
U misc/kde4-l10n-cs/Makefile
U misc/kde4-l10n-cs/distinfo
U misc/kde4-l10n-cs/pkg-plist
U misc/kde4-l10n-csb/Makefile
U misc/kde4-l10n-csb/distinfo
U misc/kde4-l10n-csb/pkg-plist
U misc/kde4-l10n-da/Makefile
U misc/kde4-l10n-da/Makefile.man
U misc/kde4-l10n-da/distinfo
U misc/kde4-l10n-da/pkg-plist
U misc/kde4-l10n-el/Makefile
U misc/kde4-l10n-el/distinfo
U misc/kde4-l10n-el/pkg-plist
U misc/kde4-l10n-en_GB/Makefile
U misc/kde4-l10n-en_GB/distinfo
U misc/kde4-l10n-en_GB/pkg-plist
U misc/kde4-l10n-eo/Makefile
U misc/kde4-l10n-es/Makefile
U misc/kde4-l10n-es/Makefile.man
U misc/kde4-l10n-es/distinfo
U misc/kde4-l10n-es/pkg-plist
U misc/kde4-l10n-et/Makefile
U misc/kde4-l10n-et/Makefile.man
U misc/kde4-l10n-et/distinfo
U misc/kde4-l10n-et/pkg-plist
U misc/kde4-l10n-eu/Makefile
U misc/kde4-l10n-eu/distinfo
U misc/kde4-l10n-eu/pkg-descr
U misc/kde4-l10n-eu/pkg-plist
U misc/kde4-l10n-fi/Makefile
U misc/kde4-l10n-fi/distinfo
U misc/kde4-l10n-fi/pkg-plist
U misc/kde4-l10n-fy/Makefile
U misc/kde4-l10n-fy/pkg-plist
U misc/kde4-l10n-ga/Makefile
U misc/kde4-l10n-ga/distinfo

Re: Message when updating ports

2009-02-08 Thread Garrett Cooper
On Fri, Feb 6, 2009 at 4:33 PM, Doug Barton  wrote:
> Leslie Jensen wrote:
>>
>> I've obviously got a problem with several of my +CONTENTS files.
>>
>> I've got help from the list to edit some of the files, but I get a
>> feeling that I need to replace the /var/db/pkg/* infrastructure. Can it
>> be done and how do I go about it?
>>
>> Otherwise I'd be glad if someone will give me a suggestion on how I
>> should solve the problem below?
>>
>> : Leaving directory `/usr/ports/devel/gio-fam-backend/work/glib-2.18.4/g
>> io/fam'
>> ===>   Registering installation for gio-fam-backend-2.18.4
>> ===>  Cleaning for gio-fam-backend-2.18.4
>>
>> ===>>> Updating package dependency entry for each dependent port
>> ===>>> devel/dbus-glib is listed as a dependency
>> ===>>> but there is no installed version
>
> As Scot told you a while ago, your /var/db/pkg/* files are corrupt. To
> fix this exact problem you need to do 'portmaster devel/dbus-glib'
> which will rebuild the port and fix all the +CONTENTS files.
>
> You should do this for each port that comes up with this problem. You
> might also consider using the --check-depends option.
>
>
> hope this helps,
>
> Doug

Running through --check-depends will solve that issue as you have a
bunch of bad entries in the +CONTENTS files. I'd really like to figure
out how those entries got in there because I encountered the same
issue about 3 weeks ago... at least it's easy (albeit timeconsuming)
to fix ;).
-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: Xorg disaster

2009-02-08 Thread Garrett Cooper
On Fri, Feb 6, 2009 at 2:20 PM, Diego Depaoli  wrote:
> On Fri, Feb 6, 2009 at 8:35 PM, Doug Barton  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

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?).
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.
I have an 8800GTS with dual Xinerama setup connected to 2
monitors, one running at 1920x1600 and the other monitor at 1680x1050.
See: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/130976 for the
patch (and please vote so we can get the bloody thing in ports
already!).
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"


Re: Xorg disaster

2009-02-08 Thread Diego Depaoli
On Mon, Feb 9, 2009 at 12:08 AM, Garrett Cooper  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"


INDEX now builds successfully on 6.x

2009-02-08 Thread Erwin Lansing

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


libsdnfile build broken

2009-02-08 Thread Dominic Fandrey
To me it looks like there's an -I missing in front of the ./.
See for yourselves:


libtool: link: env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc 
-O2 -fno-strict-aliasing -pipe -march=nocona -std=gnu99 -Wall -Wextra 
-Wdeclaration-after-statement -Wpointer-arith -funsigned-char 
-Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align 
-Wcast-qual -Wnested-externs -Wshadow -Wbad-function-cast -Wwrite-strings -o 
test_main test_main.o test_conversions.o test_float.o test_endswap.o 
test_audio_detect.o test_log_printf.o test_file_io.o test_ima_oki_adpcm.o  
-L/usr/local/lib ./.libs/libcommon.a -lm
Making all in Octave
mkoctfile -v -I../src -c  -o ./sndfile.o
mkoctfile -v -I../src ./ -L../src/.libs -L../src -lsndfile -o ./sndfile.oct
mkoctfile: unrecognized argument ./
*** Error code 1

Stop in 
/usr/obj/mobileKamikaze.norad/amd64/usr/ports/audio/libsndfile/work/libsndfile-1.0.18/Octave.
*** Error code 1

Stop in 
/usr/obj/mobileKamikaze.norad/amd64/usr/ports/audio/libsndfile/work/libsndfile-1.0.18.
*** Error code 1

Stop in /usr/ports/audio/libsndfile.



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