summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-03-20 23:32:00 +0000
committerRene Ladan <rene@FreeBSD.org>2013-03-20 23:32:00 +0000
commit3fddaf1aa05cac62bdbc88dd4b555605072a8522 (patch)
tree53ab90bb7b10126dd89c0f432b6ec3f8308a30b7 /devel
parentThe only reference to the files being restricted is Makefile.icons. (diff)
- Replace manual pre-configure magic by USES=pathfix [1]
- No need for empty OPTIONS_DEFAULT - Honor portlint, replace tabs in header and WWW line by spaces Tested with: Tinderbox and manual inspection of .a and .so file [1]
Notes
Notes: svn path=/head/; revision=314777
Diffstat (limited to 'devel')
-rw-r--r--devel/log4cxx/Makefile9
-rw-r--r--devel/log4cxx/pkg-descr2
2 files changed, 3 insertions, 8 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile
index b9201465fbcb..1b2c1dc67c34 100644
--- a/devel/log4cxx/Makefile
+++ b/devel/log4cxx/Makefile
@@ -1,4 +1,4 @@
-# Created by: Thaddeus Covert <tcovert@grimmy.sahuagin.net>
+# Created by: Thaddeus Covert <tcovert@grimmy.sahuagin.net>
# $FreeBSD$
PORTNAME= log4cxx
@@ -17,7 +17,6 @@ LICENSE= AL2
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
OPTIONS_DEFINE= BOOST DOCS DOXYGEN
-OPTIONS_DEFAULT=
.include <bsd.port.options.mk>
@@ -42,11 +41,7 @@ USE_LDCONFIG= yes
PORTDOCS= *
.endif
-pre-configure:
- @${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4
- @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.am
- @(cd ${WRKSRC} && ./autogen.sh)
- @${REINPLACE_CMD} -e 's|GREP "\\-L"|GREP "conftest\\.$$objext"|g' ${WRKSRC}/configure
+USES= pathfix
post-install:
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
diff --git a/devel/log4cxx/pkg-descr b/devel/log4cxx/pkg-descr
index 6b1c4c7ff278..91952701bfeb 100644
--- a/devel/log4cxx/pkg-descr
+++ b/devel/log4cxx/pkg-descr
@@ -1,4 +1,4 @@
Log4cxx is a C++ port of the Log4j project.
The goal is to have the same functionality and interfaces as log4j.
-WWW: http://logging.apache.org/log4cxx/
+WWW: http://logging.apache.org/log4cxx/