FreeBSD Port: pdflib-7.0.0p3

2006-12-05 Thread David . Bauer
Hello, I'm trying to build the pdflib on 6.1-RELEASE (gmake 3.81, libtool 1.5.22) and I'm getting the error shown below. The libs/tiff builds without error. Only libtool in libs/pdflib fails. I also tried to build from the not patched sources and there I get the same error. Any hints what's wrong

Re: (x11-wm\enlightenment-devel) e17, pam, and "Lock Screen"...

2006-12-05 Thread [LoN]Kamikaze
Eric Schuele wrote: > On 12/04/06 13:39, Stanislav Sedov wrote: >> On Sun, 03 Dec 2006 09:43:06 -0600 >> Eric Schuele <[EMAIL PROTECTED]> mentioned: >> >>> Hello, >>> >>> I recently installed e17. I am having difficulty getting the "Lock >>> Screen" feature to accept a password. Presently it acce

new port suggestion: sysutils/pkg_read

2006-12-05 Thread Etienne Robillard
Greetings, I'm very happy to announce the availability of pkg_read-0.1.5 to the FreeBSD community. pkg_read.py is an utility thats reads metadata from either the FreeBSD or the OpenBSD ports collection. The current version, 0.1.5, supports reading package comments for both arch. For more inform

Re: FreeBSD 6.1-R-p10 and PHP 5.2.0

2006-12-05 Thread Spil Oss
Hi Mirosław, Will try that, but session is mandatory for roundcube to function at all. Did you have an apache that/php segfaulted during start? On my install I get the roundcube login-page and it fails after logging in. Spil. On 01/12/06, Mirosław Jaworski <[EMAIL PROTECTED]> wrote: On Fri, 2

Re: new port suggestion: sysutils/pkg_read

2006-12-05 Thread Etienne Robillard
Hi Wesley, imho it make senses to use $PORTSDIR when this variable is set, otherwise its probably not a bad idea to fallback on "/usr/ports". You have my +1 for this suggestion and will most likely make the required modifications for the next release. Thanks very much, Etienne --- Wesley S

vim 7.0.168 problem

2006-12-05 Thread Dwayne MacKinnon
Hello, I ran into an odd compile problem when trying to upgrade to vim 7.0.168 using the -DWITH_TCL flag. I'm on FreeBSD 6.1-RELEASE-p10 using ccache and portupgrade. Cheers, DMK configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h ma

Re: distfile belongs to?

2006-12-05 Thread Scot Hetzel
On 12/4/06, Wesley Shields <[EMAIL PROTECTED]> wrote: > After a cursory exam this looks really great! I'd love to see this, or > something like it added ASAP. At minimum the bsd.port.mk patch should > definitely be added even if it takes a while for the other stuff to > percolate. > > Doug I'm f

Re: distfile belongs to?

2006-12-05 Thread Wesley Shields
On Tue, Dec 05, 2006 at 10:38:42AM -0600, Scot Hetzel wrote: > The bsd.port.mk patch could be changed to: > > .if (${OSVERSION} > 602100 && ${OSVERSION} < 70) || ${OSVERSION} > > 700027 > PKGDISTFILE= "comment distfile" > .else > PKGDISTFILE="distfile" > .endif > : > : > - ${ECHO_CMD} "@

Re: distfile belongs to?

2006-12-05 Thread Doug Barton
Wesley Shields wrote: > On Tue, Dec 05, 2006 at 10:38:42AM -0600, Scot Hetzel wrote: >> The bsd.port.mk patch could be changed to: >> >> .if (${OSVERSION} > 602100 && ${OSVERSION} < 70) || ${OSVERSION} > >> 700027 >> PKGDISTFILE= "comment distfile" >> .else >> PKGDISTFILE="distfile" >> .endif

Re: distfile belongs to?

2006-12-05 Thread Wesley Shields
On Tue, Dec 05, 2006 at 11:15:52AM -0800, Doug Barton wrote: > Wesley Shields wrote: > > On Tue, Dec 05, 2006 at 10:38:42AM -0600, Scot Hetzel wrote: > >> The bsd.port.mk patch could be changed to: > >> > >> .if (${OSVERSION} > 602100 && ${OSVERSION} < 70) || ${OSVERSION} > > >> 700027 > >> P

devel/m4 - build fail on 4.11-STABLE

2006-12-05 Thread probsd org
Script started on Tue Dec 5 15:14:58 2006 makayla# portupgrade -rR m4 ---> Upgrading 'm4-1.4.4' to 'm4-1.4.8_1' (devel/m4) ---> Building '/usr/ports/devel/m4' ===> Cleaning for m4-1.4.8_1 ===> Vulnerability check disabled, database not found ===> Extracting for m4-1.4.8_1 => MD5 Checksum OK

devel/m4 - build fail on 4.11-STABLE

2006-12-05 Thread probsd org
Script started on Tue Dec 5 15:14:58 2006 makayla# portupgrade -rR m4 ---> Upgrading 'm4-1.4.4' to 'm4-1.4.8_1' (devel/m4) ---> Building '/usr/ports/devel/m4' ===> Cleaning for m4-1.4.8_1 ===> Vulnerability check disabled, database not found ===> Extracting for m4-1.4.8_1 => MD5 Che

Re: vim 7.0.168 problem

2006-12-05 Thread Kris Kennaway
On Tue, Dec 05, 2006 at 09:52:25AM -0500, Dwayne MacKinnon wrote: > Hello, > > I ran into an odd compile problem when trying to upgrade to vim 7.0.168 > using the -DWITH_TCL flag. I'm on FreeBSD 6.1-RELEASE-p10 using ccache > and portupgrade. Yes, this problem has existed for a long time but the

Re: devel/m4 - build fail on 4.11-STABLE

2006-12-05 Thread Jack Raats
Same problem when installing on FreeBSD 5.5-STABLE. NO problems on FreeBSD 6.2-PRERELEASE - Original Message - From: "probsd org" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 05, 2006 9:20 PM Subject: devel/m4 - build fail on 4.11-STABLE Script started on Tue

Re: distfile belongs to?

2006-12-05 Thread Wesley Shields
On Tue, Dec 05, 2006 at 02:41:46PM -0500, Wesley Shields wrote: > On Tue, Dec 05, 2006 at 11:15:52AM -0800, Doug Barton wrote: > > Wesley Shields wrote: > > > I was going to suggest wrapping the patch in an OSVERSION check for the > > > proper pkg_info update, however I think your approach is bette

Re: vim 7.0.168 problem

2006-12-05 Thread Dwayne MacKinnon
>Yes, this problem has existed for a long time but the maintainer says >he's been unable to reproduce it. Maybe he can try again with your >instructions (the -DWITH_TCL is presumably the relevant part). >Kris I should have mentioned before: I use the following make flags with vim: -DWITH_GTK2 -D

Re: devel/m4 - build fail on 4.11-STABLE

2006-12-05 Thread Eric P. Scott
The "useless keyword or type name in empty declaration" problems should go away if you add as files/patch-ac: --- configure.orig Mon Nov 20 06:25:55 2006 +++ configure @@ -15426,6 +15426,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#include

Re: distfile belongs to?

2006-12-05 Thread Doug Barton
Wesley Shields wrote: >> I'd like to finalize how it should look in +CONTENTS before I make this >> change, but it will get done eventually. :) >> >> One way I was exploring is adding >> >> @comment DISTFILE:$filename:$size:$md5:$sha256 I think that's good, the other information might come in ha

Re: distfile belongs to?

2006-12-05 Thread Doug Barton
Here is a better version of this patch which works with ports like shells/bash that use the : stuff for the distfiles. Doug -- This .signature sanitized for your protection Index: bsd.port.mk === RCS file: /usr/local/ncvs/port

Re: distfile belongs to?

2006-12-05 Thread Wesley Shields
On Tue, Dec 05, 2006 at 01:59:04PM -0800, Doug Barton wrote: > Wesley Shields wrote: > > >> I'd like to finalize how it should look in +CONTENTS before I make this > >> change, but it will get done eventually. :) > >> > >> One way I was exploring is adding > >> > >> @comment DISTFILE:$filename:$s

Re: FreeBSD Port: pdflib-7.0.0p3

2006-12-05 Thread Eric P. Scott
>Any hints what's wrong here ? >/usr/local/bin/libtool --silent --mode=compile cc -c -I/usr/local/include >-I/usr/X11R6/include -I../../libs/pdflib -I../../libs/pdcore >-I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg I don't think the -I/usr/local/include and -I/usr/X11R

Re: distfile belongs to?

2006-12-05 Thread Ade Lovett
On Dec 05, 2006, at 13:59 , Doug Barton wrote: Wesley Shields wrote: @comment DISTFILE:$filename:$size:$md5:$sha256 I think that's good, the other information might come in handy down the road. One thing you might want to consider is to put the md5 sum at the end, since at some point down th

FreeBSD Port: m4-1.4.8_1

2006-12-05 Thread Karl Friesen
This version of the m4 port fails to build on versions of FreeBSD that are using /usr/bin/makeinfo version 4.6 (i.e. FreeBSD 5.5 and earlier). There are constructs in doc/m4.texinfo that cause makeinfo 4.6 to choke. It's not causing any serious problems, but I thought that you should know... --

Re: FreeBSD Port: m4-1.4.8_1

2006-12-05 Thread Ade Lovett
On Dec 05, 2006, at 17:31 , Karl Friesen wrote: This version of the m4 port fails to build on versions of FreeBSD that are using /usr/bin/makeinfo version 4.6 (i.e. FreeBSD 5.5 and earlier). There are constructs in doc/m4.texinfo that cause makeinfo 4.6 to choke. It's not causing any serio

Re: distfile belongs to?

2006-12-05 Thread Wesley Shields
On Tue, Dec 05, 2006 at 05:08:45PM -0800, Ade Lovett wrote: > > On Dec 05, 2006, at 13:59 , Doug Barton wrote: > > >Wesley Shields wrote: > >>>@comment DISTFILE:$filename:$size:$md5:$sha256 > > > >I think that's good, the other information might come in handy down > >the road. One thing you might

Re: FreeBSD Port: pdflib-7.0.0p3

2006-12-05 Thread David . Bauer
> >/usr/local/bin/libtool --silent --mode=compile cc -c -I/usr/local/include > >-I/usr/X11R6/include -I../../libs/pdflib -I../../libs/pdcore > >-I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg > > I don't think the -I/usr/local/include and -I/usr/X11R6/include > belong there.