Commit Graph

14 Commits

Author SHA1 Message Date
noryb009
94848cde58 Rewrap net-misc DESCRIPTIONs 2014-01-02 16:40:58 -05:00
Alexander von Gluck IV
d97a2aabd9 all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture,
  so using it means secondary package builds fail.
  example: $portVersionedName is libwow_x86-0.0.0 when
  doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
Oliver Tappe
0279d9aa33 Add missing group declaration to openssh recipe 2013-09-19 00:08:03 +02:00
Oliver Tappe
8ec70f6e92 Add x86_64 as supported architecture to ports required by Haiku. 2013-09-02 11:51:26 +02:00
Oliver Tappe
34823af33c Handle sshd_keymaker.sh via ADDITIONAL_FILES 2013-08-25 23:51:06 +02:00
Ingo Weinhold
d3fff39e6e Declare most recipes stable on x86 2013-08-17 09:40:03 +02:00
Ingo Weinhold
089e141aeb Replace ':' in package link paths by '~'
Also add missing libiconv requires for apr_util.
2013-08-13 13:55:32 +02:00
Oliver Tappe
39a646a289 Adjust recipes to separation of buildhost and target packages 2013-08-05 00:14:47 +02:00
Ingo Weinhold
85838439d0 openssh: bump revision
The previously built package was broken (using package links paths for
revision 4). Couldn't determine why -- possibly forgot to remove the
work dir before building the final packages and somehow the revision
increment wasn't picked up.
2013-06-30 11:21:06 +02:00
Ingo Weinhold
43f72867c7 openssh: bump revision 2013-06-18 11:53:19 +02:00
Ingo Weinhold
205db01824 openssh: update recipe
* Update [BUILD_]REQUIRES.
* Add GLOBAL_WRITABLE_FILES, USER_SETTINGS_FILES, POST_INSTALL_SCRIPTS,
  and PACKAGE_USERS attributes.
* Change global settings directory back to $sysconfDir/ssh (as expected
  by sshd_keymaker.sh).
2013-06-18 01:59:42 +02:00
Ingo Weinhold
3a380a174f Update openssh 6.0p1 recipe and patch
* Back-port (and fix) the AuthorizedKeysFile change in sshd_config
  from 6.2p1.
* Declare login and passwd as requires and find them via the package
  links directory.
* configure.ac: Allow passing the path to passwd via the environment.
* Remove all but the ".ssh" dir related changes from the pathnames.h
  patch. The other paths can be specified/overridden via configure, so
  we don't need to patch them. Same for LOGIN_PROGRAM in sshd_config.
* Fix sysconfdir and libexecdir paths. The build system doesn't append
  a subdir path.
2013-04-30 00:38:52 +02:00
Ingo Weinhold
2b0aeb6910 Convert openssh 6.0p1 recipe to an actual recipe 2013-04-29 01:02:31 +02:00
Oliver Tappe
60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00