diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index 7bae244c6dfb..d2ac913a1510 100644 --- a/devel/ossp-l2/Makefile +++ b/devel/ossp-l2/Makefile @@ -8,7 +8,7 @@ # PORTNAME= l2 -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -20,8 +20,7 @@ COMMENT= A C library for a flexible and sophisticated Unix logging facility USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes -.include +MAN1= l2-config.1 l2tool.1 +MAN3= l2.3 -.include "${FILESDIR}/manpages.mk" - -.include +.include diff --git a/devel/ossp-l2/distinfo b/devel/ossp-l2/distinfo index 9c669ba22654..10b6a5fff108 100644 --- a/devel/ossp-l2/distinfo +++ b/devel/ossp-l2/distinfo @@ -1,2 +1,2 @@ -MD5 (l2-0.9.8.tar.gz) = cbcad08bfaea6c54885d9550963b250e -SIZE (l2-0.9.8.tar.gz) = 407224 +MD5 (l2-0.9.10.tar.gz) = c5177e38125ee3b5032332bcee0bf0a5 +SIZE (l2-0.9.10.tar.gz) = 413107 diff --git a/devel/ossp-l2/files/manpages.mk b/devel/ossp-l2/files/manpages.mk deleted file mode 100644 index d0bcecbd8552..000000000000 --- a/devel/ossp-l2/files/manpages.mk +++ /dev/null @@ -1,3 +0,0 @@ -MAN1+= l2-config.1 -MAN1+= l2tool.1 -MAN3+= l2.3 diff --git a/devel/ossp-l2/files/patch-l2_ut_format.c b/devel/ossp-l2/files/patch-l2_ut_format.c deleted file mode 100644 index 54c515682ea2..000000000000 --- a/devel/ossp-l2/files/patch-l2_ut_format.c +++ /dev/null @@ -1,15 +0,0 @@ ---- l2_ut_format.c.orig Tue Apr 13 19:04:15 2004 -+++ l2_ut_format.c Tue Apr 13 19:05:59 2004 -@@ -1131,8 +1131,11 @@ - va_list apbak; - char *s; - int rv; -- -+#ifdef __amd64__ -+ va_copy(apbak,ap); -+#else - apbak = ap; -+#endif - if ((rv = l2_util_vsprintf(NULL, -1, fmt, ap)) == -1) - return NULL; - if ((s = malloc(rv+1)) == NULL)