summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Expand)AuthorFilesLines
2007-08-09Use the passed in string and Pkgdeps when calling strsep, fixingjoerg1-3/+3
2007-08-09For user-destdir installation, we need to ues the REAL_ROOT_USER.joerg1-2/+2
2007-08-09Add DESTDIR support.joerg1-4/+6
2007-08-09When matching a non-pattern (aka a base name), assign the correctjoerg1-3/+3
2007-08-08Replace note_whats_installed, add_to_list_fn and generally mostjoerg13-340/+586
2007-08-08New sentence, new line; use more markup; fix a typo.wiz1-6/+13
2007-08-08Fix build on Solaris by including fcntl.h, needed for O_RDONLY definition.tnn2-2/+8
2007-08-08pkg_rolling-replace-0.10:tnn3-37/+74
2007-08-07Drop trailing whitespace.wiz1-2/+2
2007-08-07No need for PKGREVISION for tnftp-20070806.lukem1-2/+1
2007-08-06Update to pkg_rolling-replace-0.6:tnn2-21/+31
2007-08-05Use full parameter lists in macros to avoid bogus replacements.tnn1-5/+5
2007-08-05s//etc/${PKG_SYSCONFDIR}/adrianp1-2/+3
2007-08-05Correctly handle ordering NULL -- this greatly simplifies using itjoerg2-6/+17
2007-08-05Don't compare a function name against NULL, master_mode is meant here.joerg3-6/+6
2007-08-05Do SUBST handling in post-patch instead of pre-configure. This makestnn1-3/+3
2007-08-05Tru64 doesn't have strtoll, but alpha is a pure LP64 platform so we cantnn1-1/+5
2007-08-05Add quotes around sed scripts.tnn1-3/+3
2007-08-05Add some useful comments.tnn1-1/+7
2007-08-05No sin_len on digital unix derivatives. (xxx: time for a configure test?)tnn1-2/+3
2007-08-05Detect grp.h. Regen.joerg3-16/+22
2007-08-04Try hard to get 64bit offsets in all modules, fixing misunderstandingsjoerg2-3/+37
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