Commit Graph

1174 Commits

Author SHA1 Message Date
miqlas
ebb787b0e6 zziplib : enable for x86_64 (#2097) 2018-01-10 20:54:56 +00:00
Jérôme Duval
449f73eef7 rasqal: gtk_doc is any arch. 2018-01-10 12:54:13 +01:00
Jérôme Duval
fba3a65af6 redland: gtk_doc is any arch. 2018-01-10 12:46:45 +01:00
Jérôme Duval
3121ecddc9 redland: add a build dependency on devel:glib2
for gtkdoc-scangobj. 
Adding this dependency to gtk_doc would be better, but could lead to circular dependencies.
It seems very few projects use gtkdoc-scangobj at the moment anyway.
2018-01-10 12:30:59 +01:00
Sergei Reznikov
643ddf44c7 redland: bump revision 2018-01-10 11:26:38 +03:00
Sergei Reznikov
789f7ab72e libical: bump revision 2018-01-10 11:25:59 +03:00
Scott McCreary
39fec460e5 Update icu-60.1.recipe (#2046) 2018-01-02 12:47:49 -08:00
Duong Dac
f8c60411b4 New recipes (#1981)
* update recipes x86_64 status
2018-01-02 11:41:26 -08:00
Schrijvers Luc
df87dea2a9 libgcrypt, bump version (#2039) 2018-01-02 10:32:57 +00:00
Schrijvers Luc
6cae8272f6 libassuan, bump version, cleanup (#2036) 2018-01-02 08:39:32 +00:00
Schrijvers Luc
833433670a libpciaccess, bump version, move to the proper place (#2028) 2018-01-01 17:26:19 +00:00
nys
8501e779ff libmcrypt: new recipe (#1988) 2017-12-29 10:51:13 +00:00
alaviss
9a9099bd54 dev-libs/bcunit: new recipe (#1986) 2017-12-28 13:37:03 +00:00
fbrosson
3522aa04e1 openssl: bump to 1.0.2n. 2017-12-21 15:20:09 +00:00
Sergei Reznikov
a1d20f2b79 libcheck: mark as broken on gcc2 2017-12-19 11:17:25 +03:00
Sergei Reznikov
7fb97a5ece boost: enable secondary arch 2017-12-18 22:55:46 +03:00
Sergei Reznikov
a304fd5b8a grantlee: add recipe for version 5.1.0 2017-12-18 19:55:08 +03:00
miqlas
0c0cee8a6f ISL : bump version (#1907) 2017-12-18 18:31:38 +03:00
Leorize
deadea403d dev-libs/crypto++: fixes
fixed secondary arch

added debug package

install pkg-config file

install & build versioned version of the library
2017-12-17 14:47:32 +01:00
Sergei Reznikov
e3b2a5e456 libgit2: enable secondary arch 2017-12-15 09:04:19 +03:00
3541
185a5d613e libbase58: new recipe (#1822) 2017-12-14 08:17:09 +01:00
alaviss
a0fdf8cf1f Add TEST() to various ports (#1832)
* app-crypt/rhash: disable on x86_gcc2, also fixed secondary arch

* dev-lang/tcc: make tcc actually works

  - update patches: define custom haiku definitions, use haiku
    start/end objects

  - make tcc uses haiku custom paths

  - add secondary arch support
  - add x86_64

* dev-lang/tcc: disable on all architectures

  - Haiku's BeBuild.h depends on __GNUC__ macro to select ABI, which
    unfortunately we can't risk to define, so disabling for now

* dev-python/pyqt: use correct name for sip

* dev-lang/spidermonkey: fix build

  - add x86 to snd arch

  - update config.sub and config.guess

  - add missing cmd:js_config
  - add missing cmd:zip

* dev-python/pyqt: clean up the spaces left by previous contributor

* add TEST() for the following ports:
  - sys-devel/flex
  - app-crypt/rhash
  - app-text/podofo
  - app-crypt/qca
  - app-editors/retext
  - app-i18n/mozc
  - dev-lang/tcc
  - dev-lang/yasm
  - dev-lang/spidermonkey
  - dev-libs/glib
  - dev-libs/jsoncpp
  - dev-libs/libtommath
  - dev-libs/libxslt
  - dev-libs/libyajl
  - dev-libs/zziplib
2017-12-10 13:49:50 +01:00
Schrijvers Luc
c7b2fb749d libpipeline: new recipe (#1827) 2017-12-09 12:38:57 +01:00
alaviss
7a09fed20a protobuf: package the correct library (#1866) 2017-12-09 08:35:19 +03:00
miqlas
d0044508ef Blosc: new recipe (#1864) 2017-12-08 23:03:15 +03:00
Sergei Reznikov
635db3a532 protobuf: fix prepareInstalledDevelLibs 2017-12-05 12:35:26 +03:00
fbrosson
48adfbdd60 openssl: allow co-installation of 1.0.2 and 1.1.0. (#1793)
The changes detailed below allow to co-install the base
packages of 1.0.2 and 1.1.0 (as well as their debuginfo).
The _devel (or _man) packages cannot be co-installed.

* Define a debuginfo package for openssl11.
* Fix typo in call to defineDebugInfoPackage for openssl,
  which was producing an incorrect debuginfo on 2nd arch.
* Also add cmd:openssl{,-1.1} to their debuginfo packages.
* Move $docDir/html/man3 to openssl11_devel.
* Add a "-1.1" suffix to each cmd:{openssl,c_rehash} for
  openssl11 to allow the co-installation of 1.0.2 & 1.1.
* Create new _man sub-packages for openssl and openssl11 and
  move all man pages (other than the man3 section) there to
  avoid overlaps when the 2 base packages are installed.
* Add symetric (openssl vs openssl11) CONFLICTS for their
  _devel and _man sup-packages.
* openssl{,11}_man REQUIRES and SUPPLEMENTS openssl{,11}.

* Introduce 4 custom variables (after portVersion):
    portVersion  1.0.2*  1.1.0*
    libVersion   1.0.0   1.1
    cmdSuffix            -1.1
    mySuffix             11
    altSuffix    11
  These are used inside both recipes at the same places to make
  it easier to spot the real differences between 1.0.2 & 1.1.0.
2017-12-05 01:13:13 +01:00
Michael Lotz
ae951ae783 boost: Bump revisions forgotten in previous commit. 2017-12-03 21:34:06 +01:00
Michael Lotz
97771f91ae boost: Declare compat versions on provided libs.
This ensures that a dependency like lib:libboost_x >= 1.63.0 will not
be fulfilled with the boost165 package for example, which contains
version specific library names that will not work for software built
against other versions.
2017-12-03 21:19:31 +01:00
miqlas
87546917bc PugiXML: new recipe (#1830)
* PugiXML: new recipe

* version fix

* PugiXML: debuginfo

* Arch cleanup
2017-12-03 17:56:58 +01:00
Michael Lotz
b63610ca88 Various revision bumps to force rebuild of _x86 packages.
These were all built against openssl11 which was deactivated.
2017-11-29 21:26:57 +01:00
waddlesplash
6610955ba9 icu54: completely deactivate. 2017-11-26 16:25:16 +01:00
waddlesplash
0092be9cee icu55: completely deactivate. 2017-11-26 16:24:48 +01:00
waddlesplash
2fbc2b4181 icu56: completely deactivate. 2017-11-26 16:24:25 +01:00
Adrien Destugues
536eb6ba7f openssl: define a debuginfo package
- libs debug info get there
- openssl executable is stripped

Makes the package much smaller (1.6M instead of 11M), and we now build
with -g so debug information is available when needed.
2017-11-23 09:16:10 +01:00
Adrien Destugues
6cbacb8e73 openssl: fix threading support 2017-11-23 09:16:10 +01:00
Kacper Kasper
d14c5f7b08 Enable debuginfo for ixion and orcus. 2017-11-22 13:29:05 +01:00
Kacper Kasper
a47fc038a8 protobuf: enable debuginfo for -lite lib. 2017-11-22 13:29:05 +01:00
Sergei Reznikov
9258fd0859 protobuf: strip library 2017-11-22 02:17:58 +03:00
Jerome Duval
afd8272b70 mpfr: 3.1.6-p1. 2017-11-20 21:03:49 +01:00
Jerome Duval
409b5225c2 libconfig: bump version.
SONAME change.
2017-11-20 20:55:21 +01:00
Jerome Duval
3ed845aa74 libpurple: bump version. 2017-11-20 20:13:18 +01:00
Jerome Duval
48ad105cec libassuan: bump version. 2017-11-20 20:11:24 +01:00
Jerome Duval
000e0a2349 orcus: bump version.
not used.
2017-11-20 19:34:37 +01:00
Jerome Duval
ccf14fec6c ixion: bump version.
only used by orcus.
2017-11-20 19:19:11 +01:00
Jerome Duval
2187ea8d1b uriparser: bump version. 2017-11-20 18:26:05 +01:00
Gerasim Troeglazov
95ac5e1db3 kreport: add recipe for version 3.0.2 2017-11-20 17:55:20 +10:00
Gerasim Troeglazov
c766dfa137 kproperty: add recipe for version 3.0.2 2017-11-20 17:53:58 +10:00
Gerasim Troeglazov
068836688b kdiagram: add recipe for version 2.6.0 2017-11-17 22:11:50 +10:00
waddlesplash
7f54918490 openssl11: Deactivate recipe completely.
It conflicts with the original openssl package and is not needed, it seems
2017-11-16 23:55:41 +01:00