Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-01 | Avoid UNAME!=/usr/bin/uname -s in the makefile, which doesn't work on | dholland | 2 | -6/+13 | |
Debian. Since we patched out all the uses of ${UNAME}, we don't need to collect it either. Fixes the last bit of PR 38083. | |||||
2008-12-23 | * Need OpenSSL to build. | obache | 5 | -29/+29 | |
* Ensure to use BSD_MAKEFILE and pass appropriate CFLAGS. Fixes PR 40171. | |||||
2007-12-02 | Some more packages need lex and yacc. Patch by Aleksey Cheusov on | rillig | 1 | -2/+2 | |
pkgsrc-users. | |||||
2007-07-12 | The code is not -Werror clean, disable it for now to let it build. | xtraeme | 2 | -2/+4 | |
2007-02-20 | All pkgsrc systems share the bsd.prog.mk from NetBSD. | joerg | 2 | -14/+29 | |
2007-02-16 | Initial import of csup-20070216 (I took a snapshot of the current | xtraeme | 6 | -0/+85 | |
source), from pkgsrc-wip and packaged by iMil. Csup is a rewrite of CVSup in C. CVSup(R) is a software for distributing and updating collections of files accross a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. In addition to being a great general-purpose mirroring tool, CVSup includes special features and optimizations specifically tailored to CVS repositories. It is being used as the preferred way to update sources within the FreeBSD, NetBSD and OpenBSD projects and more. |