diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2019-04-22 12:11:17 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2019-04-23 10:09:09 +0200 |
commit | a381735043aa3af0fb344388d12148b857d57847 (patch) | |
tree | ec65acede0312b5bd6266ec8eb258b25d64d7856 /net-ftp/atftp/files | |
parent | dev-libs/libfilezilla: Bump to version 0.16.0 (diff) | |
download | gentoo-a381735043aa3af0fb344388d12148b857d57847.tar.gz gentoo-a381735043aa3af0fb344388d12148b857d57847.tar.bz2 gentoo-a381735043aa3af0fb344388d12148b857d57847.zip |
net-ftp/atftp: version bump to 0.7.2
new version 0.7.2, includes all patches from debian & gentoo
add proxy-maintainer
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://bugs.gentoo.org/513486
Closes: https://bugs.gentoo.org/636150
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
Diffstat (limited to 'net-ftp/atftp/files')
-rw-r--r-- | net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch | 32 | ||||
-rwxr-xr-x[-rw-r--r--] | net-ftp/atftp/files/atftp.init | 0 |
2 files changed, 32 insertions, 0 deletions
diff --git a/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch b/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch new file mode 100644 index 000000000000..749f8e8e6d38 --- /dev/null +++ b/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch @@ -0,0 +1,32 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -69,29 +69,6 @@ + dnl Check for AIX + AC_AIX + +-CFLAGS="$CFLAGS -g -Wall -D_REENTRANT" +- +-if test x$debug = xtrue; then +- CFLAGS="$CFLAGS -O0 -DDEBUG" +-else +- if test -n "$auto_cflags"; then +- if test -n "$GCC"; then +- CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit" +- else +- case "$host_os" in +- *hpux*) CFLAGS="$CFLAGS +O3" +- ;; +- *ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000" +- ;; +- *) CFLAGS="$CFLAGS -O2" +- ;; +- esac +- fi +- else +- CFLAGS="$CFLAGS -O2" +- fi +-fi +- + AC_PROG_MAKE_SET + AC_PROG_INSTALL + diff --git a/net-ftp/atftp/files/atftp.init b/net-ftp/atftp/files/atftp.init index 8ab499127ba4..8ab499127ba4 100644..100755 --- a/net-ftp/atftp/files/atftp.init +++ b/net-ftp/atftp/files/atftp.init |