aboutsummaryrefslogtreecommitdiff
path: root/devel/log4cpp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-02-16 13:25:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-02-16 13:25:10 +0000
commit1b7904c87ddb6517fb520775b30f20bf7c070e81 (patch)
tree0c21a97093998a0f6ee209651f69370a8b1b1527 /devel/log4cpp
parent916bb918bbd1b2c94c2b6c14adce86a1c65ff192 (diff)
downloadports-1b7904c87ddb6517fb520775b30f20bf7c070e81.tar.gz
ports-1b7904c87ddb6517fb520775b30f20bf7c070e81.zip
Notes
Diffstat (limited to 'devel/log4cpp')
-rw-r--r--devel/log4cpp/Makefile33
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