Fixed Bugs o Fix GA unlock. o Fix incomplete handshake. o Fix syslog message buffer overflow. o Fix missing 102 INFO message for TERM GL. o Fix needless INFO LOCK message on TERM GL. o Fix serial line read on unusable Lenz module. o Fix missing 102 INFO message for TERM GA. o Fix needless INFO LOCK message on TERM GA. o Fix potential buffer overflow. New Features o Add support for dc-car sender (serial pc-device). o Add POM read for locomotives. o Add experimental BiDi GL address message for IB (opendcc) module o Writing CV#1 in operations mode programming in ddl mode now enabled o configure does not check for i2c header files if i2c module is not used.
26 lines
586 B
Makefile
26 lines
586 B
Makefile
# $OpenBSD: Makefile,v 1.10 2015/05/10 11:09:47 sebastia Exp $
|
|
|
|
COMMENT = daemon to control digital model railroad systems
|
|
|
|
DISTNAME = srcpd-2.1.3
|
|
CATEGORIES = misc net
|
|
|
|
HOMEPAGE = http://srcpd.sourceforge.net/
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=srcpd/}
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES += converters/libiconv
|
|
WANTLIB += c m pthread z xml2
|
|
LIB_DEPENDS += textproc/libxml
|
|
|
|
AUTOCONF_VERSION = 2.69
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/srcpd
|
|
|
|
.include <bsd.port.mk>
|