Commit graph

14 commits

Author SHA1 Message Date
taca
ec79fc220c Fix build problem with USE_DESTDIR == no. 2008-12-12 01:10:54 +00:00
joerg
afa791e368 Use POSIX types for int32/uint32 to fix build on AMD64.
Add DESTDIR support.
2008-10-03 17:42:28 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
grant
fe16309cfe don't override variables which pkgsrc already sets in MAKE_ENV.
fixes build on Solaris.
2004-02-08 13:36:20 +00:00
ben
4865884f55 Update the format string in dbase.build.c also.
Fix the format string and types to work on older versions of NetBSD, in
addition to FreeBSD and SunOS.
2003-12-09 19:17:37 +00:00
ben
c03f97f79f In include/config.h, uint32 was by default defined as an unsigned long.
However (because of -DTW_TYPE32='int' being added to CFLAGS for an LP64 fix
in revision 1.3 of patches/patch-aa) uint32 is defined as an unsigned int.
This caused two problems:
1) The format string in include/tripwire.h was not updated to match.
2) On NetBSD, off_t is __int64_t.

I am changing the format string in tripwire.h to match uint32.  I also
changed the type of the variable "size" from uint32 to off_t, and changed
its format string to match intmax_t.

This fixes the sparc64 coredump mentioned in PR 19391.
2003-12-09 15:56:56 +00:00
ben
f9af6913a6 Replace all uses of mktemp() with mkstemp() and close PR 23640. 2003-12-05 05:40:32 +00:00
jmmv
22a8b06e36 Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2003-05-01 21:47:42 +00:00
seb
30cb0aa238 Fix sparc64 build by patching sigs/sha/sha.c like the revision 1.6 of
basesrc/lib/libc/hash/sha1.c.
2002-08-20 17:19:34 +00:00
agc
f808842e76 Add a patch so that the 64-bit size (from the stat buffer) is printed using
the correct printf-format. From LeRoy Miller (root@gcc.ansic.net) in PR
pkg/10478.
2000-07-14 08:59:36 +00:00
agc
2d94eb25f3 Substitute for @localbase@ in the config files. The substitute stage
was being performed by the Makefile, but there wouldn't have been any
substitutions made because there was no occurrence of @localbase@
in the target files.
Pointed out in PR 7794 by Mason Loring Bliss.
1999-07-06 11:29:41 +00:00
ross
37102ee820 LP64 fix. 1999-05-31 04:10:32 +00:00
agc
b84f0d7f72 Make this package work on Solaris. 1999-04-09 10:46:55 +00:00
agc
22fd8f9cc7 Initial import of tripwire-1.2, a file and directory integrity checker,
into the NetBSD Packages Collection.
1998-11-17 16:27:25 +00:00