| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| ... | |||||
| * | Return 2 platconf dirs from ob_get_system_path(). | P. J. McDermott | 2012-10-20 | 1 | -2/+5 |
| | | |||||
| * | Expect >= 1 platconf dirs from ob_get_system_path. | P. J. McDermott | 2012-10-20 | 1 | -7/+17 |
| | | |||||
| * | s/config/platconf/ in ob-installplatconf. | P. J. McDermott | 2012-10-20 | 1 | -4/+4 |
| | | | | | This changed in SPF 2.0. | ||||
| * | Add build helper directory to beginning of PATH. | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
| | | | | | | This should prevent the unintended use of old copies of build helper utilities that happened to be installed in a directory in the PATH. | ||||
| * | Fix license info in opkbuild version message. | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
| | | |||||
| * | Additionally license testsetup.sh under GPLv2. | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
| | | |||||
| * | s/version 3 or later/version 2 or later/ | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
| | | |||||
| * | Distribute both COPYING.2 and COPYING.3. | P. J. McDermott | 2012-10-20 | 1 | -1/+2 |
| | | | | | | This change was present in opkbuild 3.0.0-alpha2; I just forgot to commit it into the repository... | ||||
| * | Fix creation of documentation directories. | P. J. McDermott | 2012-10-20 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | Before: $ ls -l usr/share/doc total 4 drwxr-xr-x 2 pj pj 4096 Oct 19 23:24 fakeroot-doc $ ls -l usr/share/doc/fakeroot-doc total 0 lrwxrwxrwx 1 pj pj 23 Oct 19 23:24 fakeroot -> /usr/share/doc/fakeroot After: $ ls -l usr/share/doc total 0 lrwxrwxrwx 1 pj pj 23 Oct 20 12:58 fakeroot-doc -> /usr/share/doc/fakeroot $ ls -l usr/share/doc/fakeroot-doc lrwxrwxrwx 1 pj pj 23 Oct 20 12:58 usr/share/doc/fakeroot-doc -> /usr/share/doc/fakeroot | ||||
| * | Release opkbuild 3.0.0-alpha2.opkbuild-3.0.0-alpha2 | P. J. McDermott | 2012-10-16 | 1 | -0/+11 |
| | | |||||
| * | Increment alpha version number. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | | |||||
| * | Additionally license man/* under GPLv2. | P. J. McDermott | 2012-10-16 | 19 | -19/+19 |
| | | |||||
| * | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 38 | -38/+38 |
| | | |||||
| * | Add the terms of the GNU GPL version 2.0. | P. J. McDermott | 2012-10-16 | 2 | -0/+339 |
| | | |||||
| * | Make testsetup.sh print error and info messages. | P. J. McDermott | 2012-10-16 | 1 | -9/+29 |
| | | |||||
| * | Fix missing platform for src opk files. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | | |||||
| * | Get Uploader, not Maintainer, from changelog. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | | |||||
| * | Add host platform to opk file names. | P. J. McDermott | 2012-10-16 | 1 | -2/+5 |
| | | |||||
| * | Don't hardcode the host arch in ob-buildopk. | P. J. McDermott | 2012-10-16 | 1 | -3/+6 |
| | | |||||
| * | Make ob-gencontrol write a "Platform" field. | P. J. McDermott | 2012-10-16 | 1 | -4/+8 |
| | | |||||
| * | Make ob-gencontrol write a "Maintainer" field. | P. J. McDermott | 2012-10-16 | 1 | -0/+1 |
| | | |||||
| * | Don't rely on POSIX-conformant comment parsing. | P. J. McDermott | 2012-10-13 | 2 | -34/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | POSIX.1-2008 specifies that comments in makefile syntax start with a "#" and continue "until an **unescaped** <newline> is reached" (empahsis added). FreeBSD's pmake apparently ignores the backslash before the newline in comments and prints a "Need an operator" error message while parsing a generated src/Makefile: $ make Making executable files... "Makefile", line 49: Need an operator make: fatal errors encountered -- cannot continue NetBSD's pmake on the other hand appears to be POSIX-conformant in this regard. See also: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html#tag_20_76_13_01 https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Backslash_002dNewline-Comments.html | ||||
| * | Add a space before "=" in macro assignment. | P. J. McDermott | 2012-10-13 | 1 | -1/+1 |
| | | |||||
| * | Release opkbuild 3.0.0-alpha1.opkbuild-3.0.0-alpha1 | P. J. McDermott | 2012-10-11 | 1 | -0/+13 |
| | | |||||
| * | 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 |
| | | |||||
