Re: [Fink-devel] camlp5 dependency problem

2014-05-07 Thread Bruno De Fraine
Hello Daniel,

camlp5 needs to be updated for compatibility with new Ocaml releases, see:
http://camlp5.gforge.inria.fr/CHANGES

For Ocaml 4.01.0, you need to update to camlp5 version 6.10 or 6.11.

Probably the info file can be used as is if you just update the 
Version field (and the Ocaml dependency), but I don't have routine 
Fink access anymore to check (let alone commit access).

Regards,
Bruno

On 5/05/2014 21:53, Daniel Macks wrote:
 I just tried to build camlp5 on 10.7. But...

 Can't resolve dependency ocaml (= 3.13.0) for package camlp5-6.02.3-1 (no
 matching packages/versions found)

 Sure enough, we have ocaml, but it's 4.01.0-1

 dan

   --
 Daniel Macks
 dma...@netspace.org



--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Packaging fcron

2007-04-17 Thread Bruno De Fraine
Hello,

I'm trying to package the cron-replacement fcron (http:// 
fcron.free.fr/), but it is somewhat more advanced than packages I  
have done previously, and I can't find answers to the following  
questions in the packaging tutorial.

fcron uses a setup very similar to cron, with a daemon and an  
fcrontab command that allows ordinary users to update their tab. This  
fcrontab command must be able to write to a spool directory, in order  
to communicate with the daemon.

1) Since ordinary users can't write to the spool directory directly,  
the fcrontab binary must be installed with setuid or setgid bits.  
What's the preferred way to do this in Fink? From the postinst  
scripts? (Any packages to look at as an example?)

2) Some setups (like the Debian setup of cron/fcron, but unlike the  
Mac OS X setup of cron), use a dedicated fcron user and group, and  
make the spool directory writable to this user. As such, the fcrontab  
command can be suid-fcron instead of suid-root (the fcronsighup  
command is still suid-root though, but it is probably much simpler).  
Would this be advisable for Fink as well? If so, how can you create  
an additional user? This seems to require a listing in the passwd  
package.

3) Is there any documentation on the format for daemonic service  
descriptions, as placed in the field DaemonicFile? (Or any packages  
to look at as an example?)

Thanks and best regards,
Bruno De Fraine


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel