FreeBSD Bugzilla – Attachment 134647 Details for
Bug 179337
[PATCH] graphics/enblend: Fix docs, mtree, add OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
enblend-4.1.1_1.patch
enblend-4.1.1_1.patch (text/plain), 1.79 KB, created by
nemysis
on 2013-06-05 17:40:00 UTC
(
hide
)
Description:
enblend-4.1.1_1.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-06-05 17:40:00 UTC
Size:
1.79 KB
patch
obsolete
>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>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179337
: 134647