From XDream8 to ~carbslinux/cpt-discuss
From XDream8 to ~carbslinux/cpt-devel
One example package manager that does this https://github.com/venomlinux/scratchpkg/blob/master/scratchpkg.alias
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
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
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
From XDream8 to ~carbslinux/carbslinux-devel
fixed with latest source change
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
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