FreeBSD Bugzilla – Attachment 132757 Details for
Bug 177119
[PATCH] graphics/png2ico: Convert to OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
png2ico-2002.12.08_5.patch
png2ico-2002.12.08_5.patch (text/plain), 1.13 KB, created by
nemysis
on 2013-03-19 19:50:00 UTC
(
hide
)
Description:
png2ico-2002.12.08_5.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-03-19 19:50:00 UTC
Size:
1.13 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/png2ico/Makefile ./Makefile >--- /usr/ports/graphics/png2ico/Makefile 2013-01-14 17:57:08.000000000 +0100 >+++ ./Makefile 2013-03-19 20:46:29.000000000 +0100 >@@ -3,7 +3,7 @@ > > PORTNAME= png2ico > PORTVERSION= 2002.12.08 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics > MASTER_SITES= http://www.winterdrache.de/freeware/png2ico/data/ > DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./-/g} >@@ -11,6 +11,8 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Converts PNG files to Windows icon resource files > >+LICENSE= GPLv2 >+ > LIB_DEPENDS= png15:${PORTSDIR}/graphics/png > > MAN1= png2ico.1 >@@ -19,12 +21,15 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME} > >+.include <bsd.port.options.mk> >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >- ${INSTALL_MAN} ${WRKSRC}/doc/png2ico.1 ${PREFIX}/man/man1/ >-.if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/doc/bmp.txt ${DOCSDIR}/ >+ ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 >+ >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${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 177119
: 132757