2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Drop debug output More... almost 12 years ago
Work towards hierarchical builds More... almost 12 years ago
Haikuporter now populates the repository from all parseable recipes More... almost 12 years ago
Adjusted haikuporter to build packages inside of a chroot More... almost 12 years ago
* replace STATUS_HAIKU config string with ARCHITECTURES, which specifies the status of the port for one or more architectures More... almost 12 years ago
* drop question about any requirements of a port, those will be handled automatically, soon More... almost 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... almost 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... almost 12 years ago
Manually apply change in the vain of r2178 from trunk: More... almost 12 years ago
Merged r1874 from trunk. More... almost 12 years ago
Merged r1798 from trunk. More... almost 12 years ago
* pull class Port out of HaikuPorter More... almost 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... almost 12 years ago
Rename *DEPEND to *REQUIRES, add BUILD_PREREQUIRES More... almost 12 years ago
buildPort(): Create the distro dir More... almost 12 years ago
Fix repeated typo. More... almost 12 years ago
Add template text for required PACKAGER configuration variable in haikuports.conf More... almost 12 years ago
Drop TODOs introduced earlier, we will notice anyway when we switch to Python3 More... almost 12 years ago
Sort used modules and fix most problems detected by PyDev (unused variables, mixed spacing, unknown functions, ...) More... almost 12 years ago
Fix indentation of previous commit (2332) More... almost 12 years ago
makePackage(): Include the port's license files in the package More... almost 12 years ago
makePackage(): Small cleanup More... almost 12 years ago
Update copyrights, and fixed typo More... about 12 years ago
Updated haikuporter to check for <cr> at end of line in bep file. More... about 12 years ago
Update haikuporter to validate that COPYRIGHT starts with a year, first two digits should be either a 19 or 20. More... about 12 years ago
Updated haikuporter to install cmake if it is needed. Patch from GCI2012 student Theodore Kokkoris More... about 12 years ago
Fix for handling .xz source files. Patch from GCI2012 student Tri-Edge Al More... about 12 years ago
Updated haikuporter to put in x86 or x86_64 into packaged zip file name. More... about 12 years ago
Add support for fossil SCM URIs in .bep files. More... over 12 years ago
added support for patches to be applied on a specific gcc version More... almost 13 years ago