Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=821a781d92395368201704bab59772c7a315b1d5

commit 821a781d92395368201704bab59772c7a315b1d5
Author: kikadf <[email protected]>
Date:   Mon Apr 8 18:26:42 2013 +0200

lksctp-tools-1.0.14-1-x86_64

* Version bump

diff --git a/source/network-extra/lksctp-tools/FrugalBuild 
b/source/network-extra/lksctp-tools/FrugalBuild
index a8f3088..aa3cecb 100644
--- a/source/network-extra/lksctp-tools/FrugalBuild
+++ b/source/network-extra/lksctp-tools/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: kikadf <[email protected]>

pkgname=lksctp-tools
-pkgver=1.0.13
+pkgver=1.0.14
pkgrel=1
pkgdesc="Stream Control Transmission Protocol (SCTP) is a reliable, 
message-oriented, multihomed transport protocol."
depends=('glibc' 'm4')
@@ -10,13 +10,11 @@ _F_sourceforge_dirname="lksctp"
Finclude sourceforge
groups=('network-extra')
archs=('i686' 'x86_64')
-source=($source Modernize-autotools.patch)
-sha1sums=('aa1e8dc62e0928e92b71741efed58197a8665130' \
-          '13c6c0421bb8817c4095de5f949176c0389a71f5')
+sha1sums=('7f092a94b95b5900070d9704310d14e86da9e044')

build()
{
-       Fpatchall
+       Fcd
./bootstrap
Fmake
Fmakeinstall
diff --git a/source/network-extra/lksctp-tools/Modernize-autotools.patch 
b/source/network-extra/lksctp-tools/Modernize-autotools.patch
deleted file mode 100644
index 49bb7dc..0000000
--- a/source/network-extra/lksctp-tools/Modernize-autotools.patch
+++ /dev/null
@@ -1,224 +0,0 @@
-diff -Naur lksctp-tools-1.0.13/configure.ac 
lksctp-tools-1.0.13.new/configure.ac
---- lksctp-tools-1.0.13/configure.ac   1970-01-01 01:00:00.000000000 +0100
-+++ lksctp-tools-1.0.13.new/configure.ac       2013-02-15 18:43:21.450343978 
+0100
-@@ -0,0 +1,75 @@
-+dnl -*-autoconf-*-
-+
-+dnl lksctp-tools: Autoconf script
-+dnl
-+dnl $Id: configure.in,v 1.1.1.2 2002/08/06 23:55:45 inaky Exp $
-+
-+dnl (C) 2002 Intel Corporation
-+dnl     Iñaky Pérez-González <[email protected]>
-+dnl      - Initial packaging
-+
-+dnl Package info
-+dnl (CONFIG_AUX_DIR is for putting stuff in $TOPSRCDIR/bin, so we
-+dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
-+dnl configure will fail ...)
-+
-+AC_INIT([src/apps/sctp_darn.c])
-+AC_CONFIG_AUX_DIR(bin)
-+AM_INIT_AUTOMAKE(lksctp-tools,1.0.13)
-+AC_CONFIG_MACRO_DIR([m4])
-+AC_CONFIG_SRCDIR([config.h.in])
-+AC_CONFIG_HEADER([config.h])
-+AC_REVISION($Revision: 1.1.1.2 $)
-+AM_SILENT_RULES([yes])
-+
-+dnl Set defaults
-+dnl CFLAGS="$CFLAGS -g -Wall"
-+
-+dnl Checks for programs.
-+AC_PROG_AWK
-+AC_PROG_CC
-+AC_PROG_INSTALL
-+AC_PROG_LN_S
-+AC_ISC_POSIX
-+
-+dnl Checks for libraries.
-+AC_LIBTOOL_DLOPEN
-+AC_PROG_LIBTOOL
-+AC_SUBST(LIBTOOL_DEPS)
-+
-+dnl Checks for header files.
-+AC_HEADER_STDC
-+AC_HEADER_SYS_WAIT
-+AC_CHECK_HEADERS([arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h stdint.h 
stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h])
-+
-+dnl Checks for typedefs, structures, and compiler characteristics.
-+AC_C_CONST
-+AC_C_INLINE
-+AC_TYPE_SIZE_T
-+AC_HEADER_TIME
-+AC_STRUCT_TM
-+AC_C_VOLATILE
-+
-+# Checks for library functions.
-+AC_FUNC_MALLOC
-+AC_FUNC_MEMCMP
-+AC_FUNC_REALLOC
-+AC_FUNC_SELECT_ARGTYPES
-+AC_FUNC_SETVBUF_REVERSED
-+AC_FUNC_VPRINTF
-+AC_CHECK_FUNCS([bzero gethostbyname gettimeofday memmove memset select socket 
strchr strerror strtol strtoul])
-+
-+AC_CONFIG_FILES([lksctp-tools.spec
-+              Makefile
-+              bin/Makefile
-+              man/Makefile
-+              src/Makefile
-+              src/apps/Makefile
-+              src/func_tests/Makefile
-+              src/include/Makefile
-+              src/include/netinet/Makefile
-+              src/lib/Makefile
-+              src/testlib/Makefile
-+              src/withsctp/Makefile
-+              doc/Makefile])
-+AC_OUTPUT
-diff -Naur lksctp-tools-1.0.13/configure.in 
lksctp-tools-1.0.13.new/configure.in
---- lksctp-tools-1.0.13/configure.in   2013-01-23 15:27:55.000000000 +0100
-+++ lksctp-tools-1.0.13.new/configure.in       1970-01-01 01:00:00.000000000 
+0100
-@@ -1,74 +0,0 @@
--dnl -*-autoconf-*-
--
--dnl lksctp-tools: Autoconf script
--dnl
--dnl $Id: configure.in,v 1.1.1.2 2002/08/06 23:55:45 inaky Exp $
--
--dnl (C) 2002 Intel Corporation
--dnl     Iñaky Pérez-González <[email protected]>
--dnl      - Initial packaging
--
--dnl Package info
--dnl (CONFIG_AUX_DIR is for putting stuff in $TOPSRCDIR/bin, so we
--dnl reduce clutter in the root; if we put it below AM_INIT_AUTOMAKE,
--dnl configure will fail ...)
--
--AC_INIT([src/apps/sctp_darn.c])
--AC_CONFIG_AUX_DIR(bin)
--AM_INIT_AUTOMAKE(lksctp-tools,1.0.13)
--AC_CONFIG_SRCDIR([config.h.in])
--AM_CONFIG_HEADER([config.h])
--AC_REVISION($Revision: 1.1.1.2 $)
--AM_SILENT_RULES([yes])
--
--dnl Set defaults
--dnl CFLAGS="$CFLAGS -g -Wall"
--
--dnl Checks for programs.
--AC_PROG_AWK
--AC_PROG_CC
--AC_PROG_INSTALL
--AC_PROG_LN_S
--AC_ISC_POSIX
--
--dnl Checks for libraries.
--AC_LIBTOOL_DLOPEN
--AC_PROG_LIBTOOL
--AC_SUBST(LIBTOOL_DEPS)
--
--dnl Checks for header files.
--AC_HEADER_STDC
--AC_HEADER_SYS_WAIT
--AC_CHECK_HEADERS([arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h stdint.h 
stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h])
--
--dnl Checks for typedefs, structures, and compiler characteristics.
--AC_C_CONST
--AC_C_INLINE
--AC_TYPE_SIZE_T
--AC_HEADER_TIME
--AC_STRUCT_TM
--AC_C_VOLATILE
--
--# Checks for library functions.
--AC_FUNC_MALLOC
--AC_FUNC_MEMCMP
--AC_FUNC_REALLOC
--AC_FUNC_SELECT_ARGTYPES
--AC_FUNC_SETVBUF_REVERSED
--AC_FUNC_VPRINTF
--AC_CHECK_FUNCS([bzero gethostbyname gettimeofday memmove memset select socket 
strchr strerror strtol strtoul])
--
--AC_CONFIG_FILES([lksctp-tools.spec
--              Makefile
--              bin/Makefile
--              man/Makefile
--              src/Makefile
--              src/apps/Makefile
--              src/func_tests/Makefile
--              src/include/Makefile
--              src/include/netinet/Makefile
--              src/lib/Makefile
--              src/testlib/Makefile
--              src/withsctp/Makefile
--              doc/Makefile])
--AC_OUTPUT
-diff -Naur lksctp-tools-1.0.13/Makefile.am lksctp-tools-1.0.13.new/Makefile.am
---- lksctp-tools-1.0.13/Makefile.am    2013-01-23 15:27:55.000000000 +0100
-+++ lksctp-tools-1.0.13.new/Makefile.am        2013-02-15 18:51:35.132323216 
+0100
-@@ -12,6 +12,8 @@
- # bin or src products may be required to generate stuff in test/
- SUBDIRS = man bin src doc
-
-+ACLOCAL_AMFLAGS = -I m4
-+
- # Libtool support
- LIBTOOL_DEPS = @LIBTOOL_DEPS@
- libtool: $(LIBTOOL_DEPS)
-diff -Naur lksctp-tools-1.0.13/src/apps/Makefile.am 
lksctp-tools-1.0.13.new/src/apps/Makefile.am
---- lksctp-tools-1.0.13/src/apps/Makefile.am   2013-01-23 15:27:55.000000000 
+0100
-+++ lksctp-tools-1.0.13.new/src/apps/Makefile.am       2013-02-15 
18:49:41.296328004 +0100
-@@ -5,7 +5,7 @@
- include $(top_srcdir)/Makefile.dirs
-
- # General compilation flags
--INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib
-+AM_CPPFLAGS = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib
- AM_CFLAGS = -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes 
-Wimplicit-function-declaration
- AM_LDFLAGS =
- LDADD = $(top_builddir)/src/testlib/libsctputil.la \
-diff -Naur lksctp-tools-1.0.13/src/func_tests/Makefile.am 
lksctp-tools-1.0.13.new/src/func_tests/Makefile.am
---- lksctp-tools-1.0.13/src/func_tests/Makefile.am     2013-01-23 
15:27:55.000000000 +0100
-+++ lksctp-tools-1.0.13.new/src/func_tests/Makefile.am 2013-02-15 
18:50:34.145325781 +0100
-@@ -5,13 +5,13 @@
- include $(top_srcdir)/Makefile.dirs
-
- # General compilation flags
--INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib
-+AM_CPPFLAGS = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib
- AM_CFLAGS = -g -O2 -fno-strict-aliasing -Wall -Wstrict-prototypes 
-Wimplicit-function-declaration
- AM_LDFLAGS = -lpthread
- LDADD = $(top_builddir)/src/testlib/libsctputil.la \
-       $(top_builddir)/src/lib/libsctp.la
-
--V6FLAGS = -DCONFIG_IPV6=1 -DTEST_V6=1 ${DEFS} ${INCLUDES} ${CFLAGS}
-+V6FLAGS = -DCONFIG_IPV6=1 -DTEST_V6=1 ${DEFS} ${AM_CPPFLAGS} ${CFLAGS}
-
- # Test programs and libraries to build
- PASSING_KERN_TESTS = \
-diff -Naur lksctp-tools-1.0.13/src/lib/Makefile.am 
lksctp-tools-1.0.13.new/src/lib/Makefile.am
---- lksctp-tools-1.0.13/src/lib/Makefile.am    2013-01-23 15:27:55.000000000 
+0100
-+++ lksctp-tools-1.0.13.new/src/lib/Makefile.am        2013-02-15 
18:50:59.728324705 +0100
-@@ -5,7 +5,7 @@
- include $(top_srcdir)/Makefile.dirs
-
- # General compilation flags
--INCLUDES = -I$(top_srcdir)/src/include
-+AM_CPPFLAGS = -I$(top_srcdir)/src/include
-
- lib_LTLIBRARIES = libsctp.la
- libsctp_la_SOURCES = bindx.c connectx.c peeloff.c opt_info.c addrs.c 
sendmsg.c recvmsg.c Versions.map
-diff -Naur lksctp-tools-1.0.13/src/testlib/Makefile.am 
lksctp-tools-1.0.13.new/src/testlib/Makefile.am
---- lksctp-tools-1.0.13/src/testlib/Makefile.am        2013-01-23 
15:27:55.000000000 +0100
-+++ lksctp-tools-1.0.13.new/src/testlib/Makefile.am    2013-02-15 
18:51:11.995324189 +0100
-@@ -5,7 +5,7 @@
- include $(top_srcdir)/Makefile.dirs
-
- # General compilation flags
--INCLUDES = -I$(top_srcdir)/src/include
-+AM_CPPFLAGS = -I$(top_srcdir)/src/include
-
- noinst_LTLIBRARIES = libsctputil.la
- libsctputil_la_SOURCES = sctputil.c sctputil.h
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to