Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 03:44:37 +0800 (WST)
From:      "Thomas E. Zander" <riggs@rrr.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48186: Maintainer-update of cad/linux-eagle
Message-ID:  <200302111944.h1BJib92018066@trillian.mugiri.au>

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

>Number:         48186
>Category:       ports
>Synopsis:       Maintainer-update of cad/linux-eagle
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 11 12:00:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thomas E. Zander
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD trillian.mugiri.au 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Wed Jan 22 23:19:13 WST 2003 root@trillian.mugiri.au:/usr/obj/usr/src/sys/TRILLIAN i386


	
>Description:
The new install target installs the directories with the wrong permissions.
This update fixes this.
>How-To-Repeat:
Just install it :-)
>Fix:

Please apply this to cad/linux-eagle


diff -ruN linux-eagle.old/Makefile linux-eagle/Makefile
--- linux-eagle.old/Makefile	Tue Jan 28 03:15:26 2003
+++ linux-eagle/Makefile	Wed Feb 12 03:33:34 2003
@@ -9,7 +9,7 @@
 EAGLEVERSION?=	4.09r2
 EAGLELANG?=	e
 PORTVERSION=	${EAGLEVERSION:S/r/./}
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	cad linux
 MASTER_SITES=	ftp://ftp.cadsoft.de/pub/program/${EAGLEVERSION}/
 DISTNAME=	${PORTNAME:S/linux-//}-${EAGLEVERSION}${EAGLELANG}
@@ -37,6 +37,7 @@
 do-install:
 	@${MKDIR} ${DATADIR}
 	@ cd ${WRKSRC} && ${FIND} * -type f -print | ${CPIO} ${BINOWN}:${BINGRP} ${DATADIR}
+	@ cd ${DATADIR} && ${FIND} * -type d -print | xargs ${CHMOD} 0755
 	@${LN} -sf ${DATADIR}/bin/eagle ${PREFIX}/bin/eagle
 	@${INSTALL_MAN} ${DATADIR}/man/eagle.1 ${PREFIX}/man/man1
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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