wok-next rev 19661
Updating some build dependencies...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 10 14:31:18 2017 +0200 (2017-03-10) |
parents | 953234057bb6 |
children | 76fa6609f50b |
files | accessx/receipt alien/receipt alpine/receipt atm-tools/receipt c_icap/receipt cacerts/receipt calcurse/receipt catfish/description.txt cc65/receipt cgames/receipt chillispot/receipt ckermit/receipt clex/receipt compton/receipt cppunit/receipt openssh/receipt |
line diff
1.1 --- a/accessx/receipt Mon Mar 06 02:19:21 2017 +0200 1.2 +++ b/accessx/receipt Fri Mar 10 14:31:18 2017 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="$(dirname $WEB_SITE)/files/$TARBALL" 1.5 1.6 DEPENDS="tk tcl" 1.7 -BUILD_DEPENDS="xorg-libX11-dev" 1.8 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/alien/receipt Mon Mar 06 02:19:21 2017 +0200 2.2 +++ b/alien/receipt Fri Mar 10 14:31:18 2017 +0200 2.3 @@ -12,7 +12,7 @@ 2.4 #SUGGESTED="dpkg debhelper gcc make" 2.5 2.6 DEPENDS="perl rpm4 cpio" 2.7 -BUILD_DEPENDS="" 2.8 +BUILD_DEPENDS="perl" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()
3.1 --- a/alpine/receipt Mon Mar 06 02:19:21 2017 +0200 3.2 +++ b/alpine/receipt Fri Mar 10 14:31:18 2017 +0200 3.3 @@ -13,7 +13,7 @@ 3.4 #HOST_ARCH="i486 arm" 3.5 3.6 DEPENDS="libssl pam ncurses" 3.7 -BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev" 3.8 +BUILD_DEPENDS="openssl-dev pam-dev ncurses-dev gfortran gettext" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()
4.1 --- a/atm-tools/receipt Mon Mar 06 02:19:21 2017 +0200 4.2 +++ b/atm-tools/receipt Fri Mar 10 14:31:18 2017 +0200 4.3 @@ -12,7 +12,7 @@ 4.4 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 4.5 CONFIG_FILES="/etc/atmsigd.conf" 4.6 4.7 -BUILD_DEPENDS="flex" 4.8 +BUILD_DEPENDS="perl" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/c_icap/receipt Mon Mar 06 02:19:21 2017 +0200 5.2 +++ b/c_icap/receipt Fri Mar 10 14:31:18 2017 +0200 5.3 @@ -11,7 +11,7 @@ 5.4 WGET_URL="$SF_MIRROR/c-icap/$TARBALL" 5.5 5.6 DEPENDS="" 5.7 -BUILD_DEPENDS="" 5.8 +BUILD_DEPENDS="zlib-dev" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/cacerts/receipt Mon Mar 06 02:19:21 2017 +0200 6.2 +++ b/cacerts/receipt Fri Mar 10 14:31:18 2017 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="cacerts" 6.7 -VERSION="20170224" 6.8 +VERSION="20170301" 6.9 CATEGORY="security" 6.10 SHORT_DESC="Certificate Authority Certificates" 6.11 MAINTAINER="al.bobylev@gmail.com"
7.1 --- a/calcurse/receipt Mon Mar 06 02:19:21 2017 +0200 7.2 +++ b/calcurse/receipt Fri Mar 10 14:31:18 2017 +0200 7.3 @@ -11,7 +11,7 @@ 7.4 WGET_URL="http://calcurse.org/files/$TARBALL" 7.5 TAGS="calendar reminder schedule" 7.6 7.7 -DEPENDS="ncurses ncursesw" 7.8 +DEPENDS="ncurses" 7.9 BUILD_DEPENDS="ncurses-dev" 7.10 7.11 # Rules to configure and make the package.
8.1 --- a/cc65/receipt Mon Mar 06 02:19:21 2017 +0200 8.2 +++ b/cc65/receipt Fri Mar 10 14:31:18 2017 +0200 8.3 @@ -11,7 +11,7 @@ 8.4 WGET_URL="ftp://ftp.musoftware.de/pub/uz/$PACKAGE/$TARBALL" 8.5 8.6 DEPENDS="" 8.7 -BUILD_DEPENDS="" 8.8 +BUILD_DEPENDS="perl" 8.9 8.10 # Rules to configure and make the package. 8.11 compile_rules()
9.1 --- a/cgames/receipt Mon Mar 06 02:19:21 2017 +0200 9.2 +++ b/cgames/receipt Fri Mar 10 14:31:18 2017 +0200 9.3 @@ -16,7 +16,7 @@ 9.4 # Rules to configure and make the package. 9.5 compile_rules() 9.6 { 9.7 - export LDFLAGS="$LDFLAGS -ltinfo" 9.8 +# export LDFLAGS="$LDFLAGS -ltinfo" 9.9 sed -i -e 's|install -.*\$|&(destdir)/$|' \ 9.10 -e "s|^prefix|destdir = $DESTDIR\\n&|" \ 9.11 -e 's/g games/g root/' */Makefile.in
10.1 --- a/chillispot/receipt Mon Mar 06 02:19:21 2017 +0200 10.2 +++ b/chillispot/receipt Fri Mar 10 14:31:18 2017 +0200 10.3 @@ -11,6 +11,8 @@ 10.4 WGET_URL="${WEB_SITE}download/$TARBALL" 10.5 CONFIG_FILES="/etc/chilli.conf" 10.6 10.7 +BUILD_DEPENDS="gfortran" 10.8 + 10.9 # Rules to configure and make the package. 10.10 compile_rules() 10.11 {
11.1 --- a/ckermit/receipt Mon Mar 06 02:19:21 2017 +0200 11.2 +++ b/ckermit/receipt Fri Mar 10 14:31:18 2017 +0200 11.3 @@ -16,7 +16,7 @@ 11.4 # Rules to configure and make the package. 11.5 compile_rules() 11.6 { 11.7 - make linux "LNKFLAGS=-lncurses -ltinfo" 11.8 + make linux "LNKFLAGS=-lncurses" 11.9 } 11.10 11.11 # Rules to gen a SliTaz package suitable for Tazpkg.
12.1 --- a/clex/receipt Mon Mar 06 02:19:21 2017 +0200 12.2 +++ b/clex/receipt Fri Mar 10 14:31:18 2017 +0200 12.3 @@ -12,8 +12,8 @@ 12.4 TAGS="file-manager" 12.5 HOST_ARCH="i486 arm" 12.6 12.7 -DEPENDS="ncursesw" 12.8 -BUILD_DEPENDS="ncursesw-dev" 12.9 +DEPENDS="ncurses" 12.10 +BUILD_DEPENDS="ncurses-dev" 12.11 12.12 # Rules to configure and make the package. 12.13 compile_rules()
13.1 --- a/compton/receipt Mon Mar 06 02:19:21 2017 +0200 13.2 +++ b/compton/receipt Fri Mar 10 14:31:18 2017 +0200 13.3 @@ -12,7 +12,8 @@ 13.4 HOST_ARCH="i486 arm" 13.5 13.6 DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo xorg-xprop" 13.7 -BUILD_DEPENDS="xorg-libXcomposite xorg-libXrandr-dev libdrm-dev wget" 13.8 +BUILD_DEPENDS="xorg-libXcomposite xorg-libXrandr-dev libdrm-dev \ 13.9 +xorg-libXfixes-dev xorg-libXdamage-dev xorg-libXinerama-dev pcre-dev" 13.10 13.11 # Rules to configure and make the package. 13.12 compile_rules()
14.1 --- a/cppunit/receipt Mon Mar 06 02:19:21 2017 +0200 14.2 +++ b/cppunit/receipt Fri Mar 10 14:31:18 2017 +0200 14.3 @@ -10,6 +10,8 @@ 14.4 WEB_SITE="http://cppunit.sourceforge.net/" 14.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 14.6 14.7 +BUILD_DEPENDS="gfortran doxygen coreutils-path" 14.8 + 14.9 # Rules to configure and make the package. 14.10 compile_rules() 14.11 {
15.1 --- a/openssh/receipt Mon Mar 06 02:19:21 2017 +0200 15.2 +++ b/openssh/receipt Fri Mar 10 14:31:18 2017 +0200 15.3 @@ -15,7 +15,7 @@ 15.4 15.5 PROVIDE="ssh" 15.6 DEPENDS="sftp-server libcrypto zlib" 15.7 -BUILD_DEPENDS="libcrypto-dev zlib-dev openssl-dev" 15.8 +BUILD_DEPENDS="libcrypto-dev zlib-dev openssl-dev groff perl mdocml-dev" 15.9 TAZPANEL_DAEMON="man::sshd|edit::/etc/ssh/sshd_config|options|web::$WEB_SITE" 15.10 15.11 # Rules to configure and make the package.