From owner-svn-ports-all@FreeBSD.ORG Fri Jul 4 07:42:15 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 14BCF559; Fri, 4 Jul 2014 07:42:15 +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 021782A44; Fri, 4 Jul 2014 07:42:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s647gER0090938; Fri, 4 Jul 2014 07:42:14 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s647gEip090936; Fri, 4 Jul 2014 07:42:14 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407040742.s647gEip090936@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 4 Jul 2014 07:42:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360564 - head/graphics/iec16022 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 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: Fri, 04 Jul 2014 07:42:15 -0000 Author: amdmi3 Date: Fri Jul 4 07:42:14 2014 New Revision: 360564 URL: http://svnweb.freebsd.org/changeset/ports/360564 QAT: https://qat.redports.org/buildarchive/r360564/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/graphics/iec16022/Makefile head/graphics/iec16022/pkg-plist Modified: head/graphics/iec16022/Makefile ============================================================================== --- head/graphics/iec16022/Makefile Fri Jul 4 07:41:54 2014 (r360563) +++ head/graphics/iec16022/Makefile Fri Jul 4 07:42:14 2014 (r360564) @@ -3,6 +3,7 @@ PORTNAME= iec16022 PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \ CRITICAL @@ -16,9 +17,9 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/deve GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pkgconfig +USES= libtool pkgconfig -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \ Modified: head/graphics/iec16022/pkg-plist ============================================================================== --- head/graphics/iec16022/pkg-plist Fri Jul 4 07:41:54 2014 (r360563) +++ head/graphics/iec16022/pkg-plist Fri Jul 4 07:42:14 2014 (r360564) @@ -2,9 +2,9 @@ bin/iec16022 include/iec16022/iec16022ecc200.h include/iec16022/image.h include/iec16022/reedsol.h -lib/libiec16022.so +lib/libiec16022.so.0.0.0 lib/libiec16022.so.0 -lib/libiec16022.la +lib/libiec16022.so lib/libiec16022.a libdata/pkgconfig/libiec16022.pc man/man1/iec16022.1.gz