summaryrefslogtreecommitdiff
path: root/security/tripwire/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-05-21update mirrorzafer1-2/+2
2008-12-21This package isn't JOBS_SAFE.taca1-1/+2
2008-10-03Use POSIX types for int32/uint32 to fix build on AMD64.joerg1-3/+5
Add DESTDIR support.
2008-08-04Change MASITER_SITES to one still have old distfile.obache1-2/+2
from Zafer Aydogan via private mail.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2007-11-16By default, chmod follows symlinks, which is not intended here. Patch byrillig1-2/+2
Lloyd Parkes in PR 37391.
2007-10-09Needs pre-created directories.rillig1-4/+3
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-04-25Convert to buildlink3.snj1-2/+2
2003-12-09In include/config.h, uint32 was by default defined as an unsigned long.ben1-2/+2
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-09Actually set MASTER_SITES to site mentioned in revision 1.16.ben1-2/+2
2003-12-05Replace all uses of mktemp() with mkstemp() and close PR 23640.ben1-2/+2
2003-12-03The MASTER_SITES for security/tripwire does not have the tarball availableben1-2/+1
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-10-02Added support for FreeBSDmartti1-2/+2
2003-09-19Mark tripwire as being only for NetBSD and Solaris right now.agc1-1/+3
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-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-01Use tabs instead of spaces.jmmv1-3/+3
2003-05-01Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv1-4/+14
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-2/+2
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-01-06Split up installation of directories to please SunOS /usr/ucb/installcjep1-2/+3
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-09Fix MASTER_SITES and HOMEPAGE, noted by Brian Poole.wiz1-3/+3
2000-02-05pax -> ${PAX}wiz1-2/+2
1999-04-09Make this package work on Solaris.agc1-5/+8
1998-11-17Initial import of tripwire-1.2, a file and directory integrity checker,agc1-0/+27
into the NetBSD Packages Collection.