From owner-svn-ports-all@FreeBSD.ORG Tue May 6 20:12:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A93BE936; Tue, 6 May 2014 20:12:53 +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 95AC4E69; Tue, 6 May 2014 20:12:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s46KCriP009138; Tue, 6 May 2014 20:12:53 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s46KCrG2009137; Tue, 6 May 2014 20:12:53 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405062012.s46KCrG2009137@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 6 May 2014 20:12:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353129 - head/graphics/imlib 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: Tue, 06 May 2014 20:12:53 -0000 Author: tijl Date: Tue May 6 20:12:53 2014 New Revision: 353129 URL: http://svnweb.freebsd.org/changeset/ports/353129 QAT: https://qat.redports.org/buildarchive/r353129/ Log: - New LIB_DEPENDS syntax. - USES=libtool:oldver. - Replace LIBS with LDFLAGS. Modified: head/graphics/imlib/Makefile Modified: head/graphics/imlib/Makefile ============================================================================== --- head/graphics/imlib/Makefile Tue May 6 20:11:54 2014 (r353128) +++ head/graphics/imlib/Makefile Tue May 6 20:12:53 2014 (r353129) @@ -4,27 +4,27 @@ PORTNAME= imlib PORTVERSION= 1.9.15 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphic library for enlightenment package +COMMENT= Graphic library for enlightenment package -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - gif.5:${PORTSDIR}/graphics/giflib +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libgif.so:${PORTSDIR}/graphics/giflib -USE_AUTOTOOLS= libtool +# TODO: Remove :oldver together with version-info patching in pre-configure. +USES= gmake libtool:oldver pathfix tar:bzip2 USE_XORG= sm xext x11 -USES= gmake tar:bzip2 pathfix USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +LDFLAGS+= -L${LOCALBASE}/lib pre-configure: @${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in