From owner-svn-ports-all@FreeBSD.ORG Wed Aug 13 10:38:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66CC3D61; Wed, 13 Aug 2014 10:38:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53343228C; Wed, 13 Aug 2014 10:38:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7DAccse045190; Wed, 13 Aug 2014 10:38:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7DAcbjm045188; Wed, 13 Aug 2014 10:38:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201408131038.s7DAcbjm045188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 13 Aug 2014 10:38:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364774 - head/devel/libol 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.18-1 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, 13 Aug 2014 10:38:38 -0000 Author: amdmi3 Date: Wed Aug 13 10:38:37 2014 New Revision: 364774 URL: http://svnweb.freebsd.org/changeset/ports/364774 QAT: https://qat.redports.org/buildarchive/r364774/ Log: - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/devel/libol/Makefile head/devel/libol/pkg-plist Modified: head/devel/libol/Makefile ============================================================================== --- head/devel/libol/Makefile Wed Aug 13 10:38:25 2014 (r364773) +++ head/devel/libol/Makefile Wed Aug 13 10:38:37 2014 (r364774) @@ -3,14 +3,20 @@ PORTNAME= libol PORTVERSION= 0.3.18 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.balabit.com/downloads/files/libol/0.3/ MAINTAINER= ports@FreeBSD.org COMMENT= Library needed by syslog-ng -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes +# depends on scsh which is severily broken +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/make_class + .include Modified: head/devel/libol/pkg-plist ============================================================================== --- head/devel/libol/pkg-plist Wed Aug 13 10:38:25 2014 (r364773) +++ head/devel/libol/pkg-plist Wed Aug 13 10:38:37 2014 (r364774) @@ -1,5 +1,4 @@ bin/libol-config -bin/make_class include/libol/abstract_io.h include/libol/abstract_io.h.x include/libol/alist.h @@ -30,7 +29,7 @@ include/libol/stream_buffer.h include/libol/werror.h include/libol/xalloc.h lib/libol.a -lib/libol.la lib/libol.so lib/libol.so.0 +lib/libol.so.0.0.0 @dirrm include/libol