Index: head/print/texinfo/files/patch-tp-Texinfo-MiscXS-misc.c =================================================================== --- head/print/texinfo/files/patch-tp-Texinfo-MiscXS-misc.c (revision 445029) +++ head/print/texinfo/files/patch-tp-Texinfo-MiscXS-misc.c (nonexistent) @@ -1,20 +0,0 @@ ---- tp/Texinfo/MiscXS/misc.c.orig 2017-05-02 17:05:43 UTC -+++ tp/Texinfo/MiscXS/misc.c -@@ -67,7 +67,7 @@ xs_abort_empty_line (HV *self, HV *curre - additional_text = SvPV (additional_text_in, len); - if (!SvUTF8 (additional_text_in)) - { -- free (new_string); -+ Safefree (new_string); - new_string = bytes_to_utf8 (additional_text, &len); - additional_text = new_string; - } -@@ -279,7 +279,7 @@ xs_merge_text (HV *self, HV *current, SV - text = SvPV (text_in, len); - if (!SvUTF8 (text_in)) - { -- free (new_string); -+ Safefree (new_string); - new_string = bytes_to_utf8 (text, &len); - text = new_string; - } Property changes on: head/print/texinfo/files/patch-tp-Texinfo-MiscXS-misc.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/print/texinfo/Makefile =================================================================== --- head/print/texinfo/Makefile (revision 445029) +++ head/print/texinfo/Makefile (revision 445030) @@ -1,49 +1,51 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= texinfo PORTVERSION= 6.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= GNU \ LOCAL/sunpoet/${DIST_SUBDIR}:DEFAULT,local DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texi2dvi:local texinfo.tex:local DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typeset documentation system with multiple format output LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= help2man:misc/help2man OPTIONS_DEFINE= NLS OPTIONS_SUB= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip install-tex MAKE_ARGS= PERL=${PERL} TEXMF=${LOCALBASE}/${TEXMFDIR} PKGDEINSTALL= ${PKGINSTALL} USE_TEX= yes USES= charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz INFO= info-stnd texinfo CPE_VENDOR= gnu CPE_VERSION= ${PORTVERSION:R} NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-patch: @${CP} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/ @${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/ - @${REINPLACE_CMD} '/rm -f ..DESTDIR/s:$$: $$(DESTDIR)$$(xsdir)/XSParagraph.*:' \ + @${REINPLACE_CMD} -e '/rm -f $$(DESTDIR)/ s|$$| $$(DESTDIR)$$(xsdir)/XSParagraph.*|' \ ${WRKSRC}/tp/Texinfo/Convert/XSParagraph/Makefile.in + @${REINPLACE_CMD} -e 's|free (.*)|Safe&|' ${WRKSRC}/tp/Texinfo/MiscXS/misc.c post-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR} .include