From owner-svn-ports-all@FreeBSD.ORG Wed Mar 20 23:32:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 971F07C8; Wed, 20 Mar 2013 23:32:01 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 89052AA1; Wed, 20 Mar 2013 23:32:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2KNW1fb029602; Wed, 20 Mar 2013 23:32:01 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2KNW10r029597; Wed, 20 Mar 2013 23:32:01 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201303202332.r2KNW10r029597@svn.freebsd.org> From: Rene Ladan Date: Wed, 20 Mar 2013 23:32:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314777 - head/devel/log4cxx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 23:32:01 -0000 Author: rene Date: Wed Mar 20 23:32:00 2013 New Revision: 314777 URL: http://svnweb.freebsd.org/changeset/ports/314777 Log: - 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] Modified: head/devel/log4cxx/Makefile head/devel/log4cxx/pkg-descr (contents, props changed) Modified: head/devel/log4cxx/Makefile ============================================================================== --- head/devel/log4cxx/Makefile Wed Mar 20 22:54:19 2013 (r314776) +++ head/devel/log4cxx/Makefile Wed Mar 20 23:32:00 2013 (r314777) @@ -1,4 +1,4 @@ -# Created by: Thaddeus Covert +# Created by: Thaddeus Covert # $FreeBSD$ PORTNAME= log4cxx @@ -17,7 +17,6 @@ LICENSE= AL2 LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 OPTIONS_DEFINE= BOOST DOCS DOXYGEN -OPTIONS_DEFAULT= .include @@ -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} Modified: head/devel/log4cxx/pkg-descr ============================================================================== --- head/devel/log4cxx/pkg-descr Wed Mar 20 22:54:19 2013 (r314776) +++ head/devel/log4cxx/pkg-descr Wed Mar 20 23:32:00 2013 (r314777) @@ -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/