From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 21 08:10:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 54C7BD69 for ; Wed, 21 May 2014 08:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 363232A5A for ; Wed, 21 May 2014 08:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L8A1x1033057 for ; Wed, 21 May 2014 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4L8A1tX033056; Wed, 21 May 2014 08:10:01 GMT (envelope-from gnats) Date: Wed, 21 May 2014 08:10:01 GMT Message-Id: <201405210810.s4L8A1tX033056@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189454: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 08:10:01 -0000 The following reply was made to PR ports/189454; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189454: commit references a PR Date: Wed, 21 May 2014 08:05:49 +0000 (UTC) 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"