From owner-svn-ports-head@FreeBSD.ORG Wed Jun 17 16:43:57 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 286F0B4B; Wed, 17 Jun 2015 16:43:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15E43E0E; Wed, 17 Jun 2015 16:43:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HGhuCi093108; Wed, 17 Jun 2015 16:43:56 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HGhu2B093105; Wed, 17 Jun 2015 16:43:56 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201506171643.t5HGhu2B093105@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 17 Jun 2015 16:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389940 - in head/devel/log4cpp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 16:43:57 -0000 Author: jhale Date: Wed Jun 17 16:43:55 2015 New Revision: 389940 URL: https://svnweb.freebsd.org/changeset/ports/389940 Log: - Update to 1.1.1 PR: 197422 Submitted by: tkato432@yahoo.com Deleted: head/devel/log4cpp/Makefile.man head/devel/log4cpp/files/ Modified: head/devel/log4cpp/Makefile head/devel/log4cpp/distinfo head/devel/log4cpp/pkg-plist Modified: head/devel/log4cpp/Makefile ============================================================================== --- head/devel/log4cpp/Makefile Wed Jun 17 16:11:47 2015 (r389939) +++ head/devel/log4cpp/Makefile Wed Jun 17 16:43:55 2015 (r389940) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= log4cpp -DISTVERSION= 1.1 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}.x%20%28new%29/${PORTNAME}-${PORTVERSION} +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 @@ -13,33 +12,29 @@ COMMENT= Library of C++ classes for flex LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +WRKSRC= ${WRKDIR}/${PORTNAME} + USES= gmake libtool pathfix GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-pthreads --disable-html-docs +CONFIGURE_ARGS= --disable-html-docs +REINPLACE_ARGS= -i "" +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME} -# doxygen build is BROKEN atm -#.if exists (${LOCALBASE}/bin/doxygen) || ${PORT_OPTIONS:MDOCS} -#BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen -#.else -CONFIGURE_ARGS+= --disable-doxygen -#.endif - -#.if !exists (${LOCALBASE}/bin/doxygen) && ${PORT_OPTIONS:MDOCS} -#pre-everything:: -# @${ECHO_CMD} -# @${ECHO_CMD} By default, this port uses doxygen to build its documentation.\ -#It currently is not present your system, and if you do not want to install it, abort\ -#this build by hitting CTRL+C and re-run the installation with OPTIONS_UNSET=DOCS | ${FMT} 74 -# @${ECHO_CMD} -# @sleep 3 -#.endif +OPTIONS_DEFINE= DOXYGEN +OPTIONS_SUB= yes -post-patch: - @${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOXYGEN_CONFIGURE_ENABLE= doxygen -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so +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 .include Modified: head/devel/log4cpp/distinfo ============================================================================== --- head/devel/log4cpp/distinfo Wed Jun 17 16:11:47 2015 (r389939) +++ head/devel/log4cpp/distinfo Wed Jun 17 16:43:55 2015 (r389940) @@ -1,2 +1,2 @@ -SHA256 (log4cpp-1.1.tar.gz) = c25bd1e0abd47a5dee2ab49b84cbce6292fcada90536a26a5fc9999d343768b4 -SIZE (log4cpp-1.1.tar.gz) = 547676 +SHA256 (log4cpp-1.1.1.tar.gz) = 35abf332630a6809c969276b1d60b90c81a95daf24c86cfd7866ffef72f9bed0 +SIZE (log4cpp-1.1.1.tar.gz) = 548124 Modified: head/devel/log4cpp/pkg-plist ============================================================================== --- head/devel/log4cpp/pkg-plist Wed Jun 17 16:11:47 2015 (r389939) +++ head/devel/log4cpp/pkg-plist Wed Jun 17 16:43:55 2015 (r389940) @@ -56,7 +56,75 @@ lib/liblog4cpp.so lib/liblog4cpp.so.5 lib/liblog4cpp.so.5.0.6 libdata/pkgconfig/log4cpp.pc +%%DOXYGEN%%man/man3/log4cpp.3.gz +%%DOXYGEN%%man/man3/log4cpp::AbortAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::Appender.3.gz +%%DOXYGEN%%man/man3/log4cpp::AppenderSkeleton.3.gz +%%DOXYGEN%%man/man3/log4cpp::AppendersFactory.3.gz +%%DOXYGEN%%man/man3/log4cpp::BasicConfigurator.3.gz +%%DOXYGEN%%man/man3/log4cpp::BasicLayout.3.gz +%%DOXYGEN%%man/man3/log4cpp::BufferingAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::Category.3.gz +%%DOXYGEN%%man/man3/log4cpp::CategoryNameComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::CategoryStream.3.gz +%%DOXYGEN%%man/man3/log4cpp::ConfigureFailure.3.gz +%%DOXYGEN%%man/man3/log4cpp::FactoryParams.3.gz +%%DOXYGEN%%man/man3/log4cpp::FileAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::Filter.3.gz +%%DOXYGEN%%man/man3/log4cpp::FixedContextCategory.3.gz +%%DOXYGEN%%man/man3/log4cpp::FormatModifierComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::HierarchyMaintainer.3.gz +%%DOXYGEN%%man/man3/log4cpp::IdsaAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::Layout.3.gz +%%DOXYGEN%%man/man3/log4cpp::LayoutAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::LayoutsFactory.3.gz +%%DOXYGEN%%man/man3/log4cpp::LevelEvaluator.3.gz +%%DOXYGEN%%man/man3/log4cpp::LoggingEvent.3.gz +%%DOXYGEN%%man/man3/log4cpp::MessageComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::MillisSinceEpochComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::NDC.3.gz +%%DOXYGEN%%man/man3/log4cpp::NDC::DiagnosticContext.3.gz +%%DOXYGEN%%man/man3/log4cpp::NDCComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::NTEventLogAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::OstreamAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::PassThroughLayout.3.gz +%%DOXYGEN%%man/man3/log4cpp::PatternLayout.3.gz +%%DOXYGEN%%man/man3/log4cpp::PatternLayout::PatternComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::Priority.3.gz +%%DOXYGEN%%man/man3/log4cpp::PriorityComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::ProcessorTimeComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::Properties.3.gz +%%DOXYGEN%%man/man3/log4cpp::PropertyConfigurator.3.gz +%%DOXYGEN%%man/man3/log4cpp::PropertyConfiguratorImpl.3.gz +%%DOXYGEN%%man/man3/log4cpp::RemoteSyslogAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::RollingFileAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::SecondsSinceEpochComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::SimpleConfigurator.3.gz +%%DOXYGEN%%man/man3/log4cpp::SimpleLayout.3.gz +%%DOXYGEN%%man/man3/log4cpp::StringLiteralComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::StringQueueAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::StringUtil.3.gz +%%DOXYGEN%%man/man3/log4cpp::SyslogAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::ThreadNameComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::TimeStamp.3.gz +%%DOXYGEN%%man/man3/log4cpp::TimeStampComponent.3.gz +%%DOXYGEN%%man/man3/log4cpp::TriggeringEventEvaluator.3.gz +%%DOXYGEN%%man/man3/log4cpp::TriggeringEventEvaluatorFactory.3.gz +%%DOXYGEN%%man/man3/log4cpp::Win32DebugAppender.3.gz +%%DOXYGEN%%man/man3/log4cpp::details.3.gz +%%DOXYGEN%%man/man3/log4cpp::details::base::validator::data.3.gz +%%DOXYGEN%%man/man3/log4cpp::details::optional::params::validator.3.gz +%%DOXYGEN%%man/man3/log4cpp::details::parameter::validator.3.gz +%%DOXYGEN%%man/man3/log4cpp::details::required::params::validator.3.gz +%%DOXYGEN%%man/man3/log4cpp::tab.3.gz +%%DOXYGEN%%man/man3/log4cpp::threading.3.gz +%%DOXYGEN%%man/man3/log4cpp::threading::MSMutex.3.gz +%%DOXYGEN%%man/man3/log4cpp::threading::MSScopedLock.3.gz +%%DOXYGEN%%man/man3/log4cpp::threading::Mutex.3.gz +%%DOXYGEN%%man/man3/log4cpp::threading::ScopedLock.3.gz +%%DOXYGEN%%man/man3/log4cpp::threading::ThreadLocalDataHolder.3.gz +%%DOXYGEN%%man/man3/log4cpp::width.3.gz share/aclocal/log4cpp.m4 -@comment %%PORTDOCS%%%%DOCSDIR%%/index.html -@comment %%PORTDOCS%%%%DOCSDIR%%/default.css -@comment %%PORTDOCS%%%%DOCSDIR%%/sflogo.png +%%DOXYGEN%%%%DOCSDIR%%/default.css +%%DOXYGEN%%%%DOCSDIR%%/index.html +%%DOXYGEN%%%%DOCSDIR%%/sflogo.png