|
|
Subject: Move over Emeril! - msg#00112
List: os.opendarwin.darwinports
http://www.geocities.com/mfyp2003/sushi_and_japanese_cuisine_ec.html
MFYP Incorporated is proud to bring you new products like the Cooking Japanese series, that help to enhance your lifestyle and make certain aspects of it that much more enjoyable, however, if you would like to be removed from this mailing list please reply to this email with the word remove in the subject header. We thank you for your time and hope that we can come serve you in the future. Thank you!
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: DarwinPorts Binary Packages
Kevin is going to let me know when infrastructure has settle down a
bit, and then make a portrpmpackage.tcl stub target which I will do
some pattern matching to fill in. Someone else can also do this...
dependencies will use explicit portfile dependencies + Mach-O deps
Shantonu
On Thursday, February 27, 2003, at 9:00PM, Jordan Hubbard wrote:
Were there any takers?
On Friday, February 21, 2003, at 06:06 PM, Kevin Van Vechten wrote:
Sweet! I'll see if I can whip up a portrpm.tcl target sometime this
weekend, unless someone else is interested in taking this on, in
which case I'd be happy to help them get up to speed.
- Kevin
On Friday, February 21, 2003, at 06:01 PM, Shantonu Sen wrote:
On Friday, February 21, 2003, at 2:31AM, Kevin Van Vechten wrote:
c) Where do we stand on RPM packages?
As far as I know, no one has fully ported RPM to Darwin so far.
Once a satisfactory port is available, it would be pretty
straightforward to generate RPM packages.
Bug #360 , with new port attached (brought forward for Darwin 6.0.2)
_______________________________________________
Darwinports mailing list
Darwinports@xxxxxxxxxxxxxx
http://www.opendarwin.org/mailman/listinfo/darwinports
_______________________________________________
Darwinports mailing list
Darwinports@xxxxxxxxxxxxxx
http://www.opendarwin.org/mailman/listinfo/darwinports
_______________________________________________
Darwinports mailing list
Darwinports@xxxxxxxxxxxxxx
http://www.opendarwin.org/mailman/listinfo/darwinports
Previous Message by Thread:
click to view message preview
New Dependency Engine
I took the time today to factor out the dependency evaluation code
formerly housed in portutil.tcl and moved it to its own module
darwinports_dlist.tcl. I also pushed it up to the DarwinPorts API
layer, though the Port API still subscribes to it, via portutil.tcl.
Notable changes:
- DarwinPorts API may now open more than one portfile via dportopen
- opening a portfile twice via dportopen will increment an internal
reference count and return a handle to the original portfile
- open portfiles have a reference count and are only freed on the last
dportclose
- DarwinPorts now uses the dependency list package to more effectively
manage portfile dependencies.
- dependencies will no longer be built multiple times (bugs#: 333, 354)
- building will cease when an error occurs along the critical path
I touched a lot of code in these updates, and while my local testing
has had good results, it's relatively certain that I've broken
something somewhere. Please don't hesitate to report any new bugs on
the list or to me directly.
- Kevin
|
|