From owner-svn-ports-all@FreeBSD.ORG Wed May 21 08:05:46 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 5E9F48EB; Wed, 21 May 2014 08:05:46 +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 3269929F3; Wed, 21 May 2014 08:05:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L85kid075181; Wed, 21 May 2014 08:05:46 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4L85j2w075178; Wed, 21 May 2014 08:05:45 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405210805.s4L85j2w075178@svn.freebsd.org> From: Martin Wilke Date: Wed, 21 May 2014 08:05:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354728 - head/graphics/iulib 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: Wed, 21 May 2014 08:05:46 -0000 Author: miwi Date: Wed May 21 08:05:45 2014 New Revision: 354728 URL: http://svnweb.freebsd.org/changeset/ports/354728 QAT: https://qat.redports.org/buildarchive/r354728/ Log: - Support staging - Some clean-ups PR: 189454 Submitted by: maintainer Modified: head/graphics/iulib/Makefile head/graphics/iulib/pkg-plist Modified: head/graphics/iulib/Makefile ============================================================================== --- head/graphics/iulib/Makefile Wed May 21 08:01:00 2014 (r354727) +++ head/graphics/iulib/Makefile Wed May 21 08:05:45 2014 (r354728) @@ -3,7 +3,7 @@ PORTNAME= iulib PORTVERSION= 0.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .tgz @@ -11,24 +11,27 @@ EXTRACT_SUFX= .tgz MAINTAINER= hiroto.kagotani@gmail.com COMMENT= A library of image understanding-related algorithms -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff +LICENSE= APACHE20 + +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libtiff.so:${PORTSDIR}/graphics/tiff OPTIONS_DEFINE= SDL VIDIO SDL_DESC= Enable SDL for graphical debugging VIDIO_DESC= Enable Video Input/Output (using ffmpeg) +USES= libtool USE_GCC= any USE_PYTHON_BUILD= yes -USE_AUTOTOOLS= libtool aclocal automake autoconf +USE_AUTOTOOLS= libtoolize aclocal automake autoconf ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip -NO_STAGE= yes .include .if ${PORT_OPTIONS:MSDL} @@ -40,7 +43,7 @@ PLIST_SUB+= SDL="@comment " .endif .if ${PORT_OPTIONS:MVIDIO} -LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg .endif post-patch: Modified: head/graphics/iulib/pkg-plist ============================================================================== --- head/graphics/iulib/pkg-plist Wed May 21 08:01:00 2014 (r354727) +++ head/graphics/iulib/pkg-plist Wed May 21 08:05:45 2014 (r354728) @@ -53,7 +53,6 @@ include/iulib/iulib.h include/iulib/vidio.h %%SDL%%include/iulib/SDL_lines.h lib/libiulib.a -lib/libiulib.la lib/libiulib.so lib/libiulib.so.0 @dirrm include/colib