2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-12-19 14:04:45 by Georg Schwarz | Files touched by this commit (1) | |
Log message:
updated version to 3.6.0 in buildlink3.mk file
|
2011-12-19 13:56:04 by Georg Schwarz | Files touched by this commit (2) |
Log message:
upgraded to libosip2-3.6.0; added LICENSE information
|
2011-02-19 18:02:57 by Georg Schwarz | Files touched by this commit (4) |
Log message:
Updated libosip to 3.5.0
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
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.
|
2008-11-11 23:02:42 by Georg Schwarz | Files touched by this commit (4) | |
Log message:
updated libosip to 3.2.0
|
2008-10-11 23:59:15 by Georg Schwarz | Files touched by this commit (2) | |
Log message:
updated libosip2 to 3.1.0
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2007-08-25 04:49:13 by OBATA Akio | Files touched by this commit (5) |
Log message:
Update libosip to 3.0.3.
This version contains the fix addressed in PR 35825.
libosip2 (3.0.3)
* initial support for rtems.
libosip2 (3.0.2)
* initial support for ucos.
* fix to ignore broken optionnal header when parsing.
libosip2 (3.0.1)
* add Windows CE support with Visual Studio 2005
(WM5.0,PocketPC 2003/2005, Smartphone)
* Fix memory leaks (not likely to happen).
* Fix buffer overrun in url.
* Modification of the Application Binary Interface (ABI)
to decrease number of allocations.
Changes: osip_message_t/osip_dialog_t/sdp_message_t/osip_fifo_t
* save route headers in the same order (CALLER or CALLER) in dialogs.
libosip2 (2.2.3)
* fix 64-bit (amd64) issue with hash.
* remove SDP negotiation (much better to do it in your applications)
|