Commit Graph

90 Commits

Author SHA1 Message Date
Scott McCreary
d9b4e486f3 Initial bep and patch for xar, from GCI2012 student skycocker.
This needs fts.h which is pending application of Haiku trac ticket 9337.
2013-01-10 21:54:03 +00:00
Siarzhuk Zharski
1a9d2e358a Add simulation of hardlinks with symlinks on extract. 2012-10-30 20:12:32 +00:00
Scott McCreary
24b5621fcd Fix localedir for xz-utils 2012-09-04 04:38:53 +00:00
Scott McCreary
fbc3dd3840 fixed directories for cpio 2012-09-03 19:36:08 +00:00
Scott McCreary
5296e00974 Updated p7zip to 9.20.1 2012-06-14 07:02:00 +00:00
Scott McCreary
022110cf37 Updated tar to 1.26 2012-06-14 02:48:14 +00:00
Scott McCreary
02acc03fc3 Updated libarchive to 3.0.3, but it fails to build with gcc2, so marked as broken for now. Bep file
from disreali.  Thanks.
2012-03-18 22:55:46 +00:00
Scott McCreary
246110010d Added libarchive bep for 2.8.5 from disreali, builds ok with gcc2. 2012-03-16 07:57:08 +00:00
korli
c1027e1027 Add gzip 1.4 2011-12-02 22:19:56 +00:00
Scott McCreary
4f219ecc6c Added -disable-nls to make sure tar doesn't build in gettext support. 2011-05-24 19:43:41 +00:00
Scott McCreary
33882d82be Corrected .bep file for tar, had typo in prefixdir. 2011-05-20 16:30:44 +00:00
Scott McCreary
9d1b3cd68f Removed info-zip directory, added preliminary .beps for unzip and zip. Complete patches should be generated by diffing the unizp/zip
source code in the Haiku source vs, the current releases from info-zip.
2011-05-17 19:00:55 +00:00
Scott McCreary
3afd44c99b Added sed hack to refix tar-1.25.bep file, that got broken by a recent gnulib change. 2011-05-16 05:38:40 +00:00
Scott McCreary
6587bb71c1 Changed several calls for /boot/common/bin to use finddir. 2011-04-26 00:18:55 +00:00
Scott McCreary
d54455e897 Updated several more .bep files to use finddir to locate the prefix directory. 2011-04-25 23:52:32 +00:00
Scott McCreary
6c3326af1e Should have been finddir B_COMMON_DIRECTORY, not findir B_COMMON_BIN_DIRECTORY... this should fix those typos. 2011-04-25 22:35:18 +00:00
Scott McCreary
624eff851f Updated several .bep files to use finddir. 2011-04-25 22:09:13 +00:00
Scott McCreary
f46ea8b7a9 Changed B_COMMON_SERVERS_DIRECTORY to B_COMMON_BIN_DIRECTORY on apr, apr-util, git, gawk,xinetd, tar and apache. 2011-03-31 18:40:24 +00:00
Matt Madia
fd4d6ee934 More cleanups relating to finddir invocations. No functional changes. 2011-03-27 23:52:58 +00:00
Matt Madia
41f26f3469 Fixed docdir to be doc/xz, instead of simply doc/. This prevents other ports
from overwritting each other's documentation files.
Condensed finddir invocations.
2011-03-26 13:44:23 +00:00
Matt Madia
11167bd20c Minor cleanup. Moved finddir B_COMMON_DOCUMENTATION_DIRECTORY invocation. 2011-03-26 13:38:12 +00:00
Matt Madia
c31e6a9478 Additional directory cleanup. NOTE: This uses a single invocation of finddir
and constructs the mandir, infodir, etc off of that.
2011-03-26 13:26:58 +00:00
Matt Madia
1cb6bc2a08 Fixed p7zip's doc directory. More similiar commits to follow. 2011-03-26 13:12:28 +00:00
Scott McCreary
df19a81082 Cleaned up xz-utils' directories. 2011-03-16 23:40:41 +00:00
Scott McCreary
146611336b Updated xz-utils to 5.0.1. 2011-03-16 22:17:29 +00:00
Scott McCreary
fef66b8c5d Cleaned up tar's directories and marked it as stable. 2011-03-06 22:17:26 +00:00
Scott McCreary
04a801edab Initial .bep file for pigz 2011-02-14 16:45:37 +00:00
Scott McCreary
ddee99da70 Updated tar-1.25 to just get the files from gnulib that we need. This now allows tar to build with both gcc2 and
gcc4.
2011-02-07 06:48:43 +00:00
Scott McCreary
01332ac32e Fixed the gnulib copying for tar. 2011-01-31 06:46:37 +00:00
Scott McCreary
1bc5e8aba7 Added code to tar-1.25.bep file to add in latest changes from gnulib. There's been a few recent changes
there that affect things on Haiku.
2011-01-30 09:18:05 +00:00
Scott McCreary
164fe7e1c1 Fixed TEST section to cd to tar-1.25 instead of tar-1.24 2011-01-30 07:37:40 +00:00
Scott McCreary
3f57347383 Updated tar to 1.25, still seems to be some issues with it though. More testing is needed on this one. 2011-01-26 00:18:21 +00:00
Scott McCreary
747a113731 Initial bep file for lha, from Jack Laxson 2011-01-03 20:02:51 +00:00
Scott McCreary
2577ed1099 Initial bep and patch files for ha, from Jack Laxson 2011-01-03 19:28:15 +00:00
Scott McCreary
f72939fd5b Disable nls when building sharutils, will need to patch lib/inttostr.c once a correct patch is figured out. Commenting out
lines 35, 36 and 46 allows it to build, but may not work as expected.  A better fix is needed.  Patches welcome.
2010-12-10 23:46:56 +00:00
Scott McCreary
8121ae5818 Updated libarchive to 2.8.4, bep file from disreali. 2010-12-03 20:08:33 +00:00
Joseph Prostko
7f16525e8b * Add .patch file for p7zip 9.13 that removes libbe dependency
* Update .bep file for p7zip 9.13 to account for haiku.machine generated from patch
* Break up `make' command to lessen line length
2010-11-29 06:49:20 +00:00
Scott McCreary
ae09de0722 Added TEST section to libarchive, patch from disreali. 2010-10-16 19:32:53 +00:00
Scott McCreary
8e6b749ab5 Added TEST section to xz-utils 2010-10-13 23:11:56 +00:00
Scott McCreary
e559e4fb78 Updated sharutils to 4.10, note that it only builds with gcc4 so far. 2010-10-07 22:44:01 +00:00
Scott McCreary
56a31ee7a4 Updated p7zip to 9.13 2010-10-07 22:32:32 +00:00
Scott McCreary
5f4ac0b25c Update bzip2 to 1.0.6 2010-09-21 06:53:07 +00:00
Scott McCreary
c886a7d3a5 Added libarchive .bep file by disreali with some minor changes. 2010-09-08 06:56:18 +00:00
Scott McCreary
9c39e847b0 Moved bzip2's man files to B_COMMON_DOCUMENTATION_DIRECTORY/man 2010-09-01 05:06:16 +00:00
Scott McCreary
45b426e28c Starting to move man files from /boot/common/man to B_COMMON_DOCUMENTATION/man 2010-08-31 06:14:34 +00:00
Siarzhuk Zharski
095aa3d53c New version 1.3 of the cabextract utility is released. 2010-08-11 11:16:44 +00:00
Brecht Machiels
95c317a682 test for bep file generation by the portlog plugin 2010-07-16 22:53:23 +00:00
Chris Roberts
19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Chris Roberts
54ef9a1dfe Remove/Fix some STATUS_* fields in the beps.
Change downloading technique in smpeg and smjpeg.
2010-05-14 03:17:12 +00:00
Chris Roberts
2314c1cc85 Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki. 2010-04-27 01:15:54 +00:00