papi port, fortran issues

2007-10-03 Thread Harald Servat
Hello to everybody,

  recently I received an automated mail about a port I'm maintaining. Such
mail includes a full report (which is good in order to review the problems
;) ) of the port build on amd64/freebsd7.
  The program needs fortran compiler, and looking at the report, I see that
fortran compiler is installed, however the compiler name is gfortran42 (due
to the gcc package is 4.2 I think). As the configure of the ported program
does not look for gfortran42 explicitly (but looks for gfortran, g77,
fortran, xlf and so) it fails when trying to compile the fortran code.

  So two questions arise to my mind,
and which is the good way to solve this? Maybe should I look for
gfortran42 (and change it for every compiler version), or should gcc package
install a softlink from gfortran to gfortran42 --or the latest installed
version--?
why this doesn't happen on i386/freebsd7?

Regards,
-- 
_
Empty your memory,
with a free()...
like a pointer!

If you cast a pointer to an integer,
it becomes an integer,
if you cast a pointer to a struct,
it becomes a struct.

The pointer can crash...,
and can overflow.

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


Re: ports/115432: Ports missing library dependencies

2007-10-03 Thread Nate Eldredge

Hi,

[For those I've just cc'ed: the PR describes a problem where some ports 
lack dependencies on shared libraries that they use.  This didn't used to 
occur.  My test case is gqview, which doesn't have a dependency on png, 
although it links to it.]


A little more feedback on this.  I tried some old versions of things, and 
it appears that this bug was introduced with revision 1.570 of 
ports/Mk/bsd.port.mk, committed by pav on June 28 and submitted by 
netchild.  They are cc'ed :)  1.569 works, and gqview properly depends on 
png.


The problem can be tested a little more efficiently by running
make actual-package-depends in ports/graphics/gqview.  With 1.569 png is 
included in the list, and in 1.570 it is not.


The make syntax is confusing and it's hard for me to tell what that patch 
actually does, so I can't see where it might be wrong, but maybe someone 
else can.


Thanks all!

--

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


PAPI port, fortran issues

2007-10-03 Thread Harald Servat
Hello to everybody,

  recently I received an automated mail about a port I'm maintaining. Such
mail includes a full report (which is good in order to review the problems
;) ) of the port build on amd64/freebsd7.
  The program needs fortran compiler, and looking at the report, I see that
fortran compiler is installed, however the compiler name is gfortran42 (due
to the gcc package is 4.2 I think). As the configure of the ported program
does not look for gfortran42 explicitly (but looks for gfortran, g77,
fortran, xlf and so) it fails when trying to compile the fortran code.

  So two questions arise to my mind,
and which is the good way to solve this? Maybe should I look for
gfortran42 (and change it for every compiler version), or should gcc package
install a softlink from gfortran to gfortran42 --or the latest installed
version--?
why this doesn't happen on i386/freebsd7?

Regards,
-- 
_
Empty your memory,
with a free()...
like a pointer!

If you cast a pointer to an integer,
it becomes an integer,
if you cast a pointer to a struct,
it becomes a struct.

The pointer can crash...,
and can overflow.

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


A problem with pidgin installation

2007-10-03 Thread Dan A.
Hi.

While trying to install net-im/pidgin using portmaster, I get this error:

===  Installing for docbook-sk-4.1.2_4
===   docbook-sk-4.1.2_4 depends on file: /usr/local/bin/xmlcatmgr - found
===   Generating temporary packing list
for file in `/usr/bin/find /usr/ports/textproc/docbook-sk/work -type f |
/usr/bin/sed -e 's|^/usr/ports/textproc/docbook-sk/work/||' | /usr/bin/grep
-v '^\.' | /usr/bin/sort`; do  install  -o root -g wheel -m 444
/usr/ports/textproc/docbook-sk/work/$file
/usr/local/share/xml/docbook/4.1.2/$file;  done
xmlcatmgr: entry already exists for `-//OASIS//ELEMENTS DocBook XML
Information Pool V4.1.2//EN' of type `public'
*** Error code 1

Stop in /usr/ports/textproc/docbook-sk.


I checked in the /usr/local/share/xml/docbook, tried to search for
xmlcatmgr string in all the files, in hope to do something that will fix
this but I couldn't find it.
I tried to uninstall docbook\* and reinstall textproc/docbook-sk but it
fails with that same error.
Tried to uninstall xmlcatmgr and install pidgin but pidgin requires
docbook-sk for which xmlcatmgr is a dependency, and the problem repeats.

Is there something that I can do about this?

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


Re: ports/115432: Ports missing library dependencies

2007-10-03 Thread Alexander Leidinger
Quoting Nate Eldredge [EMAIL PROTECTED] (from Wed, 3 Oct 2007  
01:11:56 -0700 (PDT)):



Hi,

[For those I've just cc'ed: the PR describes a problem where some ports
lack dependencies on shared libraries that they use.  This didn't used
to occur.  My test case is gqview, which doesn't have a dependency on
png, although it links to it.]

A little more feedback on this.  I tried some old versions of things,
and it appears that this bug was introduced with revision 1.570 of
ports/Mk/bsd.port.mk, committed by pav on June 28 and submitted by
netchild.  They are cc'ed :)  1.569 works, and gqview properly depends
on png.

The problem can be tested a little more efficiently by running
make actual-package-depends in ports/graphics/gqview.  With 1.569 png
is included in the list, and in 1.570 it is not.

The make syntax is confusing and it's hard for me to tell what that
patch actually does, so I can't see where it might be wrong, but maybe
someone else can.


Please try if http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/115010  
works for you.


Bye,
Alexander.

--
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org  : PGP ID = 72077137
Benson's Dogma:
ASCII is our god, and Unix is his profit.

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


Re: php5 does not buid

2007-10-03 Thread Alexander Konovalenko
On Tuesday 02 October 2007, Brian A. Seklecki wrote:
 On Tue, 2007-10-02 at 18:23 +0200, Alexander Konovalenko wrote:
  Hello,
 
  I got an error while building php5:
 
  make clean build
  ===  Cleaning for php5-5.2.4_1
  ===  Vulnerability check disabled, database not found
  ===  Found saved configuration for php5-5.2.4_1
  ===  Extracting for php5-5.2.4_1
  = MD5 Checksum OK for php-5.2.4.tar.bz2.
  = SHA256 Checksum OK for php-5.2.4.tar.bz2.
  ===  Patching for php5-5.2.4_1
  ===  Applying FreeBSD patches for php5-5.2.4_1
  ===   php5-5.2.4_1 depends on file: /usr/local/sbin/apxs - found
  ===   php5-5.2.4_1 depends on file: /usr/local/bin/autoconf-2.61 - found
  ===   php5-5.2.4_1 depends on executable: pkg-config - found
  ===   php5-5.2.4_1 depends on shared library: xml2.5 - found

 What does config.log look like? /var/db/ports/php5/options ?



cat /var/db/ports/php5/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for php5-5.2.4_1
_OPTIONS_READ=php5-5.2.4_1
WITH_CLI=true
WITH_CGI=true
WITH_APACHE=true
WITHOUT_DEBUG=true
WITHOUT_SUHOSIN=true
WITHOUT_MULTIBYTE=true
WITHOUT_IPV6=true
WITHOUT_MAILHEAD=true
WITHOUT_REDIRECT=true
WITHOUT_DISCARD=true
WITH_FASTCGI=true
WITH_PATHINFO=true


It is actually strange, I switched of IPV6 support from the menu but this file 
above has it on.



/Alexander Konovalenko

+46-8-5537-8142 (office)
+46-7-3752-2116
http://daemon.nanophys.kth.se/~kono

Royal Institute of Technology (KTH)
Nanostructure Physics Department, Albanova
Roslagstullsbacken 21
10691 Stockholm
Sweden
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Port installation/upgrades issues

2007-10-03 Thread David Southwell
On Tuesday 02 October 2007 12:53:22 Ade Lovett wrote:
 On Oct 02, 2007, at 09:15 , David Southwell wrote:
  Same here - loads of ports breaking with the same error.
 
  David
 
  Sorry meant to include the report:

 Update your ports tree.  In particular, make sure you have m4-1.4.9,1
 -- the breakage is with an upgrade to a botched m4-1.4.10, which
 breaks autoconf*.

OK -- all done - stuff fixed
Thank you everyone

David


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


Python on 64-bit AMD??

2007-10-03 Thread David Southwell

# Portupgrade -a
Error message:

** Port marked as IGNORE: x11-toolkits/py-wxPython24:
is marked as broken: Does not build on 64-bit architectures

Will this be fixed?

Thanks in advance

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


Re: ports/115432: Ports missing library dependencies

2007-10-03 Thread Nate Eldredge

On Wed, 3 Oct 2007, Alexander Leidinger wrote:

Quoting Nate Eldredge [EMAIL PROTECTED] (from Wed, 3 Oct 2007 
01:11:56 -0700 (PDT)):



Hi,

[For those I've just cc'ed: the PR describes a problem where some ports
lack dependencies on shared libraries that they use.  This didn't used
to occur.  My test case is gqview, which doesn't have a dependency on
png, although it links to it.]


Please try if http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/115010 works 
for you.


Yes, it does.  Thanks!  So I suppose this patch should be applied.

--

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


Re: papi port, fortran issues

2007-10-03 Thread Stephen Montgomery-Smith

Harald Servat wrote:

Hello to everybody,

  recently I received an automated mail about a port I'm maintaining. Such
mail includes a full report (which is good in order to review the problems
;) ) of the port build on amd64/freebsd7.
  The program needs fortran compiler, and looking at the report, I see that
fortran compiler is installed, however the compiler name is gfortran42 (due
to the gcc package is 4.2 I think). As the configure of the ported program
does not look for gfortran42 explicitly (but looks for gfortran, g77,
fortran, xlf and so) it fails when trying to compile the fortran code.

  So two questions arise to my mind,
and which is the good way to solve this? Maybe should I look for
gfortran42 (and change it for every compiler version), or should gcc package
install a softlink from gfortran to gfortran42 --or the latest installed
version--?
why this doesn't happen on i386/freebsd7?

Regards,


I think adding a line to your Makefile like this might fix it:

CONFIGURE_ENV=  CPPFLAGS=${CPPFLAGS} F77=${F77}
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with openssh-portable and HPN option

2007-10-03 Thread Olivier Cochard-Labbe
Hi all,

I meet a problem when I'm trying to compile openssh-portable with the HPN
option.
How to fix this problem ?

Thanks,

Olivier


[EMAIL PROTECTED] /usr/ports/security/openssh-portable]# make
===  Found saved configuration for openssh-portable-overwrite-base-4.7.p1,1
===  Extracting for openssh-portable-overwrite-base-4.7.p1,1
= MD5 Checksum OK for openssh-4.7p1.tar.gz.
= SHA256 Checksum OK for openssh-4.7p1.tar.gz.
= MD5 Checksum mismatch for openssh-4.7p1-hpn12v18.diff.gz.
= SHA256 Checksum mismatch for openssh-4.7p1-hpn12v18.diff.gz.
===  Refetch for 1 more times files: openssh-4.7p1-hpn12v18.diff.gz
openssh-4.7p1-hpn12v18.diff.gz
===  Found saved configuration for openssh-portable-overwrite-base-4.7.p1,1
= openssh-4.7p1-hpn12v18.diff.gz doesn't seem to exist in
/usr/ports/distfiles/.
= Attempting to fetch from http://www.psc.edu/networking/projects/hpn-ssh/.
fetch:
http://www.psc.edu/networking/projects/hpn-ssh/openssh-4.7p1-hpn12v18.diff.gz:
Requested Range Not Satisfiable
= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/openssh-4.7p1-hpn12v18.diff.gz:
File unavailable (e.g., file not found, no access)
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/security/openssh-portable.
*** Error code 1
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with openssh-portable and HPN option

2007-10-03 Thread Alex Dupre
Olivier Cochard-Labbe wrote:
 I meet a problem when I'm trying to compile openssh-portable with the HPN
 option.
 How to fix this problem ?

 http://www.psc.edu/networking/projects/hpn-ssh/openssh-4.7p1-hpn12v18.diff.gz:
 Requested Range Not Satisfiable

Version 19 has been released. The port should be updated.

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


Re: Problem with openssh-portable and HPN option

2007-10-03 Thread Brooks Davis
On Wed, Oct 03, 2007 at 09:33:29PM +0200, Olivier Cochard-Labbe wrote:
 Hi all,
 
 I meet a problem when I'm trying to compile openssh-portable with the HPN
 option.
 How to fix this problem ?

Manually update the port to use the latest version from:

http://www.psc.edu/networking/projects/hpn-ssh

or wait for the maintainer to update to port.

-- Brooks

 Thanks,
 
 Olivier
 
 
 [EMAIL PROTECTED] /usr/ports/security/openssh-portable]# make
 ===  Found saved configuration for openssh-portable-overwrite-base-4.7.p1,1
 ===  Extracting for openssh-portable-overwrite-base-4.7.p1,1
 = MD5 Checksum OK for openssh-4.7p1.tar.gz.
 = SHA256 Checksum OK for openssh-4.7p1.tar.gz.
 = MD5 Checksum mismatch for openssh-4.7p1-hpn12v18.diff.gz.
 = SHA256 Checksum mismatch for openssh-4.7p1-hpn12v18.diff.gz.
 ===  Refetch for 1 more times files: openssh-4.7p1-hpn12v18.diff.gz
 openssh-4.7p1-hpn12v18.diff.gz
 ===  Found saved configuration for openssh-portable-overwrite-base-4.7.p1,1
 = openssh-4.7p1-hpn12v18.diff.gz doesn't seem to exist in
 /usr/ports/distfiles/.
 = Attempting to fetch from http://www.psc.edu/networking/projects/hpn-ssh/.
 fetch:
 http://www.psc.edu/networking/projects/hpn-ssh/openssh-4.7p1-hpn12v18.diff.gz:
 Requested Range Not Satisfiable
 = Attempting to fetch from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
 fetch:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/openssh-4.7p1-hpn12v18.diff.gz:
 File unavailable (e.g., file not found, no access)
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/ and try again.
 *** Error code 1
 
 Stop in /usr/ports/security/openssh-portable.
 *** Error code 1
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


pgpGcE3ZhLZO6.pgp
Description: PGP signature


Re: Error code 1 when upgrading ftp-proxy port

2007-10-03 Thread Christian Ludwig
On Sunday, 30.09.2007, 17:30 +0200 [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] /root # cd /usr/ports/ftp/ftp-proxy/
 [EMAIL PROTECTED] ftp-proxy # make
 ===  Vulnerability check disabled, database not found
 ===  Extracting for ftp-proxy-4.1p2_1
 = MD5 Checksum OK for ftp-proxy-4.1p2.tar.gz.
 = SHA256 Checksum OK for ftp-proxy-4.1p2.tar.gz.
 ===  Patching for ftp-proxy-4.1p2_1
 ===   ftp-proxy-4.1p2_1 depends on shared library: event-1.3d - found
 ===  Configuring for ftp-proxy-4.1p2_1
 ===  Building for ftp-proxy-4.1p2_1
 Warning: Object directory not changed from original
 /usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.1p2
 cc -O -pipe  -I/usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.1p2 -Wall
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
 -Wno-uninitialized  -c ftp-proxy.c
 ftp-proxy.c:32:19: event.h: No such file or directory

The problem is definitely that the port does not find the file event.h
for compilation. All the following errors are just related to this.

 I looked up the Makefile in work/ftp-proxy-4.1p2 and saw
 
 CFLAGS+= -I${.CURDIR}
 CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
  -Wno-uninitialized
 LDADD+= -levent -L${PREFIX}/lib
 DPADD+= ${LIBEVENT}
 
 which means that /usr/local/include is not referenced in CFLAGS as is
 mentioned in the Makefile of the port. After linking
 /usr/local/include/event.h to work/ftp-proxy-4.1p2/event.h all is OK!

It is right, that CFLAGS does not contain -I${PREFIX}/include, because
that is specified in the port's Makefile.  The += in both files makes
it both being used. You can see in your complation output that this does
not work in your setup:

 cc -O -pipe  -I/usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.1p2 -Wall
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
 -Wno-uninitialized  -c ftp-proxy.c

When I compile ftp-proxy from ports, I get the following output:

host# cd usr/ports/ftp/ftp-proxy
host# make
===  Vulnerability check disabled, database not found
===  Extracting for ftp-proxy-4.1p2_1
= MD5 Checksum OK for ftp-proxy-4.1p2.tar.gz.
= SHA256 Checksum OK for ftp-proxy-4.1p2.tar.gz.
===  Patching for ftp-proxy-4.1p2_1
===   ftp-proxy-4.1p2_1 depends on shared library: event-1.3d - found
===  Configuring for ftp-proxy-4.1p2_1
===  Building for ftp-proxy-4.1p2_1
Warning: Object directory not changed from
original /usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.1p2
cc -O2 -fno-strict-aliasing -pipe  -I/usr/local/include
-I/usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.1p2 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized  -c ftp-proxy.c
cc -O2 -fno-strict-aliasing -pipe  -I/usr/local/include
-I/usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.1p2 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized  -c filter.c
cc -O2 -fno-strict-aliasing -pipe  -I/usr/local/include
-I/usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.1p2 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized   -o ftp-proxy ftp-proxy.o filter.o -levent
-L/usr/local/lib
gzip -cn ftp-proxy.8  ftp-proxy.8.gz
host# 

So in my setup the CFLAGS from the port's Makefile get honored.

Is this port the only one which has that problem? Seems like a bigger
issue on your side.


 - Christian

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


INDEX build failed for 5.x

2007-10-03 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..=== devel/liboil failed
*** Error code 1
*** Error code 1

Stop in /a/erwin/tindex/ports.
*** Error code 1

Stop in /a/erwin/tindex/ports.
1 error

Committers on the hook:
edwin lbr linimon pav sat 

Most recent CVS update was:
U Mk/bsd.port.mk
U Mk/bsd.xorg.mk
U audio/akode-plugins-jack/Makefile
U audio/mpg123/Makefile
U audio/xmms-quix3dn/Makefile
U biology/blast/Makefile
U cad/geda-gattrib/Makefile
U cad/geda-gschem/Makefile
U cad/geda-netlist/Makefile
U cad/geda-symcheck/Makefile
U cad/geda-utils/Makefile
U cad/gtkwave/Makefile
U cad/qcad/Makefile
U chinese/BBMan/Makefile
U comms/ixj/Makefile
U comms/ktrack/Makefile
U comms/linpsk/Makefile
U comms/nec2c/Makefile
U comms/qsstv/Makefile
U databases/evolution-data-server/Makefile
U databases/grass/Makefile
U databases/grass/pkg-plist
U databases/hk_classes/Makefile
U databases/libpbl/Makefile
U databases/libudbc/Makefile
U databases/mysql41-server/Makefile
U databases/p5-Cache-Memcached-Managed/Makefile
U databases/p5-Cache-Memcached-Managed/distinfo
U databases/postgresql81-server/Makefile
U databases/postgresql82-server/Makefile
U databases/tora/Makefile
U databases/virtuoso/Makefile
U deskutils/adesklets/Makefile
U deskutils/buoh/Makefile
U deskutils/calcurse/Makefile
U deskutils/katapult/Makefile
U deskutils/kchm/Makefile
U deskutils/kdissert/Makefile
U deskutils/lightning-xpi/Makefile
U deskutils/nautilus-locked-folder/Makefile
U deskutils/pal/Makefile
U devel/ZendOptimizer/Makefile
U devel/allegro/Makefile
U devel/allegro-devel/Makefile
U devel/apr/Makefile
U devel/codeblocks/Makefile
U devel/cppadvio/Makefile
U devel/cvsd/Makefile
U devel/cvsnt/Makefile
U devel/gtkmozedit/Makefile
U devel/imake-4/scripts/configure
U devel/jtag/Makefile
U devel/libassa/Makefile
U devel/libdisasm/Makefile
U devel/liboil/Makefile
U devel/libtecla/Makefile
U devel/libtecla/pkg-plist
U devel/linux_kdump/Makefile
U devel/log4cxx/Makefile
U devel/makedepend/Makefile
U devel/monotone/Makefile
U devel/motor/Makefile
U devel/omake/Makefile
U devel/openwince-include/Makefile
U devel/pwlib/Makefile
U devel/py-kqueue/Makefile
U devel/rudiments/Makefile
U devel/rudiments/pkg-plist
U devel/sdl12/Makefile
U devel/sfslite/Makefile
U devel/silc-toolkit/Makefile
U devel/simulavr/Makefile
U devel/uclmmbase/Makefile
U devel/valgrind/Makefile
U devel/valgrind/pkg-plist
U devel/valgrind-snapshot/Makefile
U devel/valgrind-snapshot/pkg-plist
U dns/doc/Makefile
U dns/firedns/Makefile
U dns/ldns/Makefile
U dns/powerdns-recursor/Makefile
U editors/2bsd-vi/Makefile
U editors/biew/Makefile
U editors/mp/Makefile
U editors/ne/Makefile
U editors/textedit.app/Makefile
U editors/wily/Makefile
U emulators/basiliskII/Makefile
U emulators/gcube/Makefile
U emulators/gngeo/Makefile
U emulators/hercules/Makefile
U emulators/linux-vmware-toolbox4/Makefile
U emulators/linux-vmware-toolbox5/Makefile
U emulators/linux-vmware-toolbox6/Makefile
U emulators/mupen64-base/Makefile
U emulators/pearpc/Makefile
U emulators/rtc/Makefile
U emulators/snes9express/Makefile
U emulators/uae/Makefile
U emulators/vice/Makefile
U emulators/vmware-guestd5/Makefile
U emulators/vmware-guestd6/Makefile
U emulators/vmware-tools3/Makefile
U finance/kmymoney2/Makefile
U finance/qtstalker/Makefile
U ftp/bbftp/Makefile
U ftp/bsdftpd-ssl/Makefile
U ftp/curlpp/Makefile
U ftp/ftp-tls/Makefile
U ftp/ftpd-tls/Makefile
U ftp/kftpgrabber/Makefile
U ftp/ncftpd/Makefile
U ftp/pftpx/Makefile
U ftp/yafc/Makefile
U games/alienblaster/Makefile
U games/asc/Makefile
U games/bitefusion/Makefile
U games/blokish/Makefile
U games/bsp/Makefile
U games/bzflag/Makefile
U games/ceferino/Makefile
U games/fgsd/Makefile
U games/flightgear/Makefile
U games/galaxyhack/Makefile
U games/gshisen/Makefile
U games/gtkradiant/Makefile
U games/kiki/Makefile
U games/kmastermind/Makefile
U games/lincity-ng/Makefile
U games/marsnomercy/Makefile
U games/mudmagic/Makefile
U games/netris/Makefile
U games/qkmj/Makefile
U games/quake2forge/Makefile
U games/sauerbraten/Makefile
U games/stroq/Makefile
U games/timeseal/Makefile
U games/toppler/Makefile
U games/uqm/Makefile
U games/wop/Makefile
U games/xtris/Makefile
U games/xye/Makefile
U graphics/ale/Makefile
U graphics/amanith/Makefile
U graphics/cairomm/Makefile
U graphics/corona/Makefile
U graphics/crystalspace-devel/Makefile
U graphics/dri/Makefile
U graphics/edje/Makefile
U graphics/exrtools/Makefile
U graphics/geomorph/Makefile
U graphics/glitz/Makefile
U graphics/gwenview/Makefile
U graphics/ida/Makefile
U graphics/inventor/Makefile
U graphics/kphotoalbum/Makefile
U graphics/libpcd/Makefile
U graphics/libsvg/Makefile
U graphics/libx3dtk/Makefile
U graphics/metacam/Makefile
U graphics/netpbm/Makefile
U graphics/povray/Makefile
U graphics/py-cairo/Makefile
U graphics/raster3d/Makefile
U graphics/sharpconstruct/Makefile
U graphics/swfmill/Makefile
U graphics/uDrawGraph/Makefile
U graphics/xnview/Makefile
U graphics/xnview/pkg-plist
U irc/ircd-ru/Makefile
U 

x11/kdelibs3 and new cups breakage

2007-10-03 Thread Ade Lovett
Looks like x11/kdelibs3 is suffering from the same new-cups issue  
that hit x11-toolkits/gtk20 - full log can be found at http:// 
tinderbox.lovett.com/errors/6-i386-bison/kdelibs-3.5.7_2.log


Can someone with more kde-fu than myself fix this please?

-aDe

if /bin/sh /usr/local/bin/libtool --silent --tag=CC --mode=compile cc  
-DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../dcop -I../../../kdecore  
-I../../../kio/kssl -I../../../kjs -I../../.. -I../../../kio - 
I../../../kfile -I../../../dcop -I../../../libltdl -I../../../kdefx - 
I../../../kdecore -I../../../kdecore -I../../../kdecore/network - 
I../../../kdeui -I../../../kio -I../../../kio/kio -I../../../kio/ 
kfile -I../../..  -I/usr/local/include -I/usr/local/include -I/usr/ 
local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/ 
local/include -I/usr/local/include  -I/usr/local/include -D_GETOPT_H - 
D_THREAD_SAFE   -DNDEBUG -O2  -O2 -fno-strict-aliasing -pipe  -MT  
cups-util.lo -MD -MP -MF .deps/cups-util.Tpo -c -o cups-util.lo  
cups-util.c; \
	then mv -f .deps/cups-util.Tpo .deps/cups-util.Plo; else rm -f  
.deps/cups-util.Tpo; exit 1; fi

cups-util.c: In function `cupsGetConf':
cups-util.c:111: error: dereferencing pointer to incomplete type
cups-util.c:119: error: dereferencing pointer to incomplete type
cups-util.c:138: error: dereferencing pointer to incomplete type
cups-util.c:213: warning: `httpRead' is deprecated (declared at /usr/ 
local/include/cups/http.h:361)

cups-util.c: In function `cupsPutConf':
cups-util.c:308: warning: `httpWrite' is deprecated (declared at /usr/ 
local/include/cups/http.h:371)
cups-util.c:312: warning: `httpWrite' is deprecated (declared at /usr/ 
local/include/cups/http.h:371)

cups-util.c:337: error: dereferencing pointer to incomplete type
cups-util.c:345: error: dereferencing pointer to incomplete type
cups-util.c:364: error: dereferencing pointer to incomplete type
cups-util.c: In function `cups_local_auth':
cups-util.c:454: warning: passing arg 1 of `httpAddrLocalhost' from  
incompatible pointer type

gmake[4]: *** [cups-util.lo] Error 1
gmake[4]: Leaving directory `/work/a/ports/x11/kdelibs3/work/ 
kdelibs-3.5.7/kdeprint/cups/cupsdconf2'

gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/work/a/ports/x11/kdelibs3/work/ 
kdelibs-3.5.7/kdeprint/cups'

gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/work/a/ports/x11/kdelibs3/work/ 
kdelibs-3.5.7/kdeprint'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/work/a/ports/x11/kdelibs3/work/ 
kdelibs-3.5.7'

gmake: *** [all] Error 2


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


INDEX build failed for 5.x

2007-10-03 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..=== devel/liboil failed
*** Error code 1
*** Error code 1

Stop in /a/erwin/tindex/ports.
*** Error code 1

Stop in /a/erwin/tindex/ports.
1 error

Committers on the hook:
clsung edwin lbr linimon pav sat tabthorpe 

Most recent CVS update was:
U archivers/paq/Makefile
U archivers/paq/distinfo
U databases/memcachedb/Makefile
U databases/memcachedb/distinfo
U devel/p5-Module-Load/Makefile
U devel/p5-Module-Load/distinfo
U mail/abook/Makefile
U mail/annoyance-filter/Makefile
U mail/courier-imap/Makefile
U mail/cyrus2courier/Makefile
U mail/evolution/Makefile
U mail/evolution-exchange/Makefile
U mail/fetchmail/Makefile
U mail/meta1/Makefile
U mail/pecl-esmtp/Makefile
U mail/spamilter/Makefile
U math/R/Makefile
U math/cgal/Makefile
U math/fftw3/Makefile
U math/jags/Makefile
U math/labplot/Makefile
U math/matrices/Makefile
U math/octave/Makefile
U math/scilab/Makefile
U misc/compat4x/Makefile
U misc/gnu-watch/Makefile
U misc/heyu2/Makefile
U misc/libhome/Makefile
U misc/libhome/pkg-plist
U misc/mbuffer/Makefile
U misc/p5-Business-ISBN/Makefile
U misc/p5-Business-ISBN/distinfo
U multimedia/avifile/Makefile
U multimedia/bsdbktr_tvtune/Makefile
U multimedia/exportvideo/Makefile
U multimedia/goggles/Makefile
U multimedia/handbrake/Makefile
U multimedia/kino/Makefile
U multimedia/lsdvd/Makefile
U multimedia/lxdvdrip/Makefile
U multimedia/mmsrip/Makefile
U multimedia/motion/Makefile
U multimedia/mpeg4ip-libmp4v2/Makefile
U multimedia/nxtvepg/Makefile
U multimedia/ogle/Makefile
U multimedia/pvr250/Makefile
U multimedia/pvrxxx/Makefile
U multimedia/quodlibet/Makefile
U multimedia/shell-fm/Makefile
U multimedia/tivodecode/Makefile
U multimedia/xawtv/Makefile
U multimedia/y4mscaler/Makefile
U net/boinc-client/Makefile
U net/freeradius/Makefile
U net/freeradius/pkg-plist
U net/frickin/Makefile
U net/gatekeeper/Makefile
U net/hawknl/Makefile
U net/hawknl-devel/Makefile
U net/iaxmodem/Makefile
U net/iscsi-target/Makefile
U net/kiax/Makefile
U net/libnetdude/Makefile
U net/mad_fcl/Makefile
U net/nph/Makefile
U net/ntp-devel/Makefile
U net/omnitty/Makefile
U net/panoptis/Makefile
U net/paris-traceroute/Makefile
U net/passlogd/Makefile
U net/pppd23/Makefile
U net/quagga/Makefile
U net/smb4k/Makefile
U net/tcpxtract/Makefile
U net/trafshow/Makefile
U net/unfs3/Makefile
U net/xboxproxy/Makefile
U net-im/gajim-devel/Makefile
U net-im/sendxmpp/Makefile
U net-mgmt/arpscan/Makefile
U net-mgmt/flowd/Makefile
U net-mgmt/irrtoolset/Makefile
U net-mgmt/netmond/Makefile
U net-mgmt/nsca/Makefile
U net-mgmt/pftabled/Makefile
U net-mgmt/trafd/Makefile
U net-mgmt/weplab/Makefile
U net-p2p/apollon/Makefile
U net-p2p/btpeer/Makefile
U net-p2p/btqueue/Makefile
U net-p2p/createtorrent/Makefile
U net-p2p/dclibc/Makefile
U net-p2p/dctc-gui-qt/Makefile
U net-p2p/jigdo/Makefile
U net-p2p/microdc2/Makefile
U net-p2p/minder/Makefile
U net-p2p/mldonkey/Makefile
U net-p2p/mldonkey-devel/Makefile
U net-p2p/museekplus/Makefile
U net-p2p/trackerbt/Makefile
U news/fidogate/Makefile
U news/hellanzb/Makefile
U palm/iSiloXC/Makefile
U polish/gnugadu2/Makefile
U ports-mgmt/kports/Makefile
U print/cups-magicolor/Makefile
U print/hplip/Makefile
U print/lyx/Makefile
U print/mp-letter/Makefile
U print/pips800/Makefile.pips
U science/gsystem/Makefile
U science/kst/Makefile
U science/lamprop/Makefile
U science/mbdyn/Makefile
U science/medit/Makefile
U science/psi3/Makefile
U science/qcl/Makefile
U science/x11iraf/Makefile
U textproc/Makefile
U textproc/p5-Pod-Xhtml/Makefile
U textproc/p5-Pod-Xhtml/distinfo
U textproc/sml-fxp/Makefile
U textproc/sml-fxp/distinfo
U textproc/sml-fxp/pkg-descr
U textproc/sml-fxp/pkg-plist
U textproc/sml-fxp/files/patch-Makefile
U textproc/sml-fxp/files/patch-doc-features.html
U textproc/sml-fxp/files/patch-doc-fxcanon.html
U textproc/sml-fxp/files/patch-doc-fxcopy.html
U textproc/sml-fxp/files/patch-doc-fxesis.html
U textproc/sml-fxp/files/patch-doc-fxp.html
U textproc/sml-fxp/files/patch-doc-fxviz.html
U textproc/sml-fxp/files/patch-doc-index.html
U textproc/sml-fxp/files/patch-fxp.sh.in
U textproc/sml-fxp/files/patch-src-Apps-Canon-canon.cm
U textproc/sml-fxp/files/patch-src-Apps-Copy-copy.cm
U textproc/sml-fxp/files/patch-src-Apps-Copy-copyEncode.sml
U textproc/sml-fxp/files/patch-src-Apps-Esis-esis.cm
U textproc/sml-fxp/files/patch-src-Apps-Null-null.cm
U textproc/sml-fxp/files/patch-src-Apps-Viz-viz.cm
U textproc/sml-fxp/files/patch-src-Parser-Dfa-dfaPassTwo.sml
U textproc/sml-fxp/files/patch-src-Parser-Dfa-dfaString.sml
U textproc/sml-fxp/files/patch-src-Parser-Dfa-dfaUtil.sml
U textproc/sml-fxp/files/patch-src-Parser-Dtd-dtdAttributes.sml
U textproc/sml-fxp/files/patch-src-Parser-Params-dtd.sml
U textproc/sml-fxp/files/patch-src-Parser-Parse-parseContent.sml
U textproc/sml-fxp/files/patch-src-Unicode-Chars-charClasses.sml
U textproc/sml-fxp/files/patch-src-Unicode-Chars-uniChar.sml
U textproc/sml-fxp/files/patch-src-Unicode-Uri-uri.sml
U 

Re: [kde-freebsd] x11/kdelibs3 and new cups breakage

2007-10-03 Thread Andy Fawcett
On Thursday 04 October 2007 06:32:27 Ade Lovett wrote:
 Looks like x11/kdelibs3 is suffering from the same new-cups issue
 that hit x11-toolkits/gtk20 - full log can be found at http://
 tinderbox.lovett.com/errors/6-i386-bison/kdelibs-3.5.7_2.log

 Can someone with more kde-fu than myself fix this please?

ports/116767 apparently has a fix, but I've not had time to check it out yet.

-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX build failed for 5.x

2007-10-03 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..Makefile, line 66: Could not find 
bsd.port.port.mk
make: fatal errors encountered -- cannot continue
=== lang/ocaml-camlidl failed
*** Error code 1
*** Error code 1

Stop in /a/erwin/tindex/ports.
*** Error code 1

Stop in /a/erwin/tindex/ports.
1 error

Committers on the hook:
clsung edwin lbr linimon pav rafan sat tabthorpe 

Most recent CVS update was:
U devel/liboil/Makefile
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]