ports/179337: [PATCH] graphics/enblend: Fix docs, mtree, add OptionsNG
nemysis
nemysis at gmx.ch
Wed Jun 5 16:40:01 UTC 2013
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list