Commit Graph

147 Commits

Author SHA1 Message Date
Adrien Destugues
b162f3b98c Tell bash that we know how to do mktemp and mkstemp
Their implementation generates collisions, and broken enough to trigger a KDL
when doing so.
2016-08-28 22:36:14 +02:00
fbrosson
bad6bba157 mksh: bump to R53a, add cmd:cmp to BUILD_PREREQ for TEST(). (#782) 2016-08-27 19:06:29 -04:00
fbrosson
7261bbe97e Fix several recipes which were missing a $secondaryArchSuffix. (#784) 2016-08-27 19:04:22 -04:00
miqlas
52a1ef5d76 Updated recipe (#776)
Fix

Fixes
2016-08-21 15:53:15 -04:00
François Revol
ca2d83a61c bash_completion: recipe for 2.3; which breaks haikuporter
The tarball triggers an issue with tarfile
which doesn't handle unicode in filenames:
'ascii' codec can't decode byte 0xc3 in position 44: ordinal not in range(128)
2016-07-28 00:31:39 +02:00
Jerome Duval
88f0e6c543 bash: fix segfault with kill_by_name() on x86_64.
* missing libgen.h include would default return value of basename()
to int instead of char*.
2016-04-30 18:11:48 +00:00
fbrosson
875c4ddcad mksh: bump version, add x86{,_64} with a patch.
* Drop the "r" prefix in version.
* Bump version to 52c and use portVersion where appropriate.
* Fix wrong LICENSE declaration and add missing licenses.
* Move haiku_devel from BUILD_PREREQUIRES to BUILD_REQUIRES to be
  consistent with most other recipes.
* Add missing cmd:awk to BUILD_PREREQUIRES.
* Add x86{,_64} to ARCHITECTURES with a tiny conditional patch to make
  the recipe build on these architectures.
* Do not create the "sh -> mksh" symbolic link anymore as changing the
  default "sh -> bash" symbolic link might create problems.
* Do not "mkdir -p" and, instead, call "install" with the "-D" switch.
* Do not use documentation/packages/mksh/mksh/examples/ but
  documentation/packages/mksh/examples/ to install dot.mkshrc.
* Don't copy dot.mkshrc in documentation/packages/mksh/mksh/examples/
  but in documentation/packages/mksh/examples/
2016-03-22 23:44:55 +00:00
Vale
6f4f45198e Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks 2016-03-05 14:19:01 -05:00
Vale
6b99721506 More order fixes 2016-02-28 20:17:42 -05:00
Vale
f8aeb53372 More ordering & layout fixes 2016-02-26 10:33:51 -05:00
Vale
4ceccd41e1 Fix ordering 2016-02-17 14:39:36 -05:00
Jerome Duval
eb7ff0722d zsh: add recipe for version 5.2. 2015-12-08 22:25:33 +00:00
Jerome Duval
39c4999a9b zsh: reenable gcc2; fix build 2015-12-08 20:17:24 +00:00
Jerome Duval
4b769e0536 zsh: disable gcc2 2015-12-01 23:14:15 +00:00
Jerome Duval
05b3666f43 zsh: bump version.
* fix download and home URLs.
2015-11-30 22:53:54 +00:00
Humdinger
5b6e3f4f91 Fixed fish recipe. 2015-11-07 15:11:37 +01:00
humdinger
462c25b217 Merge pull request #297 from miqlas/fish_shell
Updated fish shell recipe
Seems to be all in order.
2015-11-07 14:54:17 +01:00
miqlas
dc5a84a3cc Reorganized recipe, IPV6 patch. 2015-10-18 08:48:47 +00:00
waddlesplash
9668fa2a0a Merge pull request #311 from Max-Might/master
bash_completion: fix the recipe and add support for pkgman and finddir
2015-10-10 13:06:46 -04:00
Kostadin Damyanov
dba1be760e bash_completion: fix the recipe and add support for pkgman and finddir 2015-09-30 22:42:54 +03:00
miqlas
56269ce02b Fish patch for networking 2015-09-17 18:01:17 +00:00
miqlas
67f111e726 Copyright fix 2015-09-17 18:00:30 +00:00
Rene Gollent
4e8a6ae8c9 bash: Add missing dep for cmd:cmp. 2015-09-16 20:09:57 -04:00
miqlas
ef9e661ad1 Fixed os-check in configure.ac 2015-09-06 11:13:56 +00:00
miqlas
b9c4aa8b19 zsh 5.1 recipe 2015-09-06 10:18:15 +00:00
miqlas
1143bc67e4 Updated zsh recipe to use the B_USER_SETTINGS_DIRECTORY 2015-09-06 10:00:18 +00:00
miqlas
ed59dbcfa7 Fix line endings (next round) 2015-09-01 21:22:58 +02:00
miqlas
7f635ad054 Updated fish shell recipe 2015-09-01 21:22:58 +02:00
Jerome Duval
5b3b9818bc bash: bump version. 2015-08-19 21:43:25 +00:00
Humdinger
064b69cead De-lint recipes.
*	avrdude
	SUMMARY must have at least 3 words

*	bebook
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	bzflag
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	c_ares
	SUMMARY must start with capital letter
	Re-ordered blocks

*	cmake
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	command_not_found
	SUMMARY must have at least 3 words
	Added BUILD_PREREQUIRES
	Re-ordered blocks

*	confuse
	SUMMARY must start with capital letter
	Re-ordered blocks

*	cream
	SUMMARY must start with capital letter
	Re-ordered blocks

*	croscorefonts
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	cssselect
	SUMMARY must start with capital letter
	Re-ordered blocks

*	dcron
	SUMMARY must start with capital letter
	Re-ordered blocks

*	eggchess
	SUMMARY must have at least 3 words
	Re-ordered blocks
2015-08-08 08:16:04 +02:00
Humdinger
5b4181ed8b De-lint recipes
*	teeworlds
	Don't start SUMMARY with app name
	Re-ordered blocks

*	textsaver
	Don't start SUMMARY with app name
	Re-ordered blocks
	Corrected PROVIDES from apps to addon

*	tiff
	Don't start SUMMARY with app name
	Re-ordered blocks
	Removed duplicate REVISION

*	timecop
	Don't start SUMMARY with app name
	Re-ordered blocks

*	transmission
	Don't start SUMMARY with app name
	Re-ordered blocks

*	twolame
	Don't start SUMMARY with app name
	Re-ordered blocks

*	x264
	Don't start SUMMARY with app name
	Re-ordered blocks

*	xemacs
	Don't start SUMMARY with app name
	Re-ordered blocks

*	xextproto
	Don't start SUMMARY with app name
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	xtrans
	Don't start SUMMARY with app name
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	zoo
	Don't start SUMMARY with app name
	Still in old BEP format

*	zsh
	Don't start SUMMARY with app name
	Re-ordered blocks
2015-08-08 06:17:26 +02:00
Augustin Cavalier
4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier
55dd9cf19d Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
2015-08-04 12:00:38 -04:00
gus knight
ceeba65f25 Mark CNF as untested. 2015-08-03 13:17:39 -04:00
Humdinger
d190b53420 De-Linting recipes.
*	bdh-calc
	License is Zlib.
	Improved SUMMARY.
	Minor cosmetics.

*	daa2iso
	Removed "." from SUMMARY.
	Minor cosmetics.

*	dash
	Removed "." from SUMMARY.
	Moved some things into BUILD_PREREQUIRES.

*	ddrescue
	Shortened SUMMARY.
	Added cmd:lzip to BUILD_PREREQUIRES.
	Minor cosmetics.

*	diffutils
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	discount
	Shortened SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	doctranslator
	Shortened SUMMARY.
	Corrected checksum.
	Added SECONDARY_ARCHITECTURES.

*	dos2unix
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	dtc
	Improved DESCRIPTION
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	dulwich
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.
2015-07-19 14:58:38 +02:00
Humdinger
9e09e1e072 De-Linting recipes.
*	apr_util
	Added PATCHES to recipe, some cleaning up.
	Won't build, even though I cleaned out the repository folder:

	"[Errno -2147459069] No such file or directory:
	'/HiQ-Data/sources/haikuports/repository/apr_util-1.3.10.DependencyInfo'"

*	arc
	Improved DESCRIPTION
	Won't build:

	/sources/arc-5.21p/arc.c: In function `main':
	/sources/arc-5.21p/arc.c:231: parse error before `int'
	/sources/arc-5.21p/arc.c:232: `fd' undeclared (first use in this function)
	/sources/arc-5.21p/arc.c:232: (Each undeclared identifier is reported only once
	/sources/arc-5.21p/arc.c:232: for each function it appears in.)

*	bc
	Supply the correct pachset name.
	Improved SUMMARY.
	Minor cosmetics.

*	beshare
	Removed missing patchset which was declared alongside the existing one.
	Minor cosmetics.

*	brexx
	Added PATCHES to the recipe.
	Minor cosmetics.
	Won't build:

	/packages/gcc-2.95.3_2014_10_14-3/.self/develop/tools/i586-pc-haiku/bin/ld: cannot find -lPortManager
	collect2: ld returned 1 exit status
	make[1]: *** [obj/rx] Error 1
	make[1]: Leaving directory `/sources/BeBRexx/src'
	make: [brexx] Error 2 (ignored)
	Collecting files to be packaged ...
	Error: Couldn't access "/sources/BeBRexx/PortManager/obj/PortManager": No such file or directory

*	cd
	Improved SUMMARY.
	Minor cosmetics.
	Won't build:

	Fetching package for devel:libim ...
	*** failed to find a match for "devel:libim": Name not found

*	celestia
	Improved SUMMARY.
	Minor cosmetics.

*	chmlib
	Removed "." from SUMMARY.
	Minor cosmetics.

*	colorcode
	Removed "." from SUMMARY.
	Minor cosmetics.

*	command_not_found
	Removed "(C)" from copyright.
	Created a proper patchset from the provided patch.
	Added PATCHES. Remove manual patching from INSTALL().
	Minor cosmetics.

*	coveredcalc
	Removed "." from SUMMARY.
	Minor cosmetics.
	Added cmd:svn to BUILD_PREREQUIRES.

*	cyberdogs_sdl
	Improved and removed "." from SUMMARY.
	Minor cosmetics.
2015-07-19 10:08:15 +02:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Jerome Duval
57fdbb64fd bash: get rid of relative paths in patches.
* patch 2.7 doesn't like those.
* actually apply patches 34-39.
2015-06-10 10:46:25 +00:00
Jessica Hamilton
d790719d5d bash: also migrate ~/.profile to ~/config/settings 2015-06-10 21:55:44 +12:00
Jerome Duval
3c224a6eee Merged in jessicah/haikuports/bash-no-dotfiles (pull request #538)
bash: update to patch 39; put settings in ~/config/settings
2015-06-10 11:40:19 +02:00
Augustin Cavalier
42cc1eac74 Fix copyrights in various recipes. No functional change intended. 2015-06-08 10:54:00 -04:00
Jessica Hamilton
c7d600b304 bash: update to patch 39; put settings in ~/config/settings
* this also includes a post-install script to move any existing
  bash dotfiles in ~/ to ~/config/settings without leading dot
2015-06-02 15:50:29 +12:00
Jérôme Duval
bfc8cdeee4 Revert dash-0.5.8 addition.
This reverts part of commit 5c0294b0b5.
2015-02-07 11:57:23 +01:00
Jerome Duval
5c0294b0b5 coreutils: import Haiku changes, fix warnings.
* removed df, this also removes its manpage.
2015-02-07 00:18:26 +00:00
Augustin Cavalier
f739d9ab5f zsh: remove old versions, recipe for 5.0.7, provide cmd:sh. 2015-01-16 14:36:39 -05:00
Jerome Duval
b0ed18888f bash: bump version. 2015-01-08 22:07:34 +00:00
Augustin Cavalier
cac637fe19 Create recipe for bash_completion v2.1.
It doesn't work, I don't know why. Someone with more bash-fu than me
should take a look at it.
2014-12-24 12:44:27 -05:00
Oliver Tappe
52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Adrien Destugues
d3e75b3da6 fish: fixup recipe. 2014-11-19 21:04:18 +01:00
Adrien Destugues
ec66f8f137 zsh: fix recipe. 2014-10-15 12:01:12 +02:00