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