Trying to upgrade lsof to 4.79C on FreeBSD 5.5-STABLE

2007-10-26 Thread Clint Olsen

...
...
(cd lib; make DEBUG="-O" CFGF="-pipe -DHASEFFNLINK=i_effnlink -DHASF_VNODE 
-DHASCPUMASK_T -DHASSBSTATE -DFREEBSDV=5050 -DHASFDESCFS=2 -DHASPSEUDOFS 
-DHASNULLFS -DHAS9660FS -DHASIPv6 -DLSOF_VSTR=\"5.5-STABLE\"")
cc  -pipe -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASCPUMASK_T -DHASSBSTATE 
-DFREEBSDV=5050 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHAS9660FS -DHASIPv6 
-DLSOF_VSTR="5.5-STABLE" -I/usr/src/sys -O -c ckkv.c
In file included from ../dlsof.h:314,
 from ../lsof.h:195,
 from ckkv.c:43:
/usr/src/sys/fs/devfs/devfs.h:156: error: field `dm_lock' has incomplete type
*** Error code 1

Stop in /usr/ports/sysutils/lsof/work/lsof_4.79C.freebsd/lib.
*** Error code 1

Stop in /usr/ports/sysutils/lsof/work/lsof_4.79C.freebsd.
*** Error code 1

Stop in /usr/ports/sysutils/lsof.

FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 
PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE  i386

I'm assuming there's just a broken assumption on my dated version of
FreeBSD, but I thought I'd check.

Thanks,

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


postgresql80-server: can't compile with hier patch.

2007-10-26 Thread Anton - Valqk
Hello everyone,

I've tryed to compile postgresql80-server but the hier patch is unfetchable.

===>  Found saved configuration for postgresql-server-8.0.14_2
=> hier-Pg8.0.3-0.5.5.diff.gz doesn't seem to exist in
/var/ports/distfiles/postgresql.
=> Attempting to fetch from http://gppl.moonbone.ru/.
fetch: http://gppl.moonbone.ru/hier-Pg8.0.3-0.5.5.diff.gz: size unknown
fetch: http://gppl.moonbone.ru/hier-Pg8.0.3-0.5.5.diff.gz: size of
remote file is not known
fetch: hier-Pg8.0.3-0.5.5.diff.gz: local modification time does not
match remote
=> Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/.
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/hier-Pg8.0.3-0.5.5.diff.gz:
File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /var/ports/distfiles/postgresql and try again.

this subdomain - gppl.moonbone.ru isn't avaliable at all, and there is
no such file in the freebsd ports dir.

Is the hier patch in the pg tree now or it simply disappeared?
any ideas where to get it from?

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: HEADS UP: GNOME 2.20.1 available for FreeBSD

2007-10-26 Thread Byung-Hee HWANG

On Fri, 2007-10-26 at 20:05 +0900, Byung-Hee HWANG wrote:
> On Wed, 2007-10-24 at 23:08 -0400, Joe Marcus Clarke wrote:
> > On behalf of the FreeBSD GNOME team, it is my great pleasure to announce
> > that GNOME 2.20.1 has been merged into the FreeBSD ports tree.  The
> > official
> > GNOME 2.20 release notes can be found at
> > http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
> > includes the new GIMP 2.4 (courtesy of ahze).
> > 
> > The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
> > hierarchy.  We are now using the more standard DATADIR of
> > ${PREFIX}/share
> > rather than ${PREFIX}/share/gnome. The result is that fewer patches and
> > hacks are needed to port GNOME components to FreeBSD.  This will mean
> > some
> > user changes may be required, so be sure to read /usr/ports/UPDATING for
> > more details.
> > 
> > Updates to the FreeBSD GNOME web site to document and announce these new
> > changes are forthcoming.  In the meantime, screenshots of GNOME 2.20 on
> > FreeBSD can be found at http://www.freebsd.org/gnome/screenshots.html .
> > 
> > This release and the things we accomplished in it would not have been
> > possible without mezz's crazy idea to collapse DATADIR, and his
> > persistence
> > to make it happen successfully.  Ahze and pav also deserve thanks for
> > their work on porting modules and testing the whole ball of wax on
> > pointyhat (respectively).
> > 
> > The FreeBSD GNOME team would also like to thank our various testers and
> > contributors:
> > 
> > Yasuda Keisuke
> > Frank Jahnke
> > Pawel Worach
> > Brian Gruber
> > Franz Klammer
> > Yuri Pankov
> > Nick Barkas
> > Cristian KLEIN
> > Tony Maher
> > Scot Hetzel
> > Martin Matuska (mm)
> > Benoit Dejean
> > Martin Wilke (miwi)
> > (And anyone else I may have missed)
> > 
> > Joe
> 
> After upgrade, i did re-compile some programs such as firefox,  xchat
> because the programs could not start up with unknown error. And i did
> upgrade gnome2-lite except x11/gnome-system-monitor which was failed in
> compiling. Aside from that everything is OK. Thank you for good efforts!

ah.. sorry, there is typo;;
x11/gnome-system-monitor -> sysutils/gnome-system-monitor

sorry again,

-- 
"Don Michael."
-- Peter Clemenza, "Chapter 31", page 435
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: GNOME 2.20.1 available for FreeBSD

2007-10-26 Thread Byung-Hee HWANG

On Wed, 2007-10-24 at 23:08 -0400, Joe Marcus Clarke wrote:
> On behalf of the FreeBSD GNOME team, it is my great pleasure to announce
> that GNOME 2.20.1 has been merged into the FreeBSD ports tree.  The
> official
> GNOME 2.20 release notes can be found at
> http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
> includes the new GIMP 2.4 (courtesy of ahze).
> 
> The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
> hierarchy.  We are now using the more standard DATADIR of
> ${PREFIX}/share
> rather than ${PREFIX}/share/gnome. The result is that fewer patches and
> hacks are needed to port GNOME components to FreeBSD.  This will mean
> some
> user changes may be required, so be sure to read /usr/ports/UPDATING for
> more details.
> 
> Updates to the FreeBSD GNOME web site to document and announce these new
> changes are forthcoming.  In the meantime, screenshots of GNOME 2.20 on
> FreeBSD can be found at http://www.freebsd.org/gnome/screenshots.html .
> 
> This release and the things we accomplished in it would not have been
> possible without mezz's crazy idea to collapse DATADIR, and his
> persistence
> to make it happen successfully.  Ahze and pav also deserve thanks for
> their work on porting modules and testing the whole ball of wax on
> pointyhat (respectively).
> 
> The FreeBSD GNOME team would also like to thank our various testers and
> contributors:
> 
> Yasuda Keisuke
> Frank Jahnke
> Pawel Worach
> Brian Gruber
> Franz Klammer
> Yuri Pankov
> Nick Barkas
> Cristian KLEIN
> Tony Maher
> Scot Hetzel
> Martin Matuska (mm)
> Benoit Dejean
> Martin Wilke (miwi)
> (And anyone else I may have missed)
> 
> Joe

After upgrade, i did re-compile some programs such as firefox,  xchat
because the programs could not start up with unknown error. And i did
upgrade gnome2-lite except x11/gnome-system-monitor which was failed in
compiling. Aside from that everything is OK. Thank you for good efforts!

Byung-Hee

-- 
"Did you do the job on Sollozzo?"
"Both of them."
"Sure?"
"I saw their brains."
-- Tessio and Michael Corleone, "Chapter 11", page 151
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trying to upgrade lsof to 4.79C on FreeBSD 5.5-STABLE

2007-10-26 Thread Larry Rosenman

On Fri, 26 Oct 2007, Clint Olsen wrote:



...
...
(cd lib; make DEBUG="-O" CFGF="-pipe -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASCPUMASK_T 
-DHASSBSTATE -DFREEBSDV=5050 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHAS9660FS -DHASIPv6 
-DLSOF_VSTR=\"5.5-STABLE\"")
cc  -pipe -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASCPUMASK_T -DHASSBSTATE 
-DFREEBSDV=5050 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHAS9660FS -DHASIPv6 
-DLSOF_VSTR="5.5-STABLE" -I/usr/src/sys -O -c ckkv.c
In file included from ../dlsof.h:314,
from ../lsof.h:195,
from ckkv.c:43:
/usr/src/sys/fs/devfs/devfs.h:156: error: field `dm_lock' has incomplete type
*** Error code 1

Stop in /usr/ports/sysutils/lsof/work/lsof_4.79C.freebsd/lib.
*** Error code 1

Stop in /usr/ports/sysutils/lsof/work/lsof_4.79C.freebsd.
*** Error code 1

Stop in /usr/ports/sysutils/lsof.

FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 
PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE  i386

I'm assuming there's just a broken assumption on my dated version of
FreeBSD, but I thought I'd check.


Yep, and unfortunately, one that won't be fixed, unless I can get Vic Abell
access to a 5.5 box.

My suggestion is to upgrade to 6.x or 7.x.

Thanks,
Larry Rosenman 
lsof port maintainer FreeBSD




Thanks,

-Clint



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683 E-Mail: [EMAIL PROTECTED]
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please test: mplayer 1.0 rc2

2007-10-26 Thread Thomas Zander
On 24/10/2007, Angelo Turetta <[EMAIL PROTECTED]> wrote:
> May I ask you: if the software is at 1.0.rc2, why the port version is
> set at 0.99.xx?

Because a healthy numbering scheme (as in 'numbers') is more useful
for correct version tracking than that ludicrous approach some people
are insisting on.

> You might want to make some test on your own, but in my experience using
> a version like 1.0.r2 is supported by the port subsystem. I mean, if you
> label a version as 1.0.r2, the final version 1.0 should be considered
> greater than 1.0.r2 (and so allow users to upgrade automatically).

Well, let's see what happens when we test some mplayer version strings:

$ pkg_version -t 0.6 0.9
<
$ pkg_version -t 0.9 1.0pre7
<
$ pkg_version -t 1.0pre7 1.0pre7try2
>
*kaboom*

Either a software *is* 1.0 or it is not. Therefore, as long as I am
going to maintain that port, I will try to stick with sensible
numbers.

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


ports DESTDIR not finding dependent ports

2007-10-26 Thread Erik Cederstrand

Hi!

I'm trying to install some ports into a chroot environment. For this, I 
use the DESTDIR support in ports. Some ports with dependencies are 
failing to install. Below are some details i have gathered. I really 
need this to work, so I'm willing to help debug this over the next days, 
if someone wants to look into this. Pointers to where I can begin 
debugging myself would also be appreciated.


I have chosen postgresql82-client as an example:

# chroot /path/to/chroot
# pkg_info
[...]
gmake-3.81_2GNU version of 'make' utility
portupgrade-2.3.1,2 FreeBSD ports/packages administration and management 
[...]

pcbsd# ls /usr/local/bin/gmake
/usr/local/bin/gmake
# exit
# cd /usr/ports/databases/postgresql82-client
# make install clean DESTDIR=/path/to/chroot
[...]
===>   postgresql-client-8.2.5_1 depends on executable: gmake - not found
[...]
===>  Installing for gmake-3.81_2
===>   Generating temporary packing list
===>  Checking if devel/gmake already installed
===>   gmake-3.81_2 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of devel/gmake
  without deleting it first, set the variable "FORCE_PKG_REGISTER"
  in your environment or the "make install" command line.
#

Some additional data:
1) This works on the host (7.0-BETA1 #6, i386). That is, gmake is found 
and left alone, and postgresql installs.

2) The chroot is 8.0-CURRENT
3) I've had a look at bsd.destdir.mk but it's mostly black magic. From 
what I can read, after mount_nullfs-mounting /usr/ports to the chroot, 
it basically issues this command:


# chroot /path/to/chroot sh -c "cd 
/usr/ports/databases/postgresql82-client; make install clean; "


If I issue this command from the command-line, gmake is found and the 
port is installed:

[...]
===>   postgresql-client-8.2.5_1 depends on executable: gmake - found
[...]

So something else must be going wrong.

Thanks!

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


Re: HEADS UP: GNOME 2.20 is being merged

2007-10-26 Thread Alexey Dokuchaev
On Thu, Oct 25, 2007 at 03:27:58PM -0500, Jeremy Messenger wrote:
> Before anyone ask about why not test in pointyhat first. We did, but  
> pointyhat has stability problems so it has missed some ports. We had to go  
> ahead put in FreeBSD ports tree and we will be working on from there and  
> we also will be keeping our eyes on pointyhat logs.

I'm worried about PF date coming too soon.  Maybe we should extend it
(say, for a week) so Gnome-related problems can get fixed before the
deadline?

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


Re: ports/117488: [patch] sysutils/screen enable installation of man page

2007-10-26 Thread Cy Schubert
In message <[EMAIL PROTECTED]>, Pietro Cerutti writes: 
> See my last e-mail. It was my fault, I had NO_INFO in make.conf.
> However, in this situation, the port doesn't handle that directive
> properly. Instead of not installing the INFO page, it aborts the
> installation.

I consider this specific issue resolved.

As far as ports detecting if options have been set in make.conf, that is a 
larger issue than with just one port. The ports infrastructure relies on 
settings in make.conf that do not negatively interfere with the 
infrastructure or ports build process. Options address this issue though if 
a person wishes to set a variable in make.conf for an application outside 
of the ports infrastructure which could have a negative impact on a build, 
it is possible for ports to unset any possible make or environment variable 
that would be used during a build to avoid this situation.

I'm CCing this to FreeBSD-ports@ to generate some discussion about the 
issue in general and BCC to GNATS to maintain a record of this in the 
database.


-- 
Cheers,
Cy Schubert <[EMAIL PROTECTED]>
FreeBSD UNIX:  <[EMAIL PROTECTED]>   Web:  http://www.FreeBSD.org

e**(i*pi)+1=0


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


Here we go again: mplayer 1.0 rc2, please test

2007-10-26 Thread Thomas Zander
Hi all,

here is an updated tarball that hopefully fixes the dvd and livemedia
problems that occurred with the last preview:

http://www.rrr.de/~riggs/mplayer/m20071027.tar.bz2

Please don't hesitate to send reports and patches.

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


Re: Here we go again: mplayer 1.0 rc2, please test

2007-10-26 Thread Pav Lucistnik
Thomas Zander píše v so 27. 10. 2007 v 00:30 +0800:

> here is an updated tarball that hopefully fixes the dvd and livemedia
> problems that occurred with the last preview:
> 
> http://www.rrr.de/~riggs/mplayer/m20071027.tar.bz2
> 
> Please don't hesitate to send reports and patches.

It have troubles compiling assembly on amd64 in h264.c:

{standard input}: Assembler messages:
{standard input}:7199: Error: `ff_h264_lps_range(%eax,%esi,2)' is not a valid 
64 bit base/index expression
{standard input}:7212: Error: `ff_h264_norm_shift(%esi)' is not a valid 64 bit 
base/index expression
{standard input}:7214: Error: `ff_h264_mlps_state+128(%eax)' is not a valid 64 
bit base/index expression

and so on...

-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>
Just because you're an angel doesn't mean you have to be a fool.


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: HEADS UP: GNOME 2.20 is being merged

2007-10-26 Thread Pav Lucistnik
Alexey Dokuchaev píše v pá 26. 10. 2007 v 15:52 +:
> On Thu, Oct 25, 2007 at 03:27:58PM -0500, Jeremy Messenger wrote:
> > Before anyone ask about why not test in pointyhat first. We did, but  
> > pointyhat has stability problems so it has missed some ports. We had to go  
> > ahead put in FreeBSD ports tree and we will be working on from there and  
> > we also will be keeping our eyes on pointyhat logs.
> 
> I'm worried about PF date coming too soon.  Maybe we should extend it
> (say, for a week) so Gnome-related problems can get fixed before the
> deadline?

And what is the freeze designed for other than fixing port problems?

-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>
On second thought, let's not go to Camelot. It is a silly place.


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: OpenLDAP 2.3/pam_ldap/nss_ldap: not working in FreeBSD 7.0-PRE!

2007-10-26 Thread O. Hartmann

Ulrich Spoerlein wrote:

On Sun, 21.10.2007 at 18:26:55 +0200, O. Hartmann wrote:
  
At this point it seems senseless to try out what's going wrong and I need 
some hints or tipps. I read about others successfully running OpenLDAP on 
FBSD 6 and 5, but no one seems running OpenLDAP based services on FBSD 7.



I do. It's working just fine ...
  


Good to hear, but it doesn't on mine ... :-(
  
P.S. If someone wants me to offer config details and/or log excerpts, please 
contact me.



Well, we/I would need your ldap.conf, nss_ldap.conf (should be a link to
ldap.conf) and slapd.conf, as well as pam.d stuff and nsswitch.conf.
Some actual error messages would be fine too.
  


All right, here I am. nss_ldap.conf and ldap.conf are located in 
/usr/local/etc and are identical (link). I copied all tags I use and 
deleted commented out tags:


host 192.168.2.210 (or 127.0.0.1 alternatively)
base dc=office,dc=de
# Filter to AND with uid=%s
pam_filter objectclass=posixAccount
# Specify a minium or maximum UID number allowed
pam_min_uid 1000
pam_max_uid 3
pam_passwordssha
nss_base_passwd ou=users,dc=office,dc=de?one
nss_base_shadow ou=users,dc=office,dc=de?one
nss_base_group  ou=group,dc=office,dc=de?one
pam_filter objectClass=posixAccount

The slapd.conf is this, comments roped:

include /usr/local/etc/openldap/schema/core.schema
include /usr/local/etc/openldap/schema/cosine.schema
include /usr/local/etc/openldap/schema/nis.schema
include /usr/local/etc/openldap/schema/inetorgperson.schema
# additional schema
include /usr/local/share/examples/samba/LDAP/samba.schema
pidfile /var/run/openldap/slapd.pid
argsfile/var/run/openldap/slapd.args
logfile /var/log/slapd.log
loglevel512
sizelimit   unlimited
allow   bind_v2
modulepath  /usr/local/libexec/openldap
moduleload  back_bdb
everse-lookup  off
access  to *
   by self write
   by users read
   by anonymous auth
databasebdb
suffix  dc=office,dc=de
rootdn  cn=admin,dc=office,dc=de
rootpw
directory   /data/openldap-data/nuggad/

index   objectClass eq,pres
index   uid,memberUid   pres,eq,sub
index   ou,cn,mail,surname,givennameeq,pres,sub
index   uidNumber,gidNumber,loginShell  eq,pres
index   nisMapName,nisMapEntry  eq,pres,sub

NSCD is up and running, my nsswitch.conf looks like this:

group: cache ldap[ unavail=continue notfound=continue ] files
passwd: cache ldap [ unavail=continue notfound=continue ] files
#group_compat: nis
hosts: compat
networks: files
#passwd_compat: nis
shells: files
services: compat
services_compat: nis
protocols: files
rpc: files

And I changed some lines in /etc/pam.d/sshd,login,system,other like this 
*commented out due to system gets stuck forever when enab;ed 
nss_ldap/pam_ldap):


system:
#
# $FreeBSD: src/etc/pam.d/system,v 1.1 2003/06/14 12:35:05 des Exp $
#
# System-wide defaults
#

# auth
authsufficient  pam_opie.so no_warn 
no_fake_prompts

authrequisite   pam_opieaccess.so   no_warn allow_local
#auth   sufficient  pam_krb5.so no_warn 
try_first_pass
#auth   sufficient  /usr/local/lib/pam_ldap.so no_warn 
try_first_pass
authsufficient  pam_ssh.so  no_warn 
try_first_pass
authrequiredpam_unix.so no_warn 
try_first_pass nullok


# account
#accountrequiredpam_krb5.so
account requiredpam_login_access.so
#accountsufficient  /usr/local/lib/pam_ldap.so
account requiredpam_unix.so

# session
#sessionoptionalpam_ssh.so
session requiredpam_lastlog.so  no_fail

# password
#password   sufficient  pam_krb5.so no_warn 
try_first_pass
#password   sufficient  /usr/local/lib/pam_ldap.so no_warn 
use_authtok
passwordrequiredpam_unix.so no_warn 
try_first_pass


sshd:

#
# $FreeBSD: src/etc/pam.d/sshd,v 1.16 2007/06/10 18:57:20 yar Exp $
#
# PAM configuration for the "sshd" service
#

# auth
#auth   sufficient  pam_opie.so no_warn 
no_fake_prompts

#auth   requisite   pam_opieaccess.so   no_warn allow_local
#auth   sufficient  pam_krb5.so no_warn 
try_first_pass
authsufficient  /usr/local/lib/pam_ldap.so no_warn 
try_first_pass
authsufficient  pam_ssh.so  no_warn 
try_first_pass
authrequiredpam_unix.so no_warn 
try_first_pass


# account
account requiredpam_nologin.so
#accountrequiredpam_krb5.so
account requiredpam_login_access.so
account sufficient  /usr/local/lib/pam_ldap.so
account 

Check my work: notification-daemon-xfce

2007-10-26 Thread Warren Block
Here's a port for the XFce notification daemon, which shows little 
popups for various events like unmounting media and so on:


http://www.wonkity.com/%7ewblock/notify-port/

Presently it would go in /usr/ports/deskutils/xfce4-notification-daemon.

The port installs, uninstalls, and works.  However, I'd appreciate 
feedback:


Name: the port is "notification-daemon-xfce".  In the port directory, I 
called it "xfce4-notification-daemon" to be consistent with other ports.


Categories: it's a notification daemon.  I put it in deskutils, but 
could also see it being in misc, sysutils, or x11.


Makefile correctness: the port used James Earl's audio/xfce4-mixer port 
as a skeleton.  There may be unnecessary leftovers in the Makefile, or 
things left out. Should it have a dependency on dbus?  Are all the 
USE_GNOME settings needed?


pkg-plist correctness: I think it's okay.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Here we go again: mplayer 1.0 rc2, please test

2007-10-26 Thread Oliver Herold
Hi

did a clean install fo Mplayer and Mencoder on FreeBSD 7 beta 1 without any
problems. Thanks :-) So far I tested some mp4 files and a DVD.

Cheers, Oliver



On Sat, Oct 27, 2007 at 12:30:12AM +0800, Thomas Zander wrote:
> Hi all,
> 
> here is an updated tarball that hopefully fixes the dvd and livemedia
> problems that occurred with the last preview:
> 
> http://www.rrr.de/~riggs/mplayer/m20071027.tar.bz2
> 
> Please don't hesitate to send reports and patches.
> 
> TIA,
> Riggs
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
What you don't know can hurt you, only you won't know it.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Check my work: notification-daemon-xfce

2007-10-26 Thread Chess Griffin
Warren Block wrote:
> Here's a port for the XFce notification daemon, which shows little
> popups for various events like unmounting media and so on:
> 

I was just thinking yesterday this would be nice to have in ports.  I
will test tonight.

Thanks-
Chess

-- 
Chess Griffin
GPG Key:  0x0C7558C3
http://www.chessgriffin.com



signature.asc
Description: OpenPGP digital signature


Re: Xfce4 after GNOME update

2007-10-26 Thread Doug Barton

On Thu, 25 Oct 2007, slunky wrote:

The patch is working well for me so far. This was the first time I've 
ever used a .diff to patch something myself.


Hey, we all start somewhere! Welcome to the fun. :)

Doug

--

This .signature sanitized for your protection

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


My dear friend, Nike, Prada, Nokia.Iphone are the leading brands of Gogoec

2007-10-26 Thread Gogoec.com

   [1][logo.gif] [2]Choose the greatest wholesale supplier directly from
   china

[3]About Us

   GOGOEC is a HONG KONG trading and wholesale company which is blend of
manufacture and distribution based in Shenzhen, China right next to
Hong Kong. We own an online business platform where you can purchase
  directly from china. We provide our buyers with an efficient and
 manageable procurement process covering every phase of the
   international supply chain and streamlining trade channels. Our varied
products are apparel, shoes, and electronics. From Shirts, Jacket to
   Jeans, Belt. From Kid’s Sneaker, Casual Shoes
 to Basketball Shoes. From Nokia phones to Ipod MP3/MP4.Many famous
  brands such as NIKE, PRADA, LV, and VERSACE are able to get with
   competitive price. At the same time, we keep growing of the number of
products and updating foregone products list periodically to ensure
the products you buy have in stock.
  [4]Why you choose GOGOEC

First of all, we are the largest supplier in china. All products at
 wholesale price supply directly from our genuine manufacturers. We
   offer not only at best price and good quality but also with admirable
after service. Secondly, we are the creditable supplier validated by
   The Third Party which is as a means of protecting buyers. Third-party
   payment �CPaypal is the most popular payment on these online business
 platforms to achieve the profit maximization both fast and safely
  without any commission. Finally, regarding the service attitude
  (always helpful, forever proactive); everything changed for the
  better.
[5]GOGOEC promises for After Service
   1.We will give the full refund or reshipment if the products have been
   destroyed or been stopped by local customs in the process of shipping.
2.We offer the refund and exchange when you receive our discontented
 products in 15 days with no reason



   [6]Our Contact

   Address: Room 29B, Unit 1, Building1, Fuminjiayuan, Jintian Road,
   Futian District, Shenzhen, Guangdong Province, China.
   Tel: (86)755-88307575
   Fax: (86)755-88307667

   Contact name: Jessica

   Yahoo: domson008
   MSN: [EMAIL PROTECTED]

   Skype: [EMAIL PROTECTED]

   E-mail: [EMAIL PROTECTED]



[8][bottom_pic.gif] 
   [9]About US | [10]Contact Us | [11]Security & Privacy | [12]Site
Map   |  [13]Help
  Copyright � 1995-2006 GoGoEc Inc. All Rights Reserved.Designated
 trademarks and brands are the property of their respective owners.

   [flosensing?z=dtt0PCjxu0DVN0BE]

References

   1. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fDD0E2
   2. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fRY0Ec
   3. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fDE0E3
   4. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fRY0Ec
   5. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fDT0EJ
   6. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fDQ0EG
   7. mailto:[EMAIL PROTECTED]
   8. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fDD0E2
   9. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fDE0E3
  10. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fDQ0EG
  11. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fDR0EH
  12. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fRZ0Ed
  13. http://mail.gogoec.cn/cgi-bin14/DM/y/hdtt0PCjxu0DVN0fRa0Ek
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: GNOME 2.20.1 available for FreeBSD

2007-10-26 Thread Martin Wilke
On Wed, 24 Oct 2007 23:08:16 -0400
Joe Marcus Clarke <[EMAIL PROTECTED]> wrote:

|On behalf of the FreeBSD GNOME team, it is my great pleasure to
|announce that GNOME 2.20.1 has been merged into the FreeBSD ports
|tree.  The official
|GNOME 2.20 release notes can be found at
|http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
|includes the new GIMP 2.4 (courtesy of ahze).
|
|The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
|hierarchy.  We are now using the more standard DATADIR of
|${PREFIX}/share
|rather than ${PREFIX}/share/gnome. The result is that fewer patches and
|hacks are needed to port GNOME components to FreeBSD.  This will mean
|some
|user changes may be required, so be sure to read /usr/ports/UPDATING
|for more details.
|
|Updates to the FreeBSD GNOME web site to document and announce these
|new changes are forthcoming.  In the meantime, screenshots of GNOME
|2.20 on FreeBSD can be found at
|http://www.freebsd.org/gnome/screenshots.html .
|
|This release and the things we accomplished in it would not have been
|possible without mezz's crazy idea to collapse DATADIR, and his
|persistence
|to make it happen successfully.  Ahze and pav also deserve thanks for
|their work on porting modules and testing the whole ball of wax on
|pointyhat (respectively).
|
|The FreeBSD GNOME team would also like to thank our various testers and
|contributors:
|
|Yasuda Keisuke
|Frank Jahnke
|Pawel Worach
|Brian Gruber
|Franz Klammer
|Yuri Pankov
|Nick Barkas
|Cristian KLEIN
|Tony Maher
|Scot Hetzel
|Martin Matuska (mm)
|Benoit Dejean
|Martin Wilke (miwi)
|(And anyone else I may have missed)
|
|Joe
|
Upgrade is finished without problems.
Time to say thanks dear Gnome Team for this great works!.

- Martin

-- 
Martin Wilke| irc:| irc.unixfreunde.de #bsd 
FreeBSD Committer   | Jabber: | [EMAIL PROTECTED]
Power to Serve  | Mail:   | [EMAIL PROTECTED]


signature.asc
Description: PGP signature


Re: NTFS-3G mount during boot

2007-10-26 Thread Novembre
On 10/25/07, Alejandro Pulver <[EMAIL PROTECTED]> wrote:
> On Sun, 7 Oct 2007 01:01:33 -0500
> Novembre <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
>
> Hello.
>
> I have fixed the problem together with the NTFS-3G 1.1004 update. A
> part of the fix involves fusefs-kmod and needs maintainer approval, but
> is trivial. See below for the details.
>
> > The ongoing problem with mounting my NTFS partition at boot time still
> > remains. I have upgraded ntfs-3g to the latest version from ports:
> > --
> > [EMAIL PROTECTED] ~]$ pkg_info | grep fuse
> > fusefs-kmod-0.3.9.p1 Kernel module for fuse
> > fusefs-libs-2.7.0_1 FUSE allows filesystem implementation in userspace
> > fusefs-ntfs-1.913   Mount NTFS partitions (read/write) and disk images
> > [EMAIL PROTECTED] ~]$ pkg_info | grep libublio
> > libublio-20070103   User space caching library
> > --
> > According to the fusefs-ntfs Makefile revision 1.19 (the current one which I
> > have installed is revision 1.20), a symlink to /usr/local/bin/ntfs-3g is
> > placed in /usr/sbin/mount_ntfs-3g to allow using with 'mount -t ntfs-3g' and
> > in /etc/fstab, after mounting /usr. So my current /etc/fstab looks like the
> > following:
> > --
> > [EMAIL PROTECTED] ~]$ cat /etc/fstab
> > # DeviceMountpoint  FStype  Options Dump
> > Pass#
> > /dev/ad0s2b noneswapsw  0   0
> > /dev/ad0s2a /   ufs rw  1   1
> > /dev/ad0s2d /home   ufs rw  2   2
> > /dev/acd0   /cdrom  cd9660  ro,noauto   0   0
> > /dev/ad0s1  /mnt/windowsntfs-3g rw  0   0
> > --
> > However, when I boot the system, I get the following errors:
> > --
> > [EMAIL PROTECTED] ~]$ dmesg -a
> > ...
> > swapon: adding /dev/ad0s2b as swap device
> > Starting file system checks:
> > /dev/ad0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS
> > /dev/ad0s2a: clean, 2720732 free (22356 frags, 337297 blocks, 
> > 0.6%fragmentation)
> > /dev/ad0s2d: FILE SYSTEM CLEAN; SKIPPING CHECKS
> > /dev/ad0s2d: clean, 14076698 free (314 frags, 1759548 blocks, 
> > 0.0%fragmentation)
> > Mounting local file systems:
> > fuse: failed to open fuse device: No such file or directory
> > ...
>
> This is because fuse.ko is not loaded at the time. The Linux version
> loads the module if required, but I didn't find patching it for FreeBSD
> needed because of the rc.d script (here the problem is about ordering,
> see below).
>
> It can be solved by adding the "late" option in /etc/fstab, so it will
> only try in the second one (which leads to the other problem). I've
> added this information to pkg-message.
>
> > Starting fusefs.
> > fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
> > ...
> > Mounting late file systems:
> > fuse: failed to exec mount program: No such file or directory
> > --
>
> This is because mount_fusefs is in /usr/local/sbin and is not in the
> search path of fusefs-ntfs (at that time). A patch is waiting for
> approval, in the meantime create the symlink manually:
>
> # ln -s /usr/local/sbin/mount_fusefs /usr/sbin
>
> > The first error above is because the fuse kernel module is not yet loaded.
> > However, I don't understand the second error from "Mounting late file
> > systems" though. Does it show that the symlink is not doing its job? This is
> > from /var/log/messages which shows that ntfs-3g has been run:
> > --
> > Oct  6 14:22:40 pasargadae kernel: Trying to mount root from ufs:/dev/ad0s2a
> > Oct  6 14:22:45 pasargadae kernel: fuse4bsd: version 0.3.9-pre1, FUSE ABI
> > 7.8
> > Oct  6 14:22:45 pasargadae ntfs-3g[811]: Version 1.913
> > Oct  6 14:22:45 pasargadae ntfs-3g[811]: Mounted /dev/ad0s1 (Read-Write,
> > label "", NTFS 3.0)
> > Oct  6 14:22:45 pasargadae ntfs-3g[811]: Cmdline options: (null)
> > Oct  6 14:22:45 pasargadae ntfs-3g[811]: Mount options:
> > noatime,silent,allow_other,fsname=/dev/ad0s1
> > --
> > which can be confirmed by noting that /dev/fuse0 has been created in /dev/
> > and that 'ps -ax' shows
> > --
> > 811  ??  Is 0:00.00 mount_ntfs-3g /dev/ad0s1 /mnt/windows (ntfs-3g)
> > --
> > Despite all this, my NTFS partition is not mounted. Does anybody know of a
> > solution for this?
> >
>
> It seems NTFS-3G is not prepared for the case where mount_fusefs wasn't
> found, that's why it behaves strangely in this case.
>
> BTW, the next time please CC me too so I can work on the problem early.
>
> Best Regards,
> Ale
>
>


Thanks a lot for your patches and notice. I didn't CC you since I was
thinking that I'm doing something wrong myself (I'm still not very
experienced in FreeBSD). One thing I didn't quite get is that do I
have to wait for fusefs-kmod to be updated as well before going on to
upgrade NTFS-3G?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailma

trouble building perlmagick

2007-10-26 Thread Noah

Hi there,

not quiet sure how to circumvent this issue?  please help?

cd PerlMagick && /usr/local/bin/perl5.8.8 Makefile.PL
Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in 
@INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8/mach 
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl 
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at (eval 
1) line 1.
BEGIN failed--compilation aborted at 
/usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17.

Compilation failed in require at Makefile.PL line 15.
BEGIN failed--compilation aborted at Makefile.PL line 15.
*** Error code 2
1 error
*** Error code 2

Stop in /usr/ports/graphics/ImageMagick.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick.


cheers,

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


Re: HEADS UP: GNOME 2.20 is being merged

2007-10-26 Thread Alexey Dokuchaev
On Fri, Oct 26, 2007 at 07:29:21PM +0200, Pav Lucistnik wrote:
> Alexey Dokuchaev p??e v p? 26. 10. 2007 v 15:52 +:
> > On Thu, Oct 25, 2007 at 03:27:58PM -0500, Jeremy Messenger wrote:
> > > Before anyone ask about why not test in pointyhat first. We did, but  
> > > pointyhat has stability problems so it has missed some ports. We had to 
> > > go  
> > > ahead put in FreeBSD ports tree and we will be working on from there and  
> > > we also will be keeping our eyes on pointyhat logs.
> > 
> > I'm worried about PF date coming too soon.  Maybe we should extend it
> > (say, for a week) so Gnome-related problems can get fixed before the
> > deadline?
> 
> And what is the freeze designed for other than fixing port problems?

I believe I've seen PF date extended in the past for exactly the same
reason.  If I'm mistaken, please accept my apologies, and let's move on!

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


Re: Check my work: notification-daemon-xfce

2007-10-26 Thread Warren Block

On Fri, 26 Oct 2007, Chess Griffin wrote:


Warren Block wrote:

Here's a port for the XFce notification daemon, which shows little
popups for various events like unmounting media and so on:


I was just thinking yesterday this would be nice to have in ports.  I
will test tonight.


Mike Bowie helpfully pointed out that fetching was broken, so 
MASTER_SITES has been fixed in the Makefile.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Xfce goodies master sites

2007-10-26 Thread Warren Block
Given the number of Xfce "goodies" in the ports and the likelihood that 
eventually there'll be mirrors, is it time to add a 
MASTER_SITES_XFCE_GOODIES variable to bsd.sites.mk?  I.e.:


.if !defined(IGNORE_MASTER_SITE_XFCE_GOODIES)
MASTER_SITES_XFCE_GOODIES+= \
http://goodies.xfce.org/releases/
.endif

All of these ports use

MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/

except for audio/xfce4-mpc-plugin, which hardcodes the port name and 
should be fixed.


speedy% find /usr/ports -name Makefile -exec grep -l goodies.xfce.org {} \+
/usr/ports/audio/xfce4-mpc-plugin/Makefile
/usr/ports/audio/thunar-media-tags-plugin/Makefile
/usr/ports/deskutils/xfce4-notes-plugin/Makefile
/usr/ports/deskutils/xfce4-xkb-plugin/Makefile
/usr/ports/deskutils/xfce4-notification-daemon/Makefile
/usr/ports/x11/xfce4-clipman-plugin/Makefile
/usr/ports/x11/xfce4-xfapplet-plugin/Makefile
/usr/ports/x11/xfce4-quicklauncher-plugin/Makefile
/usr/ports/x11/xfce4-screenshooter-plugin/Makefile
/usr/ports/x11/xfce4-verve-plugin/Makefile
/usr/ports/graphics/ristretto/Makefile
/usr/ports/x11-clocks/xfce4-timer-plugin/Makefile
/usr/ports/x11-clocks/xfce4-datetime-plugin/Makefile
/usr/ports/x11-clocks/xfce4-timer-out-plugin/Makefile
/usr/ports/misc/xfce4-weather-plugin/Makefile
/usr/ports/www/xfce4-smartbookmark-plugin/Makefile
/usr/ports/multimedia/xfce4-xmms-plugin/Makefile
/usr/ports/multimedia/xfmedia-remote-plugin/Makefile
/usr/ports/sysutils/xfce4-battery-plugin/Makefile
/usr/ports/sysutils/xfce4-cpugraph-plugin/Makefile
/usr/ports/sysutils/xfce4-fsguard-plugin/Makefile
/usr/ports/sysutils/xfce4-netload-plugin/Makefile
/usr/ports/sysutils/xfce4-systemload-plugin/Makefile
/usr/ports/sysutils/xfce4-wavelan-plugin/Makefile
/usr/ports/sysutils/xfce4-genmon-plugin/Makefile
/usr/ports/sysutils/xfce4-places-plugin/Makefile
/usr/ports/textproc/xfce4-dict-plugin/Makefile

-Warren Block * Rapid City, South Dakota USA
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


trouble building perlmagick

2007-10-26 Thread Noah

Hi there,

not quite sure how to circumvent this issue?  please help?

cd PerlMagick && /usr/local/bin/perl5.8.8 Makefile.PL
Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in
@INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8/mach
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at (eval
1) line 1.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17.
Compilation failed in require at Makefile.PL line 15.
BEGIN failed--compilation aborted at Makefile.PL line 15.
*** Error code 2
1 error
*** Error code 2

Stop in /usr/ports/graphics/ImageMagick.
*** Error code 1

Stop in /usr/ports/graphics/ImageMagick.


cheers,

Noah

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


Re: Check my work: notification-daemon-xfce

2007-10-26 Thread Chess Griffin
* Warren Block <[EMAIL PROTECTED]> [2007-10-26 18:03:41]:

> On Fri, 26 Oct 2007, Chess Griffin wrote:
> 
>> Warren Block wrote:
>>> Here's a port for the XFce notification daemon, which shows little
>>> popups for various events like unmounting media and so on:
>> 
>> I was just thinking yesterday this would be nice to have in ports.  I
>> will test tonight.
> 
> Mike Bowie helpfully pointed out that fetching was broken, so MASTER_SITES 
> has been fixed in the Makefile.
> 

I just tested out this out and it works very well.  I received several
different notification popups when mounting and unmounting various
devices (mostly CD's and my Cowon iAudio MP3 player) and I did not
encounter any issues. 

Thanks for making this port!  

Chess

-- 
Chess Griffin
GPG Public Key:  0x0C7558C3
http://www.chessgriffin.com


pgpX70EKvv5Sp.pgp
Description: PGP signature