diff options
author | 2006-10-01 21:42:56 +0000 | |
---|---|---|
committer | 2006-10-01 21:42:56 +0000 | |
commit | 2319bbd7687cf25590cb85144dc96a440512de9c (patch) | |
tree | 2a67adf67de0e735ed90eb270fc734732c043f76 /net-ftp/tnftp/files | |
parent | Remove no longer needed patch for ppc-macos and move -r0 to -r1 to not cause a (diff) | |
download | historical-2319bbd7687cf25590cb85144dc96a440512de9c.tar.gz historical-2319bbd7687cf25590cb85144dc96a440512de9c.tar.bz2 historical-2319bbd7687cf25590cb85144dc96a440512de9c.zip |
Remove no longer needed patch for ppc-macos and move -r0 to -r1 to not cause a
downgrade.
Package-Manager: portage-2.1.2_pre2
Diffstat (limited to 'net-ftp/tnftp/files')
-rw-r--r-- | net-ftp/tnftp/files/digest-tnftp-20050625 | 3 | ||||
-rw-r--r-- | net-ftp/tnftp/files/tnftp-20050625-macos.patch | 58 |
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 |