pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tnftp The UINT32_T shouldn't be necessary any more...
details: https://anonhg.NetBSD.org/pkgsrc/rev/263843e4f37e
branches: trunk
changeset: 531826:263843e4f37e
user: lukem <lukem%pkgsrc.org@localhost>
date: Tue Aug 07 03:37:52 2007 +0000
description:
The UINT32_T shouldn't be necessary any more, with the
updated configure.ac in tnftp 20070806.
diffstat:
net/tnftp/files/tnftp.h | 6 +-----
net/tnftp/hacks.mk | 11 +----------
2 files changed, 2 insertions(+), 15 deletions(-)
diffs (35 lines):
diff -r bb953c3811db -r 263843e4f37e net/tnftp/files/tnftp.h
--- a/net/tnftp/files/tnftp.h Tue Aug 07 02:06:54 2007 +0000
+++ b/net/tnftp/files/tnftp.h Tue Aug 07 03:37:52 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tnftp.h,v 1.11 2007/08/07 02:06:56 lukem Exp $ */
+/* $NetBSD: tnftp.h,v 1.12 2007/08/07 03:37:53 lukem Exp $ */
#define FTP_PRODUCT PACKAGE_NAME
#define FTP_VERSION PACKAGE_VERSION
@@ -217,10 +217,6 @@
#endif
#endif
-#ifdef UINT32_T /* needed for example on IRIX 5 */
-typedef unsigned UINT32_T uint32_t;
-#endif
-
#if HAVE_DECL_AF_INET6 \
&& defined(HAVE_STRUCT_SOCKADDR_IN6) \
&& HAVE_DECL_NS_IN6ADDRSZ
diff -r bb953c3811db -r 263843e4f37e net/tnftp/hacks.mk
--- a/net/tnftp/hacks.mk Tue Aug 07 02:06:54 2007 +0000
+++ b/net/tnftp/hacks.mk Tue Aug 07 03:37:52 2007 +0000
@@ -1,10 +1,1 @@
-# $NetBSD: hacks.mk,v 1.1 2006/04/10 13:26:15 schwarz Exp $
-
-### [ Mon Apr 10 14:23:26 CDT 2006 : schwarz ]
-### Define type to use for uint32_t on platforms that do not have it
-### (cf. tnftp.h)
-###
-.if !empty(LOWER_OPSYS:Mirix5*)
-PKG_HACKS+= uint32_t
-CPPFLAGS+= -DUINT32_T=int
-.endif
+# $NetBSD: hacks.mk,v 1.2 2007/08/07 03:37:52 lukem Exp $
Home |
Main Index |
Thread Index |
Old Index