Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-04 | Add SHA512 digests for distfiles for security category | agc | 1 | -1/+2 | |
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-07-12 | Use BROKEN_EXCEPT_ON_PLATFORM for package requiring minor porting. | dholland | 1 | -2/+2 | |
2015-03-15 | needs lex & yacc | tnn | 1 | -2/+2 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-02-16 | Make sure the correct install tool is used. | hans | 1 | -1/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2009-05-21 | update mirror | zafer | 1 | -2/+2 | |
2008-12-21 | This package isn't JOBS_SAFE. | taca | 1 | -1/+2 | |
2008-12-12 | Fix build problem with USE_DESTDIR == no. | taca | 2 | -4/+13 | |
2008-10-03 | Use POSIX types for int32/uint32 to fix build on AMD64. | joerg | 4 | -27/+38 | |
Add DESTDIR support. | |||||
2008-08-04 | Change MASITER_SITES to one still have old distfile. | obache | 1 | -2/+2 | |
from Zafer Aydogan via private mail. | |||||
2008-05-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -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-28 | Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, | rillig | 1 | -2/+2 | |
to shut up the pkglint warnings. | |||||
2007-11-16 | By default, chmod follows symlinks, which is not intended here. Patch by | rillig | 1 | -2/+2 | |
Lloyd Parkes in PR 37391. | |||||
2007-10-09 | Needs pre-created directories. | rillig | 1 | -4/+3 | |
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -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-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 4 | -10/+10 | |
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-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-04-25 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-02-08 | don't override variables which pkgsrc already sets in MAKE_ENV. | grant | 2 | -21/+31 | |
fixes build on Solaris. | |||||
2003-12-09 | Update the format string in dbase.build.c also. | ben | 4 | -10/+28 | |
Fix the format string and types to work on older versions of NetBSD, in addition to FreeBSD and SunOS. | |||||
2003-12-09 | In include/config.h, uint32 was by default defined as an unsigned long. | ben | 4 | -3/+42 | |
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 | Actually set MASTER_SITES to site mentioned in revision 1.16. | ben | 1 | -2/+2 | |
2003-12-05 | Replace all uses of mktemp() with mkstemp() and close PR 23640. | ben | 8 | -10/+222 | |
2003-12-03 | The MASTER_SITES for security/tripwire does not have the tarball available | ben | 2 | -5/+4 | |
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-02 | Added support for FreeBSD | martti | 3 | -2/+209 | |
2003-09-19 | Mark tripwire as being only for NetBSD and Solaris right now. | agc | 1 | -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-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-01 | Use tabs instead of spaces. | jmmv | 1 | -3/+3 | |
2003-05-01 | Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1. | jmmv | 5 | -18/+27 | |
2003-04-10 | make usage of pax more consistent, use -O to bomb on broken archives | grant | 1 | -2/+2 | |
(suggested by lukem), group z, r and f flags. some whitespace cleanup. | |||||
2003-04-10 | make ${PAX} usage consistent: | grant | 1 | -2/+2 | |
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup | |||||
2003-01-06 | Split up installation of directories to please SunOS /usr/ucb/install | cjep | 1 | -2/+3 | |
2002-08-20 | Fix sparc64 build by patching sigs/sha/sha.c like the revision 1.6 of | seb | 2 | -11/+133 | |
basesrc/lib/libc/hash/sha1.c. | |||||
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 | |
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-02-05 | /bin/mkdir -> ${MKDIR}. | skrll | 1 | -2/+2 | |
Make the print-PLIST target output ${MKDIR} also. | |||||
2001-11-05 | The "aliases" file is now in /etc/mail, not /etc. | hubertf | 1 | -2/+2 | |
Pointed out by Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de> in private mail. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-04-19 | Move to sha1 digests, add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -3/+3 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -1/+7 | |
2000-12-09 | Fix MASTER_SITES and HOMEPAGE, noted by Brian Poole. | wiz | 1 | -3/+3 | |
2000-07-14 | Add a patch so that the 64-bit size (from the stat buffer) is printed using | agc | 2 | -1/+22 | |
the correct printf-format. From LeRoy Miller (root@gcc.ansic.net) in PR pkg/10478. | |||||
2000-03-02 | exclude /dev/fd from logging, as proposed by Scott Aaron Bamford | wiz | 1 | -1/+4 | |
<sab@zeekuschrist.com> in Pine.NEB.4.21.0003021549090.8049-100000@blip.fish.poo on tech-pkg, to prevent segfault |