diff options
Diffstat (limited to 'net/libarms/Makefile')
-rw-r--r-- | net/libarms/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/net/libarms/Makefile b/net/libarms/Makefile index 17d94baa1f8b..0d6171591cd4 100644 --- a/net/libarms/Makefile +++ b/net/libarms/Makefile @@ -1,9 +1,7 @@ PORTNAME= libarms -PORTVERSION= 5.01 -PORTREVISION= 2 +PORTVERSION= 6.33 CATEGORIES= net devel -MASTER_SITES= https://dev.smf.jp/dl/ \ - http://dev.smf.jp/dl/ +MASTER_SITES= https://dev.smf.jp/dl/ MAINTAINER= shigeru@iij.ad.jp COMMENT= SMFv2/ARMS client library for C @@ -18,8 +16,12 @@ USES= gmake libtool localbase ssl GNU_CONFIGURE= yes USE_LDCONFIG= yes -post-configure: - @${REINPLACE_CMD} 's|$${datarootdir}/doc/$${PACKAGE_TARNAME}|${DOCSDIR}|' \ - ${WRKSRC}/Makefile +post-patch: +# NetBSD's SIMPLEQ_* macros are called STAILQ_* on FreeBSD + @${REINPLACE_CMD} -e 's,SIMPLEQ_,STAILQ_,' \ + ${WRKSRC}/libarms/cache.c \ + ${WRKSRC}/module/module_db_mi.c \ + ${WRKSRC}/protocol/proto_push_read_status.c \ + ${WRKSRC}/protocol/proto_push_read_storage.c .include <bsd.port.mk> |