diff options
| author | Stefan Bethke <stb@FreeBSD.org> | 1998-09-09 01:31:06 +0000 |
|---|---|---|
| committer | Stefan Bethke <stb@FreeBSD.org> | 1998-09-09 01:31:06 +0000 |
| commit | cd4a8fb9bcec6a622f1164f6b101917618b4db8e (patch) | |
| tree | 0cc7b1bc71fe7db754db0ac777c331d6853f5405 /net/netatalk-devel/files/patch-ah | |
| parent | Fix MASTER_SITE. (diff) | |
Minor additions and fix-ups:
- filenames of Custom Icons for folders ("Icon^M") are properly escaped
- Honors CFLAGS
- package can actually be installed elswhere (pkg_add -p)
- man pages are compressed and properly linked
Notes
Notes:
svn path=/head/; revision=13060
Diffstat (limited to 'net/netatalk-devel/files/patch-ah')
| -rw-r--r-- | net/netatalk-devel/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netatalk-devel/files/patch-ah b/net/netatalk-devel/files/patch-ah new file mode 100644 index 000000000000..30164e7616fc --- /dev/null +++ b/net/netatalk-devel/files/patch-ah @@ -0,0 +1,11 @@ +--- etc/afpd/desktop.c.orig Tue Aug 25 21:59:28 1998 ++++ etc/afpd/desktop.c Tue Aug 25 22:00:23 1998 +@@ -429,7 +429,7 @@ + m = mpath; + u = upath; + while ( *m != '\0' ) { +- if ( !isascii( *m ) || *m == '/' || ( i == 0 && *m == '.' )) { ++ if ( !isprint( (unsigned char)*m ) || *m == '/' || ( i == 0 && *m == '.' )) { + *u++ = ':'; + *u++ = hexdig[ ( *m & 0xf0 ) >> 4 ]; + *u++ = hexdig[ *m & 0x0f ]; |
