Commit graph

46 commits

Author SHA1 Message Date
rillig
0d736f5a52 By default, chmod follows symlinks, which is not intended here. Patch by
Lloyd Parkes in PR 37391.
2007-11-16 00:16:29 +00:00
rillig
feb1668cdf Needs pre-created directories. 2007-10-09 12:49:23 +00:00
wiz
b6160330f7 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
snj
a417c0a985 Convert to buildlink3. 2004-04-25 05:02:23 +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
2acc62fbb9 Actually set MASTER_SITES to site mentioned in revision 1.16. 2003-12-09 15:40:20 +00:00
ben
f9af6913a6 Replace all uses of mktemp() with mkstemp() and close PR 23640. 2003-12-05 05:40:32 +00:00
ben
fdcd599455 The MASTER_SITES for security/tripwire does not have the tarball available
for download.

I changed MASTER_SITES to match FreeBSD's ports/security/tripwire12.

I verified that the contents of these files are identical using cmp.
2003-12-03 21:18:09 +00:00
martti
24d78764ac Added support for FreeBSD 2003-10-02 07:13:27 +00:00
agc
781a0fe476 Mark tripwire as being only for NetBSD and Solaris right now.
The Darwin compile time configuration is easy to write, but I don't have a
Darwin box handy, and so the tw.conf.darwin is a bit difficult to write as
there tend to be a few non-standard paths.

In response to PR 22362.
2003-09-19 13:26:12 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
3b7463f403 Use tabs instead of spaces. 2003-05-01 21:48:40 +00:00
jmmv
22a8b06e36 Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2003-05-01 21:47:42 +00:00
grant
dc40bcec01 make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
2003-04-10 20:10:15 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
cjep
ddd81b681e Split up installation of directories to please SunOS /usr/ucb/install 2003-01-06 07:44:11 +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
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
hubertf
c3b922fa0f The "aliases" file is now in /etc/mail, not /etc.
Pointed out by Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
in private mail.
2001-11-05 14:29:23 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
agc
a35e3d707c Move to sha1 digests, add distfile sizes. 2001-04-19 15:40:29 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
1322ba4347 Fix MASTER_SITES and HOMEPAGE, noted by Brian Poole. 2000-12-09 13:37:47 +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
wiz
43a4895a78 exclude /dev/fd from logging, as proposed by Scott Aaron Bamford
<sab@zeekuschrist.com> in
Pine.NEB.4.21.0003021549090.8049-100000@blip.fish.poo on tech-pkg,
to prevent segfault
2000-03-02 18:38:24 +00:00
wiz
8b0b49e070 pax -> ${PAX} 2000-02-05 06:03:02 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
agc
c9580c5871 Revert to previous configuration:
LOWER_OPSYS for Solaris is solaris.
Remove the ugly hacks which had been introduced to workaround previous
misunderstanding.
1999-07-08 08:06:59 +00:00
agc
a68a69cf76 The Makefile looks for files with LOWER_OPSYS in their names. The prototype
files for Solaris were conf-solaris.h and tw.conf.solaris. Change these to
be "sunos" for Solaris.
1999-07-06 11:32:41 +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