diff options
author | rene <rene@FreeBSD.org> | 2013-03-21 07:32:00 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-03-21 07:32:00 +0800 |
commit | ca77369416edc80f77e8ab7130eb5b9f856a3b3b (patch) | |
tree | 53ab90bb7b10126dd89c0f432b6ec3f8308a30b7 /devel | |
parent | 1474b454a259c32188366c0178905721a4d149a2 (diff) | |
download | freebsd-ports-gnome-ca77369416edc80f77e8ab7130eb5b9f856a3b3b.tar.gz freebsd-ports-gnome-ca77369416edc80f77e8ab7130eb5b9f856a3b3b.tar.zst freebsd-ports-gnome-ca77369416edc80f77e8ab7130eb5b9f856a3b3b.zip |
- 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]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/log4cxx/Makefile | 9 | ||||
-rw-r--r-- | devel/log4cxx/pkg-descr | 2 |
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/ |