Hi David, Le 31 août 2013 à 09:35, David Chisnall a écrit :
> Hi Everyone, > > As anyone who follows the GNUstep lists or was at the DevMeeting should be > aware, I've recently taken over maintaining the FreeBSD GNUstep ports. The > core set is now in (installing devel/gnustep on FreeBSD will now give you the > latest versions of libobjc2, -base, -make and -gui, compiled for the > non-fragile ABI and with clang 3.3) and I'm now chasing various things that > use GNUstep. > > We used to have a large set of Étoilé ports, but they all gradually > bitrotted. I'd like to start bringing them back. To do this, we need some > releases (FreeBSD ports require tarballs to build from). We also (ideally) > need to be able to build things without depending on etoile.make (does this > work already? If not, we should provide a separate etoile-make package that > installs our makefiles in System/Library/Makefiles or similar). It's not possible to build things without etoile.make. However if you want to build things outside of the SVN tree, you can copy etoile.make inside each module directory. In this case, it's up to you to build the modules and install them in the right order. I haven't tested this feature for ages, but it used to work. At the end of each module main GNUmakefile, you can see: -include ../../etoile.make -include etoile.make This last line makes possible to build the module out of the SVN tree. If it doesn't work anymore, I can take a look. > I'd like to push out tarballs for these things fairly soon: > > - EtoileFoundation > - ScriptKit > - LanguageKit > - Smalltalk > - EtoileBehaviour > - XMPPKit > - StepChat > - Typewriter Sounds good. > In the relatively near future, I'd also like releases of: > > - CoreObect > - EtoileUI > - ? We'll have a CoreObject release pretty soon I think. I would add UnitKit and EtoileText to this list. Once the new CoreObject is ready, I'll update EtoileText to support it. Cheers, Quentin. _______________________________________________ Etoile-dev mailing list Etoile-dev@gna.org https://mail.gna.org/listinfo/etoile-dev