ppc64 fix, ppc64 stable and tested
authorTom Gall <tgall@gentoo.org>
Wed, 31 Mar 2004 02:21:11 +0000 (02:21 +0000)
committerTom Gall <tgall@gentoo.org>
Wed, 31 Mar 2004 02:21:11 +0000 (02:21 +0000)
sys-apps/pam-login/ChangeLog
sys-apps/pam-login/Manifest
sys-apps/pam-login/files/pam_login-Werror-off-ppc64.patch [new file with mode: 0644]
sys-apps/pam-login/pam-login-3.14.ebuild

index 9e30297d692983f83e8e462b2feb7544d2d04c36..50d0ecd594786dcc937340eadaa86d95015d087f 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pam-login
 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.36 2004/03/09 23:38:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/ChangeLog,v 1.37 2004/03/31 02:21:11 tgall Exp $
+
+  30 Mar 2004; Tom Gall <tgall@gentoo.org> pam-login-3.14.ebuild:
+  stable on ppc64 and minor fix 
 
   09 Mar 2004; <agriffis@gentoo.org> pam-login-3.14.ebuild:
   stable on alpha and ia64
index e498a5de3d003beaac3a88cea97a69ff923f5338..c1a52373d46ef79b4b28b290aa6a6fa63020b348 100644 (file)
@@ -1,14 +1,14 @@
+MD5 5f01bf6b57ae197c6eb9a4e1534177a0 ChangeLog 5241
 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
 MD5 5e0346f746f688a8e4d8c1c83fe2f5f0 pam-login-3.10.ebuild 1986
 MD5 83c455e4d5b22f4114f76b38cbedc325 pam-login-3.11-r1.ebuild 2268
 MD5 b779222dc9fbc8a6fcfa686e0f9589bb pam-login-3.11.ebuild 2126
 MD5 d176d2251bd728e21db4541e9d221919 pam-login-3.12-r1.ebuild 2383
 MD5 e5cd2079c08224f74702a2aee916cb7e pam-login-3.12.ebuild 2341
-MD5 a9938a41e0792664db7f98f3fbc6a702 pam-login-3.14.ebuild 2618
+MD5 28ab102d72ed621c044b0ae83a1c66b9 pam-login-3.14.ebuild 2682
 MD5 f8718f354b9e70631821a8bea1fc290f pam-login-3.6-r1.ebuild 1834
 MD5 9b3bda281d21571a9f2a2e5eeefc0e5c pam-login-3.6-r2.ebuild 1936
 MD5 7682b03070e2b68a4bd534e7a8db4f24 pam-login-3.7.ebuild 1987
-MD5 de2c95eefd98d400c29e77e9fe809d70 ChangeLog 5144
 MD5 a5e9be8a38e1b8f784d3cf558cff7a6b files/digest-pam-login-3.10 67
 MD5 387e811b73906d5f0e5d4417cccfed0e files/digest-pam-login-3.11 67
 MD5 387e811b73906d5f0e5d4417cccfed0e files/digest-pam-login-3.11-r1 67
@@ -23,3 +23,4 @@ MD5 0021ec2d8f5fc517f0e74f7233fc16c9 files/pam-login-3.11-gcc33.patch 527
 MD5 7761083b62bdcb822f1b9533aab2e06c files/pam-login-3.11-lastlog-fix.patch 362
 MD5 128c7d12948df01d7348a7edede0c2fb files/pam-login-3.14-query_user_context.diff 635
 MD5 b3602716045d7154356137da6f5dcbad files/pam-login-3.6-SUPATH.patch 438
+MD5 97fac4bd3167fadfc2abaeaa819ccbde files/pam_login-Werror-off-ppc64.patch 511
diff --git a/sys-apps/pam-login/files/pam_login-Werror-off-ppc64.patch b/sys-apps/pam-login/files/pam_login-Werror-off-ppc64.patch
new file mode 100644 (file)
index 0000000..4730119
--- /dev/null
@@ -0,0 +1,11 @@
+--- configure.orig     2004-02-29 09:22:30.445224040 -0600
++++ configure  2004-02-29 09:22:45.838146824 -0600
+@@ -1706,7 +1706,7 @@
+ fi
+-EXTRA_CFLAGS="-W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef -Werror"
++EXTRA_CFLAGS="-W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wshadow -Wstrict-prototypes -Wundef "
+ # -Wpointer-arith
+ ac_ext=c
index 0ee540391d66d38c796007ce164d9d47f8eba845..a66b0da43e1eef96ebc444a913c18bc4defd4e34 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.14.ebuild,v 1.12 2004/03/09 23:38:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.14.ebuild,v 1.13 2004/03/31 02:21:11 tgall Exp $
 
 inherit gnuconfig
 
@@ -36,6 +36,8 @@ src_unpack() {
 
        # enable query_user_context selinux code (only affects selinux)
        epatch ${FILESDIR}/pam-login-3.14-query_user_context.diff
+
+       use ppc64 && epatch ${FILESDIR}/pam_login-Werror-off-ppc64.patch
 }
 
 src_compile() {