FreeBSD Bugzilla – Attachment 132951 Details for
Bug 177322
[PATCH] graphics/imageindex: Convert to OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
imageindex-1.1_5.patch
imageindex-1.1_5.patch (text/plain), 1.64 KB, created by
nemysis
on 2013-03-23 22:40:00 UTC
(
hide
)
Description:
imageindex-1.1_5.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-03-23 22:40:00 UTC
Size:
1.64 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/imageindex/Makefile ./Makefile >--- /usr/ports/graphics/imageindex/Makefile 2013-01-14 17:57:01.000000000 +0100 >+++ ./Makefile 2013-03-23 23:09:14.000000000 +0100 >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: imageindex >-# Date created: Sat Sep 7 15:53:33 MST 2002 >-# Whom: John Reynolds <johnjen@reynoldsnet.org> >-# >+# Created by: John Reynolds <johnjen@reynoldsnet.org> > # $FreeBSD: head/graphics/imageindex/Makefile 300896 2012-07-14 13:54:48Z beat $ >-# > > PORTNAME= imageindex > PORTVERSION= 1.1 >@@ -13,13 +9,12 @@ > http://www.reynoldsnet.org/imageindex/release/ > > MAINTAINER= johnjen@reynoldsnet.org >-COMMENT= A digital photo gallery tool >+COMMENT= Digital photo gallery tool > >-RUN_DEPENDS= \ >- ${LOCALBASE}/bin/Magick-config:${PORTSDIR}/graphics/ImageMagick \ >- ${LOCALBASE}/bin/wrjpgcom:${PORTSDIR}/graphics/jpeg \ >- ${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer \ >- p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info >+RUN_DEPENDS= Magick:${PORTSDIR}/graphics/ImageMagick \ >+ jpeg:${PORTSDIR}/graphics/jpeg \ >+ mplayer:${PORTSDIR}/multimedia/mplayer \ >+ p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info > > USE_PERL5_RUN= yes > MAKE_ARGS+= PERLPATH=${PERL} >@@ -29,13 +24,15 @@ > > MAN1= imageindex.1 > >+.include <bsd.port.options.mk> >+ > post-patch: >- ${REINPLACE_CMD} -e 's|share/man|man| ;' ${WRKSRC}/Makefile >+ ${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/Makefile > > post-install: >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} > .endif > > .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 177322
: 132951 |
132952