From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 4 22:50:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3570B106566B for ; Thu, 4 Oct 2012 22:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0850F8FC19 for ; Thu, 4 Oct 2012 22:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q94Mo7Mj029730 for ; Thu, 4 Oct 2012 22:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q94Mo762029729; Thu, 4 Oct 2012 22:50:07 GMT (envelope-from gnats) Resent-Date: Thu, 4 Oct 2012 22:50:07 GMT Resent-Message-Id: <201210042250.q94Mo762029729@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DAE511065670 for ; Thu, 4 Oct 2012 22:46:50 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 4705D8FC0C for ; Thu, 4 Oct 2012 22:46:49 +0000 (UTC) Received: (qmail invoked by alias); 04 Oct 2012 22:46:47 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp035) with SMTP; 05 Oct 2012 00:46:47 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 05 Oct 2012 00:46:46 +0200 Message-Id: <20121004224650.DAE511065670@hub.freebsd.org> Date: Fri, 05 Oct 2012 00:46:46 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/172340: [PATCH] graphics/ampasCTL: update to 1.4.1, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 22:50:08 -0000 >Number: 172340 >Category: ports >Synopsis: [PATCH] graphics/ampasCTL: update to 1.4.1, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 22:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: - Update to 1.4.1 - Take maintainership - Adjusted MASTER_SITES +MASTER_SITES= SF/${PORTNAME:L}/ctl/ctl-${PORTVERSION}/ - Added LICENSE +LICENSE= BSD - Changed LIB_DEPENDS +LIB_DEPENDS= Imath:${PORTSDIR}/graphics/ilmbase - Added PORTDOCS +PORTDOCS= AUTHORS ChangeLog NEWS README - Added OptionsNG +.include - Added post-install for PORTDOCS +post-install: - Rework pkg-descr and pkg-plist Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: portlint -A WARN: /usr/local/ports/local/work/graphics/ampasCTL/pkg-plist: Both ``%%PORTDOCS%%@dirrm %%DOCSDIR%%'' and ``%%PORTDOCS%%@unexec %D/%%DOCSDIR%% 2>/dev/null || true'' are missing. At least one should be used. WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. 0 fatal errors and 2 warnings found. WARN: /usr/local/ports/local/work/graphics/ampasCTL/pkg-plist: because is used PORTDOCS and Port self install documentation +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% port test: clean Build log RedPorts https://redports.org/buildarchive/20121004171826-39854/ >Fix: --- ampasCTL-1.4.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/ampasCTL/Makefile ./Makefile --- /usr/ports/graphics/ampasCTL/Makefile 2012-08-15 21:26:13.000000000 +0200 +++ ./Makefile 2012-10-04 18:17:24.000000000 +0200 @@ -6,21 +6,27 @@ # PORTNAME= ampasCTL -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= graphics devel -MASTER_SITES= SF/${PORTNAME:L}/ctl/${PORTVERSION} -DISTNAME= ctl-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:L}/ctl/ctl-${PORTVERSION}/ +DISTNAME= ctl-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Color Transformation Language interpreter -LIB_DEPENDS= Half.6:${PORTSDIR}/graphics/ilmbase +LICENSE= BSD + +LIB_DEPENDS= Imath:${PORTSDIR}/graphics/ilmbase USE_GNOME= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool +PORTDOCS= AUTHORS ChangeLog NEWS README + +.include + test check: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) @@ -28,4 +34,10 @@ pre-install: test .endif +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include diff -ruN --exclude=CVS /usr/ports/graphics/ampasCTL/distinfo ./distinfo --- /usr/ports/graphics/ampasCTL/distinfo 2011-07-03 16:11:00.000000000 +0200 +++ ./distinfo 2012-10-04 18:34:43.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (ctl-1.4.0.tar.gz) = 85cc710d18f1ac16e77640e165ba083c6e27766cbe6b0cfdb80eac3daef58aa6 -SIZE (ctl-1.4.0.tar.gz) = 1004039 +SHA256 (ctl-1.4.1.tar.gz) = b202d9552eeb81f3ded66a6786719f6e1138fa4e31c866799b1efad6ef7a9f9a +SIZE (ctl-1.4.1.tar.gz) = 996923 diff -ruN --exclude=CVS /usr/ports/graphics/ampasCTL/files/patch-Makefile.in ./files/patch-Makefile.in --- /usr/ports/graphics/ampasCTL/files/patch-Makefile.in 2007-10-08 00:46:38.000000000 +0200 +++ ./files/patch-Makefile.in 2012-10-04 18:47:55.000000000 +0200 @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2007-08-04 09:11:41.000000000 +0900 -+++ Makefile.in 2007-10-08 06:50:25.000000000 +0900 +--- Makefile.in.orig 2007-10-10 00:12:27.000000000 +0200 ++++ Makefile.in 2012-10-04 18:42:38.000000000 +0200 @@ -203,7 +203,7 @@ AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS \ README README.CVS README.OSX README.win32 bootstrap diff -ruN --exclude=CVS /usr/ports/graphics/ampasCTL/files/patch-doc-Makefile.in ./files/patch-doc-Makefile.in --- /usr/ports/graphics/ampasCTL/files/patch-doc-Makefile.in 2007-10-08 00:46:38.000000000 +0200 +++ ./files/patch-doc-Makefile.in 2012-10-04 18:48:37.000000000 +0200 @@ -1,5 +1,5 @@ ---- doc/Makefile.in.orig 2007-08-04 09:11:41.000000000 +0900 -+++ doc/Makefile.in 2007-10-08 06:51:25.000000000 +0900 +--- doc/Makefile.in.orig 2007-10-10 00:12:27.000000000 +0200 ++++ doc/Makefile.in 2012-10-04 18:46:30.000000000 +0200 @@ -171,7 +171,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ diff -ruN --exclude=CVS /usr/ports/graphics/ampasCTL/pkg-descr ./pkg-descr --- /usr/ports/graphics/ampasCTL/pkg-descr 2007-10-08 00:46:38.000000000 +0200 +++ ./pkg-descr 2012-10-04 19:16:26.000000000 +0200 @@ -1,13 +1,24 @@ -The CTL(Color Transformation Language) interpreter contains -the following C++ libraries: +ABOUT THE CTL LIBRARIES +----------------------- -IlmCtl The CTL interpreter front end and the interpreter's - public programming interface. +The CTL interpreter source code release contains the following +C++ libraries: -IlmCtlSimd The interpreter's SIMD back end. +IlmCtl The CTL interpreter front end and the interpreter's + public programming interface. -IlmCtlMath Math routines that are used by IlmCtlSimd: conversions - between standard color spaces, 1D and 3D lookup tables, - 3D scattered data interpolation. +IlmCtlSimd The interpreter's SIMD back end. -WWW: http://www.oscars.org/council/ctl.html +IlmCtlMath Math routines that are used by IlmCtlSimd: conversions + between standard color spaces, 1D and 3D lookup tables, + 3D scattered data interpolation. + +IlmCtlTest Confidence tests for IlmCtl, IlmCtlSimd + +IlmCtlMathTest Confidence tests for IlmCtlMath + +IlmCtlTest Confidence tests for IlmImfCtl + +WWW: http://www.openexr.com/ +WWW: http://www.oscars.org/science-technology/council/projects/ctl.html +WWW: http://ampasctl.sourceforge.net/ diff -ruN --exclude=CVS /usr/ports/graphics/ampasCTL/pkg-plist ./pkg-plist --- /usr/ports/graphics/ampasCTL/pkg-plist 2007-10-08 00:46:38.000000000 +0200 +++ ./pkg-plist 2012-10-04 18:40:01.000000000 +0200 @@ -1,15 +1,3 @@ -lib/libIlmCtl.a -lib/libIlmCtl.la -lib/libIlmCtl.so -lib/libIlmCtl.so.2 -lib/libIlmCtlMath.a -lib/libIlmCtlMath.la -lib/libIlmCtlMath.so -lib/libIlmCtlMath.so.2 -lib/libIlmCtlSimd.a -lib/libIlmCtlSimd.la -lib/libIlmCtlSimd.so -lib/libIlmCtlSimd.so.2 include/CTL/CtlAddr.h include/CTL/CtlAlign.h include/CTL/CtlColorSpace.h @@ -31,8 +19,21 @@ include/CTL/CtlTokens.h include/CTL/CtlType.h include/CTL/CtlVersion.h +lib/libIlmCtl.a +lib/libIlmCtl.la +lib/libIlmCtl.so +lib/libIlmCtl.so.2 +lib/libIlmCtlMath.a +lib/libIlmCtlMath.la +lib/libIlmCtlMath.so +lib/libIlmCtlMath.so.2 +lib/libIlmCtlSimd.a +lib/libIlmCtlSimd.la +lib/libIlmCtlSimd.so +lib/libIlmCtlSimd.so.2 libdata/pkgconfig/CTL.pc -%%DOCSDIR%%/CtlManual.pdf -%%DOCSDIR%%/CtlManual.doc -@dirrm %%DOCSDIR%% -@dirrm include/CTL +%%PORTDOCS%%%%DOCSDIR%%/CtlManual.doc +%%PORTDOCS%%%%DOCSDIR%%/CtlManual.pdf +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% +@dirrmtry share/applications +@dirrmtry include/CTL --- ampasCTL-1.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: