FreeBSD Bugzilla – Attachment 100820 Details for
Bug 140165
[PATCH] devel/esdl: fix file permissions, mark MAKE_JOBS_SAFE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
esdl-1.0.1_2.patch
esdl-1.0.1_2.patch (text/plain), 954 bytes, created by
Dmitry Marakasov
on 2009-11-01 14:30:03 UTC
(
hide
)
Description:
esdl-1.0.1_2.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2009-11-01 14:30:03 UTC
Size:
954 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/esdl/Makefile,v >retrieving revision 1.36 >diff -u -u -r1.36 Makefile >--- Makefile 22 Aug 2009 00:18:01 -0000 1.36 >+++ Makefile 1 Nov 2009 01:47:30 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= esdl > PORTVERSION= 1.0.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > DISTNAME= ${PORTNAME}-${PORTVERSION}.src >@@ -27,6 +27,7 @@ > USE_SDL= sdl > ALL_TARGET= target > PLIST_SUB= VERSION="${PORTVERSION}" >+MAKE_JOBS_SAFE= yes > > OPTIONS= SDL_TTF "SDL_ttf support" on \ > SDL_IMAGE "SDL_image support" on >@@ -47,6 +48,9 @@ > PLIST_SUB+= SDL_IMAGE="@comment " > .endif > >+post-extract: >+ @${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${CHMOD} go+r >+ > post-patch: > @${REINPLACE_CMD} -Ee 's|addons|lib|' ${WRKSRC}/Makefile > .if !defined(WITHOUT_SDL_TTF)
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 140165
: 100820