| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=554343
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Modern binutils squawks if an attempt to strip an non-executable is made,
as seen below DONTSTRIP doesn't work, at least not in all cases:
DONTSTRIP=1 install -s -o root -g wheel -m 555 ./litmus
/wrkdirs/www/litmus/work/stage/usr/local/bin/litmus
/usr/libexec/binutils224/elf/strip:
/wrkdirs/www/litmus/work/stage/usr/local/bin/litmus:
File format not recognized
I closer look at the Makefile.in patch revealed that BSD_INSTALL_SCRIPT
should have been used instead. While here, convert all the install
variables to BSD_INSTALL_*
Approved by: just fix it
Notes:
svn path=/head/; revision=379496
|
|
|
|
| |
Notes:
svn path=/head/; revision=379054
|
|
|
|
| |
Notes:
svn path=/head/; revision=378826
|
|
WebDAV server protocol compliance test suite.
Tests include:
- OPTIONS for DAV: header
- PUT, GET with byte comparison
- MKCOL
- DELETE (collections, non-collections)
- COPY, MOVE using combinations of:
o overwrite t/f
o destination exists/doesn't exist
o collection/non-collection
- Property manipulation and querying:
o set, delete, replace properties
o persist dead props across COPY
o namespace handling
- Locking
o attempts to modify locked resource (as lock owner, not owner)
o shared/exclusive locks, lock discovery
usage: litmus <url> <username> <password>
WWW: http://www.webdav.org/neon/litmus/
Submitted by: pi@FreeBSD.org
Notes:
svn path=/head/; revision=378822
|