Siarzhuk Zharski
6cb06c3a3b
- haiku_package target added into main Makefile. It creates zip archive ready for
...
installation as Haiku optional package. this package contains both gui and console
versions of vim. Those versions are build separately;
- FilePanels in GUI version are dynamically allocated now. This fixes some hang problems
during performing make test;
- some syntax and cosmetic fixes.
2009-05-31 20:19:50 +00:00
Eric Petit
924e1e0bd8
Adds libevent 1.4.11
2009-05-28 21:57:04 +00:00
Oliver Tappe
db809b286e
* reworked patch such that -H (hard-link support) is no longer filtered out
...
thanks to Ingo for the note
2009-05-26 18:38:42 +00:00
Oliver Tappe
cad9be9725
* fixed whitespace issue in last version of patch
2009-05-26 10:45:46 +00:00
Oliver Tappe
247f45500f
* adjusted Makefile.in to use the libz.so provided by haiku instead of
...
compiling the respective sources it into rsync
2009-05-26 10:05:03 +00:00
Oliver Tappe
f14b3e8409
* added a patch for rsync-3.0.6 - seems to be working ok on haiku
2009-05-25 19:02:58 +00:00
Siarzhuk Zharski
7c5a0e6a3d
- refactored vim Makefile. More natural way of building and installing instroduced.
2009-05-23 12:46:16 +00:00
Siarzhuk Zharski
7e9161d828
- removed some BeOS era workarounds not rewuired by Haiku build.
2009-05-21 16:25:00 +00:00
Scott McCreary
da2a6e2f16
adding .bep file for curl-7.19.5
2009-05-20 17:23:34 +00:00
Scott McCreary
a97b7b400f
patch to configure.ac to build openssh -5.2p1 on Haiku, based on Ingo's patch for 5.0p1
2009-05-19 05:14:37 +00:00
Scott McCreary
ee0ece7bdf
Updated python patch for version 2.6.2, also adding in Python.OptionalPackageDescription file
2009-05-14 17:43:44 +00:00
Scott McCreary
1afe04db3c
Updated ffmpeg patch to put haiku into it's own case statement in ffmpeg's configure
2009-05-14 05:52:55 +00:00
Matt Madia
1135e5f298
".OptionalPackageDescription" file for OpenSSL. This is to be edited, renamed
...
to ".OptionalPackageDescription", and included in .zips that are intended to be
a Haiku OptionalPackage.
2009-05-09 05:20:33 +00:00
Matt Madia
e72aed9c4b
".OptionalPackageDescription" file for NetSurf. This is to be edited, renamed
...
to ".OptionalPackageDescription", and included in .zips that are intended to be
a Haiku OptionalPackage.
2009-05-09 05:10:14 +00:00
Scott McCreary
3ee540cde1
Preliminary patch for building apr-1.3.3 on Haiku. There's still an issue to be figured out, it gives an error near the end of configure about rm not finding libtoolT, the work around for now is to create a temp symlink for libtool to /libtool
2009-05-08 22:47:49 +00:00
Siarzhuk Zharski
dc262b0866
Haiku support for VIm 7.2 editor.
2009-05-05 20:16:39 +00:00
Matt Madia
97843520c1
Updated script to automatically download a needed patch.
2009-05-02 01:56:32 +00:00
Matt Madia
33cf285610
This script will build and install the dependencies for Mozilla 1.8 branch.
2009-05-02 01:12:00 +00:00
Matt Madia
44724f02db
Seems this patch fell through the cracks. It replaces the hideous blue menu selected color with our standard grey.
2009-05-02 00:32:29 +00:00
Michael Weirauch
3ebcc47586
* updated patch (beos->system)
2009-05-01 14:55:59 +00:00
Matt Madia
bc0be56350
Initial patch for Info-Zip 3.0. The current version in Haiku is 2.32. Some issues remain. See http://ports.haiku-files.org/wiki/app-arch/info-zip/3.0/1 for more info.
2009-04-12 21:46:22 +00:00
Matt Madia
2cdc168f14
Never committed some cleanups to some automation scripts. This'll be the last automation script checkin, as i'll be focusing on using BePorter.
2009-04-12 21:37:11 +00:00
Matt Madia
e78545d655
Modified scripts to use svn export ... to download patches on HaikuPorts.
...
Replaces `wget http://ports.haiku-files.org/export/282/haikuports/trunk/ ...`
2009-04-07 05:40:08 +00:00
Matt Madia
73f1b35915
Initial script for sharutils-4.6.3. Seems to require libiconv.
...
It isn't installed and i'm too tired to do more tonight...
2009-04-07 05:17:36 +00:00
Matt Madia
3dd0cd0cec
Patch for configure.ac : AC_CONFIG_MACRO([m4]) and s/AC_PROG_RANLIB/LT_INIT
2009-04-07 04:46:18 +00:00
Matt Madia
2eaf78bea8
Created script for p7zip-4.65
...
Script will : download+extract archive, build&&install || echo failed
2009-04-07 04:35:09 +00:00
Matt Madia
ece8f9d692
Initial scirpt for gzip-1.3.12. Has build issues.
...
See : http://ports.haiku-files.org/wiki/app-arch/gzip/1.3.12/2
2009-04-07 04:15:17 +00:00
Matt Madia
8b93928c4a
Patch for configure.ac : AC_CONFIG_MACRO([m4]) and s/AC_PROG_RANLIB/LT_INIT
2009-04-07 04:07:21 +00:00
Matt Madia
6af2ed4332
Initial script for fastjar-0.97. Has build issues.
...
see http://ports.haiku-files.org/wiki/app-arch/fastjar/0.97/1
2009-04-07 03:26:03 +00:00
Matt Madia
204e33f803
Created script for bzip2-1.0.5.sh
...
Script will : download+extract archive, build&&install || echo failed
2009-04-07 02:53:59 +00:00
Matt Madia
626f15a89c
Created script for pwgen-2.06.sh
...
Script will : download+extract archive, build&&install || echo failed
First of many to come.
2009-04-07 02:30:07 +00:00
Matt Madia
3ad19697ff
Two patches for building gSOAP. One is for upstream approval. The other isn't as it removes a hardcoded "-lpthread" from numerous makefiles. portlog to follow.
2009-03-30 15:37:50 +00:00
Matt Madia
1bd2ad0016
Adding a pre-compiled scanner.c. File was touch -t 201801010000 scanner.c prior to upload.
2009-03-29 16:23:41 +00:00
Adrian Panasiuk
7ee8501b18
* break glib-2.18.3-haiku.diff into a well-written part (some) and a provisionally-written part (more);
...
* some.diff: fncntl.h included conditionally instead of not being included at all;
* more.diff: the chunks that made it into here regard Makefiles, interpreter path in perl scripts and a couple of C functions which are disabled, but probably should be implemented.
2009-03-29 05:04:00 +00:00
Matt Madia
a14a36134d
Removed additional url from firefox-branding.js
2009-03-17 20:28:37 +00:00
Matt Madia
56babd7768
Untested resource definitions for BeZilla Browser, Calendar, MailNews, and Suite. TODO: modify build system to conditionally use these for Haiku.
2009-03-17 15:30:56 +00:00
Matt Madia
3f60a88cfa
Patch to change default homepage to http://www.haiku-os.org/community
...
Applies to build system.
2009-03-17 02:47:21 +00:00
Matt Madia
31a36a1837
Patch to remove this first startup tab : http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun
...
Can be applied to build system.
2009-03-17 02:22:23 +00:00
Matt Madia
ab03253a36
Inital dictionary for #186 . Most of haiku/docs/userguide/en has been combed for keywords. This can be copied either directly to /boot/home/config/settings/Mozilla/Firefox/Profiles/xxxx.default. When creating new distributions, copy file to BeZillaBrowser/defaults/profile prior to archiving. Files in defaults/profile will be migrated to ~/config/settings upon creation of new profile.
2009-03-16 21:02:01 +00:00
Matt Madia
99abc08e18
Added Haiku Bookmarks for Nightly Builds, Optional packages, & BugTracker
2009-03-16 17:35:26 +00:00
Matt Madia
128857d8eb
Added Zeta-Games, to bookmarks.
2009-03-16 16:22:12 +00:00
Matt Madia
de10f6b5fe
Intial bookmarks.html to be included in new builds.
...
Contains links to several Haiku related sites.
To utilize this must be placed in BeZillaBrowser/defaults/profile before archiving for distribution.
2009-03-16 16:11:20 +00:00
Adrian Panasiuk
48e1019306
* Early version of Bezilla-gcc4 plugin, very raw at this stage.
...
* Disable ActionScript functions toLowerCase and createTextField so that the plugin is able to display videos on www.youtube.com.
2009-03-13 23:06:03 +00:00
Adrian Panasiuk
80569ab561
Enable Gnash standalone player to compile and work.
2009-03-13 23:02:34 +00:00
Scott McCreary
205c3f5e8b
Added Adrian Panasiuk's fix to the fullscreen, and top/left blacked out areas.
2009-03-12 05:33:42 +00:00
Scott McCreary
edefaf541f
Patch to allow alogg to build on Haiku
2009-03-12 05:02:57 +00:00
Michael Weirauch
1b902c06c6
* WIP blender 2.47 patch
2009-03-10 21:09:23 +00:00
Eric Petit
ce323ca6f9
Adds patch for libgcrypt 1.4.4
2009-03-09 08:49:11 +00:00
Eric Petit
420f315ab6
Adds patch for libgpg-error 1.7
2009-03-09 07:49:22 +00:00
Luc Schrijvers
d734fd1892
added libagar to the ports
2009-03-08 12:08:35 +00:00