xbps-src: make 'build_pie' the default; use 'nopie' to disable it.
Discussed with @chneukirchen.
This commit is contained in:
parent
9575860319
commit
3fdad91bf9
|
@ -1,6 +1,6 @@
|
|||
_GCCSPECSDIR=${XBPS_COMMONDIR}/environment/configure/gccspecs
|
||||
|
||||
if [ -n "$build_pie" ]; then
|
||||
if [ -z "$nopie" ]; then
|
||||
CFLAGS+=" -specs=$_GCCSPECSDIR/hardened-cc1"
|
||||
CXXFLAGS+=" -specs=$_GCCSPECSDIR/hardened-cc1"
|
||||
# We pass -z relro -z now here too, because libtool drops -specs...
|
||||
|
|
|
@ -8,7 +8,7 @@ unset -v configure_script configure_args wrksrc build_wrksrc create_wrksrc
|
|||
unset -v make_cmd make_build_args make_install_args make_build_target make_install_target python_versions stackage
|
||||
unset -v patch_args disable_parallel_build keep_libtool_archives
|
||||
unset -v reverts subpackages makedepends hostmakedepends depends restricted
|
||||
unset -v build_pie build_options build_options_default bootstrap repository reverts
|
||||
unset -v nopie build_options build_options_default bootstrap repository reverts
|
||||
unset -v CFLAGS CXXFLAGS CPPFLAGS LDFLAGS LD_LIBRARY_PATH
|
||||
unset -v CC CXX CPP GCC LD AR AS RANLIB NM OBJDUMP OBJCOPY STRIP READELF
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=ConsoleKit2
|
||||
version=1.0.0
|
||||
revision=4
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||
--with-rundir=/run --enable-udev-acl --enable-pam-module
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=GraphicsMagick
|
||||
version=1.3.23
|
||||
revision=1
|
||||
build_pie=yes
|
||||
keep_libtool_archives=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-quantum-depth=16 --with-gs-font-dir=/usr/share/fonts/Type1
|
||||
|
|
|
@ -26,7 +26,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
subpackages+=" libmagick-perl"
|
||||
fi
|
||||
|
||||
build_pie=yes
|
||||
keep_libtool_archives=yes
|
||||
hostmakedepends="automake pkg-config libtool"
|
||||
makedepends="libjpeg-turbo-devel libpng-devel tiff-devel
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=ModemManager
|
|||
version=1.4.12
|
||||
revision=1
|
||||
build_options="gir"
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --sbindir=/usr/bin
|
||||
--with-udev-base-dir=/usr/lib/udev --with-polkit=permissive
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=abduco
|
||||
version=0.4
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
short_desc="Session management in a clean and simple way"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=acpica-utils
|
||||
version=20150818
|
||||
revision=1
|
||||
build_pie=yes
|
||||
wrksrc="acpica-unix-${version}"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
hostmakedepends="flex"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=acpid
|
||||
version=2.0.25
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
conf_files="/etc/acpi/events/anything /etc/acpi/handler.sh"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=alsa-utils
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d -disable-alsaconf"
|
||||
hostmakedepends="pkg-config xmlto"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=at-spi2-core
|
||||
version=2.18.3
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool dbus glib-devel $(vopt_if gir gobject-introspection)"
|
||||
|
|
|
@ -19,7 +19,6 @@ license="GPL-2"
|
|||
homepage="http://packages.qa.debian.org/a/at.html"
|
||||
distfiles="${DEBIAN_SITE}/main/a/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||
checksum=cb9af59c6a54edce9536ba629841055409d1f89d8ae26494727a97141fb4d5c1
|
||||
build_pie=yes
|
||||
|
||||
do_install() {
|
||||
sed -i '/chown/d' Makefile
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=autocutsel
|
||||
version=0.10.0
|
||||
revision=5
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="libXaw-devel"
|
||||
short_desc="Synchronize the two copy/paste buffers used by X applications"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=autofs
|
||||
version=5.1.1
|
||||
revision=4
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
conf_files="
|
||||
/etc/autofs/auto.master
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=avahi
|
||||
version=0.6.31
|
||||
revision=26
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=axel
|
|||
version=2.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_pie=yes
|
||||
conf_files=/etc/axelrc
|
||||
short_desc="Download accelerator for FTP and HTTP"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
|
|
|
@ -4,7 +4,6 @@ version=20150531
|
|||
revision=1
|
||||
wrksrc="blake2_code_${version}"
|
||||
build_wrksrc=b2sum
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="unzip"
|
||||
short_desc="Compute BLAKE2 cryptographic hash"
|
||||
|
|
|
@ -5,7 +5,6 @@ _bash_patchlevel=042
|
|||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=3
|
||||
wrksrc=${pkgname}-${_bash_distver}
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-bash-malloc --with-curses --with-installed-readline"
|
||||
hostmakedepends="bison"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=beanstalkd
|
||||
version=1.10
|
||||
revision=2
|
||||
build_pie=yes
|
||||
short_desc="A simple, fast, general-purpose work queue"
|
||||
maintainer="bougyman <bougyman@voidlinux.eu>"
|
||||
license="MIT"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=bindfs
|
||||
version=1.13.0
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse-devel"
|
||||
|
|
|
@ -4,7 +4,6 @@ reverts=20141006.4.0.1_1
|
|||
version=4.1.2
|
||||
revision=2
|
||||
wrksrc=${pkgname}-v${version}
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-backtrace"
|
||||
hostmakedepends="automake libtool pkg-config asciidoc xmlto"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=caja
|
||||
version=1.12.0
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=3.0 --disable-static --enable-unique
|
||||
--disable-update-mimedb $(vopt_enable gir introspection)"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=cgmanager
|
||||
version=0.39
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --with-distro=void --with-pamdir=/usr/lib/security"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=chrony
|
||||
version=2.2
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-nss --enable-scfilter --with-sendmail=/usr/bin/sendmail"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=clinfo
|
||||
version=2.0.15.03.24
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
makedepends="ocl-icd-devel"
|
||||
short_desc="Prints all information about OpenCL in the system"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=collectd
|
||||
version=5.5.0
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
|
||||
--with-libiptc --enable-virt --sysconfdir=/etc --disable-static --with-fp-layout=nothing"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=colord
|
||||
version=1.2.12
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile
|
||||
--with-udevrulesdir=/usr/lib/udev/rules.d --with-daemon-user=colord
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=coreutils
|
||||
version=8.24
|
||||
revision=4
|
||||
build_pie=yes
|
||||
bootstrap=yes
|
||||
makedepends="gmp-devel acl-devel libcap-devel"
|
||||
replaces="chroot-coreutils>=0 coreutils-doc>=0"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=cpio
|
||||
version=2.12
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-rmt=/usr/bin/rmt"
|
||||
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=cppcheck
|
||||
version=1.71
|
||||
revision=2
|
||||
build_pie=yes
|
||||
hostmakedepends="libxslt docbook-xsl"
|
||||
short_desc="Static analysis of C/C++ code"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=cryptsetup
|
||||
version=1.7.0
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --with-crypto_backend=openssl $(vopt_enable pwquality)"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=cups-filters
|
||||
version=1.1.0
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
||||
--with-browseremoteprotocols=DNSSD,CUPS"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=darkhttpd
|
||||
version=1.11
|
||||
revision=4
|
||||
build_pie=yes
|
||||
short_desc="A small and secure static webserver"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="BSD"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=darktable
|
||||
version=1.6.9
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=cmake
|
||||
# this makes sure to use -march=generic and -msse3
|
||||
configure_args="-DBINARY_PACKAGE_BUILD=ON"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dash
|
||||
version=0.5.8
|
||||
revision=6
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="bison"
|
||||
register_shell="/bin/sh"
|
||||
|
|
|
@ -15,7 +15,6 @@ homepage="http://dbus.freedesktop.org/"
|
|||
distfiles="${homepage}/releases/dbus/dbus-${version}.tar.gz"
|
||||
checksum=aef3f49595df09b0824433ee993cda748ede93693a719a831562ae1616b6bb9e
|
||||
|
||||
build_pie=yes
|
||||
hostmakedepends="pkg-config intltool gperf xmlto"
|
||||
makedepends="expat-devel libX11-devel libcap-devel"
|
||||
conf_files="/etc/dbus-1/session.conf /etc/dbus-1/system.conf"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dconf
|
||||
version=0.24.0
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel"
|
||||
makedepends="vala-devel dbus-devel gtk+3-devel libxml2-devel"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dcron
|
||||
version=4.5
|
||||
revision=29
|
||||
build_pie=yes
|
||||
conf_files="/var/spool/cron/root"
|
||||
replaces="cron-daemon>=0"
|
||||
provides="cron-daemon-1_1"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dhcp
|
||||
version=4.3.2
|
||||
revision=5
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
conf_files="/etc/dhcpd.conf"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=dhcpcd
|
|||
version=6.9.3
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_pie=yes
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --rundir=/run"
|
||||
hostmakedepends="ntp pkg-config"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dhex
|
||||
version=0.68
|
||||
revision=4
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Hex editor and diff tool using ncurses"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=diffutils
|
|||
version=3.3
|
||||
revision=7
|
||||
bootstrap=yes
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
conflicts="chroot-diffutils>=0"
|
||||
short_desc="The GNU diff utilities"
|
||||
|
|
|
@ -16,7 +16,6 @@ homepage="http://code.google.com/p/distcc"
|
|||
license="GPL-2"
|
||||
distfiles="http://distcc.googlecode.com/files/${pkgname}-${version}.tar.bz2"
|
||||
checksum=311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30
|
||||
build_pie=yes
|
||||
|
||||
post_install() {
|
||||
local f x
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dma
|
||||
version=0.10
|
||||
revision=1
|
||||
build_pie=yes
|
||||
conf_files="/etc/dma/dma.conf /etc/dma/auth.conf"
|
||||
hostmakedepends="flex"
|
||||
makedepends="libressl-devel"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dmidecode
|
||||
version=3.0
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
make_build_args="prefix=/usr sbindir=/usr/bin"
|
||||
make_install_args="prefix=/usr sbindir=/usr/bin"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dnsmasq
|
||||
version=2.75
|
||||
revision=1
|
||||
build_pie=yes
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="dbus-devel libcap-devel libidn-devel"
|
||||
conf_files="/etc/dnsmasq.conf"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dosfstools
|
||||
version=3.0.28
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
make_install_args="PREFIX=/usr SBINDIR=/usr/bin"
|
||||
short_desc="DOS filesystem tools"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dovecot
|
||||
version=2.2.19
|
||||
revision=3
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin
|
||||
--disable-static --with-pam --with-mysql --with-pgsql --with-lucene
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dtach
|
||||
version=0.8
|
||||
revision=5
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
short_desc="Tiny program that emulates the detach feature of GNU screen"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=dunst
|
||||
version=1.1.0
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="dbus-devel libXinerama-devel libXft-devel libXScrnSaver-devel
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=duperemove
|
||||
version=0.10
|
||||
revision=1
|
||||
build_pie=yes
|
||||
short_desc="Tools for deduping file systems"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=e2fsprogs
|
||||
version=1.42.13
|
||||
revision=2
|
||||
build_pie=yes
|
||||
short_desc="Ext2/3/4 Filesystem Utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=efibootmgr
|
||||
version=0.12
|
||||
revision=1
|
||||
build_pie=yes
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libefivar-devel zlib-devel pciutils-devel"
|
||||
short_desc="Tool to modify UEFI Firmware Boot Manager Variables"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=efivar
|
||||
version=0.21
|
||||
revision=1
|
||||
build_pie=yes
|
||||
makedepends="popt-devel"
|
||||
short_desc="Tools to manipulate EFI variables"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=enlightenment
|
|||
version=0.19.13
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_pie=yes
|
||||
build_options="wayland"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pam --disable-bluez4 --disable-systemd
|
||||
|
|
|
@ -4,7 +4,6 @@ version=0.9beta1
|
|||
revision=2
|
||||
wrksrc="${pkgname}-${version/beta/-beta}"
|
||||
build_style=gnu-configure
|
||||
build_pie=yes
|
||||
configure_args="--with-readline"
|
||||
hostmakedepends="bison"
|
||||
makedepends="readline-devel"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=ethtool
|
||||
version=4.2
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin"
|
||||
short_desc="Utility for controlling network drivers and hardware"
|
||||
|
|
|
@ -5,7 +5,6 @@ _UDEV_VERSION="220" # compatible udev version provided
|
|||
pkgname=eudev
|
||||
version=3.1.5
|
||||
revision=1
|
||||
build_pie=yes
|
||||
conf_files="/etc/udev/udev.conf"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-hwdb --enable-manpages --disable-introspection"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=extrace
|
|||
version=0.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
build_pie=yes
|
||||
short_desc="Trace exec(2) calls system-wide"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2,BSD"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=f2fs-tools
|
||||
version=1.4.1
|
||||
revision=3
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --disable-static ac_cv_file__git=yes"
|
||||
make_install_args="sbindir=/usr/bin"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=fcron
|
||||
version=3.2.0
|
||||
revision=5
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sysconfdir=/etc/fcron
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=file
|
|||
version=5.25
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-static"
|
||||
makedepends="zlib-devel"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=filezilla
|
|||
version=3.14.1
|
||||
revision=2
|
||||
nocross=yes
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="WXRC=/usr/bin/wxrc-3.0 --with-wx-config=wx-config-3.0
|
||||
--disable-static --disable-manualupdatecheck --disable-autoupdatecheck"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=findutils
|
|||
version=4.4.2
|
||||
revision=15
|
||||
bootstrap=yes
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--program-prefix=g --localstatedir=/var/lib/locate"
|
||||
short_desc="The GNU Find Utilities"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=firejail
|
|||
version=0.9.34
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_pie=yes
|
||||
conf_files="
|
||||
/etc/firejail/audacious.profile
|
||||
/etc/firejail/chromium-browser.profile
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=fping
|
||||
version=3.13
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --enable-ipv4 --enable-ipv6"
|
||||
short_desc="High performance ping"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=fsv
|
|||
version=0.9.1
|
||||
revision=1
|
||||
wrksrc="fsv-fsv-0.9-1"
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake gettext-devel libtool pkg-config"
|
||||
makedepends="gtkmm-devel ftgl-devel gtkglarea-devel"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=fswebcam
|
||||
version=20140113
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="gd-devel"
|
||||
short_desc="A neat and simple webcam app"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=fuse-sshfs
|
|||
version=2.5
|
||||
revision=4
|
||||
wrksrc="sshfs-fuse-${version}"
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libglib-devel fuse-devel"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=fuse-usmb
|
|||
version=20130204
|
||||
revision=5
|
||||
_commit=aa94e13
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config git"
|
||||
makedepends="glib-devel libxml2-devel fuse-devel samba-devel"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=fuse
|
||||
version=2.9.4
|
||||
revision=3
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --enable-lib --enable-util"
|
||||
short_desc="Filesystem in Userspace"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=gawk
|
|||
version=4.1.3
|
||||
revision=6
|
||||
lib32disabled=yes
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-readline"
|
||||
makedepends="readline-devel"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=gettext-stub
|
|||
version=1
|
||||
revision=1
|
||||
wrksrc=${pkgname}
|
||||
build_pie=yes
|
||||
short_desc="Gettext little stub"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="WTFPL"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=git
|
||||
version=2.6.3
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre
|
||||
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=gmpc
|
||||
version=11.8.16
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config gob2 intltool vala"
|
||||
makedepends="gtk+-devel libSM-devel libmpd-devel libunique1-devel libsoup-devel sqlite-devel"
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=gnome-ssh-askpass
|
|||
version=7.1p1
|
||||
revision=1
|
||||
wrksrc="openssh-${version}"
|
||||
build_pie=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+-devel"
|
||||
short_desc="GTK SSH passphrase grabber (from OpenSSH)"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=gob2
|
||||
version=2.0.20
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libglib-devel"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=grep
|
||||
version=2.22
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="pcre-devel"
|
||||
short_desc="The GNU grep utility"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=gvfs
|
||||
version=1.26.2
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-hal --disable-libsystemd-login
|
||||
--with-bash-completion-dir=/usr/share/bash-completion/completions
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=gzip
|
|||
version=1.6
|
||||
revision=8
|
||||
bootstrap=yes
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
conflicts="chroot-gzip>=0"
|
||||
short_desc="GNU compression utility (replacement for compress)"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=h2o
|
||||
version=1.5.4
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=cmake
|
||||
conf_files="/etc/h2o.conf"
|
||||
system_accounts="h2o"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=haproxy
|
||||
version=1.5.15
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1
|
||||
USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1"
|
||||
|
|
|
@ -14,7 +14,6 @@ configure_args="--sbindir=/usr/bin"
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) ;;
|
||||
*) build_pie=yes ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=hplip
|
||||
version=3.15.11
|
||||
revision=1
|
||||
build_pie=yes
|
||||
#XXX: pyqt pkgs for python gui
|
||||
hostmakedepends="pkg-config automake libtool python"
|
||||
makedepends="libressl-devel python-devel libxml2-python cups-devel
|
||||
|
|
|
@ -3,7 +3,6 @@ pkgname=ht
|
|||
version=2.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_pie=yes
|
||||
makedepends="ncurses-devel lzo-devel"
|
||||
short_desc="File editor/viewer/analyzer for executables"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=i3
|
||||
version=4.11
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="pcre-devel yajl-devel libxcb-devel libev-devel
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=i3status
|
||||
version=2.9
|
||||
revision=2
|
||||
build_pie=yes
|
||||
hostmakedepends="asciidoc pkg-config"
|
||||
makedepends="yajl-devel confuse-devel wireless_tools-devel alsa-lib-devel libcap-devel"
|
||||
depends="libcap-progs"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=iproute2
|
||||
version=4.3.0
|
||||
revision=1
|
||||
build_pie=yes
|
||||
hostmakedepends="pkg-config perl flex"
|
||||
makedepends="libfl-devel libmnl-devel db-devel iptables-devel"
|
||||
conf_files="
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=iputils
|
||||
version=20121221
|
||||
revision=13
|
||||
build_pie=yes
|
||||
patch_args="-Np1"
|
||||
wrksrc="${pkgname}-s${version}"
|
||||
makedepends="libressl-devel libcap-devel"
|
||||
|
|
|
@ -11,7 +11,6 @@ license="GPL-2"
|
|||
homepage="https://github.com/Irqbalance/irqbalance"
|
||||
distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
|
||||
checksum=f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3
|
||||
build_pie=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=irssi
|
||||
version=0.8.17
|
||||
revision=12
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-proxy --enable-true-color"
|
||||
hostmakedepends="pkg-config"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=iw
|
||||
version=4.3
|
||||
revision=1
|
||||
build_pie=yes
|
||||
hostmakedepends="pkg-config libnl3-devel"
|
||||
makedepends="libnl3-devel"
|
||||
short_desc="nl80211 based CLI configuration utility for wireless devices"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=jemalloc
|
||||
version=4.0.4
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="je_cv_static_page_shift=12"
|
||||
short_desc="A scalable concurrent allocator"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=jfsutils
|
||||
version=1.1.15
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="libuuid-devel"
|
||||
short_desc="JFS filesystem utilities"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=kbd
|
||||
version=2.0.2
|
||||
revision=5
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/usr/share/kbd --localedir=/usr/share/kbd/locale"
|
||||
hostmakedepends="automake libtool gettext-devel flex pkg-config"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=kexec-tools
|
||||
version=2.0.11
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="liblzma-devel"
|
||||
short_desc="Tools to support fast kexec reboots"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=lbreakout2
|
||||
version=2.6.5
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-sdl-net --localstatedir=/var/games/$pkgname"
|
||||
make_install_args="doc_dir=/usr/share/doc"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=less
|
||||
version=481
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-regex=pcre"
|
||||
makedepends="ncurses-devel pcre-devel"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=libbson
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
short_desc="The libbson BSON serialization library"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
pkgname=libcap
|
||||
version=2.24
|
||||
revision=5
|
||||
build_pie=yes
|
||||
bootstrap=yes
|
||||
makedepends="attr-devel"
|
||||
short_desc="POSIX.1e capabilities suite"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue