Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-09 | Fixed the package for unprivileged users. | rillig | 2 | -3/+3 | |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -2/+2 | |
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package. | |||||
2005-05-15 | Note where gzip or gunzip is required by the package since it isn't | jlam | 1 | -1/+3 | |
required by default any longer in bsd.pkg.mk under the new tools framework. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-11-14 | Cast an argument to isxdigit(3) to unsigned char. Fix build on | hira | 2 | -7/+9 | |
NetBSD/amd64. OK'd by tron@. | |||||
2003-09-25 | Include "stdlib.h" to get missing prototype for exit(3) to fix build | tron | 2 | -12/+15 | |
problem when GCC 3.3.1 is used. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
1999-11-21 | List "net" first because it is the primary category. | tron | 1 | -2/+2 | |
1999-11-20 | tron wanted to maintain this | hubertf | 1 | -2/+2 | |
1999-11-20 | Set "${BINDIR}" to "${PREFIX}/bin". | tron | 1 | -1/+2 | |
1999-11-20 | Use NetBSD build system and WARNSify program. | tron | 4 | -22/+50 | |
1999-11-20 | Because "${CFLAGS}" contains "-O2" we don't need to use it explicitly. | tron | 1 | -2/+2 | |
1999-11-18 | Use symbolic hostname instead of IP address in master site list. | tron | 1 | -2/+2 | |
1999-11-18 | Send a broadcast message to all clients of a subnet containing | hubertf | 7 | -0/+86 | |
a magic packet to boot the machine up. Usage: wakeup xx:xx:xx:xx:xx:xx xx:xx:xx:xx:xx:xx is the MAC address of the machine you want to wake up. Can be obtained via "arp -a" (remote) or "ifconfig -a" (local), |