ports/140165: [PATCH] devel/esdl: fix file permissions, mark MAKE_JOBS_SAFE

Dmitry Marakasov amdmi3 at amdmi3.ru
Sun Nov 1 14:30:04 UTC 2009


>Number:         140165
>Category:       ports
>Synopsis:       [PATCH] devel/esdl: fix file permissions, mark MAKE_JOBS_SAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 01 14:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009
>Description:
- Fix file permissions, some files are installed non-world-readable
- While here, mark MAKE_JOBS_SAFE

Port maintainer (olgeni at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- esdl-1.0.1_2.patch begins here ---
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)
--- esdl-1.0.1_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list