2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hierarchical builds seem to work fine, now - at least for the rudimentary cases that I've tested it with. More... over 12 years ago
Drop debug output More... over 12 years ago
Work towards hierarchical builds More... over 12 years ago
Haikuporter now populates the repository from all parseable recipes More... over 12 years ago
Adjusted haikuporter to build packages inside of a chroot More... over 12 years ago
* replace STATUS_HAIKU config string with ARCHITECTURES, which specifies the status of the port for one or more architectures More... over 12 years ago
* drop question about any requirements of a port, those will be handled automatically, soon More... over 12 years ago
* add 'quiet' option that will suppress build output * remove global options and pass on only the required options to port * some more cleanup of Port member names More... over 12 years ago
* drop prompt_installer, as dependencies on any tools have to be declared via BUILD_PREREQUIRES - at a later stage, these will then be installed automatically More... over 12 years ago
Manually apply change in the vain of r2178 from trunk: More... over 12 years ago
Merged r1874 from trunk. More... over 12 years ago
Merged r1798 from trunk. More... over 12 years ago
* pull class Port out of HaikuPorter More... over 12 years ago
* Instead of parsing the config/recipe manually, we now evaluate those by a shell and collect the resulting settings (in form of environment vars). This makes all the shell features available to recipe files, too. Recipe actions are now implemented as shell functions. * recipe files are now expected to be named *.recipe * made the phase of the build package activation configurable (via BUILD_PACKAGE_ACTIVATION_PHASE), such that packages depending on themselves (e.g. autoconf) can be built even if the same version is already installed * the build package is now being deactivated, too * renamed '--distro' option to '--package' * dropped '--install' option, as it doesn't make sense in a packaged system * general cleanup More... over 12 years ago
Rename *DEPEND to *REQUIRES, add BUILD_PREREQUIRES More... over 12 years ago
buildPort(): Create the distro dir More... over 12 years ago
Fix repeated typo. More... over 12 years ago
Add template text for required PACKAGER configuration variable in haikuports.conf More... over 12 years ago
Drop TODOs introduced earlier, we will notice anyway when we switch to Python3 More... over 12 years ago
Sort used modules and fix most problems detected by PyDev (unused variables, mixed spacing, unknown functions, ...) More... over 12 years ago
Fix indentation of previous commit (2332) More... over 12 years ago
makePackage(): Include the port's license files in the package More... over 12 years ago
makePackage(): Small cleanup More... over 12 years ago
Update copyrights, and fixed typo More... over 12 years ago
Updated haikuporter to check for <cr> at end of line in bep file. More... over 12 years ago
Update haikuporter to validate that COPYRIGHT starts with a year, first two digits should be either a 19 or 20. More... over 12 years ago
Updated haikuporter to install cmake if it is needed. Patch from GCI2012 student Theodore Kokkoris More... over 12 years ago
Fix for handling .xz source files. Patch from GCI2012 student Tri-Edge Al More... over 12 years ago
Updated haikuporter to put in x86 or x86_64 into packaged zip file name. More... over 12 years ago
Add support for fossil SCM URIs in .bep files. More... about 13 years ago