Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  1 Nov 2009 17:25:07 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        olgeni@FreeBSD.org
Subject:   ports/140165: [PATCH] devel/esdl: fix file permissions, mark MAKE_JOBS_SAFE
Message-ID:  <20091101142507.5AAC7B829@hades.panopticon>
Resent-Message-ID: <200911011430.nA1EU4uL023734@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091101142507.5AAC7B829>