Date: Thu, 8 May 2014 11:38:22 +0900 (JST) From: Hiroto Kagotani <hiroto.kagotani@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/189454: [MAINTAINER] graphics/iulib: support staging Message-ID: <201405080238.s482cMc4042194@luna5.infsys.cne.okayama-u.ac.jp> Resent-Message-ID: <201405080240.s482e0XH016620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 189454 >Category: ports >Synopsis: [MAINTAINER] graphics/iulib: support staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 08 02:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Hiroto Kagotani >Release: FreeBSD 10.0-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD myhost.mydomain 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 >Description: - Support staging - Some clean-ups Generated with FreeBSD Port Tools 1.02 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- iulib-0.4.patch begins here --- diff -ruN ../iulib.orig/Makefile ./Makefile --- ../iulib.orig/Makefile 2013-09-21 03:35:44.000000000 +0900 +++ ./Makefile 2014-05-07 19:53:29.000000000 +0900 @@ -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 @@ 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 @@ .endif .if ${PORT_OPTIONS:MVIDIO} -LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg .endif post-patch: diff -ruN ../iulib.orig/pkg-plist ./pkg-plist --- ../iulib.orig/pkg-plist 2014-01-23 00:16:56.000000000 +0900 +++ ./pkg-plist 2014-05-07 19:48:45.000000000 +0900 @@ -53,7 +53,6 @@ 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 --- iulib-0.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405080238.s482cMc4042194>