FreeBSD Bugzilla – Attachment 94564 Details for
Bug 132749
Update port: graphics/mtpaint to 3.30
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.27 KB, created by
tkato432
on 2009-03-17 18:10:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2009-03-17 18:10:11 UTC
Size:
4.27 KB
patch
obsolete
>diff -urN /usr/ports/graphics/mtpaint/Makefile graphics/mtpaint/Makefile >--- /usr/ports/graphics/mtpaint/Makefile 2008-09-08 01:31:46.000000000 +0900 >+++ graphics/mtpaint/Makefile 2009-03-16 23:11:40.000000000 +0900 >@@ -6,41 +6,62 @@ > # > > PORTNAME= mtpaint >-PORTVERSION= 3.21 >+PORTVERSION= 3.30 > CATEGORIES= graphics > MASTER_SITES= SF > > MAINTAINER= ports@FreeBSD.org > COMMENT= Simple painting program > >-LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ >- ungif.5:${PORTSDIR}/graphics/libungif \ >+LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ >+ jasper.4:${PORTSDIR}/graphics/jasper \ > jpeg.9:${PORTSDIR}/graphics/jpeg \ >- tiff.4:${PORTSDIR}/graphics/tiff \ > openjpeg.2:${PORTSDIR}/graphics/openjpeg \ >+ png.5:${PORTSDIR}/graphics/png \ >+ tiff.4:${PORTSDIR}/graphics/tiff \ > freetype.9:${PORTSDIR}/print/freetype2 > > USE_BZIP2= yes > USE_GNOME= gtk20 > HAS_CONFIGURE= yes >-CPPFLAGS= -I${LOCALBASE}/include >-LDFLAGS= -L${LOCALBASE}/lib >-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" > CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ >- --locale=${PREFIX}/share/locale gif jpeg tiff slow \ >- gtk2 intl man >-MAN1= ${PORTNAME}.1 >+ --locale=${PREFIX}/share/locale \ >+ gtk2 cflags slow asneeded gif jpeg jp2 tiff man >+ > MANCOMPRESSED= yes >+MAN1= ${PORTNAME}.1 > >-.if !defined(WITHOUT_NLS) >+CFLAGS+= -DU_FREETYPE >+ >+.if defined(WITHOUT_NLS) >+PLIST_SUB+= NLS="@comment " >+.else > USE_GETTEXT= yes >+CONFIGURE_ARGS+=intl > PLIST_SUB+= NLS="" >-.else >-CONFIGURE_ARGS+=--disable-nls >-PLIST_SUB+= NLS="@comment " > .endif > > post-patch: >- @${REINPLACE_CMD} -e 's|-o /dev/null|-o `mktemp -t /tmp`|' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e 's|="/usr"|="${LOCALBASE}"|g ; \ >+ s|/usr/X11R6|${LOCALBASE}|g ; \ >+ s|GTK_LIB -s|GTK_LIB|g' ${WRKSRC}/configure >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ >+ ${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1.gz \ >+ ${MANPREFIX}/man/man1 >+ @${MKDIR} ${PREFIX}/share/applications >+ ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.desktop \ >+ ${PREFIX}/share/applications >+ ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.png \ >+ ${PREFIX}/share/pixmaps >+.if !defined(WITHOUT_NLS) >+.for lang in cs de es fr gl it ja nl pl pt pt_BR ru sk sv tr zh_CN zh_TW >+ @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES >+ ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ >+ ${PREFIX}/share/locale/${lang}/LC_MESSAGES/mtpaint.mo >+.endfor >+.endif > > .include <bsd.port.mk> >diff -urN /usr/ports/graphics/mtpaint/distinfo graphics/mtpaint/distinfo >--- /usr/ports/graphics/mtpaint/distinfo 2008-09-08 01:31:46.000000000 +0900 >+++ graphics/mtpaint/distinfo 2009-03-14 01:03:58.000000000 +0900 >@@ -1,3 +1,3 @@ >-MD5 (mtpaint-3.21.tar.bz2) = f685b6fbb16966dc5d343f0e63932027 >-SHA256 (mtpaint-3.21.tar.bz2) = 381eadcf6e4ba7b2554fa527e9654c63153cf52650932d5e9e602c4706b62eb0 >-SIZE (mtpaint-3.21.tar.bz2) = 415411 >+MD5 (mtpaint-3.30.tar.bz2) = a796b96aca4aeafface5a534253084ca >+SHA256 (mtpaint-3.30.tar.bz2) = b02300ba819b416a38dff8f1bd2cfb673e41c99fc38ef38de6d0248d4cd35c04 >+SIZE (mtpaint-3.30.tar.bz2) = 497876 >diff -urN /usr/ports/graphics/mtpaint/pkg-plist graphics/mtpaint/pkg-plist >--- /usr/ports/graphics/mtpaint/pkg-plist 2008-09-08 01:31:46.000000000 +0900 >+++ graphics/mtpaint/pkg-plist 2009-03-14 01:57:46.000000000 +0900 >@@ -1,20 +1,21 @@ > bin/mtpaint > share/applications/mtpaint.desktop > %%NLS%%share/locale/cs/LC_MESSAGES/mtpaint.mo >-%%NLS%%share/locale/de_DE/LC_MESSAGES/mtpaint.mo >+%%NLS%%share/locale/de/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/es/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/fr/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/gl/LC_MESSAGES/mtpaint.mo >+%%NLS%%share/locale/it/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/ja/LC_MESSAGES/mtpaint.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/pl/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/pt/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/pt_BR/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/ru/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/sk/LC_MESSAGES/mtpaint.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/tr/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/mtpaint.mo > %%NLS%%share/locale/zh_TW/LC_MESSAGES/mtpaint.mo > share/pixmaps/mtpaint.png > @dirrmtry share/applications >-@dirrmtry %%NLS%%share/locale/de_DE/LC_MESSAGES >-@dirrmtry %%NLS%%share/locale/de_DE
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 132749
: 94564