FreeBSD Bugzilla – Attachment 140664 Details for
Bug 187331
[PATCH] graphics/optipng: support staging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
optipng-0.7.4.patch
optipng-0.7.4.patch (text/plain), 1.40 KB, created by
Dmitry Marakasov
on 2014-03-06 22:50:01 UTC
(
hide
)
Description:
optipng-0.7.4.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2014-03-06 22:50:01 UTC
Size:
1.40 KB
patch
obsolete
>diff -ruN /usr/ports/graphics/optipng/Makefile ./Makefile >--- /usr/ports/graphics/optipng/Makefile 2014-01-22 21:00:46.000000000 +0400 >+++ ./Makefile 2014-03-06 18:37:06.445023247 +0400 >@@ -18,19 +18,17 @@ > BUNDLED_ZLIB_DESC= Use bundled zlib > > HAS_CONFIGURE= yes >-PLIST_FILES= bin/optipng >-MAN1= optipng.1 >+PLIST_FILES= bin/optipng man/man1/optipng.1.gz > PORTDOCS= history.txt optipng.man.html optipng.man.pdf optipng.man.txt \ > png_optimization.html todo.txt > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > .if empty(PORT_OPTIONS:MBUNDLED_LIBPNG) > CONFIGURE_ARGS+= --with-system-libpng > CFLAGS+= "-I${LOCALBASE}/include" > LDFLAGS+= "-L${LOCALBASE}/lib" >-LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png >+LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png > .endif > > .if empty(PORT_OPTIONS:MBUNDLED_ZLIB) >@@ -38,13 +36,11 @@ > .endif > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/src/optipng/optipng ${PREFIX}/bin/ >- ${INSTALL_MAN} ${WRKSRC}/src/optipng/man/optipng.1 ${MAN1PREFIX}/man/man1/ >+ ${INSTALL_PROGRAM} ${WRKSRC}/src/optipng/optipng ${STAGEDIR}${PREFIX}/bin/ >+ ${INSTALL_MAN} ${WRKSRC}/src/optipng/man/optipng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ > > post-install: >-.if ${PORT_OPTIONS:MDOCS} >- ${INSTALL} -d ${DOCSDIR} >- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}/ >-.endif >+ ${INSTALL} -d ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/ > > .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 187331
: 140664