aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing/lua-sqlite: move to mainCarlo Landmeter2015-09-161-0/+0
|
* main/seafile: add -doc subpackageEivind Uggedal2015-09-161-2/+3
| | | | | Build fails due to uncompressed man pages, use generic -doc handling to compress them.
* main/libzdb: upgrade to 3.1Eivind Uggedal2015-09-161-5/+5
|
* main/help2man: upgrade to 1.47.2Eivind Uggedal2015-09-161-4/+4
|
* main/nftables: moved from testingEivind Uggedal2015-09-154-26/+10
| | | | | | | Since linux 3.18 the elaborate clear logic is no longer needed. Replace it with the safer: nft flush ruleset
* main/libnftnl: moved from testingEivind Uggedal2015-09-151-1/+1
|
* main/docker: rebuild with fixed go-1.5Eivind Uggedal2015-09-151-4/+3
|
* main/go: re-add removed patches during 1.5 upgradeEivind Uggedal2015-09-153-5/+96
| | | | | | | | | | | | | no-pic: This is needed for building go executables on Alpine which uses the external linker (cgo). Examples from our tree include docker, consul and gogs. Go does not support compiling PIC executables. Since the gcc specs used by Alpine enables PIC by default it has to be disabled. Without disabling PIC the executable gets a ton of erroneous textrels which results in a segfault when musl tries to resolve them. _SC_GETPW_R_SIZE_MAX: since musl defines this to -1 we have to provide a default value. Use a more recent patch from upstream which will be available in Go 1.6.
* testing/opensmtpd: build only on x86_64Natanael Copa2015-09-151-1/+1
| | | | it fails on 32bit
* testing/opensmtpd: fix buildtime depsNatanael Copa2015-09-151-1/+2
|
* testing/opensmtpd: new aportJonathan Curran2015-09-156-0/+674
| | | | | | | | | This aport provides the portable version of OpenSMTPD patched to work with musl. Parts of the patch will be submitted upstream soon. https://opensmtpd.org
* main/rxvt-unicode: enable unicode3Natanael Copa2015-09-151-1/+2
| | | | fixes #4641
* main/py-pip: update to (latest) 7.1.2Gert Van Gool2015-09-151-4/+4
|
* testing/chicken: create -dev and -libs subpackageSören Tempel2015-09-151-3/+3
|
* testing/termrec: new aportScrumpyJack2015-09-151-0/+42
| | | | | termrec is a program for recording "videos" of terminal output http://angband.pl/termrec.html
* main/py-oauth2: update to 1.9.0Peter Bui2015-09-151-6/+6
|
* main/py-google-api-python-client: update to 1.4.2Peter Bui2015-09-151-4/+4
|
* main/py-certifi: update to 2015.9.6.2Peter Bui2015-09-151-4/+4
|
* testing/chan-sccp: new aport http://chan-sccp-b.sourceforge.net Chan-SCCP ↵Valery Kartel2015-09-151-0/+46
| | | | channel driver for Asterisk
* testing/fbida: change RESDIR to /etc/X11/app-defaults/fbidaSören Tempel2015-09-151-2/+2
|
* main/dhcpcd: use /usr/lib as libexec directorySören Tempel2015-09-151-10/+13
| | | | dhcpcd-dbus uses this directory too.
* testing/libasr: fix incorrect #define which caused all queries to failJonathan Curran2015-09-152-5/+14
| | | | | | | | I was testing this library with the upcoming OpenSMTPD aport that I am creating. All dns queries were failing. Upon investigation I found that NETDB_SUCCESS in libasr/src/openbsd-compat/defines.h had an incorrect value of -1 being set (it was being defined since NETDB_SUCCESS is not present in musl).
* testing/fts: add -fPIC to CFLAGSJonathan Curran2015-09-151-1/+1
| | | | Simply adding -fPIC to CFLAGS when building.
* testing/libcgroup: use openrc-run in init.d scriptsNatanael Copa2015-09-153-10/+10
|
* testing/fts: build and dependency fixNatanael Copa2015-09-151-2/+2
| | | | | we need libtool to build we dont need autotools as dependency for -dev
* testing/fts: change package source [and implementation]Jonathan Curran2015-09-155-117/+72
| | | | | | | | | Updated the source to use musl-fts that is used in voidlinux. It's up-to-date based on fts in NetBSD and includes headers that produce no warnings when compiled against. I've tested it against existing dependences (libcgroup) and it appears to be fine. https://github.com/pullmoll/musl-fts
* testing/libcgroup: fix makedependsJonathan Curran2015-09-151-2/+2
| | | | makedepends was missing linux-headers
* main/mutt: don't tamper with the global configurationSören Tempel2015-09-151-22/+15
|
* main/alpine-sdk: depend on GNU patchSören Tempel2015-09-151-3/+3
| | | | See the commit message of the last commit for more details.
* main/build-base: drop patch dependencySören Tempel2015-09-151-2/+2
| | | | | | | | | build-base should only include basic build tools for compiling C/C++ programs. patch(1) is a useful tool in that process but our busybox version already ships a patch program. However, abuild(1) needs the GNU version of patch thus this dependency was moved to the alpine-sdk package.
* main/libevdev: upgrade to 1.4.4Natanael Copa2015-09-151-4/+4
|
* main/gnome-power-manager: upgrade to 3.16.1Natanael Copa2015-09-151-33/+8
|
* main/xfce4-setting: rebuild against upower-0.99Natanael Copa2015-09-151-1/+1
|
* main/wine_gecko: upgrade to 2.40Natanael Copa2015-09-151-7/+7
|
* main/exo: upgrade to 0.10.7Natanael Copa2015-09-151-4/+4
|
* docker: fix segfault when built with go 1.5Eivind Uggedal2015-09-141-5/+6
| | | | | | | | | When built with go 1.5 docker contains textrels and segfaults in musl's dynamic linker when trying to correct them. Build with go-bootstrap (1.4) for now until the issue is investigated more thoroughly.
* main/doxygen: add missing patchNatanael Copa2015-09-141-0/+24
|
* main/wine: upgrade to 1.7.51Natanael Copa2015-09-141-4/+4
|
* main/doxygen: upgrade to 1.8.10Natanael Copa2015-09-141-22/+26
|
* main/cups-filters: upgrade to 1.0.76Natanael Copa2015-09-141-4/+4
|
* main/libva-intel-driver: upgrade to 1.6.1Natanael Copa2015-09-141-4/+5
|
* main/libva: upgrade to 1.6.1Natanael Copa2015-09-141-4/+5
|
* main/babl: upgrade to 0.1.12Natanael Copa2015-09-141-3/+5
|
* main/libxi: upgrade to 1.7.5Natanael Copa2015-09-141-4/+4
|
* main/libtasn1: upgrade to 4.6Natanael Copa2015-09-141-4/+4
|
* main/libgcrypt: upgrade to 1.6.4Natanael Copa2015-09-141-4/+4
|
* main/xdelta3: upgrade to 3.0.10Natanael Copa2015-09-141-5/+6
|
* main/libnetfilter_conntrack: upgrade to 1.0.5Natanael Copa2015-09-141-4/+4
|
* main/man-pages: Don't conflict with tzdata-docSören Tempel2015-09-141-1/+8
|
* main/audacity: upgrade to 2.1.1Natanael Copa2015-09-142-9/+37
|