summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed some issues with the patches to remove nxcomp from nxnodescruggsj2006-07-312-9/+12
| | | | | | | | * Tweaked the 50nxpaths file * Added in the line to copy the nxcomp header files to the include dir. I forgot to copy this line over from the nxcomp ebuild. svn path=/testing/; revision=94
* * Updated the build numbers for nxcompsh, nxesd, nxkill, and nxservice scruggsj2006-07-303-27/+27
| | | | | | | | | in the nxclient-base ebuild. * Removing nxnode-base folder to add it back with some folder changes. For some reason the commit failed when trying to move the folders. So, this is a two part solution. :P svn path=/testing/; revision=92
* * Initial import of the nxnode ebuilds.scruggsj2006-07-172-12/+10
| | | | | | | | | | | | | | | | | | | | * Honestly, I would use the pre-compiled flag for now. nxnode cannot be compiled suing GCC 4.x. It will fail if you do. Just a warning. Also, I don't know if I have everything correct yet, hence the testing status. ;) * I have wrappers for the binaries so that the /usr/NX/lib dor gets set as a library path for those binaries that need it. Again, this is testing and a feature that may be removed int eh final version. If things work better with these wrappers, then they will stay. :) I need to test both ways. * Again, these are very experimental. I don't know if they will work correctly for everyone. I will get a patch out sometime for GCC 4.x. But, I don't know when. * I changed the way the wrappers are handled in the nxclient-base ebuilds. * have fun. :P svn path=/testing/; revision=90
* * Fixed typo in depends.scruggsj2006-07-152-4/+21
| | | | | | | | | | * Added the 50nxpaths file to add some environment variables. * Made some wrappers so that certain provrams get an added path that points to /usr/NX/lib. Maybe this will be better than setting LDPATH with caused lots of errors. * Might be feature complete. Needs some testing. svn path=/testing/; revision=87
* * Initial import of the nxclient 2.0.0 series of ebuilds.scruggsj2006-07-117-0/+267
* NOTE: These may not have all the depends and blockers in yet. * Will work for the most part. :P Well, should work for the most part. * There are too many patches, so I may roll them up all in to one, I haven't decided yet. * Hopefully this will give some indication on how I will do the nxnode ebuilds as well and the direction I want to go with these. * Also, some of the code needs to be reduced. * I know that amd64 users are marked as -amd64 for the nxclient-base ebuild because I don't know how compatible amd64 is when compiling. It hasn't been very friendly in the past, so I am being very leary with it this time around. * Just be careful using these for now. :) * Those patches were largely made by me with suggestions from others on how to fix nxcompsh from not compiling. :) Thanks to all those that pointed me in the right direction. * As always, please tell me about any errors these ebuilds give. I mainly only tested the compiling part because it's late and I am tired, and I wanted people to see my ideas in the form of ebuilds. Like I said before, I will fix these ebuilds up more after work. :) I am just glad they work as is. :P It's been a pain to get it some things to work out as planned. Cheers. svn path=/testing/; revision=81