Age | Commit message (Expand) | Author | Files | Lines |
2007-08-03 | Bump version to 20070803 after fixing a crash when generating Tiger hashes | tnn | 2 | -11/+11 |
2007-08-03 | Allocate enough storage space to hold a tiger hash. Corrects a | tnn | 1 | -3/+3 |
2007-08-03 | Fix bootstrap issues reported by tnn@ | joerg | 3 | -13/+26 |
2007-08-03 | The forced disabling of zlib and bzip2 was meant for testing only, | joerg | 1 | -4/+1 |
2007-08-03 | Bump date for last change. | joerg | 2 | -3/+3 |
2007-08-03 | - only build pkg_admin, pkg_create and pkg_info for --enable-bootstrap | joerg | 16 | -295/+842 |
2007-08-03 | pkg_rolling-replace-0.5: | tnn | 2 | -5/+4 |
2007-08-02 | regen. | wiz | 2 | -8/+8 |
2007-08-02 | Bump date for fixed paths. | wiz | 2 | -4/+4 |
2007-08-02 | Update some paths on ftp.NetBSD.org. | wiz | 3 | -9/+9 |
2007-08-02 | Include inttypes.h if it exists. Fixes issues on OSF/1 as reported | joerg | 6 | -4/+27 |
2007-08-02 | Include "bsd.prefs.mk" to avoid error messages from e.g. "pkg_chk". | tron | 1 | -1/+3 |
2007-08-01 | Include <stdint.h> if HAVE_STDINT_H is defined, not HAVE_INTTYPES_H. | taca | 1 | -2/+2 |
2007-08-01 | Near full rewrite of posix_headers: | tnn | 18 | -108/+203 |
2007-08-01 | Allow libnbcompat to be used in cross-compiled packages. | joerg | 1 | -2/+8 |
2007-07-31 | Disable CHECK_PERMS here as it is needed for groff onsome platforms. | joerg | 1 | -1/+2 |
2007-07-31 | -Wall is a non-standard flag, don't use it in a bootstrap package. | joerg | 1 | -2/+2 |
2007-07-31 | Don't use u_{char,short,int,long} as they are non-standard. | joerg | 18 | -100/+100 |
2007-07-30 | Remove a now unused extern declaration. | joerg | 1 | -2/+1 |
2007-07-30 | Remove first obstactle in pkg_add for switching to libarchive: | joerg | 5 | -125/+35 |
2007-07-30 | Don't build a list for a single item, but change the pkg_perform | joerg | 3 | -31/+15 |
2007-07-30 | Push pkg_perform prototype into the individual packages. | joerg | 5 | -8/+13 |
2007-07-29 | + REPLACE_KSH | rillig | 1 | -1/+2 |
2007-07-29 | Specify PKG_DBDIR to pkg_admin and pkg_info via their -K argument | seb | 1 | -3/+3 |
2007-07-29 | Remove redundant SUBST_* from package Makefile | adrianp | 2 | -23/+9 |
2007-07-29 | Added REPLACE_PYTHON to fix a warning reported by gdt. | rillig | 1 | -1/+2 |
2007-07-28 | Fix two typos, and improve wording. | wiz | 1 | -4/+4 |
2007-07-27 | As reported by tnn@, the old approach to find the byte order | joerg | 7 | -290/+278 |
2007-07-27 | No need to use the -p flag to cp(1) here. | tnn | 1 | -2/+2 |
2007-07-27 | Split bootstrap into two phases: | joerg | 1 | -0/+32 |
2007-07-27 | Some people actually watch the pbulk-build client output, so add | joerg | 2 | -4/+4 |
2007-07-26 | Update pkglint to 4.78: | abs | 2 | -14/+33 |
2007-07-26 | Thinking again, include bsd.prefs.mk *first* and override CHECK_PERMS | joerg | 1 | -2/+3 |
2007-07-26 | Skip the permission check for libkver as well to avoid cyclic | joerg | 1 | -1/+2 |
2007-07-26 | After the obsoletion on March, remove the support for require scripts. | joerg | 14 | -174/+58 |
2007-07-26 | As discussed in PR 36662, the include of nbcompat.h takes care of | joerg | 1 | -3/+5 |
2007-07-25 | pkgsrc_base_dir is now without leading /, compensate. GC it in the HTML | joerg | 3 | -9/+7 |
2007-07-25 | Mostly deorbit mtree support: | joerg | 16 | -175/+47 |
2007-07-25 | Remove an additional ) and correct the assignment of a variable. | joerg | 3 | -6/+6 |
2007-07-24 | Check we can write to ${PKGVULNDIR} before attempting a download. | adrianp | 1 | -1/+10 |
2007-07-23 | Include nbcompat.h to sort out err.h | adrianp | 1 | -2/+5 |
2007-07-22 | Move variable declaration to top of function body to make this build with | tnn | 1 | -2/+2 |
2007-07-21 | Wrap inclusion of inttypes.h in #ifdef HAVE_INTTYPES_H | tnn | 1 | -1/+3 |
2007-07-21 | Uses ntohl(), so include <arpa/inet.h> | tnn | 2 | -2/+6 |
2007-07-21 | Add workaround for broken 'struct sigaction' on Interix. | tnn | 1 | -1/+3 |
2007-07-21 | Add workaround for broken 'struct sigaction' on Interix. | tnn | 1 | -1/+3 |
2007-07-21 | Interix doesn't have sockaddr_in.sin_len. | tnn | 1 | -2/+2 |
2007-07-21 | Another version bump due to added configure check for uintptr_t | tnn | 2 | -4/+5 |
2007-07-21 | * configure.ac: Add AC_TYPE_UINTPTR_T, needed by sha2.c. | tnn | 3 | -1/+125 |
2007-07-21 | Add missed file in last update | adrianp | 1 | -4/+35 |