FreeBSD Bugzilla – Attachment 46111 Details for
Bug 70879
[NEW PORT] graphics/libpcd: A library for reading PhotoCD images and add support PCD to graphics/ida
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.51 KB, created by
Andrey Slusar
on 2004-08-23 21:00:38 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrey Slusar
Created:
2004-08-23 21:00:38 UTC
Size:
1.51 KB
patch
obsolete
>diff -ruN /usr/ports/graphics/ida/Makefile ida/Makefile >--- /usr/ports/graphics/ida/Makefile Sat Aug 21 16:26:23 2004 >+++ ida/Makefile Mon Aug 23 22:28:22 2004 >@@ -18,12 +18,14 @@ > png.5:${PORTSDIR}/graphics/png \ > tiff.4:${PORTSDIR}/graphics/tiff \ > ungif.5:${PORTSDIR}/graphics/libungif >+.if defined(WITH_PCD) >+LIB_DEPENDS+= pcd.2:${PORTSDIR}/graphics/libpcd >+.endif > > USE_GMAKE= yes > USE_X_PREFIX= yes > USE_MOTIF= yes > USE_PERL5_BUILD=yes >-USE_REINPLACE= yes > WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} > MAKEFILE= ${WRKSRC}/GNUmakefile > >@@ -32,12 +34,11 @@ > > PLIST_FILES= bin/ida lib/X11/app-defaults/Ida > >-.include <bsd.port.pre.mk> >- >-post-patch: >-.if ${OSVERSION} < 500000 >- @${REINPLACE_CMD} -e 's|PRId32|"d"|g' -e 's|PRIx32|"x"|g' \ >- ${WRKSRC}/tiff.c ${WRKSRC}/xwd.c >+.if !defined(WITH_PCD) >+pre-fetch: >+ @${ECHO} >+ @${ECHO} "- WITH_PCD - build with PhotoCD images support" >+ @${ECHO} > .endif > > .if !defined(NOPORTDOCS) >@@ -48,4 +49,4 @@ > .endfor > .endif > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -ruN /usr/ports/graphics/ida/files/patch-loader.h ida/files/patch-loader.h >--- /usr/ports/graphics/ida/files/patch-loader.h Thu Jan 1 03:00:00 1970 >+++ ida/files/patch-loader.h Sun Aug 22 00:10:48 2004 >@@ -0,0 +1,13 @@ >+--- loader.h.old Sun Aug 22 00:07:12 2004 >++++ loader.h Sun Aug 22 00:10:29 2004 >+@@ -1,4 +1,10 @@ >+ #include "list.h" >++#ifndef PRId32 >++#define PRId32 "d" >++#endif >++#ifndef PRIx32 >++#define PRIx32 "x" >++#endif >+ #ifdef USE_X11 >+ # include <X11/Intrinsic.h> >+ #endif >--- ida.diff ends here ---
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 70879
:
46110
| 46111