Age | Commit message (Expand) | Author | Files | Lines |
2007-10-12 | X11_TYPE=xorg is no longer supported. | rillig | 1 | -2/+2 |
2007-10-10 | When installing the bootstrap kit from a directory, correctly handle the | rillig | 1 | -2/+3 |
2007-10-09 | Remove trailing spaces. | martti | 1 | -2/+2 |
2007-10-07 | fix obsolete URLs for www.NetBSD.org | kano | 10 | -18/+18 |
2007-10-01 | + MISSING_FEATURES | rillig | 1 | -1/+2 |
2007-10-01 | On Solaris, at least the catpages can be installed. By the way, mandoc | rillig | 1 | -6/+3 |
2007-10-01 | Marked _PKG_SILENT and _PKG_DEBUG as deprecated, added USE_FEATURES. | rillig | 2 | -2/+7 |
2007-09-29 | Honour the setting of MANINSTALL. | rillig | 1 | -2/+4 |
2007-09-29 | There is no master/slave mode anymore. | rillig | 1 | -5/+1 |
2007-09-27 | - Be less aggressive when resizing the version field, just resize if | joerg | 3 | -16/+22 |
2007-09-25 | GConf, not GConf2; bump version to 2.7. | wiz | 2 | -4/+4 |
2007-09-22 | Reverted two of my recent changes. | rillig | 1 | -6/+3 |
2007-09-21 | If dirfd is either a function or a macro, use it. If it doesn't exist, | joerg | 5 | -7/+250 |
2007-09-21 | Fully ANSIfy and use size_t and uint32_t in places where u_int was used | joerg | 16 | -149/+91 |
2007-09-21 | Fix spelling of variable and add DESTDIR support. | joerg | 1 | -4/+5 |
2007-09-21 | Removed code duplication by calling the client-clean script. | rillig | 3 | -12/+18 |
2007-09-21 | Only save PREFIX in a tar file if the package has reached the install | rillig | 1 | -3/+3 |
2007-09-21 | Thou shalt not nest double quotes in backticks, for the Solaris /bin/ksh | rillig | 1 | -2/+2 |
2007-09-20 | Finally fixed the bogus warnings in PHP extension packages concerning | rillig | 1 | -19/+30 |
2007-09-20 | Variables mentioned in SUBST_VARS.* are marked as used. An assertion in | rillig | 1 | -22/+55 |
2007-09-20 | update pkg_chk to 1.87. | abs | 2 | -5/+6 |
2007-09-18 | Don't cache the allocated argv in a local static variable, just allocate | joerg | 1 | -28/+16 |
2007-09-18 | Remove EXPECT_DEBUG code and if(0)'ed call of setbuf. | joerg | 1 | -50/+2 |
2007-09-18 | Make allocation errors fatal. Better than leaking memory in the error | joerg | 1 | -10/+5 |
2007-09-17 | Add and document FETCH_PRE_ARGS, idea from David Sainty in PR #23899. | adrianp | 4 | -5/+24 |
2007-09-16 | Fix a major memory leak in Dewey that existed sine ~forever. | joerg | 3 | -46/+36 |
2007-09-14 | Don't use u_char when uint8_t are meant. Don't mess with __attribute__, | joerg | 11 | -66/+70 |
2007-09-11 | All variables named by SUBST_VARS.* are marked as being used. | rillig | 1 | -2/+9 |
2007-09-11 | Bump to 20070911 for pkg_add -u fixes. | joerg | 1 | -2/+2 |
2007-09-11 | Replaced undefined behavior with an error message. We don't expect | rillig | 1 | -5/+4 |
2007-09-11 | Removed unused variable. | rillig | 1 | -5/+2 |
2007-09-11 | Applying sizeof() to a string parameter does not return the size of the | rillig | 1 | -4/+7 |
2007-09-10 | Cleaned up the TODO list from things I don't find worth implementing. | rillig | 1 | -10/+1 |
2007-09-08 | Convert to use the features framework. | jlam | 9 | -44/+27 |
2007-09-08 | Removed the warning about pkg_add or pkg_delete "not running as root" | rillig | 2 | -13/+5 |
2007-09-08 | Avoid EPERM errors from tar when installing packages as an unprivileged | rillig | 1 | -2/+12 |
2007-09-07 | The WRKDIR and PREFIX can be saved in the log directory when a package | rillig | 2 | -2/+15 |
2007-09-07 | In unprivileged builds, the user running pkg_add and pkg_delete is | rillig | 2 | -6/+6 |
2007-09-06 | Convert all libnbcompat/buildlink3.mk references to inplace.mk. | jlam | 2 | -4/+4 |
2007-09-06 | Drop libnbcompat/buildlink3.mk and force all packages that use | jlam | 2 | -35/+2 |
2007-09-06 | Use only features available in nawk. | jlam | 1 | -3/+7 |
2007-09-06 | If waitpid was interrupt for some reason, restart it. Error out on all | joerg | 1 | -5/+6 |
2007-09-06 | Fix build on QNX. From Sean Boudreau. | joerg | 1 | -2/+9 |
2007-09-04 | Ensure undef before typedef, to avoid error when a application detect missing | obache | 1 | -3/+4 |
2007-09-04 | Fixed some internal pkglint errors. | rillig | 1 | -4/+4 |
2007-09-04 | load_lines returns false on failure, not undef. | rillig | 1 | -2/+2 |
2007-08-29 | * When adding or checking a package using pkg_admin(1), give a more | jlam | 5 | -16/+40 |
2007-08-29 | Add FILE_NAME, the name of the binary package file. | dillo | 3 | -5/+20 |
2007-08-27 | Update pkg_chk to 1.86: | abs | 3 | -70/+88 |
2007-08-25 | Only gcc understands those -W* flags for warnings. | rillig | 1 | -1/+3 |