Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Jun 2013 18:31:36 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        grog@FreeBSD.org
Subject:   ports/179337: [PATCH] graphics/enblend: Fix docs, mtree, add OptionsNG
Message-ID:  <20130605163141.237FFBC9@hub.freebsd.org>
Resent-Message-ID: <201306051640.r55Ge0Ya078468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179337
>Category:       ports
>Synopsis:       [PATCH] graphics/enblend: Fix docs, mtree, add OptionsNG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 05 16:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013
>Description:

- Bump portrevision
- Trim master sites
- Add license
- Fix docs
- Add OptionsNG
- Fix mtree

Port maintainer (grog@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
>How-To-Repeat:

http://portsmon.freebsd.org/portoverview.py?category=graphics&portname=enblend

Build log

https://redports.org/buildarchive/20130604213801-534/

>Fix:

--- enblend-4.1.1_1.patch begins here ---
diff -ruN /usr/ports/graphics/enblend/Makefile ./Makefile
--- /usr/ports/graphics/enblend/Makefile	2013-06-02 18:53:14.000000000 +0200
+++ ./Makefile	2013-06-04 23:36:23.000000000 +0200
@@ -3,15 +3,18 @@
 
 PORTNAME=	enblend
 PORTVERSION=	4.1.1
+PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-enfuse/${PORTNAME}-enfuse-${PORTVERSION:R}/
 DISTNAME=	enblend-enfuse-${PORTVERSION}
 
 MAINTAINER=	grog@FreeBSD.org
 COMMENT=	Tool for image blending with multiresolution splines
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \
-		OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR
+		OpenEXR>=0:${PORTSDIR}/graphics/OpenEXR
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		lcms2:${PORTSDIR}/graphics/lcms2 \
 		xmi:${PORTSDIR}/graphics/plotutils \
@@ -19,9 +22,9 @@
 		boost_filesystem:${PORTSDIR}/devel/boost-libs \
 		vigraimpex:${PORTSDIR}/graphics/vigra \
 		gsl:${PORTSDIR}/math/gsl
-RUN_DEPENDS=	OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR
+RUN_DEPENDS=	OpenEXR>=0:${PORTSDIR}/graphics/OpenEXR
 
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE=	yes
 USE_AUTOTOOLS=	automake:env autoconf:env
 USE_GMAKE=	yes
 # We need a newer version of makinfo for this.
@@ -39,11 +42,21 @@
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-INFO=		enfuse enblend
 MAN1=		enblend.1 enfuse.1
+
+INFO=		enfuse enblend
+
 PLIST_FILES=	bin/enblend bin/enfuse
 
+PORTDOCS=	AUTHORS NEWS README
+
+.include <bsd.port.options.mk>
+
 post-install:
-		${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH}
+.if ${PORT_OPTIONS:MDOCS}
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.endif
+	${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/${INFO_PATH}
 
 .include <bsd.port.mk>
--- enblend-4.1.1_1.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?20130605163141.237FFBC9>