summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@gentoo.org>2006-10-01 21:42:56 +0000
committerEmanuele Giaquinta <exg@gentoo.org>2006-10-01 21:42:56 +0000
commitaa0153a15701c8f676554b7a1d8c059e22596d99 (patch)
treec25dc405492138699fa70b03b75e1a1946b24580 /net-ftp/tnftp/files
parentRemove no longer needed patch for ppc-macos and move -r0 to -r1 to not cause a (diff)
downloadgentoo-2-aa0153a15701c8f676554b7a1d8c059e22596d99.tar.gz
gentoo-2-aa0153a15701c8f676554b7a1d8c059e22596d99.tar.bz2
gentoo-2-aa0153a15701c8f676554b7a1d8c059e22596d99.zip
Remove no longer needed patch for ppc-macos and move -r0 to -r1 to not cause a
downgrade. (Portage version: 2.1.2_pre2) (Unsigned Manifest commit)
Diffstat (limited to 'net-ftp/tnftp/files')
-rw-r--r--net-ftp/tnftp/files/digest-tnftp-200506253
-rw-r--r--net-ftp/tnftp/files/tnftp-20050625-macos.patch58
2 files changed, 0 insertions, 61 deletions
diff --git a/net-ftp/tnftp/files/digest-tnftp-20050625 b/net-ftp/tnftp/files/digest-tnftp-20050625
deleted file mode 100644
index f7d03cee6183..000000000000
--- a/net-ftp/tnftp/files/digest-tnftp-20050625
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 bab3c6ccc342d3156cdcd92746ab924d tnftp-20050625.tar.gz 313915
-RMD160 74a310cf0e28cbc183141aff277458e35df1295a tnftp-20050625.tar.gz 313915
-SHA256 6194383702bfef8d7731660f9359c5946e2ba8176df9382ae39584942a28d6b3 tnftp-20050625.tar.gz 313915
diff --git a/net-ftp/tnftp/files/tnftp-20050625-macos.patch b/net-ftp/tnftp/files/tnftp-20050625-macos.patch
deleted file mode 100644
index f02432dd8640..000000000000
--- a/net-ftp/tnftp/files/tnftp-20050625-macos.patch
+++ /dev/null
@@ -1,58 +0,0 @@
---- tnftp-20050625/configure.in.orig 2005-11-26 20:54:03.000000000 +0100
-+++ tnftp-20050625/configure.in 2005-11-26 20:54:35.000000000 +0100
-@@ -199,7 +199,7 @@
-
- dnl Always replace glob(3); the vendor's may not be secure.
- dnl
--LIBOBJS="$LIBOBJS glob.o"
-+AC_LIBOBJ([glob])
-
- if test $ac_cv_func_strptime = yes; then
- AC_MSG_TRY_COMPILE([for strptime() declaration],
-@@ -323,7 +323,7 @@
- #include <stringlist.h>
- ], [
- int f = sl_add((StringList *)0, "foo")
-- ], [ : ], [LIBOBJS="$LIBOBJS sl_init.o"])
-+ ], [ : ], [AC_LIBOBJ([sl_init])])
- fi
-
-
-@@ -342,7 +342,7 @@
- AC_MSG_RESULT(yes)
- else
- if test $ac_cv_func_getaddrinfo = yes; then
-- LIBOBJS="$LIBOBJS getaddrinfo.o"
-+ AC_LIBOBJ([getaddrinfo])
- AC_MSG_RESULT([no - using local version])
- else
- AC_MSG_RESULT([using local version])
-@@ -359,12 +359,22 @@
- fi
-
-
--if test -n "$LIBOBJS"; then
-- INCLUDES="$INCLUDES -I\${srcdir}/../libnetbsd"
-- LDFLAGS="$LDFLAGS -L../libnetbsd"
-- LIBS="$LIBS -lnetbsd"
-- LIBNETBSD=libnetbsd.a
-- LIBDEPENDS="$LIBDEPENDS ../libnetbsd/libnetbsd.a"
-+INCLUDES="$INCLUDES -I\${srcdir}/../libnetbsd"
-+LDFLAGS="$LDFLAGS -L../libnetbsd"
-+LIBS="$LIBS -lnetbsd"
-+LIBNETBSD=libnetbsd.a
-+LIBDEPENDS="$LIBDEPENDS ../libnetbsd/libnetbsd.a"
-+
-+AC_MSG_CHECKING([for apple's gcc])
-+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
-+#ifndef __APPLE__
-+make an error
-+#endif]])],
-+ [ac_cv_apple_gcc=yes],
-+ [ac_cv_apple_gcc=no])
-+
-+if test $ac_cv_apple_gcc = yes; then
-+ LDFLAGS="$LDFLAGS -Xlinker -search_paths_first"
- fi
-
- dnl Create the Makefiles