Browse Source

ncftp: Updated (3.2.0 -> 3.2.2)

early
Aldas Nabazas 16 years ago
parent
commit
2c6b8f1756
  1. 8
      network/ncftp/ncftp.desc
  2. 36
      network/ncftp/precompiled_headers.patch

8
network/ncftp/ncftp.desc

@ -1,9 +1,8 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../ncftp/ncftp.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -31,8 +30,7 @@
[L] OpenSource
[S] Stable
[V] 3.2.0
[V] 3.2.2
[P] X -----5---9 112.500
[D] 2576766817 ncftp-3.2.0-src.tar.gz ftp://ftp.ncftp.com/ncftp/
[D] 1818128159 ncftp-3.2.2-src.tar.gz ftp://ftp.ncftp.com/ncftp/

36
network/ncftp/precompiled_headers.patch

@ -1,36 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../ncftp/precompiled_headers.patch
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -urN ncftp-3.1.9.orig/libncftp/pch.mk.gcc-gch ncftp-3.1.9/libncftp/pch.mk.gcc-gch
--- ncftp-3.1.9.orig/libncftp/pch.mk.gcc-gch 2003-05-17 05:05:25.000000000 +0200
+++ ncftp-3.1.9/libncftp/pch.mk.gcc-gch 2005-08-15 12:13:31.070899250 +0200
@@ -1,5 +1,5 @@
syshdrs.h.gch: syshdrs.h ncftp.h ncftp_errno.h util.h ftp.h
- $(CCDV)$(CC) $(CFLAGS) $(DEFS) $(CPPFLAGS) syshdrs.h
+ $(CCDV)$(CC) $(CFLAGS) $(DEFS) $(CPPFLAGS) -c syshdrs.h
PCH=syshdrs.h.gch
SYSHDRS_DEP=syshdrs.h.gch
diff -urN ncftp-3.1.9.orig/sio/pch.mk.gcc-gch ncftp-3.1.9/sio/pch.mk.gcc-gch
--- ncftp-3.1.9.orig/sio/pch.mk.gcc-gch 2003-05-17 05:05:36.000000000 +0200
+++ ncftp-3.1.9/sio/pch.mk.gcc-gch 2005-08-15 12:12:53.856573500 +0200
@@ -1,5 +1,5 @@
syshdrs.h.gch: syshdrs.h sio.h usio.h
- $(CCDV)$(CC) $(CFLAGS) $(DEFS) $(CPPFLAGS) syshdrs.h
+ $(CCDV)$(CC) $(CFLAGS) $(DEFS) $(CPPFLAGS) -c syshdrs.h
PCH=syshdrs.h.gch
SYSHDRS_DEP=syshdrs.h.gch
Loading…
Cancel
Save