Date: Wed, 21 May 2014 08:10:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/189454: commit references a PR Message-ID: <201405210810.s4L8A1tX033056@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> .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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405210810.s4L8A1tX033056>