Age | Commit message (Expand) | Author | Files | Lines |
2007-10-27 | Update to version 1.30. | seb | 3 | -10/+24 |
2007-10-27 | bump PKGREVISION for archivers/pax fix (largefile support). | grant | 1 | -2/+2 |
2007-10-25 | * If PLIST_SRC is explicitly set to an empty value in a package Makefile, | jlam | 2 | -3/+2 |
2007-10-25 | Re-add "intentionally empty" PLISTs for meta-packages and other packages | jlam | 1 | -0/+2 |
2007-10-25 | Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk | jlam | 2 | -2/+0 |
2007-10-25 | Reverted the deprecation of LICENCE and ACCEPTABLE_LICENCES, since there | rillig | 1 | -3/+5 |
2007-10-25 | It's not very useful to have empty PLIST files, so warn about it. This | rillig | 1 | -1/+15 |
2007-10-17 | Make language lawyers happy and rename report_recipient to plural. | joerg | 3 | -6/+6 |
2007-10-17 | LICENCE and ACCEPTABLE_LICENCES (British English) are deprecated. | rillig | 1 | -3/+5 |
2007-10-15 | I just removed the $bulklog directory once again, due to running | rillig | 1 | -1/+7 |
2007-10-14 | Fixed the problem with package name matching that Klaus Heinz discovered | rillig | 1 | -5/+21 |
2007-10-13 | Updated the URLs for ftp.NetBSD.org, so that they will work after the | rillig | 2 | -15/+15 |
2007-10-13 | Whew. pkglint didn't know FAIL_MSG at all. | rillig | 1 | -1/+2 |
2007-10-13 | FAIL_MSG may be a hidden command. | rillig | 1 | -2/+32 |
2007-10-12 | As pointed out in PR 37113, it is dangerous to set MAINTAINER | rillig | 1 | -2/+2 |
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 |