Re: Change the default GTK2 font?

2007-10-01 Thread Edwin Groothuis
On Mon, Oct 01, 2007 at 09:41:49AM +0400, Alexander Zhuravlev wrote:
 On Mon, Oct 01, 2007 at 03:26:30PM +1000, Edwin Groothuis wrote:
  Hello,
  
  With the upgrade to xorg 7.3 suddenly the default font for GTK2x
  applications has moved from a nice small one to a huge one which
  gives me about 50% of the text I normally get on my screen.
  
  XTerms themselves still have the right size.
  
  How and where can I define which font GTK2x applications should use
  as their default ones?
 
 You can use something like this
 
 % cat ~/.gtkrc-2.0
 
 style user-font { 
 font_name=Verdana 8 
 } 
 
 widget_class * style user-font 
 gtk-font-name=Verdana 8

I used this one to overcome my initial problems,

 I find /usr/ports/x11/gtkchtheme works well for this.

And this one to setup a nice theme (industrial now)

Thanks for yours helps!

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Change the default GTK2 font?

2007-10-01 Thread mahonmesr
On 20071001 15:26:30, Edwin Groothuis wrote:
 Hello,
 
 With the upgrade to xorg 7.3 suddenly the default font for GTK2x
 applications has moved from a nice small one to a huge one which
 gives me about 50% of the text I normally get on my screen.
 
 XTerms themselves still have the right size.
 
 How and where can I define which font GTK2x applications should use
 as their default ones?

Hi.

I find /usr/ports/x11/gtkchtheme works well for this.

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


Broken port arping-2.05_2 (ports/net/arping)

2007-10-01 Thread Konstantin I. Voronov
Hello, ppl.


%uname -a
FreeBSD n-d.lvs.ru 6.2-RC2 FreeBSD 6.2-RC2 #0: Tue Jan  9 13:56:14 UTC 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/622  i386

%pwd
/usr/ports/net/arping
%sudo make install

= arping-2.05.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from ftp://ftp.habets.pp.se/pub/synscan/.
fetch: ftp://ftp.habets.pp.se/pub/synscan/arping-2.05.tar.gz: No route to host
= Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
arping-2.05.tar.gz100% of   31 kB   22 kBps
===  Extracting for arping-2.05_2
= MD5 Checksum OK for arping-2.05.tar.gz.
= SHA256 Checksum OK for arping-2.05.tar.gz.
===  Patching for arping-2.05_2
===   arping-2.05_2 depends on file: /usr/local/bin/libnet11-config - found
===  Configuring for arping-2.05_2
===  Building for arping-2.05_2
cd /usr/ports/net/arping/work/arping-2.05cc -O2 -fno-strict-aliasing 
-pipe -march=pentium4 -I/usr/local/include -L/usr/local/lib  -c 
`/usr/local/bin/libnet11-config --defines`  `/usr/local/bin/libnet11-config 
--cflags` arping-2/arping.c   cc -O2 -fno-strict-aliasing -pipe 
-march=pentium4 -I/usr/local/include -L/usr/local/lib  -o arping arping.o  
`/usr/local/bin/libnet11-config --libs`  -lpcap
In file included from arping-2/arping.c:48:
/usr/local/include/libnet.h:87:2: #error byte order has not been specified, 
you'll
In file included from /usr/include/pcap.h:44,
 from arping-2/arping.c:54:
/usr/include/net/bpf.h:46: error: syntax error before string constant
In file included from /usr/include/pcap.h:44,
 from arping-2/arping.c:54:
/usr/include/net/bpf.h:40:1: unterminated #ifndef
In file included from arping-2/arping.c:54:
/usr/include/pcap.h:38:1: unterminated #ifndef
*** Error code 1

Stop in /usr/ports/net/arping.


-- 
Regards,
 Konstantin I. Voronov mailto:[EMAIL PROTECTED]
System Administrator
PC-Service, Novosibirsk, Russia
VKI-RIPE [EMAIL PROTECTED]
[EMAIL PROTECTED] irc network

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


Feature enhancement for audio/ncmpc

2007-10-01 Thread Christian Axelsson
Enable the (exprimential) search screen. Patch against current port
(0.11.1_2 attached.

-- 
Christian Axelsson
[EMAIL PROTECTED]
--- Makefile.oldMon Oct  1 11:22:23 2007
+++ MakefileMon Oct  1 11:22:09 2007
@@ -21,7 +21,8 @@
LDFLAGS=-L${LOCALBASE}/lib
 
 OPTIONS=   NLS Native language support on \
-   CLOCK_SCREEN Enable clock screen on
+   CLOCK_SCREEN Enable clock screen on \
+   SEARCH_SCREEN Enable search screen (exprimential) on
 
 .include bsd.port.pre.mk
 
@@ -45,6 +46,10 @@
 
 .if !defined(WITHOUT_CLOCK_SCREEN)
 CONFIGURE_ARGS+=--enable-clock-screen
+.endif
+
+.if !defined(WITHOUT_SEARCH_SCREEN)
+CONFIGURE_ARGS+=--enable-search-screen
 .endif
 
 MAN1=  ncmpc.1
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: trouble with ImageMagick self tests

2007-10-01 Thread Philipp Ost

John Reynolds wrote:

[ On Sunday, September 30, Philipp Ost wrote: ]


I disabled perl-support and all was fine...

For the sake of completeness:



H. Well, I depend quite heavily on the Perl support :(  (and had
already disabled FXP). Does anybody have any experience on 6.2-STABLE or
something other than -current? Is this a -current thing or and ImageMagick
thing (hard to nail down I guess)?


I see this behaviour both on -STABLE and -CURRENT.
Some days ago someone wrote it's a problem of ImageMagick; see here: 
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=446435+0+/usr/local/www/db/text/2007/freebsd-ports/20070930.freebsd-ports



HTH,
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]


Current unassigned ports problem reports

2007-10-01 Thread FreeBSD bugmaster
Current FreeBSD problem reports
The following is a listing of current problems submitted by FreeBSD users. 
These represent problem reports covering all versions including experimental 
development code and obsolete releases. 
Bugs can be in one of several states:

o - open
A problem report has been submitted, no sanity checking performed.

a - analyzed
The problem is understood and a solution is being sought.

f - feedback
Further work requires additional information from the
 originator or the community - possibly confirmation of
 the effectiveness of a proposed solution.

p - patched
A patch has been committed, but some issues (MFC and / or
 confirmation from originator) are still open.

r - repocopy
The resolution of the problem report is dependent on
 a repocopy operation within the CVS repository which
 is awaiting completion.

s - suspended
The problem is not being worked on, due to lack of information
 or resources.  This is a prime candidate
 for somebody who is looking for a project to do.
 If the problem cannot be solved at all,
 it will be closed, rather than suspended.

c - closed
A problem report is closed when any changes have been integrated,
 documented, and tested -- or when fixing the problem is abandoned.
Critical problems
Serious problems

S Tracker  Resp.  Description

o ports/106369vpnd caused kernel panic with ppp mode
o ports/106372vpnd can't run with slip mode
f ports/108077www/linux-flashplugin9 crashes linux-firefox
f ports/108413net/vnc does not works.
f ports/108606Courier MTA terminates abnormaly after installation
f ports/112385sysutils/lookupd on Kernel 64
f ports/112921x11-wm/Beryl not loading focus and keybinding settings
f ports/113144print/ghostscript-gnu dumps core with several output d
f ports/115818Executable clash between databases/grass and ruby gems
f ports/115967enable chrooted net/isc-dhcp3-server on the FreeBSD 7.
f ports/116251building biology/platon fails
f ports/116378xorg 7.3 on -stable breaks math/scilab
f ports/116385net/vnc using vnc.so crashes Xorg 7.3 when remote comp
f ports/116475portupgrade of www/rt36 fails
f ports/116586net/isc-dhcp3-server does not work when compiled with 
o ports/116751Update port: www/p5-ClearSilver to 0.10.5
f ports/116753multimedia/MPlayer crashes after playing *.flv on 7.0-
f ports/116757net/ushare is broken for amd64
f ports/116777The math/scilab port fails in demos-signal-bode.
f ports/116778security/nmap ping-scan misses some hosts

20 problems total.

Non-critical problems

S Tracker  Resp.  Description

o ports/100896[new ports] emulators/vmware-server-guestd1 emulators/
f ports/101166bittorrent-curses only works under English locales.
o ports/107354net/icmpinfo: icmpinfo -vvv does not recocnize any ICM
f ports/107621net/proxychains doens't compile on 4 and 5
f ports/107937jailed net/isc-dhcp3-server wouldn't run with an immut
f ports/108723kxgenerator never worked for me
f ports/109041security/tinyca doesn't allow for user installed OpenS
f ports/111399print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE 
f ports/111456[UPDATE] finance/pfpro updated distinfo
f ports/112887net/nxserver 1.4.0_1 fails to compile after upgrading 
f ports/113423Update for ports net/freenx to version 0.6.0
f ports/113750update science/kst to 1.4.0
o ports/114122New port: russian/stardict2-dict-eng_RU, Russian dicti
f ports/114127net/vnc - vnc.so installed to bad location
f ports/114825pam module security/pam_abl not working
f ports/115304multimedia/gpac-mp4box cannot import files larger than
f ports/115336port multimedia/avifile on FreeBSD 7.0 not BROKEN with
f ports/115401Update port: graphics/ipe Version 6.0pre28 of Ipe that
f ports/115627www/Lynx (-ssl) does not correctly test for OpenSSL
f ports/115875mail/libetpan 0.52 fails on 6.2-stable i386 when built
f ports/116037multimedia/dvd-slideshow has been updated from 0.7.5 t
f ports/116042net/tsclient have disabled panel applet
f ports/116058Update: x11-themes/gtk-qt-engine to version 0.8
f ports/116104[UPDATE] net/frickin update to beta2
f ports/116105[UPDATE] comms/hylafax to 4.4.1
f ports/116120[patch] x11-toolkits/gtkdatabox2: update to 0.7.0.1
f ports/116142devel/cvsweb3 coloured side-by-side stopped working wh
f 

imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Matt Dawson
Is anyone else having problems with PAM authentication on these ports? I've 
had to roll back to the 2004g_1,1 versions of both. 

Information is a bit thin; all I can tell you is that they both seem to 
compile correctly and TLS works fine. Only when the client comes to 
authenticate is there a problem. With a known good auth pair, the server 
returns BAD LOGIN. The server also no longer supports LOGIN, only accepting 
clear text. Rolling back cures this immediately with no change 
in /etc/pam.d/pop3.

Any suggestions?
-- 
Matt Dawson.

[EMAIL PROTECTED]
MTD15-RIPE OpenNIC M_D9
MD51-6BONE
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hi!... How to maintain a ports

2007-10-01 Thread Sam Lawrance


On 28/09/2007, at 12:11 PM, Beech Rintoul wrote:


On Thursday 27 September 2007, Stephano Zanzin said:

Hello! Im new in this list, and I want to know how I can maintain a
ports. I want very much to contribute with the Ports project.
Please folks, help me!


Start by reading the Porters Handbook.

On your machine:
/usr/share/doc/en_US.ISO8859-1/books/porters-handbook/index.html

On the web:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ 
index.html


Please also have a read of

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing- 
ports/index.html


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


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Lee Dilkie
I had to roll back as well.

Best I could tell was that the credentials presented to pam were the
userid and userid (instead of password), at least that's what the logs
looked like to me.

-lee


Matt Dawson wrote:
 Is anyone else having problems with PAM authentication on these ports? I've 
 had to roll back to the 2004g_1,1 versions of both. 

 Information is a bit thin; all I can tell you is that they both seem to 
 compile correctly and TLS works fine. Only when the client comes to 
 authenticate is there a problem. With a known good auth pair, the server 
 returns BAD LOGIN. The server also no longer supports LOGIN, only accepting 
 clear text. Rolling back cures this immediately with no change 
 in /etc/pam.d/pop3.

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


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Matt Dawson
On Monday 01 Oct 2007, you wrote:
 I had to roll back as well.

 Best I could tell was that the credentials presented to pam were the
 userid and userid (instead of password), at least that's what the logs
 looked like to me.

 -lee

I forgot to mention that I tried a telnet session  to the POP3 server. user 
user gets  +OK username accepted, password please but pass password 
results in -ERR bad login.

Something else I failed to mention is that both cclient and imap-uw were 
compiled with WITH_SSL_AND_PLAINTEXT, which may have a bearing on the issue.

/var/log/auth.log does show user and auth pairs matching, although this 
happens when I deliberately pass bad information to the working server. It 
also fails to account for LOGIN authentication methods failing.

I rather think that there is something PAM related, although I'm just guessing 
here and can't really test my theory on a production server. The server does 
not validate usernames immediately (it accepts an invalid username with 
a +OK username accepted, password please on the working version), so 
perhaps acceptance of a valid username is a red herring.
-- 
Matt Dawson.

[EMAIL PROTECTED]
MTD15-RIPE OpenNIC M_D9
MD51-6BONE
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: trouble with ImageMagick self tests

2007-10-01 Thread Mikhail Teterin
= hello, I've been trying to upgrade ImageMagick for several days now
= but with no success. I'm on a -current system built about a month ago
= (Aug 31 19:52:08 MST 2007). I am using the default config of having
= TTF on, and FPX off.

The port has a maintainer, you know... I'm very interested in self-test 
failures. You are right, the tests are there for a reason -- to catch
miscompilations and misconfigurations before your production software
starts dumping cores.

Could you, please, post a link to the /full/ configure/build/test log --
I'll try to examine it and/or bring the problems up with the authors.

Thanks!

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


Re: Feature enhancement for audio/ncmpc

2007-10-01 Thread Stefan Walter
Hi Christian,

Christian Axelsson, 01.10.07, 11:25h CEST:

 Enable the (exprimential) search screen. Patch against current port
 (0.11.1_2 attached.

updates/patches should generally be sent via send-pr(1) so they don't get
lost. Furthermore, the port audio/ncmpc has a maintainer who, usually, is
the one who would decide if a change to the port should be committed.
Could you resend your update via send-pr (and maybe cc the maintainer)?

Thanks and regards,
Stefan


pgpdb0QVrPH9z.pgp
Description: PGP signature


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Manfred Antar
At 07:16 AM 10/1/2007, Lee Dilkie wrote:
I had to roll back as well.

Best I could tell was that the credentials presented to pam were the
userid and userid (instead of password), at least that's what the logs
looked like to me.

-lee


Matt Dawson wrote:
 Is anyone else having problems with PAM authentication on these ports? I've 
 had to roll back to the 2004g_1,1 versions of both. 

 Information is a bit thin; all I can tell you is that they both seem to 
 compile correctly and TLS works fine. Only when the client comes to 
 authenticate is there a problem. With a known good auth pair, the server 
 returns BAD LOGIN. The server also no longer supports LOGIN, only accepting 
 clear text. Rolling back cures this immediately with no change 
 in /etc/pam.d/pop3.

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

Me TOO , Didn't work,rollback works fine
Manfred

==
||  [EMAIL PROTECTED]   ||
||  Ph. (415) 681-6235  ||
== 

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


Re: Change the default GTK2 font?

2007-10-01 Thread martinko

[EMAIL PROTECTED] wrote:

On 20071001 15:26:30, Edwin Groothuis wrote:

Hello,

With the upgrade to xorg 7.3 suddenly the default font for GTK2x
applications has moved from a nice small one to a huge one which
gives me about 50% of the text I normally get on my screen.

XTerms themselves still have the right size.

How and where can I define which font GTK2x applications should use
as their default ones?


Hi.

I find /usr/ports/x11/gtkchtheme works well for this.



x11/gtk2-theme-switch
x11/gtk-theme-switch

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


Has portsnap fallen asleep?

2007-10-01 Thread Lars Stokholm
Since I've not seen this officially reported elsewhere, I thought I'd
just drop a note about it. For a couple of days, portsnap has not been
giving new snapshots:

# portsnap fetch update
Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
Fetching snapshot tag from portsnap2.FreeBSD.org... done.
Latest snapshot on server matches what we already have.
No updates needed.
Ports tree is already up to date.

...which is not true. My ports tree is not up to date.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Has portsnap fallen asleep?

2007-10-01 Thread Rene Ladan
2007/10/1, Lars Stokholm [EMAIL PROTECTED]:
 Since I've not seen this officially reported elsewhere, I thought I'd
 just drop a note about it. For a couple of days, portsnap has not been
 giving new snapshots:

 # portsnap fetch update
 Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
 Fetching snapshot tag from portsnap2.FreeBSD.org... done.
 Latest snapshot on server matches what we already have.
 No updates needed.
 Ports tree is already up to date.

 ...which is not true. My ports tree is not up to date.

Same here, for something like a day now.

/var/db/portsnap#ls -l
total 3484
-rw-r--r--  1 root  wheel  1503727 Sep 30 03:26 INDEX
drwxr-xr-x  3 root  wheel  2010624 Sep 30 03:26 files
-rw-r--r--  1 root  wheel  451 Feb  7  2006 pub.ssl
-rw-r--r--  1 root  wheel  108 Oct  1 20:26 serverlist
-rw-r--r--  1 root  wheel  108 Oct  1 20:26 serverlist_full
-rw-r--r--  1 root  wheel   27 Oct  1 20:26 serverlist_tried
-rw-r--r--  1 root  wheel  375 Sep 29 13:11 tINDEX
-rw-r--r--  1 root  wheel   85 Sep 30 03:25 tag

cat tag
portsnap|1191058908|dea2f3747db7bfede931f837fb19e330b2ea9145502cc3b0e09db51e7dca0fcc

Regards,
Rene
-- 
GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)

It won't fit on the line.
-- me, 2001
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can't build cronolog after latest autotools upgrade on -CURRENT

2007-10-01 Thread LI Xin
Hi,

Here is the output:

%
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: WARNING:  lib/Makefile.in seems to ignore the
--datarootdir setting
config.status: creating src/Makefile
config.status: WARNING:  src/Makefile.in seems to ignore the
--datarootdir setting
config.status: creating doc/Makefile
config.status: WARNING:  doc/Makefile.in seems to ignore the
--datarootdir setting
config.status: creating testsuite/Makefile
config.status: WARNING:  testsuite/Makefile.in seems to ignore the
--datarootdir setting
config.status: creating src/cronosplit
config.status: executing depfiles commands
Making all in lib
cd ..  automake-1.9 --gnu --include-deps lib/Makefile
configure.in:30: warning: AC_ARG_PROGRAM invoked multiple times
lib/Makefile.am: required file `./depcomp' not found
*** Error code 1

Stop in /usr/home/delphij/cronolog/work/cronolog-1.6.2/lib.
*** Error code 1

Stop in /usr/home/delphij/cronolog/work/cronolog-1.6.2.
*** Error code 1

Stop in /usr/home/delphij/cronolog.
*** Error code 1

Stop in /usr/home/delphij/cronolog.
=== Error running make build
=== Cleaning up
[EMAIL PROTECTED] ~/cronolog

Cheers,
-- 
Xin LI [EMAIL PROTECTED]  http://www.delphij.net/
FreeBSD - The Power to Serve!





signature.asc
Description: OpenPGP digital signature


struct wi_req: how to deal with removal, affects multiple ports

2007-10-01 Thread Ulrich Spoerlein
Hi,

on July 11th you removed the definition for struct wi_req on -CURRENT
from sys/dev/wi/if_wavelan_ieee.h with the following commit message

revision 1.21
date: 2007/07/11 21:25:48;  author: thompsa;  state: Exp;  lines: +2 -0
Now that wicontrol has been removed from the base system the corresponding
ioctls can be removed. These have been #ifdef'd out and left as a reference in
case any of the RIDs need to be turned into sysctls at a later date.

Reviewed by:sam, avatar
Approved by:re (kensmith)

I don't know why, but recently at least the ports xwlans and wmwifi fail
to build because of the missing definition, I guess. bsd-airtools has
recently been flagged as broken, too. Presumably due to the same reason.

How should these ports deal with this? Both are calling SIOCGWAVELAN
with wi_type set to WI_RID_COMMS_QUALITY.

Cheers,
Ulrich Spoerlein
-- 
It is better to remain silent and be thought a fool,
than to speak, and remove all doubt.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: struct wi_req: how to deal with removal, affects multiple ports

2007-10-01 Thread Andrew Thompson
On Mon, Oct 01, 2007 at 09:40:35PM +0200, Ulrich Spoerlein wrote:
 Hi,
 
 on July 11th you removed the definition for struct wi_req on -CURRENT
 from sys/dev/wi/if_wavelan_ieee.h with the following commit message
 
 revision 1.21
 date: 2007/07/11 21:25:48;  author: thompsa;  state: Exp;  lines: +2 -0
 Now that wicontrol has been removed from the base system the corresponding
 ioctls can be removed. These have been #ifdef'd out and left as a reference in
 case any of the RIDs need to be turned into sysctls at a later date.
 
 Reviewed by:sam, avatar
 Approved by:re (kensmith)
 
 I don't know why, but recently at least the ports xwlans and wmwifi fail
 to build because of the missing definition, I guess. bsd-airtools has
 recently been flagged as broken, too. Presumably due to the same reason.

Up until that commit wi(4) was the only driver to support the
SIOCGWAVELAN calls, now it has been totally removed in favour of the
net80211 systems.

 How should these ports deal with this? Both are calling SIOCGWAVELAN
 with wi_type set to WI_RID_COMMS_QUALITY.

I guess these ports should be updated to use the IEEE80211_IOC_SCAN_REQ
and IEEE80211_IOC_SCAN_RESULTS ioctls. These are driver independent and
supported by all the wireless drivers, src/sbin/ifconfig/ifieee80211.c
is a good reference.

I see that wmwifi-bsd.patch from wmwifi could be updated reasonably
easy, I can help if you like.


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


Re: ImageMagick problems

2007-10-01 Thread Mikhail Teterin
понеділок 01 жовтень 2007 05:01 по, Paul Schmehl Ви написали:
 You can find the config.log and config.status files here:
 http://www.utdallas.edu/~pauls/ImageMagick/

 If you need anything else, let me know.  Without tests the port installs
 fine.

The link has only the results of configure... Can you, please, post the entire 
output of:

 make clean build

(if automatic tests are disabled, please, add the test-target to the list: 
``make clean build test''). Thanks!

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


Re: Has portsnap fallen asleep?

2007-10-01 Thread Edwin Groothuis
On Mon, Oct 01, 2007 at 09:01:46PM +0200, Rene Ladan wrote:
 2007/10/1, Lars Stokholm [EMAIL PROTECTED]:
  Since I've not seen this officially reported elsewhere, I thought I'd
  just drop a note about it. For a couple of days, portsnap has not been
  giving new snapshots:
 
  # portsnap fetch update
  Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
  Fetching snapshot tag from portsnap2.FreeBSD.org... done.
  Latest snapshot on server matches what we already have.
  No updates needed.
  Ports tree is already up to date.
 
  ...which is not true. My ports tree is not up to date.
 
 Same here, for something like a day now.

I got my first updates through today!

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Edwin Groothuis
On Mon, Oct 01, 2007 at 01:31:06PM +0100, Matt Dawson wrote:
 Is anyone else having problems with PAM authentication on these ports? I've 
 had to roll back to the 2004g_1,1 versions of both. 

Let me go through it. I saw a commit to it yesterday but that might
have resolved it.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


ImageMagick problems

2007-10-01 Thread Paul Schmehl
Since there's been so much chatter about this, here's what I got from a 
clean install.  (I ran make deinstall distclean, make rmconfig and then 
make install.)


Here's there error messages:

Failed 23/23 test scripts. 334/334 subtests failed.
Files=23, Tests=334, 446 wallclock secs (60.07 cusr + 36.25 csys = 96.32 
CPU)

Failed 23/23 test programs. 334/334 subtests failed.
*** Error code 255

IOW, *all* the tests are failing.

You can find the config.log and config.status files here:
http://www.utdallas.edu/~pauls/ImageMagick/

If you need anything else, let me know.  Without tests the port installs 
fine.


--
Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

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


Re: struct wi_req: how to deal with removal, affects multiple ports

2007-10-01 Thread Sam Leffler

Andrew Thompson wrote:

On Mon, Oct 01, 2007 at 09:40:35PM +0200, Ulrich Spoerlein wrote:
  

Hi,

on July 11th you removed the definition for struct wi_req on -CURRENT
from sys/dev/wi/if_wavelan_ieee.h with the following commit message

revision 1.21
date: 2007/07/11 21:25:48;  author: thompsa;  state: Exp;  lines: +2 -0
Now that wicontrol has been removed from the base system the corresponding
ioctls can be removed. These have been #ifdef'd out and left as a reference in
case any of the RIDs need to be turned into sysctls at a later date.

Reviewed by:sam, avatar
Approved by:re (kensmith)

I don't know why, but recently at least the ports xwlans and wmwifi fail
to build because of the missing definition, I guess. bsd-airtools has
recently been flagged as broken, too. Presumably due to the same reason.



Up until that commit wi(4) was the only driver to support the
SIOCGWAVELAN calls, now it has been totally removed in favour of the
net80211 systems.

  

How should these ports deal with this? Both are calling SIOCGWAVELAN
with wi_type set to WI_RID_COMMS_QUALITY.



I guess these ports should be updated to use the IEEE80211_IOC_SCAN_REQ
and IEEE80211_IOC_SCAN_RESULTS ioctls. These are driver independent and
supported by all the wireless drivers, src/sbin/ifconfig/ifieee80211.c
is a good reference.

I see that wmwifi-bsd.patch from wmwifi could be updated reasonably
easy, I can help if you like.
  


This issue came to me previously and I said basically the same 
thing--the old api's were deprecated long ago (w/ the promise to pull 
the plug in 7.0).  For example, I offered an updated dstumbler that read 
radiotap with libpcap for many years but noone updated the port.  
Anything wireless should use the current ioctls and if there are any 
issues I will help.  As Andrew mentioned ifconfig is the best reference 
for the moment (though I have changes to make the code less of a 
steaming pile of hacks).  The best solution would be for someone to take 
the ifconfig code and write a library.


   Sam

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


Re: Has portsnap fallen asleep?

2007-10-01 Thread Rene Ladan
2007/10/1, Edwin Groothuis [EMAIL PROTECTED]:
 On Mon, Oct 01, 2007 at 09:01:46PM +0200, Rene Ladan wrote:
  2007/10/1, Lars Stokholm [EMAIL PROTECTED]:
   Since I've not seen this officially reported elsewhere, I thought I'd
   just drop a note about it. For a couple of days, portsnap has not been
   giving new snapshots:
  
   # portsnap fetch update
   Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
   Fetching snapshot tag from portsnap2.FreeBSD.org... done.
   Latest snapshot on server matches what we already have.
   No updates needed.
   Ports tree is already up to date.
  
   ...which is not true. My ports tree is not up to date.
 
  Same here, for something like a day now.

 I got my first updates through today!

 Edwin

portsnap seems to be working again.  526 patches between 20070929
09:41:48 and 20071001 19:42:58

Rene
-- 
GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)

It won't fit on the line.
-- me, 2001
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Edwin Groothuis
On Tue, Oct 02, 2007 at 07:19:44AM +1000, Edwin Groothuis wrote:
 On Mon, Oct 01, 2007 at 01:31:06PM +0100, Matt Dawson wrote:
  Is anyone else having problems with PAM authentication on these ports? I've 
  had to roll back to the 2004g_1,1 versions of both. 
 
 Let me go through it. I saw a commit to it yesterday but that might
 have resolved it.

I rechecked my own webmail sites and they still work (as they did
last saturday), so I'm going to install imap-uw and see if I can
reproduce it.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Matt Dawson
On Tuesday 02 Oct 2007, you wrote:

 I rechecked my own webmail sites and they still work (as they did
 last saturday), so I'm going to install imap-uw and see if I can
 reproduce it.

Hi Ediwn,
Looks like marcus@'s commit at 16:04 today fixed the issue. It now 
works 
fine. Thank you for looking into this for us.
-- 
Matt Dawson.

[EMAIL PROTECTED]
MTD15-RIPE OpenNIC M_D9
MD51-6BONE
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Edwin Groothuis
On Tue, Oct 02, 2007 at 12:17:50AM +0100, Matt Dawson wrote:
 On Tuesday 02 Oct 2007, you wrote:
 
  I rechecked my own webmail sites and they still work (as they did
  last saturday), so I'm going to install imap-uw and see if I can
  reproduce it.
 
 Looks like marcus@'s commit at 16:04 today fixed the issue. It now works 
 fine. Thank you for looking into this for us.

Coolies. I've undone the extra patches to mail/syncmail and mail/prayer
too now that the linkage.c file is back in the game.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
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-01 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
 Done.
make_index: CalculiX-1.7: no entry for /usr/ports/math/lapack
make_index: CalculiX-1.7: no entry for /usr/ports/math/lapack
make_index: rubygem-openid-1.1.4: no entry for /usr/ports/devel/ruby-gems
make_index: rubygem-openid-1.1.4: no entry for /usr/ports/devel/ruby-gems
make_index: rubygem-snmp-1.0.1: no entry for /usr/ports/devel/ruby-gems
make_index: rubygem-snmp-1.0.1: no entry for /usr/ports/devel/ruby-gems
make_index: ktorrent-devel-20070311_1: no entry for /usr/ports/math/libgmp4
make_index: ktorrent-devel-20070311_1: no entry for /usr/ports/math/libgmp4
make_index: py25-qt4-designerplugin-4.3: no entry for /usr/ports/devel/qt4-moc
make_index: py25-qt4-designerplugin-4.3: no entry for /usr/ports/devel/qt4-moc
make_index: rubygem-rutils-0.2.3: no entry for /usr/ports/devel/ruby-gems
make_index: rubygem-rutils-0.2.3: no entry for /usr/ports/devel/ruby-gems
make_index: snd-7.8_7: no entry for /usr/ports/math/gsl
make_index: snd-7.8_7: no entry for /usr/ports/math/gsl
make_index: qt4-opengl-4.3.1: no entry for /usr/ports/devel/qt4-moc
make_index: gnustep-app-1.13.0_24: no entry for /usr/ports/devel/ruby-gnustep
make_index: gnustep-app-1.13.0_24: no entry for /usr/ports/devel/ruby-gnustep
make_index: raggle-0.4.4: no entry for /usr/ports/devel/ruby-ncurses
make_index: qt4-iconengines-4.3.1: no entry for /usr/ports/devel/qt4-moc
make_index: kaffe-1.1.7.r1_3: no entry for /usr/ports/java/langspec/pkg-descr
[...]
make_index: ruby18-gsl-1.9.2: no entry for /usr/ports/math/gsl
make_index: ruby18-gsl-1.9.2: no entry for /usr/ports/math/gsl
make_index: autobench-2.1.2_1: no entry for /usr/ports/math/gnuplot
make_index: librep-0.17: no entry for /usr/ports/math/libgmp4
make_index: librep-0.17: no entry for /usr/ports/math/libgmp4
make_index: mimms-2.0.1: no entry for /usr/ports/devel/qt4-moc
make_index: mimms-2.0.1: no entry for /usr/ports/devel/qt4-uic
make_index: mimms-2.0.1: no entry for /usr/ports/devel/qt4-moc
make_index: mimms-2.0.1: no entry for /usr/ports/devel/qt4-uic
make_index: whitespace-0.3_1: no entry for /usr/ports/math/libgmp4
make_index: whitespace-0.3_1: no entry for /usr/ports/math/libgmp4
make_index: esperanza-0.3: no entry for /usr/ports/devel/qt4-moc
make_index: esperanza-0.3: no entry for /usr/ports/devel/qt4-rcc
make_index: esperanza-0.3: no entry for /usr/ports/devel/qt4-uic
make_index: esperanza-0.3: no entry for /usr/ports/devel/qt4-moc
make_index: esperanza-0.3: no entry for /usr/ports/devel/qt4-rcc
make_index: esperanza-0.3: no entry for /usr/ports/devel/qt4-uic
make_index: pecl-esmtp-0.3.1: no entry for /usr/ports/devel/re2c
make_index: dft++-3.0_1: no entry for /usr/ports/math/lapack
make_index: dft++-3.0_1: no entry for /usr/ports/math/lapack

Committers on the hook:
linimon miwi naddy 

Most recent CVS update was:
U lang/sdcc/Makefile
U math/galculator/Makefile
U math/galculator/distinfo
U math/galculator/pkg-plist
U net/ttt/Makefile
U net/ttt/files/patch-net_names.c
U net/ttt/files/patch-node.c
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


cups-base: lost http_t type?

2007-10-01 Thread Lowell Gilbert
I can't build gtk2 because the http_t type is no longer defined
properly.  It comes from cups-base, but is defined as a struct
_http_s, which I can't currently find anywhere. 

Does anyone know where it's supposed to come from?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups-base: lost http_t type?

2007-10-01 Thread Lowell Gilbert
For the record, the actual errors I'm seeing are:

 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk 
-I../../../gdk -I../../../gdk -I/usr/local/include 
-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include 
-I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 
-DG_DISABLE_CAST_CHECKS -I/usr/local/include/freetype2 -I/usr/local/include 
-D_THREAD_SAFE -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 
-fno-strict-aliasing -pipe -Wall -MT gtkprintercups.lo -MD -MP -MF 
.deps/gtkprintercups.Tpo -c gtkprintercups.c  -fPIC -DPIC -o 
.libs/gtkprintercups.o
gtkprintercups.c: In function `gtk_printer_cups_get_ppd_name':
gtkprintercups.c:138: warning: assignment discards qualifiers from pointer 
target type
 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk 
-I../../../gdk -I../../../gdk -I/usr/local/include 
-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include 
-I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 
-DG_DISABLE_CAST_CHECKS -I/usr/local/include/freetype2 -I/usr/local/include 
-D_THREAD_SAFE -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 
-fno-strict-aliasing -pipe -Wall -MT gtkprintercups.lo -MD -MP -MF 
.deps/gtkprintercups.Tpo -c gtkprintercups.c -o gtkprintercups.o /dev/null 21
if /bin/sh /usr/ports/x11-toolkits/gtk20/work/gnome-libtool --mode=compile cc 
-DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk 
-I../../../gdk -I../../../gdk -I/usr/local/include 
-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include 
-I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0  
-DG_DISABLE_CAST_CHECKS  -I/usr/local/include/freetype2  -I/usr/local/include 
-D_THREAD_SAFE -I/usr/local/include-DG_DISABLE_DEPRECATED -O2 
-fno-strict-aliasing -pipe  -Wall -MT gtkcupsutils.lo -MD -MP -MF 
.deps/gtkcupsutils.Tpo \
  -c -o gtkcupsutils.lo `test -f 'gtkcupsutils.c' || echo 
'./'`gtkcupsutils.c; \
then mv -f .deps/gtkcupsutils.Tpo .deps/gtkcupsutils.Plo; \
else rm -f .deps/gtkcupsutils.Tpo; exit 1; \
fi
 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk 
-I../../../gdk -I../../../gdk -I/usr/local/include 
-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include 
-I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 
-DG_DISABLE_CAST_CHECKS -I/usr/local/include/freetype2 -I/usr/local/include 
-D_THREAD_SAFE -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 
-fno-strict-aliasing -pipe -Wall -MT gtkcupsutils.lo -MD -MP -MF 
.deps/gtkcupsutils.Tpo -c gtkcupsutils.c  -fPIC -DPIC -o .libs/gtkcupsutils.o
gtkcupsutils.c: In function `_post_send':
gtkcupsutils.c:620: warning: long unsigned int format, different type arg (arg 
3)
gtkcupsutils.c: In function `_get_send':
gtkcupsutils.c:968: error: dereferencing pointer to incomplete type
gmake[4]: *** [gtkcupsutils.lo] Error 1
gmake[4]: Leaving directory 
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules/printbackends/cups'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory 
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules/printbackends'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/gtk20.

and my packages are :
ORBit2-2.14.9   High-performance CORBA ORB with support for the C language
OpenSP-1.5.2This package is a collection of SGML/XML tools called OpenS
OpenSSH-askpass-1.2.4.1 Graphical password applet for entering SSH passphrase
Terminal-0.2.6_3Terminal emulator for the X windowing system
Thunar-0.8.0_5  XFce 4 file manager
a2ps-letter-4.13b_4 Formats an ascii file for printing on a postscript printer
aalib-1.4.r5_4  An ascii art library
amspsfnt-1.0_5  AMSFonts PostScript Fonts (Adobe Type 1 format)
apcupsd-3.14.1  A daemon for controlling APC UPS
appres-1.0.1Program to list application's resources
aspell-0.60.5_2 Spelling checker with better suggestion logic than ispell
atk-1.18.0_1A GNOME accessibility toolkit (ATK)
autoconf-2.13.000227_6 Automatically configure source code on many Un*x 
platforms 
autoconf-2.61_2 Automatically 

Re: cups-base: lost http_t type?

2007-10-01 Thread Scot Hetzel
This problem has been fixed in the gtk20 port, re-cvsup.

Scot

On 10/1/07, Lowell Gilbert [EMAIL PROTECTED] wrote:
  cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk
 -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include
 -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE
 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
 -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo
 -I/usr/local/include -I/usr/local/include/freetype2
 -I/usr/local/include/atk-1.0 -DG_DISABLE_CAST_CHECKS
 -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE
 -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe
 -Wall -MT gtkprintercups.lo -MD -MP -MF .deps/gtkprintercups.Tpo -c
 gtkprintercups.c  -fPIC -DPIC -o .libs/gtkprintercups.o
 gtkprintercups.c: In function `gtk_printer_cups_get_ppd_name':
 gtkprintercups.c:138: warning: assignment discards qualifiers from pointer
 target type
  cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk
 -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include
 -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE
 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
 -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo
 -I/usr/local/include -I/usr/local/include/freetype2
 -I/usr/local/include/atk-1.0 -DG_DISABLE_CAST_CHECKS
 -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE
 -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe
 -Wall -MT gtkprintercups.lo -MD -MP -MF .deps/gtkprintercups.Tpo -c
 gtkprintercups.c -o gtkprintercups.o /dev/null 21
 if /bin/sh /usr/ports/x11-toolkits/gtk20/work/gnome-libtool --mode=compile
 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk
 -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include
 -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE
 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
 -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo
 -I/usr/local/include -I/usr/local/include/freetype2
 -I/usr/local/include/atk-1.0  -DG_DISABLE_CAST_CHECKS
 -I/usr/local/include/freetype2  -I/usr/local/include -D_THREAD_SAFE
 -I/usr/local/include-DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing
 -pipe  -Wall -MT gtkcupsutils.lo -MD -MP -MF .deps/gtkcupsutils.Tpo \
   -c -o gtkcupsutils.lo `test -f 'gtkcupsutils.c' || echo
 './'`gtkcupsutils.c; \
 then mv -f .deps/gtkcupsutils.Tpo .deps/gtkcupsutils.Plo; \
 else rm -f .deps/gtkcupsutils.Tpo; exit 1; \
 fi
  cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk
 -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include
 -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE
 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
 -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo
 -I/usr/local/include -I/usr/local/include/freetype2
 -I/usr/local/include/atk-1.0 -DG_DISABLE_CAST_CHECKS
 -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE
 -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe
 -Wall -MT gtkcupsutils.lo -MD -MP -MF .deps/gtkcupsutils.Tpo -c
 gtkcupsutils.c  -fPIC -DPIC -o .libs/gtkcupsutils.o
 gtkcupsutils.c: In function `_post_send':
 gtkcupsutils.c:620: warning: long unsigned int format, different type arg
 (arg 3)
 gtkcupsutils.c: In function `_get_send':
 gtkcupsutils.c:968: error: dereferencing pointer to incomplete type
 gmake[4]: *** [gtkcupsutils.lo] Error 1
 gmake[4]: Leaving directory
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules/printbackends/cups'
 gmake[3]: *** [all-recursive] Error 1
 gmake[3]: Leaving directory
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules/printbackends'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14'
 gmake: *** [all] Error 2
 *** Error code 2

 Stop in /usr/ports/x11-toolkits/gtk20.

 and my packages are :

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


Re: cups-base: lost http_t type?

2007-10-01 Thread Lowell Gilbert
Scot Hetzel [EMAIL PROTECTED] writes:

 This problem has been fixed in the gtk20 port, re-cvsup.

Ah; yes, that patch explains it.

Sorry I forgot to check the repository again before posting.
___
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-10-01 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]