0
0
Fork 0

Commit Graph

  • c6bd9f5086 simple patch to add [brackets] to libmikmod.m4, but this little patch then enables sdl-mixer to run cleanly and to also allow building of shared libs... go figure. Scott McCreary 2009-10-06 08:51:32 +0000
  • 3e6ea7aa2d removed previous libcddb patch as it's been applied upstream. Scott McCreary 2009-10-03 21:59:25 +0000
  • 29610416e4 removing old libpng patch and it only patched autotools files and isn't really needed, running the autotools does all this for us. Scott McCreary 2009-10-03 17:20:06 +0000
  • 3dd4613bed Removed sdl_sound patch as it has been applied upstream Scott McCreary 2009-10-03 17:16:31 +0000
  • d3471e9841 This SDL patch merges fixes from bga and rogueeve into on patch. Further testing needs to be done, but early tests looks like this one is better than the previous ones. Still dome TODOs listed... Scott McCreary 2009-10-02 07:19:01 +0000
  • 40061d5cec New fullscreen patch to SDL to fix fullscreen issue in BWindow by rogueeve. Needs further testing and perhaps merged with other recent SDL BWindow patches. Scott McCreary 2009-10-01 08:10:44 +0000
  • 5a4ff2a3b1 Updated gcc optimizer options for GCC 4. Matt Madia 2009-09-28 14:39:48 +0000
  • cfe77be523 Patches used in 2009-09-27 build. Matt Madia 2009-09-28 00:43:42 +0000
  • d7b69311d7 Replaced mozilla configuration files with new *.mozconfig, which contain better options. Matt Madia 2009-09-28 00:31:21 +0000
  • 65cc9ec243 * reverted temporary GHOST_DEBUG define * also removed it from haiku1-config.py CPPDEFINES (it's place is in user-config.py if present) * removed unneeded code (already commented) for spawning of the BApplication Run()ing thread Michael Weirauch 2009-09-21 18:29:53 +0000
  • d8d6074ea4 * fix O_BINARY warning * use subprocess.Popen() instead of 2.6-deprecated os.popen() Michael Weirauch 2009-09-21 16:34:11 +0000
  • 23e7287df0 * A cleaned up WIP patch * No functional changes over the initial one * Explicitely use python2.5 as builds with python2.6 show issues on launching the resulting blender binary (no time to investigate, yet) Michael Weirauch 2009-09-18 23:37:07 +0000
  • 1b23a4fa50 Added an hvif icon to TuxPaint made by Michele Frau (zumi), to have it included in the build copy it to the source folder, and run rc tuxpaint.rdef before running make Scott McCreary 2009-09-17 07:44:10 +0000
  • 2acc63c588 Added fftw hm_b 2009-09-15 19:49:06 +0000
  • f16db3401e Fixed previous patch, was off by one line in oggenc.c Scott McCreary 2009-09-15 07:02:58 +0000
  • e40518da4b Patch to enable building libtheora, based on Kaliber's patch. Scott McCreary 2009-09-14 02:24:24 +0000
  • 3f96d3c9d1 Patch to remove -Werror when building libvorbis on haiku Scott McCreary 2009-09-14 01:10:50 +0000
  • 3b2977fdc9 * Fix network configure check thanks to scottmc suggestion. I don't need to put the check into a case since AC_SEARCH_LIBS would do a search for socket and network and ignore the ones it doesn't find. Pier Luigi Fiorini 2009-09-13 09:00:10 +0000
  • ce451711f6 * Initial port of cups Pier Luigi Fiorini 2009-09-13 08:36:22 +0000
  • ed0076c37d Install autoconf 2.13 to /boot/common/autoconf-2.13 Matt Madia 2009-09-11 13:34:11 +0000
  • e1b0e67406 Patch by Bruno Albuquerque (bga) to SDL-1.2-svn-4707 to fix some bwindow issues on Haiku Scott McCreary 2009-09-10 04:26:02 +0000
  • 3afafd39c2 * added patch for perl-5.10.1 on haiku Oliver Tappe 2009-09-09 09:40:06 +0000
  • 9dbe9f31d1 Initial attempt at making a haiku patch for tuxpaint. It's not working yet, but getting closer. TODO: convert some of the hardcoded directories to use find_directory(). Scott McCreary 2009-09-09 08:38:36 +0000
  • 57aca12d02 Fixed a typo in the previous version of the subversion patch, but this patch isn't giving the desired effect of the subversion user config directory being put into home/config/settings/subversion, it's still going into home/subversion So may need some further development to get this working as expected. Scott McCreary 2009-09-04 07:47:07 +0000
  • e17350b5e1 Updated patch for subversion-1.6.5, mostly based on Ingo's previous patch for subversion 1.2.1, note that this is yet untested, but "should" work. Scott McCreary 2009-09-03 16:42:30 +0000
  • f225013266 Updated patch for subversion to use relative path to user config dir Scott McCreary 2009-09-03 06:58:24 +0000
  • 9d64dae685 Patch for subversion-1.6.5 to change the default location of the config-dir on Haiku from ~/.subversion to /boot/home/config/settings/subversion Scott McCreary 2009-09-02 21:55:01 +0000
  • ff148e1228 Patch to apr-1.3.8 to allow buildconf to work and to replace AC_PROG_RANLIB with AC_PROG_LIBTOOL, along with all of the 1.3.3 patches Scott McCreary 2009-08-30 04:18:27 +0000
  • 3449638956 Patch to enable building bladeenc on Haiku Scott McCreary 2009-07-19 05:07:27 +0000
  • b0db4b0d72 Adds Transmission 1.73 Eric Petit 2009-07-18 18:51:37 +0000
  • 727224ec97 Patch to allow lame-398-2 to build on Haiku, note that this is a hack and should not be sent upstream. However assuming everyone has GTK in their configure scripts is lame. Scott McCreary 2009-07-18 08:01:11 +0000
  • c05cc33806 Adds Transmission 1.72 Eric Petit 2009-07-09 11:09:39 +0000
  • 6dffb653d9 Fixed a typo. Matt Madia 2009-07-09 07:29:10 +0000
  • f8f5bda2be Changes to MOZ_APP_NAME, which allows the build system to produce distribution archives with the BeZilla name. Possibly end of patch work for now. Matt Madia 2009-07-08 23:18:36 +0000
  • 982edb2dcc Updated the mozilla configs. Matt Madia 2009-07-08 22:51:09 +0000
  • bfc2456b39 * bookmarks.html is now part of the the main patch. * the dynamic loader pages for Welcome, BeBook, and UserGuide are now integrated. patch is still work-in-progress. Matt Madia 2009-07-08 20:57:49 +0000
  • cc560eec89 Created dynamic pages to load BeBook and Userguide. Will be added to default bookmarks.html Matt Madia 2009-07-08 19:03:41 +0000
  • 3c93c5cd01 More re-organization -- store HVIF icons uncompressed. Matt Madia 2009-07-08 17:34:09 +0000
  • e4fc264b19 More patch re-organization. Now there is a single patch to apply, `bezilla-patches-2009-07-07.diff'. The folder `copy-to-mozilla-src-dir' contains files that cannot be included in the patch. This is due to them being new files to the official cvs repository, which i do not have commit access to and thus cannot `cvs add` them. `copyattr -d -r copy-to-mozilla-src-dir/ path/cvs/mozilla/' is the intended use of the folder. `bezilla-patches-2009-*' is still a work in progress. Matt Madia 2009-07-08 17:24:30 +0000
  • 127c7266fe Re-organizing patches. Still work-in-progress. Matt Madia 2009-07-08 04:54:26 +0000
  • f556c0fd9a Two versions of a startup page that will attempt to first load the Welcome Guide locally (file://) and upon failure will load it from svn.berlios.de. Once either of these files are inserted into browser.jar's content/browser, it can be accessed via chrome://browser/content/<filename>. This will allow BeZillaBrowser to be installed in any location and still be able to access that file. Thanks to Ryan Leavengood and mathewblack for the files! Matt Madia 2009-07-08 01:39:23 +0000
  • 77d00162dc Created a single patch, which encapsulates: * configure-sunbird-nspr-reorder.diff * prpolevt-fix.patch * nsAppRunner.patch * greyMenuSelection.patch * launch-kill-dowhile.patch * firstrun-default-page.diff Still work-in-progress. Matt Madia 2009-07-08 00:34:24 +0000
  • 60ae4cebe0 Removed *.rdef, as they now reside in mozilla-rdefs.zip Makefile patch soon to follow. Matt Madia 2009-07-07 23:13:53 +0000
  • 41f83f48a0 Updates to the work-in-progress .rdefs Matt Madia 2009-07-07 17:41:58 +0000
  • 5591fe6a14 Removed old patches that were updated and combined into firstrun-default-page.diff Matt Madia 2009-07-07 12:43:22 +0000
  • 2391e9b90b Created actual cvs patch for #160. The default homepage is now set to : http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk/docs/welcome/welcome.html This allows the user to browse the most current up-to-date documentation. Matt Madia 2009-07-07 12:42:02 +0000
  • d6e8787352 Patch for svn version of taglib to allow it to build on Haiku Scott McCreary 2009-06-30 20:52:27 +0000
  • 6bd6f69256 Updated patch for readline, removing a couple __BEOS__ workarounds that are no longer needed on Haiku, and added a workaround for Haiku not having the non-posix ECHOCTL, not sure if this is a correct fix, but it allows it to compile. Scott McCreary 2009-06-29 19:20:32 +0000
  • 19c8634b47 patch to allow Haiku to run gperf's make check tests Scott McCreary 2009-06-25 19:48:09 +0000
  • 68964be47a initial patch to allow building echat on Haiku, this allows it to compile, but it then sigfaults when run Scott McCreary 2009-06-13 22:21:11 +0000
  • 880afced80 Patch to allow axel-2.4 to build and work on Haiku, thanks to miqlas for working on this. Scott McCreary 2009-06-12 17:03:30 +0000
  • 46d6b8a633 - automatic copying uganda.txt as license file on target system. Siarzhuk Zharski 2009-06-08 18:35:53 +0000
  • b50c186b3d Remove outdated patch against Git master. It compiles without patches today. Andreas Färber 2009-06-07 13:32:08 +0000
  • 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. Siarzhuk Zharski 2009-05-31 20:19:50 +0000
  • 924e1e0bd8 Adds libevent 1.4.11 Eric Petit 2009-05-28 21:57:04 +0000
  • db809b286e * reworked patch such that -H (hard-link support) is no longer filtered out thanks to Ingo for the note Oliver Tappe 2009-05-26 18:38:42 +0000
  • cad9be9725 * fixed whitespace issue in last version of patch Oliver Tappe 2009-05-26 10:45:46 +0000
  • 247f45500f * adjusted Makefile.in to use the libz.so provided by haiku instead of compiling the respective sources it into rsync Oliver Tappe 2009-05-26 10:05:03 +0000
  • f14b3e8409 * added a patch for rsync-3.0.6 - seems to be working ok on haiku Oliver Tappe 2009-05-25 19:02:58 +0000
  • 7c5a0e6a3d - refactored vim Makefile. More natural way of building and installing instroduced. Siarzhuk Zharski 2009-05-23 12:46:16 +0000
  • 7e9161d828 - removed some BeOS era workarounds not rewuired by Haiku build. Siarzhuk Zharski 2009-05-21 16:25:00 +0000
  • da2a6e2f16 adding .bep file for curl-7.19.5 Scott McCreary 2009-05-20 17:23:34 +0000
  • a97b7b400f patch to configure.ac to build openssh -5.2p1 on Haiku, based on Ingo's patch for 5.0p1 Scott McCreary 2009-05-19 05:14:37 +0000
  • ee0ece7bdf Updated python patch for version 2.6.2, also adding in Python.OptionalPackageDescription file Scott McCreary 2009-05-14 17:43:44 +0000
  • 1afe04db3c Updated ffmpeg patch to put haiku into it's own case statement in ffmpeg's configure Scott McCreary 2009-05-14 05:52:55 +0000
  • 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. Matt Madia 2009-05-09 05:20:33 +0000
  • 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. Matt Madia 2009-05-09 05:10:14 +0000
  • 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 Scott McCreary 2009-05-08 22:47:49 +0000
  • dc262b0866 Haiku support for VIm 7.2 editor. Siarzhuk Zharski 2009-05-05 20:16:39 +0000
  • 97843520c1 Updated script to automatically download a needed patch. Matt Madia 2009-05-02 01:56:32 +0000
  • 33cf285610 This script will build and install the dependencies for Mozilla 1.8 branch. Matt Madia 2009-05-02 01:12:00 +0000
  • 44724f02db Seems this patch fell through the cracks. It replaces the hideous blue menu selected color with our standard grey. Matt Madia 2009-05-02 00:32:29 +0000
  • 3ebcc47586 * updated patch (beos->system) Michael Weirauch 2009-05-01 14:55:59 +0000
  • 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. Matt Madia 2009-04-12 21:46:22 +0000
  • 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. Matt Madia 2009-04-12 21:37:11 +0000
  • e78545d655 Modified scripts to use `svn export ...` to download patches on HaikuPorts. Replaces `wget http://ports.haiku-files.org/export/282/haikuports/trunk/...` Matt Madia 2009-04-07 05:40:08 +0000
  • 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... Matt Madia 2009-04-07 05:17:36 +0000
  • 3dd0cd0cec Patch for configure.ac : AC_CONFIG_MACRO([m4]) and s/AC_PROG_RANLIB/LT_INIT Matt Madia 2009-04-07 04:46:18 +0000
  • 2eaf78bea8 Created script for p7zip-4.65 Script will : download+extract archive, build&&install || echo failed Matt Madia 2009-04-07 04:35:09 +0000
  • 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 Matt Madia 2009-04-07 04:15:17 +0000
  • 8b93928c4a Patch for configure.ac : AC_CONFIG_MACRO([m4]) and s/AC_PROG_RANLIB/LT_INIT Matt Madia 2009-04-07 04:07:21 +0000
  • 6af2ed4332 Initial script for fastjar-0.97. Has build issues. see http://ports.haiku-files.org/wiki/app-arch/fastjar/0.97/1 Matt Madia 2009-04-07 03:26:03 +0000
  • 204e33f803 Created script for bzip2-1.0.5.sh Script will : download+extract archive, build&&install || echo failed Matt Madia 2009-04-07 02:53:59 +0000
  • 626f15a89c Created script for pwgen-2.06.sh Script will : download+extract archive, build&&install || echo failed First of many to come. Matt Madia 2009-04-07 02:30:07 +0000
  • 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. Matt Madia 2009-03-30 15:37:50 +0000
  • 1bd2ad0016 Adding a pre-compiled scanner.c. File was `touch -t 201801010000 scanner.c` prior to upload. Matt Madia 2009-03-29 16:23:41 +0000
  • 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. Adrian Panasiuk 2009-03-29 05:04:00 +0000
  • a14a36134d Removed additional url from firefox-branding.js Matt Madia 2009-03-17 20:28:37 +0000
  • 56babd7768 Untested resource definitions for BeZilla Browser, Calendar, MailNews, and Suite. TODO: modify build system to conditionally use these for Haiku. Matt Madia 2009-03-17 15:30:56 +0000
  • 3f60a88cfa Patch to change default homepage to http://www.haiku-os.org/community Applies to build system. Matt Madia 2009-03-17 02:47:21 +0000
  • 31a36a1837 Patch to remove this first startup tab : http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun Can be applied to build system. Matt Madia 2009-03-17 02:22:23 +0000
  • 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. Matt Madia 2009-03-16 21:02:01 +0000
  • 99abc08e18 Added Haiku Bookmarks for Nightly Builds, Optional packages, & BugTracker Matt Madia 2009-03-16 17:35:26 +0000
  • 128857d8eb Added Zeta-Games, to bookmarks. Matt Madia 2009-03-16 16:22:12 +0000
  • 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. Matt Madia 2009-03-16 16:11:20 +0000
  • 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. Adrian Panasiuk 2009-03-13 23:06:03 +0000
  • 80569ab561 Enable Gnash standalone player to compile and work. Adrian Panasiuk 2009-03-13 23:02:34 +0000
  • 205c3f5e8b Added Adrian Panasiuk's fix to the fullscreen, and top/left blacked out areas. Scott McCreary 2009-03-12 05:33:42 +0000
  • edefaf541f Patch to allow alogg to build on Haiku Scott McCreary 2009-03-12 05:02:57 +0000
  • 1b902c06c6 * WIP blender 2.47 patch Michael Weirauch 2009-03-10 21:09:23 +0000