summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2007-09-18Don't cache the allocated argv in a local static variable, just allocatejoerg1-28/+16
2007-09-18Remove EXPECT_DEBUG code and if(0)'ed call of setbuf.joerg1-50/+2
2007-09-18Make allocation errors fatal. Better than leaking memory in the errorjoerg1-10/+5
2007-09-17Add and document FETCH_PRE_ARGS, idea from David Sainty in PR #23899.adrianp4-5/+24
2007-09-16Fix a major memory leak in Dewey that existed sine ~forever.joerg3-46/+36
2007-09-14Don't use u_char when uint8_t are meant. Don't mess with __attribute__,joerg11-66/+70
2007-09-11All variables named by SUBST_VARS.* are marked as being used.rillig1-2/+9
2007-09-11Bump to 20070911 for pkg_add -u fixes.joerg1-2/+2
2007-09-11Replaced undefined behavior with an error message. We don't expectrillig1-5/+4
2007-09-11Removed unused variable.rillig1-5/+2
2007-09-11Applying sizeof() to a string parameter does not return the size of therillig1-4/+7
2007-09-10Cleaned up the TODO list from things I don't find worth implementing.rillig1-10/+1
2007-09-08Convert to use the features framework.jlam9-44/+27
2007-09-08Removed the warning about pkg_add or pkg_delete "not running as root"rillig2-13/+5
2007-09-08Avoid EPERM errors from tar when installing packages as an unprivilegedrillig1-2/+12
2007-09-07The WRKDIR and PREFIX can be saved in the log directory when a packagerillig2-2/+15
2007-09-07In unprivileged builds, the user running pkg_add and pkg_delete isrillig2-6/+6
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam2-4/+4
2007-09-06Drop libnbcompat/buildlink3.mk and force all packages that usejlam2-35/+2
2007-09-06Use only features available in nawk.jlam1-3/+7
2007-09-06If waitpid was interrupt for some reason, restart it. Error out on alljoerg1-5/+6
2007-09-06Fix build on QNX. From Sean Boudreau.joerg1-2/+9
2007-09-04Ensure undef before typedef, to avoid error when a application detect missingobache1-3/+4
2007-09-04Fixed some internal pkglint errors.rillig1-4/+4
2007-09-04load_lines returns false on failure, not undef.rillig1-2/+2
2007-08-29* When adding or checking a package using pkg_admin(1), give a morejlam5-16/+40
2007-08-29Add FILE_NAME, the name of the binary package file.dillo3-5/+20
2007-08-27Update pkg_chk to 1.86:abs3-70/+88
2007-08-25Only gcc understands those -W* flags for warnings.rillig1-1/+3
2007-08-24Drop -RELEASE and similiar components of the OS version on FreeBSD asjoerg2-2/+2
2007-08-24Clean up the old log files when retrying to build a package.rillig1-2/+3
2007-08-24Added some comments to the configuration file, to help the uninitiatedrillig1-2/+21
2007-08-23regen.wiz1-4/+4
2007-08-23Replace reference to (obsolete) -M with tar(1). Bump date.wiz1-5/+6
2007-08-23Added support for installation to DESTDIR.heinz1-3/+5
2007-08-23xorg-dirs is gone. Bump to 4.79.joerg2-4/+3
2007-08-22Fix a bug in the processing of GPG in audit-packages.conf. This should fixadrianp1-8/+28
2007-08-21When looking for a package with a wildcard pattern, don't add thejoerg2-5/+5
2007-08-20Add DESTDIR supportagc2-11/+27
2007-08-20Add DESTDIR supportagc1-3/+6
2007-08-18x11/xorg-libs/version.mk was removed, catch up.joerg1-2/+1
2007-08-17Remove leading spaces from PKGNAME, to cope with an old bug.gdt2-4/+4
2007-08-16close is a function, fix C&P errors. From Aleksey Cheusov.joerg4-15/+14
2007-08-16Work around broken default visibility in Linux (PR 36790).joerg2-3/+7
2007-08-16Revbump sweep of all libevent consumers due to update to libevent-1.3d.tnn1-1/+2
2007-08-15Don't hard-code tar as tar, but make it an option and use the tooljoerg5-11/+12
2007-08-15Shorten wording.joerg1-3/+3
2007-08-15Fix grammar. From salo@joerg1-2/+2
2007-08-15Start abstracting pkgdb access by introducing pkgdb_pkg_file.joerg5-44/+46
2007-08-15Make _pkgdb_getPKGDB_DIR return const char * and fix fallout.joerg6-20/+21