Commit Graph

378 Commits

Author SHA1 Message Date
fbrosson
d30ecaa7d8 less: bump to 537. 2018-09-17 17:57:41 +00:00
fbrosson
1972412cb5 pciutils: bump to 3.6.2, add TEST.
Also add quotes here and there to make sure the recipe will still
be OK if/when "haikuporter --nochroot" is implemented.
2018-09-15 18:01:15 +00:00
miqlas
4ed204fdae pciutils: bump (#2766) 2018-09-15 17:12:51 +00:00
fbrosson
e06de2c2b1 less: bump to 535. 2018-09-11 16:39:53 +00:00
Jerome Duval
9157c823ae code reformat. 2018-09-05 14:34:26 +02:00
Jerome Duval
3b10cbdba8 fix missing $secondaryArchSuffix
clean up.
2018-09-05 07:37:48 +02:00
fbrosson
7d4e424baf less: bump to 534. 2018-09-04 00:14:09 +00:00
Leorize
7045606a03 sys-apps/texinfo4: fix build 2018-08-31 17:44:28 +07:00
Jerome Duval
51ee6bc944 code style.
remove old patches.
2018-08-14 10:42:32 +02:00
miqlas
8439c7a60b Silver Searcher: bump, add cram (#2907) 2018-08-13 12:26:42 -04:00
Jerome Duval
ceb7e88114 sys-*: reorder sections. 2018-08-10 08:17:37 +02:00
Leorize
f97ed6da0a sys-apps/man-pages-posix: add version 2013.a 2018-08-09 22:46:48 +07:00
Jerome Duval
d9df9f2d43 pv: fix PROVIDES. 2018-08-06 17:36:27 +02:00
Jerome Duval
25b2374d19 fxload: fix PROVIDES. 2018-08-06 17:35:57 +02:00
Jerome Duval
317184d113 man: code style. 2018-08-03 16:25:35 +02:00
Jerome Duval
09e14ae6d5 sys-apps: code style. 2018-08-03 16:25:34 +02:00
Jerome Duval
e599f60bdb sys-apps: code style. 2018-08-03 14:13:09 +02:00
fbrosson
d8a6abb33f file: bump to 5.34. 2018-07-25 12:03:09 +00:00
fbrosson
79ea0fadb7 util-linux: bump to 2.32.1. 2018-07-16 14:51:21 +00:00
fbrosson
fa487106d5 gptfdisk: bump to 1.0.4, add support for x86 2nd arch. (#2785)
Although gptfdisk builds on all architectures, it is not passing
the tests on x86_gcc2, so let's mark that arch as untested.
2018-07-09 13:22:04 +00:00
fbrosson
9619f817c7 dtc: bump to 1.4.6, add debuginfo, switch to tar.xz. (#2782)
FWIW, this release passes all tests on all available arches:

********** TEST SUMMARY
*     Total testcases:	1676
*                PASS:	1676
*                FAIL:	0
*   Bad configuration:	0
* Strange test result:	0
**********
2018-07-08 16:02:16 +00:00
fbrosson
71d3f81d01 dtc: add commandSuffix, fix PROVIDES, fix TEST. (#2782) 2018-07-08 16:02:14 +00:00
Schrijvers Luc
365226b6b2 xinetd, remove old bep file, bump version (#2056) 2018-06-23 23:57:18 -04:00
fbrosson
85d86bca0e util-linux: move cmd:cal to a subpackage. (#2693)
This will allow HaikuPorts users to choose which package they want
for the cal command, since both cal and util_linux_cal provide it.
2018-06-16 08:22:53 +00:00
fbrosson
3a86a798fe gptfdisk: select the libuuid from util-linux if possible. (#2683)
* On x86_gcc2 we only have the libuuid from the libuuid package.
* On all other architectures we can switch to the libuuid from the
  util_linux package.
* The libuuid from util-linux needs libintl, but the latter does
  not have a pkgconfig file, so we need to add "LDFLAGS=-lintl".
2018-06-13 14:38:31 +00:00
fbrosson
777b365021 man: prepend alternate SOURCE_URI. 2018-06-10 12:15:00 +00:00
fbrosson
3f70a7d4b9 util-linux: fix INSTALL when ALLOW_UNTESTED=no
* While at it, do not export CFLAGS and LDFLAGS. Instead, pass
  CPPFLAGS and LDFLAGS to both autogen.sh and configure.
* Now that we don't override the project's default CFLAGS anymore
  we can add the debuginfo package.

Warning: If you call haikuporter after the recipe was last modified
and then change ALLOW_UNTESTED to yes, the .DependencyInfo file for
the fdisk subpackage will be missing. Workaround: touch the recipe
before calling haikuporter. Of course, this is required only once,
that is, if you have recently changed ALLOW_UNTESTED to yes.
2018-05-31 16:39:06 +00:00
fbrosson
7c61af6520 util-linux: fix definition of SECONDARY_ARCHITECTURES_fdisk. 2018-05-27 18:19:01 +00:00
fbrosson
971393f641 util-linux: bump to 2.32, build lib{blkid,fdisk,uuid}. (#2525)
Also build blkid, fdisk, hexdump and uuidgen, but put fdisk in a
subpackage, marked as untested, as the geometry detection is not
implemented for Haiku, so the default values are not useful at all.
fdisk is working fine but it does not know how to inform Haiku that
a partition table was modified. Workaround: reboot.
2018-05-24 09:27:24 +00:00
fbrosson
c9dc98a295 less: bump to 531, install-strip. 2018-05-16 18:44:08 +00:00
fbrosson
e48e6cda6a less: shrink patchset by dropping white space changes. 2018-05-16 18:39:02 +00:00
miqlas
2c95917fb0 DBus: bump (#2475) 2018-05-07 14:10:37 -04:00
Schrijvers Luc
ca844ed92f lgrep, revive old bep file (#2536) 2018-05-07 13:56:03 -04:00
miqlas
46e6f3a802 Less : bump (#2513) 2018-05-01 18:35:03 +00:00
fbrosson
098fcc483b coreutils: add TEST, apply some neutral changes. See #2521
These neutral changes in PROVIDES have been postponed to after the
merge in order to keep a similarity index >= 50%.
2018-05-01 15:30:29 +00:00
miqlas
42884aac40 Coreutils: bump (#2521) 2018-05-01 15:21:17 +00:00
fbrosson
3fcd048949 file: bump to 5.33, add debuginfo. (#2456) 2018-04-16 00:23:48 +00:00
fbrosson
abd007e3be sed 4.5: add recipe for the latest release but mark it as untested. 2018-04-02 15:55:21 +00:00
fbrosson
6821afdd44 sed 4.4: add support for x86 secondary arch, add TEST().
* Mark as broken on x86_gcc2, as a big gcc2 patch would be required.
  (Users of x86_gcc2 hybrid will be able to switch to sed_x86.)
* Shrink patch, as Haiku can handle #!/usr/bin/env shebangs.
* HOMEPAGE: Switch to https.
* COPYRIGHT: update years.
* SOURCE_URI: add mirror.
2018-04-02 15:54:40 +00:00
Schrijvers Luc
8ab2c5643e hgrep, remove old bep file (#2348) 2018-03-29 13:50:59 -04:00
fbrosson
f298721206 gptfdisk: bump to 1.0.3, make TEST() succeed on x86_64. (#2169) 2018-02-03 22:47:59 +00:00
fbrosson
4f13e07a04 util-linux: bump to 2.31.1, fix policy error in 2nd arch. (#2113)
* Use the commandBinDir "trick" to fix the policy error.
* Mark x86_gcc2 as broken because a gcc2 patch would be required.
* On x86, pass "have_scanf_alloc_modifier=no" to configure to skip
  a conftest which crashes and makes configure hang.
* Switch to tar.xz.
2018-01-17 09:32:36 +00:00
Jérôme Duval
7a2cbffdc9 less: 529 is still unstable 2018-01-03 07:48:47 +01:00
Duong Dac
f8c60411b4 New recipes (#1981)
* update recipes x86_64 status
2018-01-02 11:41:26 -08:00
Jerome Duval
ed2ed2b82d less: bump unstable version. 2017-11-20 20:15:20 +01:00
Jerome Duval
3bd437675a pciutils: bump version. 2017-11-20 18:24:21 +01:00
Jerome Duval
2d42c59d33 util-linux: bump version. 2017-11-15 21:53:19 +01:00
miqlas
b0eca0c920 MAWK: update, url-fix, reduced deps. (#1781) 2017-11-11 10:28:34 +01:00
Jerome Duval
d75e780d8d less: bump unstable version. 2017-11-04 00:39:10 +01:00
Calvin Hill
9b38fb4f03 qdirstat: bump version (#1757) 2017-10-31 14:10:52 +01:00