Re: [Fink-devel] bash completion scripts

2004-07-27 Thread David H.
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Lars Rosengreen wrote:
| The Darcs package I maintain comes with a bash completion script that
| can be installed in %p/etc/bash_completion.d/  .  Do you think it is
| appropriate for me to put things in this directory without depending on
| the bash-completion package in fink? 
Since this is a very special case, I cannot give you 100% be sure
answers. However, the moment you want to use bash_completion and your
enhanced script becomes a part of that functionality you _have_ to
depend on the Fink supplied package. However in this special case where
you simply install a completetion script and leave it to the user
whether he/she might like to use it, that behaviour you described should
be ok.
- -d
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.3.6 (Darwin)
iD8DBQFBBiNvPMoaMn4kKR4RAxjhAJ9m+jVZrYUi85R8ICIUQAjl+iv+5wCdEX0a
3vhS/XYYbhnvWupDMxELltk=
=BhIq
-END PGP SIGNATURE-
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Fwd: [Fink-beginners] Update problem

2004-07-27 Thread Alexander K. Hansen
I'm forwarding this onto -devel because the package maintainer's email 
bounces.

Begin forwarded message:
From: [EMAIL PROTECTED]
Date: July 27, 2004 12:08:15 PM EDT
To: Fink Mailing-Liste <[EMAIL PROTECTED]>
Subject: [Fink-beginners] Update problem
Hi guys,
When I run update-all from terminal or Commander I get this:
In file included from rep-types.c:24:
rep-gtk.h:294: error: conflicting types for 
`gtk_radio_menu_item_new_with_label_from_widget'
/sw/include/gtk-2.0/gtk/gtkradiomenuitem.h:79: error: previous 
declaration of `gtk_radio_menu_item_new_with_label_from_widget'
rep-gtk.h:297: error: conflicting types for 
`gtk_radio_menu_item_new_with_mnemonic_from_widget'
/sw/include/gtk-2.0/gtk/gtkradiomenuitem.h:77: error: previous 
declaration of `gtk_radio_menu_item_new_with_mnemonic_from_widget'
make: *** [rep-types.lo] Error 1
### execution of make failed, exit code 2
Failed: compiling rep-gtk-0.18-12 failed
[Donald-Skoogs-Computer:~] donaldsk%

Any way to fix this?
Don Skoog
--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] error in validation code ?

2004-07-27 Thread Koen van der Drift
Hi,
I keep getting the following error when I validate one of my packages:
Validating package file 
/sw/fink/10.3/unstable/main/finkinfo/libs/perlmods/xml-node-pm.info...
Error: Package name may only contain lowercase letters, numbers,'.', 
'+' and '-' (xml-nodel-pm.info)
RubyTuesday:~ koen$

The package name looks fine:
Package: xml-node-pm%type_pkg[perl]
It also happens with other perlmods packages (haven;t tested them all ;)
Package manager version: 0.20.6
Distribution version: 0.7.0.cvs
- Koen.

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] error in validation code ?

2004-07-27 Thread Daniel Macks
On Tue, Jul 27, 2004 at 08:41:08PM -0400, Koen van der Drift wrote:
> Hi,
> 
> I keep getting the following error when I validate one of my packages:
> 
> Validating package file 
> /sw/fink/10.3/unstable/main/finkinfo/libs/perlmods/xml-node-pm.info...
> Error: Package name may only contain lowercase letters, numbers,'.', 
> '+' and '-' (xml-nodel-pm.info)
> RubyTuesday:~ koen$
> 
> The package name looks fine:
> Package: xml-node-pm%type_pkg[perl]

The validator in the currently-released versions of fink do not handle
variants well. It was fixed a while ago in CVS HEAD, but IIRC the fix
was too intertwined with other major changes there to easily backport
to the current release branch.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] bash completion scripts

2004-07-27 Thread Lars Rosengreen
On Jul 27, 2004, at 2:42 AM, David H. wrote:
Lars Rosengreen wrote:
| The Darcs package I maintain comes with a bash completion script that
| can be installed in %p/etc/bash_completion.d/  .  Do you think it is
| appropriate for me to put things in this directory without depending 
on
| the bash-completion package in fink? 

Since this is a very special case, I cannot give you 100% be sure
answers. However, the moment you want to use bash_completion and your
enhanced script becomes a part of that functionality you _have_ to
depend on the Fink supplied package. However in this special case where
you simply install a completetion script and leave it to the user
whether he/she might like to use it, that behaviour you described 
should
be ok.
What I decided to do (based on a suggestion from dmacks) was to package 
the bash-completion script in a SplitOff named %N-bash-completion that 
depends on the bash-completion package.  That seems like an elegant way 
to deal with the situation.

Thanks for the advice,
-Lars

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel