Index: head/devel/log4cpp/Makefile =================================================================== --- head/devel/log4cpp/Makefile (revision 519030) +++ head/devel/log4cpp/Makefile (revision 519031) @@ -1,41 +1,33 @@ # Created by: ijliao@FreeBSD.org # $FreeBSD$ PORTNAME= log4cpp PORTVERSION= 1.1.3 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}.x%20%28new%29/${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Library of C++ classes for flexible logging LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME} USES= compiler:c++11-lang gmake libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-html-docs -REINPLACE_ARGS= -i "" INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= DOXYGEN OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_ENABLE= doxygen post-patch: - @${REINPLACE_CMD} -e \ - 's|^MAX_|#MAX_|' \ - ${WRKSRC}/doc/Doxyfile.in - @${REINPLACE_CMD} -e \ - 's|$$(prefix)/doc/.*|@docdir@| ; \ - s|\([[:blank:]]\)\($$(man3dir)\)|\1$$(DESTDIR)\2| ; \ - s|\([[:blank:]]\)\($$(docdir)\)|\1$$(DESTDIR)\2|' \ - ${WRKSRC}/doc/Makefile.in + @${RM} ${WRKSRC}/doc/Doxyfile.in.orig ${WRKSRC}/doc/Makefile.in.orig .include Index: head/devel/log4cpp/files/patch-doc_Doxyfile.in =================================================================== --- head/devel/log4cpp/files/patch-doc_Doxyfile.in (nonexistent) +++ head/devel/log4cpp/files/patch-doc_Doxyfile.in (revision 519031) @@ -0,0 +1,11 @@ +--- doc/Doxyfile.in.orig 2017-07-13 05:39:11 UTC ++++ doc/Doxyfile.in +@@ -62,6 +62,6 @@ COLLABORATION_GRAPH = YES + INCLUDE_GRAPH = YES + INCLUDED_BY_GRAPH = YES + GRAPHICAL_HIERARCHY = YES +-MAX_DOT_GRAPH_WIDTH = 1024 +-MAX_DOT_GRAPH_HEIGHT = 1024 ++#MAX_DOT_GRAPH_WIDTH = 1024 ++#MAX_DOT_GRAPH_HEIGHT = 1024 + GENERATE_LEGEND = YES Property changes on: head/devel/log4cpp/files/patch-doc_Doxyfile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/log4cpp/files/patch-doc_Makefile.in =================================================================== --- head/devel/log4cpp/files/patch-doc_Makefile.in (nonexistent) +++ head/devel/log4cpp/files/patch-doc_Makefile.in (revision 519031) @@ -0,0 +1,46 @@ +--- doc/Makefile.in.orig 2019-12-04 16:28:30 UTC ++++ doc/Makefile.in +@@ -198,7 +198,7 @@ build_vendor = @build_vendor@ + builddir = @builddir@ + datadir = @datadir@ + datarootdir = @datarootdir@ +-docdir = $(prefix)/doc/@PACKAGE_TARNAME@-@PACKAGE_VERSION@ ++docdir = @docdir@ + dvidir = @dvidir@ + enable_dot = @enable_dot@ + enable_html_docs = @enable_html_docs@ +@@ -608,23 +608,23 @@ pdf: @PACKAGE_TARNAME@.pdf + ln -s ./latex/refman.pdf @PACKAGE_TARNAME@.pdf + + install-data-local: +- $(mkinstalldirs) $(man3dir) ++ $(mkinstalldirs) $(DESTDIR)$(man3dir) + @for i in ./man/man3/log4cpp.3 ./man/man3/log4cpp_*.3; do \ + inst=`basename $$i | sed 's/_/::/g'`; \ + echo "$(INSTALL_DATA) $$i$(man3dir)/$$inst"; \ +- $(INSTALL_DATA) $$i $(man3dir)/$$inst; \ ++ $(INSTALL_DATA) $$i $(DESTDIR)$(man3dir)/$$inst; \ + done +- $(mkinstalldirs) $(docdir) +- cp -r html/. $(docdir) +- $(RM) -r -f $(docdir)/CVS \ +- $(docdir)/Makefile.am \ +- $(docdir)/Makefile.in \ +- $(docdir)/Makefile ++ $(mkinstalldirs) $(DESTDIR)$(docdir) ++ cp -r html/. $(DESTDIR)$(docdir) ++ $(RM) -r -f $(DESTDIR)$(docdir)/CVS \ ++ $(DESTDIR)$(docdir)/Makefile.am \ ++ $(DESTDIR)$(docdir)/Makefile.in \ ++ $(DESTDIR)$(docdir)/Makefile + + uninstall-local: +- $(RM) $(man3dir)/log4cpp.3 +- $(RM) $(man3dir)/log4cpp::*.3 +- $(RM) -r -f $(docdir) ++ $(RM) $(DESTDIR)$(man3dir)/log4cpp.3 ++ $(RM) $(DESTDIR)$(man3dir)/log4cpp::*.3 ++ $(RM) -r -f $(DESTDIR)$(docdir) + + clean-local: + $(RM) -r latex Property changes on: head/devel/log4cpp/files/patch-doc_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property