Index: head/textproc/mdocml/Makefile =================================================================== --- head/textproc/mdocml/Makefile (revision 267050) +++ head/textproc/mdocml/Makefile (revision 267051) @@ -1,27 +1,27 @@ # New ports collection makefile for: textproc/mdocml # Date created: 09.03.2009 # Whom: Ulrich Spoerlein # # $FreeBSD$ # PORTNAME= mdocml -PORTVERSION= 1.10.6 +PORTVERSION= 1.10.8 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= uqs MAINTAINER= uqs@FreeBSD.org COMMENT= mdoc macro compiler MAN1= mandoc.1 MAN7= man.7 mdoc.7 roff.7 mandoc_char.7 EXAMPLESDIR_REL=share/examples/mandoc post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \ ${WRKSRC}/Makefile .include Property changes on: head/textproc/mdocml/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/textproc/mdocml/distinfo =================================================================== --- head/textproc/mdocml/distinfo (revision 267050) +++ head/textproc/mdocml/distinfo (revision 267051) @@ -1,3 +1,2 @@ -MD5 (mdocml-1.10.6.tar.gz) = 4b4dd6c50806c0d520d57318ebd3f412 -SHA256 (mdocml-1.10.6.tar.gz) = 170c89fc7340f3e7be98da8a4f64c964d962c36e8febccc6c61663f54982ca53 -SIZE (mdocml-1.10.6.tar.gz) = 166990 +SHA256 (mdocml-1.10.8.tar.gz) = f357b712f8eb0e468e3c983eafc171be3678a604f7fafef43545c14f1a6bf2a9 +SIZE (mdocml-1.10.8.tar.gz) = 171359 Property changes on: head/textproc/mdocml/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/textproc/mdocml/files/patch-mdoc_action.c =================================================================== --- head/textproc/mdocml/files/patch-mdoc_action.c (revision 267050) +++ head/textproc/mdocml/files/patch-mdoc_action.c (nonexistent) @@ -1,11 +0,0 @@ ---- mdoc_action.c -+++ mdoc_action.c -@@ -609,6 +609,8 @@ post_os(POST_ARGS) - mdoc_nmsg(m, n, MANDOCERR_MEM); - return(0); - } -+ if (strncmp(utsname.sysname, "FreeBSD", sizeof("FreeBSD")) == 0) -+ strtok(utsname.release, "-"); - if (strlcat(buf, utsname.release, BUFSIZ) >= BUFSIZ) { - mdoc_nmsg(m, n, MANDOCERR_MEM); - return(0); Property changes on: head/textproc/mdocml/files/patch-mdoc_action.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/textproc/mdocml/files/patch-mdoc_validate.c =================================================================== --- head/textproc/mdocml/files/patch-mdoc_validate.c (nonexistent) +++ head/textproc/mdocml/files/patch-mdoc_validate.c (revision 267051) @@ -0,0 +1,11 @@ +--- mdoc_validate.c ++++ mdoc_validate.c +@@ -2143,6 +2143,8 @@ post_os(POST_ARGS) + mdoc_nmsg(m, n, MANDOCERR_MEM); + return(0); + } ++ if (strncmp(utsname.sysname, "FreeBSD", sizeof("FreeBSD")) == 0) ++ strtok(utsname.release, "-"); + if (strlcat(buf, utsname.release, BUFSIZ) >= BUFSIZ) { + mdoc_nmsg(m, n, MANDOCERR_MEM); + return(0); Property changes on: head/textproc/mdocml/files/patch-mdoc_validate.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property