diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 19:07:23 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 19:07:23 +0000 |
commit | d60b460b0300d3cb5cfc8406f57f29ef4d362c7a (patch) | |
tree | 05c0a0b340f8bbd9dfb254329235387b38b1a8aa /mail/faces/files/patch-cg | |
parent | Add --enable-fpe=uae into CONFIGURE_ARGS and get rid of linuxthreads. (diff) |
o) Patch reverse compface part to faces 1.6.1 port
- Missing uncompface -X option used in exmh
- Missing filter programs to generate ikon file
- I will try communicate the necessary add ons to the
new developers of faces.
Notes
Notes:
svn path=/head/; revision=73506
Diffstat (limited to 'mail/faces/files/patch-cg')
-rw-r--r-- | mail/faces/files/patch-cg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/faces/files/patch-cg b/mail/faces/files/patch-cg new file mode 100644 index 000000000000..6d2402cd8ac5 --- /dev/null +++ b/mail/faces/files/patch-cg @@ -0,0 +1,25 @@ +*** compface/data.h Tue Jan 15 23:58:46 2002 +--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/data.h Tue Jun 19 04:01:41 1990 +*************** +*** 1,10 **** + + /* +- * $Header: /cvs/faces/faces/compface/data.h,v 1.2 2002/01/15 22:58:46 devface Exp $ +- * + * Compface - 48x48x1 image compression and decompression + * +! * Copyright (c) 1990-2002 James Ashton - Sydney University + * + * Permission is given to distribute these sources, as long as the + * copyright messages are not removed, and no monies are exchanged. +--- 1,10 ---- + + /* + * Compface - 48x48x1 image compression and decompression + * +! * Copyright (c) James Ashton - Sydney University - June 1990. +! * +! * Written 11th November 1989. + * + * Permission is given to distribute these sources, as long as the + * copyright messages are not removed, and no monies are exchanged. |