07769230b2
Changes since 3.4.2: * Fixed bug #1716602 (Acceptor doesn't properly cleanup failed SH::open() call). * Fixed bug #1716593 ("options" section name should be case-insensitive) * Fixed bug #1716596 (GenServer::init() fails to convert args to full path). * Fixed bug #1716668 (Assure_exit() macro won't compile). * Fixed bug #1716588 (assa-genesis generates proper app version). * Added a no-op virtual destructor to SigHandler base class (bug #1716597). * Fixed 'maxfd+1' miscalculation bug in Reactor's select() method. * Fixed assa.spec.in to fit FC extras strict spec rules. * Patch to compile with GCC 4.3 (Martin Michlmayr).
28 lines
731 B
Makefile
28 lines
731 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/12/09 21:40:00 bartoszkuzma Exp $
|
|
#
|
|
|
|
DISTNAME= libassa-3.5.0
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libassa/}
|
|
|
|
MAINTAINER= bartosz.kuzma@gmail.com
|
|
HOMEPAGE= http://libassa.sourceforge.net/
|
|
COMMENT= Networking library based on ACP
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/assa-3.5.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-doxygen=no
|
|
CONFIGURE_ARGS+= --enable-dot=no
|
|
CONFIGURE_ARGS+= --enable-html-docs=no
|
|
CONFIGURE_ARGS+= --enable-latex-docs=no
|
|
|
|
post-install:
|
|
cd ${PREFIX} && ${LN} -s ../bin/assa-genesis-3.5 bin/assa-genesis
|
|
cd ${PREFIX} && ${LN} -s ../bin/assa-hexdump-3.5 bin/assa-hexdump
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|