diff options
author | pav <pav@FreeBSD.org> | 2010-02-16 21:25:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-02-16 21:25:10 +0800 |
commit | dbc31d7998405380e24ce855e5c33e4263b1914f (patch) | |
tree | a000a9515ea645f3a29d3604169f5d810026c337 /devel | |
parent | fe326d0168014777444a7329b19ed075cf5031b3 (diff) | |
download | freebsd-ports-gnome-dbc31d7998405380e24ce855e5c33e4263b1914f.tar.gz freebsd-ports-gnome-dbc31d7998405380e24ce855e5c33e4263b1914f.tar.zst freebsd-ports-gnome-dbc31d7998405380e24ce855e5c33e4263b1914f.zip |
- Unmark BROKEN and disable everything doxygen (the brokedness was in the docu
build)
Requested by: ru
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/log4cpp/Makefile | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile index e3385c671eb0..be7cda36140c 100644 --- a/devel/log4cpp/Makefile +++ b/devel/log4cpp/Makefile @@ -21,27 +21,26 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-pthreads --disable-html-docs USE_LDCONFIG= yes -BROKEN= does not compile - -.include "Makefile.man" +#.include "Makefile.man" .include <bsd.port.pre.mk> -.if exists (${LOCALBASE}/bin/doxygen) || !defined (NOPORTDOCS) -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen -.else +# doxygen build is BROKEN atm +#.if exists (${LOCALBASE}/bin/doxygen) || !defined (NOPORTDOCS) +#BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +#.else NOPORTDOCS= true CONFIGURE_ARGS+= --disable-doxygen -.endif - -.if !exists (${LOCALBASE}/bin/doxygen) && !defined (NOPORTDOCS) -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 -DNOPORTDOCS | ${FMT} 74 - @${ECHO_CMD} - @sleep 3 -.endif +#.endif + +#.if !exists (${LOCALBASE}/bin/doxygen) && !defined (NOPORTDOCS) +#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 -DNOPORTDOCS | ${FMT} 74 +# @${ECHO_CMD} +# @sleep 3 +#.endif post-patch: @${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure |