./comms/libmal, MAL convenience library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.44nb1, Package name: libmal-0.44nb1, Maintainer: markd

libmal is simply a convenience library of the object files contained in Tom
Whittaker's malsync distribution, along with a few wrapper functions.


Required to run:
[comms/pilot-link-libs]

Required to build:
[devel/gmake] [devel/libtool-base]

Master sites:

SHA1: 82b55ff6ccfa71a9f004663b8e7754a5514d22e1
RMD160: da3f6217a32073e688524c15907e2d5e8494abf3
Filesize: 444.316 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-31 22:34:39 by Zafer Aydogan | Files touched by this commit (1) | Package updated
Log message:
update master_sites.
   2009-06-14 19:38:43 by Joerg Sonnenberger | Files touched by this commit (44)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-01-20 20:36:34 by Jonathan Perkin | Files touched by this commit (2)
Log message:
It's __sun, not __sun__.
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2007-07-30 10:07:01 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Use stdlib.h instead of malloc.h.
   2007-03-21 23:33:35 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 0.44:

2006-01-16  Jason Day <jasonday@worldnet.att.net>

    Version 0.44

    - Removed the -module argument from libmal_la_LDFLAGS. It never should
      have been there; it was accidentally included from a copy/paste.