OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Oct-2007 17:58:07
Branch: HEAD Handle: 2007101116580700
Modified files:
openpkg-src/proftpd proftpd.patch proftpd.spec
Log:
fixed configure not checking for system getopt* if compilled with
--without-getopt
Summary:
Revision Changes Path
1.26 +12 -0 openpkg-src/proftpd/proftpd.patch
1.136 +1 -1 openpkg-src/proftpd/proftpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.patch
============================================================================
$ cvs diff -u -r1.25 -r1.26 proftpd.patch
--- openpkg-src/proftpd/proftpd.patch 6 Oct 2007 07:55:06 -0000 1.25
+++ openpkg-src/proftpd/proftpd.patch 11 Oct 2007 15:58:07 -0000 1.26
@@ -108,3 +108,15 @@
if (table == uid_table)
return id.uid == idcomp.uid;
else
+Index: configure
+--- configure.orig 2007-10-11 12:22:28.000000000 +0000
++++ configure 2007-10-11 13:01:52.000000000 +0000
+@@ -19236,7 +19236,7 @@
+ if test "${with_getopt+set}" = set; then
+ withval="$with_getopt"
+
+- if test "$withval" != "no" ; then
++ if test "$withval" = "no" ; then
+
+ for ac_func in getopt
+ do
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.135 -r1.136 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 9 Oct 2007 19:08:52 -0000 1.135
+++ openpkg-src/proftpd/proftpd.spec 11 Oct 2007 15:58:07 -0000 1.136
@@ -44,7 +44,7 @@
Group: FTP
License: GPL
Version: %{V_proftpd}
-Release: 20071009
+Release: 20071011
# package options
%option with_ifsession no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]