Re: Dropping maintainership

2009-02-05 Thread mva

Jona Joachim j...@hcl-club.lu:

[...]

games/gish-demo


@Some committer:
Feel free to set me (m...@sysfault.org) as new maintainer (that saves us
all a PR ;-).

Regards
Marcus

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


Re: X drivers depend on Gnome?

2009-02-04 Thread mva

Alex Goncharov alex-goncha...@comcast.net:


,--- You/Alexander (Wed, 04 Feb 2009 08:37:40 +0100) *
|  ,--- You/Jeremy (Tue, 03 Feb 2009 17:19:12 -0600) *
|
| It originated in GNOME, but as it is small and light, it is used now
| in more or less everything. For example openssl uses it too (but
| unfortunately openssl in the FreeBSD base system does not install
| the corresponding config file), but this does not make openssl
| depend upon GNOME.

A perfect example -- you can see the difference in how X and openssl
approach this:

--
$ grep -i 'pkgconfig[^/]*$' Mk/bsd.openssl.mk Mk/bsd.port.post.mk   
Mk/bsd.xorg.mk security/openssl/Makefile   
x11-drivers/xf86-video-nv/Makefile| less
Mk/bsd.xorg.mk:# app - requires pkgconfig, don't install shared   
libraries (I guess)

Mk/bsd.xorg.mk:USE_GNOME+=  pkgconfig
Mk/bsd.xorg.mk:USE_GNOME+=  pkgconfig
Mk/bsd.xorg.mk:USE_GNOME+=  pkgconfig
Mk/bsd.xorg.mk:USE_GNOME+=  gnomehack pkgconfig
security/openssl/Makefile:  -e   
's|lib/pkgconfig|libdata/pkgconfig|g' \

--


What you grep here are two completely different things. The first telling
the ports to actually use pkg-config (Mk/*), as a port executes it to
gather CFLAGS and LIBS (which you would like to see changed to some
USE_SPECIAL_FOOFOO_TOOL = pkgconfig, if I got that right), the second  
one patching openssl to install it's .pc file into the FreeBSD specific

pkgconfig directory hierarchy (usually /usr/local/libdata/pkgconfig/).

Regards
Marcus



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


Re: 'b' and 'n' keys don't work after 'xorg' upgrade

2007-09-14 Thread mva

Mike Harding [EMAIL PROTECTED]:



in gnome, although they work fine from the console.


Somewhat similiar with E17 and a 104 de-nodeadkeys configuration here.
Nearly all keys seem to work properly except that the LEDs of scroll lock,
numpad and print/sysrq are not activated. Pressing the keys however works
as supposed.

Regards
Marcus


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


Re: email addresses and spam

2007-05-24 Thread mva

Walter Ian Kaye [EMAIL PROTECTED]:


All right, who released my email address to spammers?


This is a publicly available list (see lists.freebsd.org), so its likely
they grab the mail from it directly (or even read this list as well).


I send mail to [EMAIL PROTECTED], and 2 weeks later I get spam.
That is not cool, people. You MUST make sure that never happens.


Why MUST that be made sure?

Regards
Marcus

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


Re: Question About Python Ports

2007-02-21 Thread mva

Drew Jenkins [EMAIL PROTECTED]:


Hi;

[...]
links are and build from ports...obviously my preference. However, I  
 can't figure out *where* the ports build! That is, in a standard   
built-from-source python, one enters the dir, issues an ls and   
sees dirs like lib, etc, etc. Where are these dirs in a   
built-from-port python?


They are relative paths to the PREFIX set by the make system. This is by
default /usr/local.
For more details take a look at the great handbook (section ports using) and
the porter's handbook.

It also might help to take a look at man ports(1) :-)

Regards
Marcus


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