From 15f7f8f402eab5b7cd03094c358435c4c880b5b6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Nov 2009 11:36:13 +0100 Subject: more bulk build fixes - update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2) --- package/tcl/Makefile | 15 ++++++++------- package/tcl/patches/patch-unix_Makefile_in | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 package/tcl/patches/patch-unix_Makefile_in (limited to 'package/tcl') diff --git a/package/tcl/Makefile b/package/tcl/Makefile index ec8777be4..a4e9b87fd 100644 --- a/package/tcl/Makefile +++ b/package/tcl/Makefile @@ -4,10 +4,10 @@ include ${TOPDIR}/rules.mk PKG_NAME:= tcl -PKG_VERSION:= 8.4.18 +PKG_VERSION:= 8.5.8 PKG_RELEASE:= 1 -PKG_MD5SUM:= 7d8bc95036f797b1a2b62a5a382d2cc1 -PKG_DESCR:= the TCL scripting language +PKG_MD5SUM:= 7f123e53b3daaaba2478d3af5a0752e3 +PKG_DESCR:= TCL scripting language PKG_SECTION:= lang PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=tcl/} @@ -19,19 +19,20 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,TCL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_STYLE= gnu +CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= tcl_cv_strstr_unbroken=ok \ tcl_cv_strtod_buggy=ok \ tcl_cv_strtod_unbroken=ok \ tcl_cv_strtoul_unbroken=ok CONFIGURE_ARGS+= --enable-man-symlinks -BUILD_STYLE= auto -INSTALL_STYLE= auto +BUILD_STYLE:= auto +INSTALL_STYLE:= auto +INSTALL_TARGET= install-binaries install-libraries post-install: ${INSTALL_DIR} ${IDIR_TCL}/usr/lib ${IDIR_TCL}/usr/bin ${CP} ${WRKINST}/usr/bin/* ${IDIR_TCL}/usr/bin ${CP} ${WRKINST}/usr/lib/*.so* ${IDIR_TCL}/usr/lib - chmod u+w ${IDIR_TCL}/usr/lib/libtcl8.4.so # for strip + chmod u+w ${IDIR_TCL}/usr/lib/libtcl8.5.so # for strip include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/tcl/patches/patch-unix_Makefile_in b/package/tcl/patches/patch-unix_Makefile_in new file mode 100644 index 000000000..7c4a9ca93 --- /dev/null +++ b/package/tcl/patches/patch-unix_Makefile_in @@ -0,0 +1,21 @@ +--- tcl8.5.8.orig/unix/Makefile.in 2009-11-13 19:38:45.000000000 +0100 ++++ tcl8.5.8/unix/Makefile.in 2009-11-20 21:59:51.000000000 +0100 +@@ -101,7 +101,8 @@ CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@ + #CFLAGS = $(CFLAGS_DEBUG) + #CFLAGS = $(CFLAGS_OPTIMIZE) + #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE) +-CFLAGS = @CFLAGS_DEFAULT@ @CFLAGS@ ++#CFLAGS = @CFLAGS_DEFAULT@ @CFLAGS@ ++CFLAGS = @CFLAGS@ + + # Flags to pass to the linker + LDFLAGS_DEBUG = @LDFLAGS_DEBUG@ +@@ -745,7 +746,7 @@ install-binaries: binaries + fi + @EXTRA_INSTALL_BINARIES@ + +-install-libraries: libraries $(INSTALL_TZDATA) install-msgs ++install-libraries: libraries + @for i in "$(INCLUDE_INSTALL_DIR)" "$(SCRIPT_INSTALL_DIR)"; \ + do \ + if [ ! -d "$$i" ] ; then \ -- cgit v1.2.3