qt sql plugins

2007-08-21 Thread Iulian M

The port qt4-psql-plugin-4.3.0 and qt-psql-plugin-3.3.8_1 both install the 
same file  ( lib/plugins/sqldrivers/libqsqlpsql.so ) in the same place. 
Probably the same goes for other sqlplugins. 


-- 
Best Regards,
Iulian Margarintescu
http://www.erata.net
[EMAIL PROTECTED]
(spamassassin  pf  spamd all said it's OK to make it public ;-) )
Key ID: 0x03176E5CEDEFF7AB
I prefer plain text email


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


Re: qt sql plugins

2007-08-21 Thread Ion-Mihai Tetcu
On Tue, 21 Aug 2007 11:40:29 +0300
Iulian M [EMAIL PROTECTED] wrote:

 
 The port qt4-psql-plugin-4.3.0 and qt-psql-plugin-3.3.8_1 both
 install the same file  ( lib/plugins/sqldrivers/libqsqlpsql.so ) in
 the same place. Probably the same goes for other sqlplugins.

Please fill a PR on this so that it doesn't get lost.

Thanks,

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



signature.asc
Description: PGP signature


INDEX build failed for 5.x

2007-08-21 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
Makefile, line 60: warning: /usr/sbin/pkg_info -O 
x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep 
server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null 
returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
 Done.
make_index: cint-5.16.19: no entry for shells/bash

Committers on the hook:
clsung fjoe itetcu miwi mm rafan 

Most recent CVS update was:
U archivers/Makefile
U archivers/pecl-phar/Makefile
U archivers/pecl-phar/distinfo
U archivers/pecl-phar/pkg-descr
U databases/db45/pkg-descr
U databases/db46/pkg-descr
U databases/gauche-gdbm/Makefile
U devel/p5-Data-Hexdumper/Makefile
U devel/p5-Data-Hexdumper/distinfo
U devel/pushmi/Makefile
U devel/pushmi/distinfo
U dns/Makefile
U dns/p5-Net-DNSBL-MultiDaemon/Makefile
U dns/p5-Net-DNSBL-MultiDaemon/distinfo
U dns/p5-Net-DNSBL-MultiDaemon/pkg-descr
U dns/p5-Net-DNSBL-MultiDaemon/pkg-plist
U graphics/gauche-gl/Makefile
U graphics/gauche-gl/distinfo
U lang/Makefile
U lang/cint/Makefile
U lang/cint/distinfo
U lang/cint/pkg-descr
U lang/cint/pkg-plist
U lang/cint/files/patch-Makefile
U lang/cint/files/patch-configure
U lang/cint/files/patch-tool-INSTALLBIN
U lang/gauche/Makefile
U lang/gauche/distinfo
U lang/gauche/pkg-plist
U net/p5-POE-Component-Jabber/Makefile
U net/p5-POE-Component-Jabber/distinfo
U net/pecl-geoip/Makefile
U net/pecl-geoip/distinfo
U science/crf++/Makefile
U science/crf++/distinfo
U www/drupal5-nice_menus/Makefile
U www/drupal5-nice_menus/distinfo
U www/wyvern/Makefile
U x11/Makefile
U x11/simdock/Makefile
U x11/simdock/distinfo
U x11/simdock/pkg-descr
U x11/simdock/pkg-plist
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Tomcat 5.5 Port

2007-08-21 Thread Tomas Verbaitis
On Fri, Aug 17, 2007 at 11:37:45AM -0400, Arend P. van der Veen wrote:
 4.  Chnage permissions in tomcat
 cd /usr/local/tomcat5.5]
 sudo chown -R www webapps

This won't be necessary anymore after last port revision :)

 Once this was done I was able to compile the project and install it using:
 ant
 ant install
 I did notice that it created a new directory in webapps with the new 
 application.  So far so good.  If I try to install it again I get an error 
 stating that it is already installed.  Again, so far so good.

I guess, that Tomcat should complain about context being alreay
deployed/started. That's OK, because you need to stop the context in
order to be able to start it again.
 
 The problem that I have is if I make changes to the project and reload the 
 application using
 
 ant reload
 
 I get the following output:
 reload:
[reload] OK - Reloaded application at context path /hello
 
 This looks ok.  However, when I run it, the changes to the project do not 
 show up.  If I look into the directory under webapps, the changes have not 
 been moved over.  I have to manually copy the contents from my build to 
 webapps under tomcat.
 
 What I am doing wrong.  I am sure that it is someting simple but do not 
 seem to figure it out.

Make sure, that ant reload task depends on something like compile or
copy -- that is, that JAR's are realy rebuilt, .class'es are really
compiled and that everything is really copied to the
TOMCAT_HOME/webapps/this_particular_webapp directory.

should this be moved to [EMAIL PROTECTED]
-- 
Tomas Verbaitis Verbaitis ** http://megalogika.lt
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX now builds successfully on 5.x

2007-08-21 Thread Erwin Lansing

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


sysutils/conky fails to build

2007-08-21 Thread Philipp Ost

Hi folks,

sysutils/conky fails to build:

# cd /usr/ports/sysutils/conky/
# make
===  Building for conky-1.4.6
Making all in src
make  all-am
cc -DHAVE_CONFIG_H -I.-I/usr/local/include  -O2 -fno-strict-aliasing 
-pipe
-I/usr/local/include -I/usr/local/include -D_THREAD_SAFE 
-I/usr/local/include
-D_THREAD_SAFE -I/usr/local/include   -D_THREAD_SAFE 
-I/usr/local/include   -Wal

l -W -MT freebsd.o -MD -MP -MF .deps/freebsd.Tpo -c -o freebsd.o freebsd.c
freebsd.c: In function `get_apm_adapter':
freebsd.c:843: error: `out' undeclared (first use in this function)
freebsd.c:843: error: (Each undeclared identifier is reported only once
freebsd.c:843: error: for each function it appears in.)
freebsd.c: At top level:
freebsd.c:469: warning: unused parameter 'name'
freebsd.c:462: warning: unused parameter 'dev'
freebsd.c:462: warning: unused parameter 'type'
freebsd.c:462: warning: unused parameter 'n'
freebsd.c:462: warning: unused parameter 'div'
freebsd.c:463: warning: unused parameter 'devtype'
freebsd.c:455: warning: unused parameter 'bar'
freebsd.c:448: warning: unused parameter 'bat'
freebsd.c:376: warning: unused parameter 'bat'
freebsd.c:362: warning: unused parameter 'fd'
freebsd.c:345: warning: unused parameter 'fd'
freebsd.c:345: warning: unused parameter 'arg'
freebsd.c:345: warning: unused parameter 'devtype'
freebsd.c:345: warning: unused parameter 'type'
*** Error code 1

Stop in /usr/ports/sysutils/conky/work/conky-1.4.6/src.
*** Error code 1

Stop in /usr/ports/sysutils/conky/work/conky-1.4.6/src.
*** Error code 1

Stop in /usr/ports/sysutils/conky/work/conky-1.4.6.
*** Error code 1

Stop in /usr/ports/sysutils/conky.
#

I encounter this problem on FreeBSD 6.2-STABLE i386 (July 24 2007) as 
well as on FreeBSD 7.0-CURRENT i386 (August 3 2007).



Regards,
Philipp
--
www.familie-ost.info/~pj
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sysutils/conky fails to build

2007-08-21 Thread Nikola Lecic
On Tue, 21 Aug 2007 17:11:50 +0200
Philipp Ost [EMAIL PROTECTED] wrote:

 Hi folks,
 
 sysutils/conky fails to build:
 
 # cd /usr/ports/sysutils/conky/
 # make
 ===  Building for conky-1.4.6
 Making all in src
 make  all-am
 cc -DHAVE_CONFIG_H -I.-I/usr/local/include  -O2
 -fno-strict-aliasing -pipe
 -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE 
 -I/usr/local/include
 -D_THREAD_SAFE -I/usr/local/include   -D_THREAD_SAFE 
 -I/usr/local/include   -Wal
 l -W -MT freebsd.o -MD -MP -MF .deps/freebsd.Tpo -c -o freebsd.o
 freebsd.c freebsd.c: In function `get_apm_adapter':
 freebsd.c:843: error: `out' undeclared (first use in this function)
 freebsd.c:843: error: (Each undeclared identifier is reported only
 once freebsd.c:843: error: for each function it appears in.)
[...]

Hello Philipp,

Please try this:

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

(Conky builds fine for me on 6.2-RELEASE. If you like to see the
buildlog, I'll send.)

Nikola Lečić
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: emacs-22.0.99_1

2007-08-21 Thread Chuck Swiger

On Aug 21, 2007, at 2:21 AM, Giorgos Keramidas wrote:

Anyway, did you have a specific concern about GPLv3?


I was mostly concerned about local patches which we have 'backported'
from CVS trunk of GNU Emacs to the editors/emacs port, to unbreak GTK+
builds.

Should we sign papers with the FSF to 'distribute' builds of this  
port?
Do we need to change anything from the way we handled GPLv2  
versions of

GNU Emacs in the Ports tree? .. and so on.


The FSF probably would like people who *submit* substantial patches  
to GNU projects to sign a contributor agreement, but of course one  
doesn't have to do so in order to use, modify, or even redistribute  
GPLv{2,3}'ed code.


It might be the case that pinging [EMAIL PROTECTED] would provide  
you authoritative feedback from them rather than just my random  
opinion  :-)


--
-Chuck

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


Re: REQUEST FOR TESTERS: `devel/mingw32-gcc'

2007-08-21 Thread Coleman Kane

Coleman Kane wrote:

Lev Serebryakov wrote:

Hello ports,

  Latest versions of `mingw32-binutils' and `mingw32-bin-msvcrt' were 
committed.

  `mingw32-gcc' is on pipeline.
  But it is BIG update: new version is 4.2.0
  I ask you to test this `almost new' port before commit.

  http://lev.serebryakov.spb.ru/download/port-mingw32-gcc-4.2.0.tar.gz

  Many thanks to Coleman Kane [EMAIL PROTECTED], who helps me to 
prepare this update.

I'd like to know what everyone else's experience with these new 
mingw32- ports are. So far I have been building Win32 applications 
from my FreeBSD box with these versions quite successfully. I think 
that the binutils and GCC are actually newer than the ones currently 
shipping with the MinGW32 binary distribution too.


--
Coleman Kane


I haven't seen any activity on the above email, and I am curious if:
 1) It was missed (and this really does affect people)
 2) Nobody cross-compiles using the mingw32-* ports (it is really very 
handy!)

 3) Nobody really cares that mingw32-gcc will move from 3.4.5 -- 4.2.0

Please, if this affects you test out the above port tarball! Otherwise, 
this will end up going in and not take into account any problems that 
might arise in your environment.


--
Coleman Kane

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


request: Port of 'miro' player

2007-08-21 Thread Samira Nox

Hi.

Has anyone yet tried to make a port of the miro player?
[http://www.getmiro.com/]


sam.


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: request: Port of 'miro' player

2007-08-21 Thread Samira Nox

Hi,

Thank you very much. After adjusting one line in the Makefile [WRKSRC]
it compiled.

And seems to work.


sam.



On Tue, 21 Aug 2007 21:07:26 +0200, Thierry Thomas [EMAIL PROTECTED]  
wrote:



Le Mar 21 aoû 07 à 19:48:33 +0200, Samira Nox [EMAIL PROTECTED]
 écrivait :

Hi.


Hello,


Has anyone yet tried to make a port of the miro player?
[http://www.getmiro.com/]


I tried: http://people.freebsd.org/~thierry/ports/Miro-0.9.8.1.tgz
...but it still has some problems!

Regards,




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


request version (700p3 - 702) update of print/pdflib

2007-08-21 Thread snowcrash+freebsd
current ports tree refers to,

PDFlib-Lite-7.0.0p3.tar.gz

apparently deprecated ... and no longer available for DL,

currently available @,

http://www.pdflib.com/binaries/PDFlib/702/

is a more recent,

   PDFlib-Lite-7.0.2.tar.gz


simple changes of,

 vi Makefile

   @9
   ---  PORTVERSION=7.0.0p3
   +++  PORTVERSION=7.0.2

 cat distinfo
  MD5 (PDFlib-Lite-7.0.2.tar.gz) = 0d3410cfacdd6cc80dd2e89770f5a40d
  SHA256 (PDFlib-Lite-7.0.2.tar.gz) =
4292bfb2d02915897596099779021d99a4819098fe56bcffb00ecf183f3907f7
  SIZE (PDFlib-Lite-7.0.2.tar.gz) = 5478372

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