~xdream8

Recent activity

New Feature: package aliasing 2 years ago

From XDream8 to ~carbslinux/cpt-devel

Hey,

This would for example allow us to replace a dependency
by aliasing package1 with replacement1
without forking packages(lets say for example ncurses and netbsd-curses).
Or for example removing dependencies like libX11
by aliasing it to empty character(" ")

Thanks
-
XDream8

Re: replace ncurses with netbsd-curses 2 years ago

From XDream8 to ~carbslinux/carbslinux-devel

Hey,

The other day I decided to patch all packages to work with netbsd-curses.
if i succeed i will post a patch

Thank you!
--
XDream8

replace ncurses with netbsd-curses 2 years ago

From XDream8 to ~carbslinux/carbslinux-devel

Hello,

If we replaced ncurses with an smaller curses implementation,
like netbsd-curses the base system would be smaller
and it would allow us to optimize our system further

If you need help with it I can send a patch

Thanks
--
XDream8

Re: ruby compilation fails 2 years ago

From XDream8 to ~carbslinux/carbslinux-devel

fixed with latest source change

ruby compilation fails 2 years ago

From XDream8 to ~carbslinux/carbslinux-devel

Hello,

I got an error when building ruby

executable host ruby is required. use --with-baseruby option.

full log: http://ix.io/49kd

Thanks!
---
XDream8

Making introspection support optional 2 years ago

From XDream8 to ~carbslinux/carbslinux-devel

Hello,

I made gobject-introspection optional in my local repo. But since i would have to update the changed packages myself for only this change, it would be better if these changes were in carbs repo

I can make these changes in carbs repo and send a patch if you want.

Thanks