Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-07-21 | Misc man page fixes | adrianp | 5 | -2835/+3618 |
2007-07-20 | Split pattern related functions from lib/str.c off into lib/opattern.c. | joerg | 12 | -152/+221 |
2007-07-20 | Always call setprogname for platforms that don't have __progname. | joerg | 9 | -48/+44 |
2007-07-20 | Bump version due to changes in asprintf, snprintf and vsnprintf. | tnn | 2 | -3/+8 |
2007-07-20 | * configure.ac: Test for a standards-conformant vsnprintf. If it is found | tnn | 3 | -4/+119 |
2007-07-20 | Handle trailing NUL correctly. | tnn | 1 | -5/+8 |
2007-07-20 | Fix logic error in buffer handling (Hi Joerg!) | tnn | 1 | -6/+6 |
2007-07-19 | Replace "poor man's printf" implementation of (v)snprintf with an | tnn | 1 | -764/+69 |
2007-07-18 | New sentence, new line. Sort options. | wiz | 1 | -55/+73 |
2007-07-18 | Fix SHA256/SHA512 to work on strict alignment platforms. This was | joerg | 2 | -15/+51 |
2007-07-17 | Link libnbcompat before libevent (which may link to libc), so that | tnn | 1 | -3/+3 |
2007-07-17 | HPUX's sockaddr_in doesn't have a sin_len member, so don't initialise it. | tnn | 1 | -2/+2 |
2007-07-16 | Add two variables to specify the prefix of the report mail's subject | joerg | 3 | -5/+7 |
2007-07-16 | bulkdir was an old configuration variable and replaced with bulklog | joerg | 3 | -16/+17 |
2007-07-16 | Change download-vulnerability-list.sh to use exec_prefix in the | joerg | 3 | -4/+9 |