summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-12-26 22:33:54 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-12-26 22:33:54 +0000
commita49e61d989658cb4c0c6fb72a82540aa9629e256 (patch)
tree325ecee23739393011f45ddd347ad0db424999b9 /net-misc/scponly
parentspb maintains this now (diff)
downloadhistorical-a49e61d989658cb4c0c6fb72a82540aa9629e256.tar.gz
historical-a49e61d989658cb4c0c6fb72a82540aa9629e256.tar.bz2
historical-a49e61d989658cb4c0c6fb72a82540aa9629e256.zip
Clean up patch.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-misc/scponly')
-rw-r--r--net-misc/scponly/ChangeLog6
-rw-r--r--net-misc/scponly/Manifest22
-rw-r--r--net-misc/scponly/files/scponly-4.2-getopt.patch6
3 files changed, 23 insertions, 11 deletions
diff --git a/net-misc/scponly/ChangeLog b/net-misc/scponly/ChangeLog
index d28708c45f14..ed0f1a310fe8 100644
--- a/net-misc/scponly/ChangeLog
+++ b/net-misc/scponly/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/scponly
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/ChangeLog,v 1.16 2005/12/26 21:55:01 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/ChangeLog,v 1.17 2005/12/26 22:33:54 kloeri Exp $
+
+ 26 Dec 2005; Bryan Østergaard <kloeri@gentoo.org
+ files/scponly-4.2-getopt.patch:
+ Clean up patch.
26 Dec 2005; Simon Stelling <blubb@gentoo.org> scponly-4.2.ebuild:
stable on amd64 wrt bug 116526
diff --git a/net-misc/scponly/Manifest b/net-misc/scponly/Manifest
index ead36dfc356f..8f0c9d97bf3b 100644
--- a/net-misc/scponly/Manifest
+++ b/net-misc/scponly/Manifest
@@ -1,10 +1,20 @@
-MD5 0417b7f6caf3b09ce29f601f2d2fa64b ChangeLog 2512
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 220983769c9b22102a287a40c63cc8f8 ChangeLog 2618
+MD5 a1f6bee0be7b749e155d9ec945ce31a4 files/digest-scponly-4.0 59
+MD5 43e0a1f99fd0eb893cf3608c3f1a236d files/digest-scponly-4.1 59
+MD5 1df92190f6908168fb1da4911403352f files/digest-scponly-4.2 59
+MD5 686ea1fd09ee5c0522217845d6bc33cb files/scponly-4.1-gentoo.patch 4634
+MD5 c899ab1f389400eaa4568c416dbcd493 files/scponly-4.2-getopt.patch 625
MD5 e10a0da4fac2882942ffa8360ccdd921 metadata.xml 201
MD5 48f3604e22751295c07e471844ade2bb scponly-4.0.ebuild 3067
MD5 dadf22d4d802d59445e6a28a7f7fc934 scponly-4.1.ebuild 1124
MD5 647d22240ebbfa3fdc2b4f31e3477aa2 scponly-4.2.ebuild 1146
-MD5 a1f6bee0be7b749e155d9ec945ce31a4 files/digest-scponly-4.0 59
-MD5 43e0a1f99fd0eb893cf3608c3f1a236d files/digest-scponly-4.1 59
-MD5 686ea1fd09ee5c0522217845d6bc33cb files/scponly-4.1-gentoo.patch 4634
-MD5 1df92190f6908168fb1da4911403352f files/digest-scponly-4.2 59
-MD5 526bdf8f58a4beba8593c2897b315eb0 files/scponly-4.2-getopt.patch 699
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDsH42ugEuf3OQ0akRArc+AJ9R6uUW9+iuAamXoXlGkbFjPB9UXACeO9MH
+ZaIQ8vAiImaDCpsi6/9LK28=
+=GGhK
+-----END PGP SIGNATURE-----
diff --git a/net-misc/scponly/files/scponly-4.2-getopt.patch b/net-misc/scponly/files/scponly-4.2-getopt.patch
index f2765cdfb933..3f73ca51608f 100644
--- a/net-misc/scponly/files/scponly-4.2-getopt.patch
+++ b/net-misc/scponly/files/scponly-4.2-getopt.patch
@@ -1,5 +1,5 @@
--- scponly-4.2/helper.c.orig 2005-12-26 20:56:20.000000000 +0100
-+++ scponly-4.2/helper.c 2005-12-26 22:05:53.000000000 +0100
++++ scponly-4.2/helper.c 2005-12-26 23:28:45.000000000 +0100
@@ -36,7 +36,9 @@
extern char *optarg;
@@ -10,16 +10,14 @@
#ifdef UNIX_COMPAT
char* solaris_needs_strsep(char** str, char* delims)
-@@ -156,8 +158,16 @@
+@@ -156,8 +158,14 @@
/*
* now use getopt to look for our problem option
*/
+ #ifdef HAVE_OPTRESET
-+ printf("HAVE_OPTRESET defined\n"),
optreset=1;
+ #endif
+ #ifdef __GLIBC__
-+ printf("__GLIBC defined\n");
+ optind=0;
+ #else
optind=1;