Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Remove some spaces in README. | P. J. McDermott | 2012-10-11 | 1 | -2/+2 |
| | |||||
* | Fix LIBDIR info in configure help output. | P. J. McDermott | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Remove unreleased changes from old ChangeLog. | P. J. McDermott | 2012-10-11 | 1 | -6/+0 |
| | |||||
* | Run mkdir in ob-installdocs only if necessary. | P. J. McDermott | 2012-10-11 | 1 | -2/+8 |
| | |||||
* | Only set toolchain prefix when cross building. | P. J. McDermott | 2012-10-11 | 1 | -1/+7 |
| | |||||
* | Temporarily disable invocation of ob-genchanges. | P. J. McDermott | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Rewrite TODO. | P. J. McDermott | 2012-10-11 | 1 | -42/+12 |
| | |||||
* | Update README. | P. J. McDermott | 2012-10-11 | 1 | -22/+16 |
| | |||||
* | Include tests in opkbuild distribution archive. | P. J. McDermott | 2012-10-10 | 2 | -0/+11 |
| | |||||
* | Don't omit arch:all packages from OPK_PACKAGES. | P. J. McDermott | 2012-10-10 | 1 | -1/+2 |
| | |||||
* | Reset _obgbpk_pkgs before reusing it. | P. J. McDermott | 2012-10-10 | 1 | -0/+2 |
| | |||||
* | Return 0 on success in ob_parse_changelog(). | P. J. McDermott | 2012-10-10 | 1 | -5/+3 |
| | | | | | In packages with more than 124 changes, ob_parse_changelog() would return an error value. | ||||
* | More properly set IFS to its default value. | P. J. McDermott | 2012-10-09 | 1 | -1/+2 |
| | |||||
* | Fix message ID in locales. | P. J. McDermott | 2012-10-09 | 2 | -2/+2 |
| | |||||
* | Update en_MID locale file for package.sm. | P. J. McDermott | 2012-10-09 | 1 | -0/+2 |
| | |||||
* | Update en_US locale file for package.sm. | P. J. McDermott | 2012-10-09 | 1 | -0/+2 |
| | |||||
* | Pass args to binary package name warnings. | P. J. McDermott | 2012-10-09 | 1 | -2/+3 |
| | |||||
* | Fix missing ob_get_msg() calls. | P. J. McDermott | 2012-10-09 | 1 | -2/+2 |
| | |||||
* | Ensure ob-* utils can be run w/o BINDIR in PATH. | P. J. McDermott | 2012-10-09 | 2 | -11/+12 |
| | |||||
* | Protect library functions from IFS changes. | P. J. McDermott | 2012-10-09 | 1 | -0/+9 |
| | |||||
* | Unset IFS after changing it. | P. J. McDermott | 2012-10-09 | 1 | -1/+2 |
| | |||||
* | Fix patch pathnames. | P. J. McDermott | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Replace unsafe/unnecessary ls command in for loop. | P. J. McDermott | 2012-10-09 | 1 | -1/+8 |
| | |||||
* | Fix install destination of runtime platconf files. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Install platconf files only for built packages. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Install docs only for built packages. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Pack archives only for built packages. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Generate control files only for built packages. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Remove old locale file. | P. J. McDermott | 2012-10-09 | 1 | -141/+0 |
| | |||||
* | Fix LOCALEDIR info configure help text. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Make a kFreeBSD sample archtab with testsetup.sh. | P. J. McDermott | 2012-10-09 | 1 | -0/+2 |
| | |||||
* | Fix archtab format and GNU system names. | P. J. McDermott | 2012-10-09 | 1 | -3/+3 |
| | |||||
* | Improve quoting in configure. | P. J. McDermott | 2012-10-08 | 1 | -4/+8 |
| | |||||
* | Improve non-option argument handling in configure. | P. J. McDermott | 2012-10-08 | 1 | -2/+10 |
| | |||||
* | Write a script to generate files to test opkbuild. | P. J. McDermott | 2012-10-08 | 1 | -0/+130 |
| | | | | | This temporary script can be used to make opkbuild run on any UNIX-like system as if it was running on ProteanOS. | ||||
* | Move build helper check into ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 2 | -8/+15 |
| | |||||
* | Support OPKHELPER_3_0 macro in makefiles. | P. J. McDermott | 2012-10-08 | 2 | -2/+6 |
| | |||||
* | Use clean macro names in makefiles. | P. J. McDermott | 2012-10-08 | 1 | -0/+1 |
| | |||||
* | Make opkhelper-3.0 an optional dependency. | P. J. McDermott | 2012-10-08 | 1 | -1/+19 |
| | |||||
* | Set missing_deps in main in configure. | P. J. McDermott | 2012-10-08 | 1 | -4/+2 |
| | |||||
* | Fix variable names in find_dep_*() in configure. | P. J. McDermott | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | Improve IFS setting in find_dep_*() in configure. | P. J. McDermott | 2012-10-08 | 1 | -8/+8 |
| | |||||
* | s/scripts/sources/ in configure help text. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Fix package name and version in configure help. | P. J. McDermott | 2012-10-08 | 1 | -1/+2 |
| | |||||
* | Document features and deps in configure help text. | P. J. McDermott | 2012-10-08 | 1 | -0/+10 |
| | |||||
* | Support lib deps like opkhelper-3.0 in configure. | P. J. McDermott | 2012-10-08 | 1 | -1/+38 |
| | |||||
* | Use SYSCONFDIR in ob_get_system_{arch,plat}(). | P. J. McDermott | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | Fix file mode of configure. | P. J. McDermott | 2012-10-08 | 1 | -0/+0 |
| | |||||
* | Add sysconfdir macro to lib/metadata/Makefile.in. | P. J. McDermott | 2012-10-08 | 1 | -1/+3 |
| | |||||
* | Add sysconfdir macro to Makefile.in. | P. J. McDermott | 2012-10-08 | 1 | -0/+2 |
| |