pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/bash



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jan 25 10:40:06 UTC 2018

Modified Files:
        pkgsrc/shells/bash: distinfo
Added Files:
        pkgsrc/shells/bash/patches: patch-support_shobj-conf

Log Message:
bash: Spell -fPIC correctly on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/shells/bash/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/bash/patches/patch-support_shobj-conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/bash/distinfo
diff -u pkgsrc/shells/bash/distinfo:1.47 pkgsrc/shells/bash/distinfo:1.48
--- pkgsrc/shells/bash/distinfo:1.47    Sat Jan 28 04:41:14 2017
+++ pkgsrc/shells/bash/distinfo Thu Jan 25 10:40:05 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.47 2017/01/28 04:41:14 ryoon Exp $
+$NetBSD: distinfo,v 1.48 2018/01/25 10:40:05 jperkin Exp $
 
 SHA1 (bash-4.4.tar.gz) = 8de012df1e4f3e91f571c3eb8ec45b43d7c747eb
 RMD160 (bash-4.4.tar.gz) = 48869b3a460007d05c02ef99745477b2e526fdec
@@ -59,4 +59,5 @@ SHA1 (patch-builtins_ulimit.def) = 13900
 SHA1 (patch-configure) = c4e1ab53a1ee85f3e6121047f0aca8ceb85e6e5d
 SHA1 (patch-lib_readline_colors.c) = 4ebf871b883fc8ab6756758c423f777d9eb21da1
 SHA1 (patch-shell.c) = daa07914d4c318cd72463f80344f4f7c364809cd
+SHA1 (patch-support_shobj-conf) = 8750c104549ea8a4a722bd21a684a9fe13e05fe5
 SHA1 (patch-variables.c) = 0bb513cb863f82eb378b8c720bdfb1c31d21d36c

Added files:

Index: pkgsrc/shells/bash/patches/patch-support_shobj-conf
diff -u /dev/null pkgsrc/shells/bash/patches/patch-support_shobj-conf:1.1
--- /dev/null   Thu Jan 25 10:40:06 2018
+++ pkgsrc/shells/bash/patches/patch-support_shobj-conf Thu Jan 25 10:40:06 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-support_shobj-conf,v 1.1 2018/01/25 10:40:06 jperkin Exp $
+
+Spell -fPIC correctly.
+
+--- support/shobj-conf.orig    2014-02-24 02:06:29.000000000 +0000
++++ support/shobj-conf
+@@ -114,7 +114,7 @@ sunos5*-*gcc*|solaris2*-*gcc*)
+       ;;
+ 
+ sunos5*|solaris2*)
+-      SHOBJ_CFLAGS='-K pic'
++      SHOBJ_CFLAGS='-fPIC'
+       SHOBJ_LD=/usr/ccs/bin/ld
+       SHOBJ_LDFLAGS='-G -dy -z text -i -h $@'
+ 



Home | Main Index | Thread Index | Old Index