Re: qiv(imlib) vs. xorg 7.3

2007-09-15 Thread Herbert J. Skuhra
On Sat, Sep 15, 2007 at 09:09:10AM +0200, Herbert J. Skuhra wrote:
> Edward G.J. Lee wrote:
> > Hi,
> >
> > I can't use qiv after i upgrade xrog 7.2 to 7.3.
> >
> > [EMAIL PROTECTED] ~]$ qiv typhon.jpg
> > Gdk-ERROR **: BadMatch (invalid parameter attributes)
> >   serial 115 error_code 8 request_code 2 minor_code 0
> >
> > [EMAIL PROTECTED] ~]$ qiv -z typhon.jpg
> > qiv: Your root window's visual is not the visual Imlib chose;
> >  qiv cannot set the background currently.
> >
> > FreeBSD 6-STABLE.
> >
> > Does anybody have the same problem?
> 
> Yes, I had the same problem. I solved the issue by upgrading to
> qiv-2.1-pre12.
> 
> - Herbert

Wrong ${ECHO_MSG} (with/without Xinerama)

- Herbert
diff -ruN graphics/qiv.bak/Makefile graphics/qiv/Makefile
--- graphics/qiv.bak/Makefile	2007-09-15 09:18:11.0 +0200
+++ graphics/qiv/Makefile	2007-09-15 09:27:19.0 +0200
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	qiv
-PORTVERSION=	2.0
-PORTREVISION=	2
+PORTVERSION=	2.1pre12
+PORTREVISION=	0
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.klografx.net/qiv/download/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-src
+DISTNAME=	${PORTNAME}-2.1-pre12
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	[EMAIL PROTECTED]
@@ -21,7 +21,7 @@
 USE_GMAKE=	yes
 USE_GNOME=	imlib
 USE_X_PREFIX=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 MAN1=		qiv.1
 PLIST_FILES=	bin/qiv
@@ -29,13 +29,13 @@
 .include 
 
 pre-configure:
-.if defined(WITH_XINERAMA)
-	@${ECHO_MSG} compiling with Xinerama support
+.if defined(WITHOUT_XINERAMA)
+	@${ECHO_MSG} compiling without Xinerama support
 	@${MV} -v ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig
-	@${SED} -e 's/\# GTD_XINERAMA/GTD_XINERAMA/' \
+	@${SED} -e 's/GTD_XINERAMA\ \=/\# GTD_XINERAMA\ \=/' \
 		< ${WRKSRC}/Makefile.orig > ${WRKSRC}/Makefile
 .else
-	@${ECHO_MSG} compiling without Xinerama support
+	@${ECHO_MSG} compiling with Xinerama support
 .endif
 
 do-configure:
diff -ruN graphics/qiv.bak/distinfo graphics/qiv/distinfo
--- graphics/qiv.bak/distinfo	2007-09-15 09:18:11.0 +0200
+++ graphics/qiv/distinfo	2007-09-15 09:18:35.0 +0200
@@ -1,3 +1,3 @@
-MD5 (qiv-2.0-src.tgz) = 165d0c2f264718821f94732196b7f9e1
-SHA256 (qiv-2.0-src.tgz) = 2f0c03ee7e79c9210f060c87d51811e4540f126d8c3d751b31aab69160b3d091
-SIZE (qiv-2.0-src.tgz) = 76561
+MD5 (qiv-2.1-pre12.tgz) = 80ba1e2da5115a3cc3a6f7e19cb620d8
+SHA256 (qiv-2.1-pre12.tgz) = d54edb92ca91567e2a12b536acc14500efdbccc38718efba99cadaa161a1e70c
+SIZE (qiv-2.1-pre12.tgz) = 94059
diff -ruN graphics/qiv.bak/files/patch-qiv.h graphics/qiv/files/patch-qiv.h
--- graphics/qiv.bak/files/patch-qiv.h	1970-01-01 01:00:00.0 +0100
+++ graphics/qiv/files/patch-qiv.h	2007-09-15 09:18:35.0 +0200
@@ -0,0 +1,13 @@
+--- qiv.h.orig	2007-09-15 08:48:09.0 +0200
 qiv.h	2007-09-15 08:48:52.0 +0200
+@@ -19,8 +19,8 @@
+ #include  // for XF86VidModeGetModeLine
+ */
+ 
+-#define VERSION "2.1-pre11"
+-#define VERSION_FULL "QIV - Quick Image Viewer v2.1-pre11 - http://www.klografx.net/qiv/";
++#define VERSION "2.1-pre12"
++#define VERSION_FULL "QIV - Quick Image Viewer v2.1-pre12 - http://www.klografx.net/qiv/";
+ #define TRASH_DIR ".qiv-trash"
+ #define SELECT_DIR ".qiv-select"
+ #define SLIDE_DELAY 3000 /* milliseconds */
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: configure editors/vim

2007-09-15 Thread Markus Hitter


Am 15.09.2007 um 04:07 schrieb David O'Brien:


On Thu, Sep 13, 2007 at 06:00:02PM +0200, Martin Tournoij wrote:

As vim port have no configuration options, it can't be configured
easyly through 'make config'. I'm too lazy for digging Makefile for
options every time I compile new version of vim, I added
configuration options to Makefile.  I'm new to FreeBSD, also to it's
Ports, so maybe I don't see the reasons, these options aren't in the
Makefile, but maybe they should be there.  Anyway, I attach my
change, maybe it will be acceptable to have it's way to ports.  
And if

not, maybe it will help for someone else too :)


Hum.. if there is some demand for OPTIONS feature, what do folks think
about this patch?


I'm no vi/vim expert, but from the user's point of view, this patch  
looks just great. These days, you can't seriously expect an average  
user to dig into some makefile. Many could ask you: "What is this,  
'Makefile'?".



Brownie ports for someone that can explain why this always happens  
for me

with ports that have OPTIONS:

bash$ make
cd /usr/ports/editors/vim && make config;
===>  Switching to root credentials to create /var/db/ports/vim
Password:
===>  Returning to user credentials
[3]+  Stopped WITH_OPTIONS=1 make


Time to fix your system? It doesn't happen on my 6.2-RELEASE. I'm  
running ports stuff as root.



Markus

- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/




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


Re: qiv(imlib) vs. xorg 7.3

2007-09-15 Thread Herbert J. Skuhra
Edward G.J. Lee wrote:
> Hi,
>
> I can't use qiv after i upgrade xrog 7.2 to 7.3.
>
> [EMAIL PROTECTED] ~]$ qiv typhon.jpg
> Gdk-ERROR **: BadMatch (invalid parameter attributes)
>   serial 115 error_code 8 request_code 2 minor_code 0
>
> [EMAIL PROTECTED] ~]$ qiv -z typhon.jpg
> qiv: Your root window's visual is not the visual Imlib chose;
>  qiv cannot set the background currently.
>
> FreeBSD 6-STABLE.
>
> Does anybody have the same problem?

Yes, I had the same problem. I solved the issue by upgrading to
qiv-2.1-pre12.

- Herbert
diff -ruN graphics/qiv.bak/Makefile graphics/qiv/Makefile
--- graphics/qiv.bak/Makefile	2007-09-15 08:36:05.0 +0200
+++ graphics/qiv/Makefile	2007-09-15 08:56:43.0 +0200
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	qiv
-PORTVERSION=	2.0
-PORTREVISION=	2
+PORTVERSION=	2.1pre12
+PORTREVISION=	0
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.klografx.net/qiv/download/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-src
+DISTNAME=	${PORTNAME}-2.1-pre12
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	[EMAIL PROTECTED]
@@ -21,7 +21,7 @@
 USE_GMAKE=	yes
 USE_GNOME=	imlib
 USE_X_PREFIX=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 MAN1=		qiv.1
 PLIST_FILES=	bin/qiv
@@ -29,10 +29,10 @@
 .include 
 
 pre-configure:
-.if defined(WITH_XINERAMA)
+.if defined(WITHOUT_XINERAMA)
 	@${ECHO_MSG} compiling with Xinerama support
 	@${MV} -v ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig
-	@${SED} -e 's/\# GTD_XINERAMA/GTD_XINERAMA/' \
+	@${SED} -e 's/GTD_XINERAMA\ \=/\# GTD_XINERAMA\ \=/' \
 		< ${WRKSRC}/Makefile.orig > ${WRKSRC}/Makefile
 .else
 	@${ECHO_MSG} compiling without Xinerama support
diff -ruN graphics/qiv.bak/distinfo graphics/qiv/distinfo
--- graphics/qiv.bak/distinfo	2007-09-15 08:36:05.0 +0200
+++ graphics/qiv/distinfo	2007-09-15 08:43:32.0 +0200
@@ -1,3 +1,3 @@
-MD5 (qiv-2.0-src.tgz) = 165d0c2f264718821f94732196b7f9e1
-SHA256 (qiv-2.0-src.tgz) = 2f0c03ee7e79c9210f060c87d51811e4540f126d8c3d751b31aab69160b3d091
-SIZE (qiv-2.0-src.tgz) = 76561
+MD5 (qiv-2.1-pre12.tgz) = 80ba1e2da5115a3cc3a6f7e19cb620d8
+SHA256 (qiv-2.1-pre12.tgz) = d54edb92ca91567e2a12b536acc14500efdbccc38718efba99cadaa161a1e70c
+SIZE (qiv-2.1-pre12.tgz) = 94059
diff -ruN graphics/qiv.bak/files/patch-qiv.h graphics/qiv/files/patch-qiv.h
--- graphics/qiv.bak/files/patch-qiv.h	1970-01-01 01:00:00.0 +0100
+++ graphics/qiv/files/patch-qiv.h	2007-09-15 08:50:07.0 +0200
@@ -0,0 +1,13 @@
+--- qiv.h.orig	2007-09-15 08:48:09.0 +0200
 qiv.h	2007-09-15 08:48:52.0 +0200
+@@ -19,8 +19,8 @@
+ #include  // for XF86VidModeGetModeLine
+ */
+ 
+-#define VERSION "2.1-pre11"
+-#define VERSION_FULL "QIV - Quick Image Viewer v2.1-pre11 - http://www.klografx.net/qiv/";
++#define VERSION "2.1-pre12"
++#define VERSION_FULL "QIV - Quick Image Viewer v2.1-pre12 - http://www.klografx.net/qiv/";
+ #define TRASH_DIR ".qiv-trash"
+ #define SELECT_DIR ".qiv-select"
+ #define SLIDE_DELAY 3000 /* milliseconds */
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: configure editors/vim

2007-09-15 Thread Andrew Pantyukhin
On Fri, Sep 14, 2007 at 07:07:46PM -0700, David E. O'Brien wrote:
> Brownie ports for someone that can explain why this always happens for me
> with ports that have OPTIONS:
> 
> bash$ make
> cd /usr/ports/editors/vim && make config;
> ===>  Switching to root credentials to create /var/db/ports/vim
> Password:
> ===>  Returning to user credentials
> [3]+  Stopped WITH_OPTIONS=1 make

/var/db/ports/*/options, the place where options are kept, is
only accessible to root.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: security/gnupg (or one dependance) needs xorg**** now?

2007-09-15 Thread Gaye Abdoulaye Walsimou

Hello,
thank you Doug Barton and Johan van Selst for your answers.
Actually I use gnupg with spamassassin to download new filtering rules 
(sa-update -D) and spamassassin does not need GUI at all.

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


Re: any standard method to fetch a port's sources from svn (or cvs, etc) ?

2007-09-15 Thread Simon Barner
> It is recommended not to do this.  Some of our users are behind firewalls 
> and cannot fetch except via HTTP and FTP.  Instead, you need to create your 
> own tarball of the sources checked out from the VCS, possibly using a 
> "helper" makefile target that fetches from VCS and creates the tarball for 
> republication by you on MASTER_SITE_LOCAL.

Another arguments against fetching the source directly from a VCS are:

 - The build may be broken.
 - Security: Snapshots of the VCS have cryptographic checksums in
   distinfo (as every other 'normal' distfile has). Users of the port
   can thus be sure (at least with a probability of 1 - epsilon ;-)
   that they build the same sources as the port maintainer.

-- 
Best regards / Viele Grüße, [EMAIL PROTECTED]
 Simon Barner[EMAIL PROTECTED]


pgpULcz9MHtwl.pgp
Description: PGP signature


pkgdb -L issues following xorg-7.3 update

2007-09-15 Thread Rob Clark
(Sorry if this is a duplicate but my post from 12 hrs ago
never made it)

Running: FreeBSD 6.2-STABLE #0: Thu Aug  2 03:23:18 EDT 2007

Following the 20070913 xorg-7.3 update and using
portupgrade-devel, pkgdb -L gave the following:

# pkgdb -L
[Updating the pkgdb  in /var/db/pkg ... -
838 packages found (-0 +1) . done] Look for lost
dependencies: HVSC-Update-2.8.3: ok
/bin/sh:Argument list too long
can't convert nil into String
ImageMagick-6.3.3.5_1: #

Seen the cyclic deps issue too, I csup'ed new port
sources and made a new index, and updated xorg and
ports again after the   
1.202 +1 -2  ports/x11-toolkits/gtk20/Makefile commit.

While pkgdb -F is clean, I still see the same results
when issuing pkgdb -L: 
[Updating the pkgdb  in /var/db/pkg ... -
838 packages found (-0 +1) . done] Look for lost
dependencies: HVSC-Update-2.8.3: ok 
/bin/sh:Argument list
too long can't convert nil into String
ImageMagick-6.3.3.5_1: #

Thinking this may be attributed to portupgrade-devel -- I
deinstalled it, installed portupgrade-2.3.1,2.
Still, I am seeing the same output from pkgdb -L, is anyone
else seeing this?

I'm just wondering what state my deps are in now.

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


qmake problems

2007-09-15 Thread Dan Langille
[reposting now that the URL below works ]

Folks:

I'm trying to create a new port (sysutils/bacula-bat).  I'm having 
trouble getting it to compile.  The error I see is:

config.status: executing default commands
Creating bat Makefile
qmake: not found

It seems the vendor code for this new port wants to run qmake, and it 
seems like I should make it want /usr/local/sbin/qmake-qt4 instead.  
Is that reasonable?

The full make output and a copy of the Makefile is at:

  http://www.langille.org/tmp/bacula.build.txt

The port (a slave of bacula-server) can be obtained here:

  http://www.langille.org/tmp/bacula-bat.tgz

$ md5 bacula-bat.tgz
MD5 (bacula-bat.tgz) = 7336f6ed124c34480f16e799db23a8ee

thank you

-- 
Dan Langille - http://www.langille.org/
Available for hire: http://www.freebsddiary.org/dan_langille.php


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


Re: ports tree broken with cycling dependencies

2007-09-15 Thread Jeremy Messenger

On Fri, 14 Sep 2007 11:35:29 -0500, Andriy Gapon <[EMAIL PROTECTED]> wrote:



It seems that after todays portsnap (1 hour ago) my port tree is broken
by having cycling dependencies.
Example:
/usr/ports/graphics/cairo$ make all-depends-list | grep pango
/usr/ports/x11-toolkits/pango
/usr/ports/x11-toolkits/pango$ make all-depends-list | grep cairo
/usr/ports/graphics/cairo

I think the root cause is that x11/xorg-libraries port has (run)
dependency on x11/pixman port which has a (auto-detected) dependency
USE_GNOME+=gtk20 where gtk20 port, of course, has a dependency on
xorg-libraries.


Should be fixed now, I have sent a patch to remove gtk dependency in  
x11/pixman and has been committed by flz. Add gtk dependency in x11/pixman  
causes all ports that have USE_XLIB have gtk dependency. It's a problem  
for us when our ports tree aren't complete USE_XORG ready.


Cheers,
Mezz


--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
http://wiki.freebsd.org/multimedia  -  [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gnome-autogen.sh && ports

2007-09-15 Thread Dmitry
I wan't to port application that requires gnome-autogen.sh to generate all
nessesary files. Gnome-autogen.sh is executed from autogen.sh. How to
deal with that?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: qmake problems

2007-09-15 Thread Dan Langille
On 15 Sep 2007 at 11:39, Dan Langille wrote:

> [reposting now that the URL below works ]
> 
> Folks:
> 
> I'm trying to create a new port (sysutils/bacula-bat).  I'm having 
> trouble getting it to compile.  The error I see is:
> 
> config.status: executing default commands
> Creating bat Makefile
> qmake: not found
> 
> It seems the vendor code for this new port wants to run qmake, and it 
> seems like I should make it want /usr/local/sbin/qmake-qt4 instead.  
> Is that reasonable?

I patched to force use of qmake-qt4.  Now the blockage is:

==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula-
2.2.4/src/qt-console
/usr/local/bin/qmake-qt4 -unix -o Makefile bat.pro
Cannot find file: bat.pro.
*** Error code 2

Yes, bat.pro exists there.

More details here:
  http://marc.info/?l=bacula-devel&m=118987568515117&w=2

If you can help, thank you.

-- 
Dan Langille - http://www.langille.org/
Available for hire: http://www.freebsddiary.org/dan_langille.php


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


header intact

2007-09-15 Thread vujke


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


Re: qmake problems

2007-09-15 Thread Danny Pansters
On Saturday 15 September 2007 19:07:53 Dan Langille wrote:
> On 15 Sep 2007 at 11:39, Dan Langille wrote:
> > [reposting now that the URL below works ]
> >
> > Folks:
> >
> > I'm trying to create a new port (sysutils/bacula-bat).  I'm having
> > trouble getting it to compile.  The error I see is:
> >
> > config.status: executing default commands
> > Creating bat Makefile
> > qmake: not found
> >
> > It seems the vendor code for this new port wants to run qmake, and it
> > seems like I should make it want /usr/local/sbin/qmake-qt4 instead.
> > Is that reasonable?
>
> I patched to force use of qmake-qt4.  Now the blockage is:
>
> ==>Entering directory /usr/home/dan/src/bacula-bat/work/bacula-
> 2.2.4/src/qt-console
> /usr/local/bin/qmake-qt4 -unix -o Makefile bat.pro
> Cannot find file: bat.pro.
> *** Error code 2
>
> Yes, bat.pro exists there.
>
> More details here:
>   http://marc.info/?l=bacula-devel&m=118987568515117&w=2
>
> If you can help, thank you.

Use:

USE_QTVER=  4
QT_COMPONENTS=  qmake

That should put qmake-qt4 and other vars in CONFIGURE_ENV.

HTH,

Dan

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


Re: pkgdb -L issues following xorg-7.3 update

2007-09-15 Thread Patrick Lamaiziere
Le Sat, 15 Sep 2007 10:44:46 -0400,
Rob Clark <[EMAIL PROTECTED]> a écrit :

Hello,

> # pkgdb -L
> [Updating the pkgdb  in /var/db/pkg ... -
> 838 packages found (-0 +1) . done] Look for lost
> dependencies: HVSC-Update-2.8.3: ok
> /bin/sh:Argument list too long
> can't convert nil into String
> ImageMagick-6.3.3.5_1: #

[...]

> Thinking this may be attributed to portupgrade-devel -- I
> deinstalled it, installed portupgrade-2.3.1,2.
> Still, I am seeing the same output from pkgdb -L, is anyone
> else seeing this?

Yes, with pkgdb -L and with pkgdb -F on some stale dependencies. 
But I don't have this problem anymore. May be it was related to the
cyclic deps.

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


compiling perl on FreeBSD-arm

2007-09-15 Thread Michael Reifenberger

Hi,
when trying to compile perl5 on:
FreeBSD fw2.reifenberger.com 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Sun Aug 12 
22:14:43 CEST 2007 [EMAIL PROTECTED]:/usr/obj/arm/usr/src/sys/AVILA.ad  arm


I get (during conigure):
...
fflush(NULL) seems to behave okay with input streams.
Checking the size of gid_t...
Checking the sign of gid_t...
Checking how to print 64-bit integers...
Cannot figure out how to print 64-bit integers.
Checking the format strings to be used for Perl's internal types...
./Configure: Fatal: failed to find format strings, cannot continue.
===>  Script "Configure" failed unexpectedly.
Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the
"/usr/ports/lang/perl5.8/work/perl-5.8.8/config.log" including the output of
the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

BTW: there is no config.log

Any clues?

Bye/2
---
Michael Reifenberger
[EMAIL PROTECTED]
http://www.Reifenberger.com

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


Re: configure editors/vim

2007-09-15 Thread David O'Brien
On Sat, Sep 15, 2007 at 09:33:44AM +0200, Markus Hitter wrote:
> >Brownie ports for someone that can explain why this always happens  
> >for me
> >with ports that have OPTIONS:
> >
> >bash$ make
> >cd /usr/ports/editors/vim && make config;
> >===>  Switching to root credentials to create /var/db/ports/vim
> >Password:
> >===>  Returning to user credentials
> >[3]+  Stopped WITH_OPTIONS=1 make
> 
> Time to fix your system? It doesn't happen on my 6.2-RELEASE. I'm  
> running ports stuff as root.

Tell me how and I will. :-)

Of course when I do 'make clean install' as root, I'm not asked by the
ports system to su to root.  But when one does as a normal user, one is -
by the system in /usr/ports/Mk.

-- 
-- David  ([EMAIL PROTECTED])
Q: Because it reverses the logical flow of conversation.
A: Why is top-posting (putting a reply at the top of the message) frowned upon?
Let's not play "Jeopardy-style quoting"
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: configure editors/vim

2007-09-15 Thread Sean C. Farley

On Sat, 15 Sep 2007, David O'Brien wrote:


On Sat, Sep 15, 2007 at 09:33:44AM +0200, Markus Hitter wrote:

Brownie ports for someone that can explain why this always happens
for me with ports that have OPTIONS:

   bash$ make
   cd /usr/ports/editors/vim && make config;
   ===>  Switching to root credentials to create /var/db/ports/vim
   Password:
   ===>  Returning to user credentials
   [3]+  Stopped WITH_OPTIONS=1 make


Time to fix your system? It doesn't happen on my 6.2-RELEASE. I'm
running ports stuff as root.


Tell me how and I will. :-)

Of course when I do 'make clean install' as root, I'm not asked by the
ports system to su to root.  But when one does as a normal user, one
is - by the system in /usr/ports/Mk.


You could add an echo statement in the config rule (specifically the UID
and INSTALL_AS_USER test) in bsd.port.mk around line 5759.  I think
something like this may give a better idea about the problem:

echo "UID == ${UID}"

Also, I assume both id -u and id -ur return 0 for you as root.  Is the
id you run the id in /usr/bin?

Sean
--
[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: vim-script ports

2007-09-15 Thread David O'Brien
On Fri, Sep 14, 2007 at 09:00:58PM +0400, Andrew Pantyukhin wrote:
> On Wed, Oct 18, 2006 at 10:29:05AM +0400, Andrew Pantyukhin wrote:
> > Any particular reason for no vim scripts in ports?
> > I'm gonna make some, if there's no secret taboo.
> 
> Better late than never :-) For the past two days I've been
> playing with some vim scripts. Here's a pre-alpha version of

It all cool with me. :-)

Vi[m] rules!!
-- 
-- David  ([EMAIL PROTECTED])
Q: Because it reverses the logical flow of conversation.
A: Why is top-posting (putting a reply at the top of the message) frowned upon?
Let's not play "Jeopardy-style quoting"
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: configure editors/vim

2007-09-15 Thread Peter Jeremy
On Sat, Sep 15, 2007 at 09:33:44AM +0200, Markus Hitter wrote:
> Time to fix your system? It doesn't happen on my 6.2-RELEASE. I'm  
> running ports stuff as root.

It won't happen when you run things as root, only when you run as an
ordinary user.  I don't see it in 6.2 either.  It only seems to affect
-current for me.  And I think it only affects some shells - I use zsh.

I think I first saw this around the middle of last year.

-- 
Peter Jeremy


pgpbGPzH1JaAy.pgp
Description: PGP signature