Commit graph

17 commits

Author SHA1 Message Date
Tobias Nygren
1fde390090 add missing distinfo 2008-12-14 10:58:42 +00:00
Aleksey Cheusov
7c94c35167 libmaa is now distributed as a separate tarball
update to version 1.1.0

   lots of code clean-ups

   MAA_TEENY constant added. Now libmaa has version 1.1.0,
   new maa_version_teeny function returns MAA_TEENY

   REMOVED: XTRAHEADERS, TARGETLIBS, RPATHFLAGS configure variables.
   Also removed are  --with-purify, --with-insure, --with-efence,
   --with-checker, --with-local-dmalloc, --with-dmalloc, --with-gprof,
   --with-prof, --with-cflags and --with-cc options.
   Use standard CC, CFLAGS, CPPFLAGS, LDFLAGS and LIBS variables
   for configuring.

   compilation error on ALTlinux fixed: on latest glibc's write(2) is
   marked as WUR , i.e. return value MUST be checked, otherwise
   warnigns (errors with -Werror) are generated.

   target 'tests' renamed to 'test',
   target 'tests-update' renamed to 'test-update'

   Hash_table statistics is removed from settest.c and hashtest.c
   regression tests.  This is because regression tests fail under
   64-platforms.

   sltest.c (regression test): compilation failure on Linux/x86-64 fixed

   avoid using strdup(3), it is not portable
   (fails under Interix without -D_ALL_SOURCE).
   Another compilation fixes for Interix

   avoid using bcopy(3), use standard memcpy(3) instead

   -Werror is used instead of -pedantic (for gcc only)

   If at least one selftest fails (target 'test'), an exit status of
   'make test' is 1.

   'make test' now works correctly if it is run from
   external obj/ directory

   no '-g' hardcode for !gcc compilers
   no '-g -O' for gcc
2008-12-07 16:14:58 +00:00
Aleksey Cheusov
b3014bc8db This packages now uses dict-server/{Makefile.common,patches,distinfo}
dump pkgrevision
2008-04-09 09:18:34 +00:00
Aleksey Cheusov
cb738b032e upgrade to libmaa-1.0.1/dictd-1.10.11 (fixed: DESTDIR support) 2008-04-08 20:14:16 +00:00
Aleksey Cheusov
eee8ca1406 DESTDIR support 2008-04-08 19:46:15 +00:00
Aleksey Cheusov
1c1eecfe00 category: textproc -> devel 2008-01-10 20:33:32 +00:00
Aleksey Cheusov
4b9b7c1f09 not necessary 2008-01-10 20:32:58 +00:00
Aleksey Cheusov
cd60b6f755 fix: USE_LIBTOOL=yes added 2008-01-04 10:28:25 +00:00
Aleksey Cheusov
bdae65c1f3 Upgraded to the latest upstream reease 1.0.0 which is now libtool-ized 2007-12-31 16:59:06 +00:00
Aleksey Cheusov
9c34c119da fixes: additions to INSTALLATION_DIRS 2007-09-14 06:43:06 +00:00
Aleksey Cheusov
a8878b07d5 fix: unnecessary $ removed 2007-03-10 21:34:44 +00:00
Aleksey Cheusov
5fdbd21f1f fixed: pkglint warning 2007-01-30 19:15:52 +00:00
Aleksey Cheusov
f7f4fc0be9 fixed: pkglint -Wall warnings 2007-01-23 20:21:34 +00:00
Aleksey Cheusov
ea43ae3798 fixed: pkglint warnings 2007-01-07 13:48:10 +00:00
Aleksey Cheusov
b34031fe0b no comments 2006-11-19 09:39:11 +00:00
Aleksey Cheusov
5cda4a54ad Documentation .ps file is also installed to share/doc/libmaa/ 2006-11-18 17:13:01 +00:00
Aleksey Cheusov
49d6c6961e libmaa library from dictd sources 2006-11-18 17:00:24 +00:00