opnsense-ports/devel/gprbuild/files/patch-src_gprinstall-install.adb
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
533 B
Ada

FSF GNAT 4.9 doesn't have the mode setting capability in Set_Executable
procedure. At least GPRBuild 2012 didn't use it.
--- src/gprinstall-install.adb.orig 2014-04-17 09:50:17.000000000 +0000
+++ src/gprinstall-install.adb
@@ -723,7 +723,7 @@ package body Gprinstall.Install is
if Executable then
Set_Executable
- (Dest_Filename, Mode => S_Owner + S_Group + S_Others);
+ (Dest_Filename);
end if;
-- Add file to manifest