Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-08 | Made the package work for unprivileged users by installing the set-uid | rillig | 2 | -4/+9 | |
binary with 4511 instead of 4111. Generally, there should be no problem with these binaries being readable by their owner. | |||||
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE. | obache | 1 | -2/+2 | |
2006-04-30 | Include bin/dpputlinks as installed on NetBSD and DragonFly. | joerg | 2 | -3/+4 | |
Bump revision. | |||||
2006-04-21 | Implemented changes for this package to use the REQD_DIR and CONF_FILES | wulf | 20 | -73/+676 | |
framework for the installation of the configuration files. Fixed compile warning message due to implicit casting | |||||
2006-03-14 | Modify the pkginstall framework so that it manages all aspects of | jlam | 1 | -7/+6 | |
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2006-01-24 | Add DragonFly support. Fix an ambigious statement. | joerg | 13 | -21/+359 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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-09-06 | Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 | abs | 2 | -5/+5 | |
No pkgrevision bumps needed. | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-02-22 | Add RMD160 digests in addition to the SHA1 digests | agc | 1 | -1/+2 | |
2004-09-18 | Fix statvfs patch (hi agc!). | wiz | 2 | -4/+4 | |
2004-09-15 | Make this compile on NetBSD-2.0D and later with statvfs(2). | agc | 2 | -1/+34 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-09-19 | Update HOMEPAGE and/or MASTER_SITES | dent | 1 | -3/+3 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-07 | Do not hardcode /usr/pkg as prefix in patches. | jmmv | 3 | -12/+14 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-02-05 | Make this compile on -current | agc | 2 | -1/+15 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-04-18 | Move to sha1 digests, and 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-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-09-25 | Bugfixes to build dpbox on netbsd-alpha platform | wulf | 1 | -1/+4 | |
2000-09-25 | Bugfixes that allow dpbox to build on netbsd-alpha platform | wulf | 3 | -0/+38 | |
2000-05-21 | updated Makefile.netbsd file | wulf | 1 | -2/+2 | |
2000-05-21 | Fixed bug which prevented dpbox to build succesfully on systems without | wulf | 3 | -27/+42 | |
a valid cgi-bin directory. | |||||
2000-05-15 | Corrected license and URL information. | wulf | 1 | -5/+3 | |
2000-05-15 | Initial import of pkgsrc/ham/dpbox: | wulf | 9 | -0/+366 | |
dpbox-6.00.00 Multi-Protocol Amateur Packet Radio BBS |