FreeBSD Bugzilla – Attachment 138300 Details for
Bug 184233
graphics/rgbpaint: Support CC properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.88 KB, created by
tkato432
on 2013-11-24 18:10:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-11-24 18:10:04 UTC
Size:
1.88 KB
patch
obsolete
>diff -urN /usr/ports/graphics/rgbpaint/Makefile graphics/rgbpaint/Makefile >--- /usr/ports/graphics/rgbpaint/Makefile 2013-11-06 22:01:31.000000000 +0900 >+++ graphics/rgbpaint/Makefile 2013-11-25 00:00:00.000000000 +0900 >@@ -10,17 +10,21 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Very basic painting program > >-USES= gettext pkgconfig > USE_BZIP2= yes >+USES= gettext pkgconfig > USE_GNOME= gtk20 > HAS_CONFIGURE= yes >-CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ >- --locale=${PREFIX}/share/locale cflags slow intl man >-MAN1= ${PORTNAME}.1 >-MANCOMPRESSED= yes >+CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ >+ --mandir=${STAGEDIR}${MAN1PREFIX}/man/man1 \ >+ --locale=${STAGEDIR}${PREFIX}/share/locale \ >+ cflags slow debug intl man > >-NO_STAGE= yes > post-patch: >- @${REINPLACE_CMD} -e '/if \[/s|==|=|g' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e \ >+ '/gcc/s|^|#| ; \ >+ /if \[/s|==|=|' ${WRKSRC}/configure >+ >+post-install: >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rgbpaint > > .include <bsd.port.mk> >diff -urN /usr/ports/graphics/rgbpaint/pkg-plist graphics/rgbpaint/pkg-plist >--- /usr/ports/graphics/rgbpaint/pkg-plist 2013-11-06 22:01:31.000000000 +0900 >+++ graphics/rgbpaint/pkg-plist 2013-11-25 00:00:00.000000000 +0900 >@@ -1,4 +1,5 @@ > bin/rgbpaint >+man/man1/rgbpaint.1.gz > share/locale/cs/LC_MESSAGES/rgbpaint.mo > share/locale/de_DE/LC_MESSAGES/rgbpaint.mo > share/locale/es/LC_MESSAGES/rgbpaint.mo >@@ -8,13 +9,3 @@ > share/locale/pt_BR/LC_MESSAGES/rgbpaint.mo > share/locale/tr/LC_MESSAGES/rgbpaint.mo > share/locale/zh_TW/LC_MESSAGES/rgbpaint.mo >-@dirrmtry share/locale/cs/LC_MESSAGES >-@dirrmtry share/locale/cs >-@dirrmtry share/locale/de_DE/LC_MESSAGES >-@dirrmtry share/locale/de_DE >-@dirrmtry share/locale/pl/LC_MESSAGES >-@dirrmtry share/locale/pl >-@dirrmtry share/locale/pt/LC_MESSAGES >-@dirrmtry share/locale/pt >-@dirrmtry share/locale/zh_TW/LC_MESSAGES >-@dirrmtry share/locale/zh_TW
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 184233
: 138300 |
138301
|
138302