Version: 1.7.13, Package name: mozilla-1.7.13 |
Maintained by: The OpenBSD ports mailing-list |
Required to run: [devel/gettext] |
Required to build: [devel/libIDL] [devel/metaauto] [devel/gmake] [archivers/bzip2] [archivers/zip] [devel/gettext] [devel/autoconf/2.13] |
Master sites: |
Description-devel include and lib files for programs who uses the Gecko layout engine Description-main Mozilla is an open-source web browser, designed for standards compliance, performance and portability. Mozilla looks for plugins in ~/.mozilla/plugins ${LOCALBASE}/mozilla/plugins and ${LOCALBASE}/lib/mozilla-plugins. To disable anti-aliasing (xft) altogether set GDK_USE_XFT=0 in the environment. |
MD5: 6waDIH92aDGcZeQD0Ev8QQ= |
RMD160: Q2C0jIkw3EJ/YBDFeruLLQyFV2E= |
Filesize: 29809.753 KB |
Package available on: cdrom( ![]() ![]() Distfile available on: cdrom( ![]() ![]() |
Version History (View Complete History) |
|
2020-11-17 08:56:55 by Landry Breuil | Files touched by this commit (1) |
Log message: Fall cleanup in mozilla.port.mk, in preparation for fx 83 - update nss dep to 3.59, will be required for gecko 84 - drop options to build against systemwide cairo/hunspell/libevent/sqlite as those were dropped upstream (#1611386 for sqlite, #1432751 for cairo) - move the dependency for nasm (required for dav1d since 67) from the consumers to the module - move the dependency for rust & llvm from the consumers to the module (cbindgen and nodejs are next, but seamonkey doesnt require them yet) - drop the plumbing for the debug FLAVOR, DEBUG_PACKAGES is the new hotness - all consumers build against Gtk3, drop MOZILLA_USE_GTK3 |
2020-11-11 10:12:50 by Landry Breuil | Files touched by this commit (1) |
Log message: Add pending bug# removing the gtk+2 dependency, prompted by a question by ajacoutot@ |
2020-10-20 08:45:12 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependency to nss 3.58 |
2020-10-09 13:12:01 by Rafael Sadowski | Files touched by this commit (18) |
Log message: Bump after hunspell update The library name has changed from hunspell-1.6 to hunspell-1.7. |
2020-09-22 06:57:55 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump requirements to nspr 4.29/nss 3.57 for gecko 82. |
2020-06-30 07:57:22 by Landry Breuil | Files touched by this commit (1) |
Log message: tweaks for gecko 78: - bump dep to nss 3.54, technically only needed for 79 - drop --disable-gconf, was the default anyway, and the option was removed upstream - use plain --with-system-zlib, doesnt take a path anymore |
2020-06-02 09:22:18 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump requirement to nss 3.53. Technically, requirement is at 3.52 (#1629594) and later on 3.52.1 (#1637369) but this cant harm. while here, remove --with-system-bz2 from CONFIGURE_ARGS, the dependency on bzip2 was removed in #1418425 for firefox 62.. |
2020-02-11 09:49:11 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump minimal requirements to nss 3.50, nspr 4.25 and sqlite 3.31.1 to be on the safe side for gecko 74 |
2020-01-07 10:27:45 by Landry Breuil | Files touched by this commit (1) |
Log message: Require nss 3.49 for consumers building with system nss (technically, gecko 72 only requires 3.48 but 73 will require 3.49) |
2019-12-03 09:49:45 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependency to nss 3.47.1 for gecko 71. |
2019-09-22 11:19:07 by Stuart Henderson | Files touched by this commit (6) |
Log message: factor some common parts into mozilla.port.mk and fix DPB_PROPERTIES which is supposed to be "lonesome" on i386 because parts of the build take a lot of ram, but actually ended up as "lonesome parallel" due to a +=. hoping this will reduce the frequent build failures on i386. ok landry |
2019-09-03 10:25:03 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependencies for gecko 69: - nss >= 3.45 - nspr >= 4.21 - sqlite >= 3.28 those have been in -current for a while already. |
2019-07-09 11:58:22 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump minimum sqlite requirement to 3.27.2, and nss to 3.44.1, as that's what gecko 68 requires. |
2019-03-19 13:22:42 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependency to nss 3.42. |
2019-03-04 00:03:54 by Jonathan Gray | Files touched by this commit (1) |
Log message: Prepare for llvm-config in base and use ports llvm-config to avoid a build error with firefox ports. ok landry@ |
2019-01-29 13:45:53 by Landry Breuil | Files touched by this commit (1) |
Log message: Enforce dependency on nss 3.41.1 & sqlite 3.26. |
2018-12-11 08:30:44 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependency on sqlite 3.25.3. Technically only 3.25.1 is reqd' by gecko 64, but 65 requires 3.25.3 so that might do. |
2018-12-01 02:19:27 by Landry Breuil | Files touched by this commit (4) |
Log message: Bump requirement to nss 3.40.1 to ensure consumers pick it up. Will be a hard requirement for upcoming 64 anyway. |
2018-09-17 08:10:23 by Christian Weisgerber | Files touched by this commit (1) |
Log message: DPB_PROPERTIES is always defined; simply add the "parallel" property with espie@ |
2018-06-26 22:57:03 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump minimal requirements on nss 3.38 & sqlite 3.24. Technically, gecko 61 depends on 3.37.1 & 3.23.1 but this paves the way for 62.. |
2018-05-11 13:37:46 by Landry Breuil | Files touched by this commit (1) |
Log message: Enforce dependency on nss 3.36.1, needed by gecko 60. |
2018-04-27 01:28:43 by Landry Breuil | Files touched by this commit (1) |
Log message: Use -ggdb1 when using debug FLAVOR, produces a binary/package with a somewhat reasonable size (ie not a 1gb libxul.so when using -g which defaults to -g2) 129M firefox-60.0beta15-debug.tgz 54.7M firefox-60.0beta15.tgz Thx robert@ for the hint. |
2018-03-15 05:03:04 by Landry Breuil | Files touched by this commit (1) |
Log message: Pass --with-system-cairo only if MOZILLA_USE_BUNDLED_CAIRO isn't defined. Needed to hopefully build 59 on 6.2, which i'm still struggling with. Slightly different from r1.110 in -current to avoid changing things for other consumers. |
2018-03-14 00:07:11 by Landry Breuil | Files touched by this commit (2) |
Log message: Properly define DISTFILES where appropriate when MOZILLA_COMMIT is set. Dammit. |
2018-03-13 15:18:53 by Landry Breuil | Files touched by this commit (1) |
Log message: Only define MASTER_SITES if unset (in the case MOZILLA_COMMIT is defined) |
2018-03-13 13:20:07 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump nss dependency to 3.35 and nspr to 4.18 for gecko 59. |
2018-01-29 11:20:33 by Landry Breuil | Files touched by this commit (1) |
Log message: only set DPB_PROPERTIES if not already set. |
2018-01-27 03:22:14 by Landry Breuil | Files touched by this commit (1) |
Log message: Upstream stopped providing 'source tarballs' for beta releases in bugs #1422203 & #749312, and it's doubtful this will change even if i'm trying to discuss it in #1432591. Instead, a README is provided with the corresponding commit hash with which we're supposed to hammer hg.mozilla.org, with varying success in terms of speed. Normally, it shouldnt be the case for real releases.. Add the necessary plumbing to set DISTFILES/DISTNAME/MASTER_SITES accordingly if MOZILLA_COMMIT and MOZILLA_BRANCH are set in the consumer Makefile. |
2018-01-27 03:12:46 by Landry Breuil | Files touched by this commit (1) |
Log message: Pass --with-system-cairo only if MOZILLA_USE_BUNDLED_CAIRO isn't defined (which is the default for now) In 59 the possibility to build with system cairo is going away (cf #1432751) and this hasn't been a "supported" configuration for a while (numerous weird rendering issues & build failures reported/fixed by downstreams over the years). The local cairo copy in gfx/cairo/cairo derives from 1.10. Bug #739096 tracks the eventual update of this copy, which will probably not happen. |
2018-01-27 03:04:38 by Landry Breuil | Files touched by this commit (1) |
Log message: Remove default setting of HOMEPAGE, every consumer port define its own, and the provided default value didn't make sense anymore. |
2017-08-08 04:24:54 by Landry Breuil | Files touched by this commit (1) |
Log message: Hack: only pass --enable-gio when PKGPATH isnt www/mozilla-firefox. Needed for 55.0 backport to build... sigh. |
2017-08-08 04:15:12 by Landry Breuil | Files touched by this commit (1) |
Log message: Gecko 55 assorted changes. - remove ONLY_FOR_ARCHS, it doesn't work in a module - default EXTRACT_SUFX to .tar.xz - bump nss requirement to 3.32 (technically, 55 requires 3.31, but 56 will require 3.32..) - bump nspr requirement to 4.16 (yadada yadada 4.15) - bump sqlite requirement to 3.19.3 - remove junk from powerpc days, the boat has sailed - ditch --enable-gio, its enabled by default, and now errors out as an unknown option with the new build system - ditch junk for xulrunner, WRKDIST is always the same now - ditch pre-configure target, it's useless now |
2017-06-13 23:22:28 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependencies for mozilla 54, and some cleanup. - nss 3.30.1 is required - nspr 4.14 is required - remove plumbing for gtk3 FLAVOR, now the default anyway - switch default MASTER_SITES and HOMEPAGE to https (from naddy@) |
2017-04-12 12:13:33 by Landry Breuil | Files touched by this commit (1) |
Log message: Ride the previous REVISION bump and enforce dependency on nss 3.29.5, hard requirement for firefox 53. |
2017-04-12 12:12:33 by Landry Breuil | Files touched by this commit (17) |
Log message: Fix WANTLIB and bump REVISION for all ports depending on hunspell. While here enforce dependency on hunspell 1.6 in mozilla.port.mk, as it's a requirement for 53. |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2017-03-09 00:08:24 by Landry Breuil | Files touched by this commit (1) |
Log message: As was done with nss/nspr/sqlite/icu4c, add boilerplate to allow building against bundled hunspell - firefox 53 requires 1.5.4, 54/55 requires 1.6.0, and we're at 1.3.2. No change for consumer ports, they'd have to define MOZILLA_USE_BUNDLED_HUNSPELL to do so. |
2017-03-07 08:23:20 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependency to sqlite >= 3.17.0 for upcoming mozilla 52 updates. |
2017-02-18 15:32:25 by Landry Breuil | Files touched by this commit (1) |
Log message: Somewhat fix DEBUG flavor (enable-debug-symbols expects debug flags, not a yes/no flag) From semarie@ |
2017-02-18 09:22:54 by Landry Breuil | Files touched by this commit (6) |
Log message: Consolidate textproc/icu4c common dependency into mozilla.port.mk, and allow to build against bundled icu4c by setting MOZILLA_USE_BUNDLED_ICU. |
2017-02-18 09:18:48 by Landry Breuil | Files touched by this commit (1) |
Log message: As it's done for nss/sqlite/libevent, provide a way to build against bundled nspr if MOZILLA_USE_BUNDLED_NSPR is set - no binary change for ports using this module. Paves the way for some -stable work. |
2017-01-24 14:25:14 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependencies to devel/nspr>=4.13.1 and security/nss>=3.28, the latter is a hard requirement for upcoming gecko 51. Bumps to follow. |
2017-01-06 10:39:02 by Landry Breuil | Files touched by this commit (1) |
Log message: Add ac_cv_path_mkdir=/bin/mkdir and ac_cv_prog_AWK=/usr/bin/awk to CONFIGURE_ENV, should prevent internal libffi's configure to pickup gmkdir or gawk as seen by sthen@. Yay autohell. |
2016-12-19 09:11:38 by Landry Breuil | Files touched by this commit (1) |
Log message: Put ac_cv_path_SED=/usr/bin/sed in CONFIGURE_ENV, should fix another build failure seen by ajacoutot@. damn libffi's configure script tries hard to detect and use gsed... |
2016-11-06 14:54:35 by Landry Breuil | Files touched by this commit (1) |
Log message: Set ac_cv_path_ax_enable_builddir_sed=/usr/bin/sed in CONFIGURE_ENV, should prevent a build failure experienced by naddy@. libffi's configure checks for gsed, picks it up if found, and libffi's libtool (ugh) would fail at runtime if dpb had junked gsed.. Looking why libffi's build system doesnt respect USE_LIBTOOL will hopefully happen later. Or switch to system libffi, since it has been updated... |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-07-04 01:15:07 by Landry Breuil | Files touched by this commit (1) |
Log message: Use an explicit dependency on devel/autoconf/2.13 instead of relying on MODGNU_AUTOCONF_DEPENDS being automagically set because CONFIGURE_STYLE happens to be gnu, or not. Mozilla configure doesnt really use autoconf-2.13 anyway in recent versions, but still checks for its presence... Reported by naddy@ several times.. thought i had fixed it |
2016-05-31 14:15:51 by Landry Breuil | Files touched by this commit (1) |
Log message: Add MODGNU_AUTOCONF_DEPENDS to MODMOZ_BUILD_DEPENDS, since the CONFIGURE_STYLE switch from autoconf to gnu the BDEP on autoconf-2.13 was lost, and the autohell machinery still looks for it for $reasons. Reported by naddy@ |
2016-04-27 16:08:57 by Landry Breuil | Files touched by this commit (1) |
Log message: Adding mozgtk to MOZILLA_LIBS doesnt work, it's now done in the port Makefile. |
2016-04-27 07:37:32 by Landry Breuil | Files touched by this commit (1) |
Log message: Preparation for upcoming gecko updates: - shuffle MODMOZ_WANTLIB & MODMOZ_LIB_DEPENDS depending on gtk3 status. When using Gtk3, Gtk2 is still in the dependencies.. - introduce MOZILLA_USE_GTK3 flag to be set in a client port - fix the WRKDIST setting depending on MOZILLA_PROJECT, xulrunner will be the last one 'different'... |
2016-03-19 18:02:31 by Christian Weisgerber | Files touched by this commit (1) |
Log message: remove SHARED_ONLY from Mozilla ports, unused |
2016-03-14 14:34:34 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependencies to nss 3.21.1 and nspr 4.12, required by upcoming gecko 45 updates. |
2016-03-14 14:33:16 by Landry Breuil | Files touched by this commit (1) |
Log message: Tweak/fix MODMOZ_WANTLIB/MODMOZ_LIB_DEPENDS wrt gtk dependencies. |
2016-03-14 14:30:02 by Landry Breuil | Files touched by this commit (1) |
Log message: tweak MOZILLA_VER regex so that i can use beta *and* rc in a version number |
2016-01-27 11:04:09 by Landry Breuil | Files touched by this commit (1) |
Log message: Winter cleanup in preparation for gecko 44. * Move the nss/libevent/sqlite dependencies to separate blocks, allowing to disable them by defining MOZILLA_USE_BUNDLED_NSS|SQLITE|LIBEVENT. Gecko 44 doesn't build against our base libevent1, and it's simpler to use the bundled/patched libevent instead of ports libevent2. This should also help tbb which insists on using its own (heavily patched) nss * Bump sqlite dependency, gecko 44 requires sqlite 3.9.1 * Fix debug FLAVOR, use only --enable-debug-symbols=yes --disable-install-strip. The resulting pkg is only around 280Mb, and unstripped libxul is 800Mb. Adventurous users can show it to gdb. * Rework the way default value is set for WRKDIST, soon (with esr45) xulrunner will be the only exception left * Remove unused _MOZDIR definition |
2016-01-22 03:28:58 by Landry Breuil | Files touched by this commit (4) |
Log message: Face reality, various mozillas only build on amd64 or i386. The last reliable gecko builds on macppc were done with: OpenBSD 5.8-current (GENERIC.MP) #761: Mon Aug 31 08:01:30 MDT 2015 (mpi@ says SecurePLT was commited beginning of Sep, so .. related?) Thunderbird and firefox-esr strangely built on sparc64 (by accident?) in may and june (when it was gecko 31) but other than that firefox itself never built in 2015. Anybody is welcome to look into this, just add you beloved arch to ONLY_FOR_ARCHS in mozilla.port.mk. While here, also amend ONLY_FOR_ARCHS in langpacks ports, no point in packaging them if you don't have the corresponding package. Avoids wasting hours during bulks, only keep xulrunner building on powerpc and sparc64. |
2015-11-09 06:55:22 by Landry Breuil | Files touched by this commit (1) |
Log message: fix WRKDIST for seamonkey now that it uses new layout |
2015-11-04 00:32:03 by Landry Breuil | Files touched by this commit (1) |
Log message: Enforce requirement on latest nss/nspr, requirement for gecko 42. While here adapt the WRKDIST dance, starting with this gecko the tarball is layed out ${MOZILLA_DIST}-${MOZILLA_DIST_VERSION} instead of mozilla-${MOZILLA_BRANCH} - do this for www/mozilla-firefox and thunderbird-beta only for now. |
2015-10-31 09:12:39 by Landry Breuil | Files touched by this commit (1) |
Log message: Release candidates are in their own subdirs on the mirrors now. |
2015-10-31 09:11:00 by Landry Breuil | Files touched by this commit (1) |
Log message: Dont assume esr ends MOZILLA_VERSION when constructing MOZILLA_VER from it. Allows to use rc altogether esr, ie 38.4.0esrrc2 for example... |
2015-09-24 14:18:12 by Landry Breuil | Files touched by this commit (1) |
Log message: Enforce dependency on latest sqlite, needed for gecko 41 |
2015-09-19 03:03:24 by Landry Breuil | Files touched by this commit (1) |
Log message: Use https MASTER_SITES for rcs, and remove ftp from MASTER_SITES - has been shut down upstream. |
2015-07-05 13:58:57 by Landry Breuil | Files touched by this commit (1) |
Log message: Enforce dependency on nss 3.19.2, required by gecko 39. |
2015-05-16 01:18:16 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependency on nss 3.18.1 and sqlite 3.8.9, required by gecko 38. |
2015-03-16 13:47:35 by Landry Breuil | Files touched by this commit (1) |
Log message: Bump dependencies for gecko 36: - nspr 4.10.8 - nss 3.17.4 - sqlite3>=29 (ie sqlite 3.8.7.4) |
2015-01-03 03:49:41 by Landry Breuil | Files touched by this commit (1) |
Log message: Fix regex to match bX with X >=10 instead of only 0-9 |
2014-10-17 01:16:56 by Landry Breuil | Files touched by this commit (1) |
Log message: Assorted updates for gecko 33. - enforce dependency on sqlite3>=28 (sqlite 3.8.5), nss 3.17.2 and nspr 4.10.7. - add handling for 'rc' in MOZILLA_VERSION, MOZILLA_DIST_VERSION and MOZILLA_VER - when 'rc' is set, fetch the corresponding candidate build from the appropriate dir on the mirror |
2011-07-24 01:48:20 by Landry Breuil | Files touched by this commit (1) |
Log message: Thunderbird and Seamonkey now use the provided install target, update list of ports using our homemade install target. |
2011-07-08 05:07:32 by Landry Breuil | Files touched by this commit (5) |
Log message: Rename mozilla-{firefox,thunderbird} packages to {firefox,thunderbird}. Apparently required by many at c2k11. |
2011-06-07 04:05:07 by Landry Breuil | Files touched by this commit (1) |
Log message: Doh! |
2011-06-06 08:07:22 by Landry Breuil | Files touched by this commit (1) |
Log message: Doh. |
2011-06-06 03:32:55 by Landry Breuil | Files touched by this commit (1) |
Log message: Explicitely list all the ports/versions (ie all ports from branches 1.9.x) using the old handrolled do-install target, which is hopefully going to die soon. By default, the betas/wip ports now use the regular make install target provided by mozilla. |
2011-05-04 02:11:15 by David Coppa | Files touched by this commit (3) |
Log message: Build firefox4 and fennec against systemwide cairo. OK landry@ |
2011-04-28 14:44:48 by Landry Breuil | Files touched by this commit (9) |
Log message: Let's use a common DIST_SUBDIR for all mozilla ports so that it's easier to clean the gigabytes of src tarballs previously piling up in distfiles/. Update distinfo accordingly. Looks sane to jasper@. |
2011-04-01 02:32:32 by Landry Breuil | Files touched by this commit (1) |
Log message: add fennec to the list of MOZILLA_PROJECTs |
2011-03-27 14:23:25 by Landry Breuil | Files touched by this commit (1) |
Log message: Add firefox36 to the WRKDIST switch, reminded by miod@. While here, don't unconditionally define WRKDIST so that client port can override it. Needed by spidermonkey 2.0. |
2011-03-22 07:18:26 by Landry Breuil | Files touched by this commit (7) |
Log message: Remove the .if for system sqlite, now every port using mozilla MODULE uses it. Bump dependency to 3.7.5 to ensure it has unlock_notify for ffx4, and bump all corresponding REVISIONs. |
2011-03-10 09:45:42 by Landry Breuil | Files touched by this commit (1) |
Log message: Assorted tweaks in preparation for firefox 4: * do some plumbing to allow one to build from {mozilla,comm}-central tarballs (aka alphas/betas) * specialcase branch=~2.0 & branch=central for do-install: target and sqlite dependency (the latter will be removed when we enable UNLOCK_NOTIFY in systemwide sqlite) * add --enable-profiling & --enable-debug-symbols to debug FLAVOR * add a comment about why the builtin crashreporter is still disabled (basically, google breakpad need to be ported to *BSD) * add MOZILLA_VERSION to SUBST_VARS |
2011-03-10 07:34:18 by David Coppa | Files touched by this commit (11) |
Log message: Adopt a patch that fixes a bug causing animated gifs to flicker when using cairo 1.10.x and make mozilla-firefox and mozilla-thunderbird build against systemwide cairo as it was with cairo 1.8.x. Patch backported from FF4 branch by Rafal Muzylo <galtgendo@o2.pl> https://bugzilla.mozilla.org/show_bug.cgi?id=597174 http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/xulrunner/files/fix-animated-gifs.patch OK landry@ |
2011-01-18 05:31:24 by Landry Breuil | Files touched by this commit (1) |
Log message: Tighten LIB_DEPENDS on very latest nss 3.12.9/nspr 4.8.7. Remove @ silencing files/ copies. ok naddy@ |
2011-01-14 15:52:37 by Landry Breuil | Files touched by this commit (1) |
Log message: Actually depend on sqlite 3.7.4 which is the version where PRAGMA secure_delete was added, and where FTS3 is enabled for mozilla-firefox. |
2011-01-14 15:46:29 by Landry Breuil | Files touched by this commit (1) |
Log message: For all mozilla ports (but ffx4), build against system sqlite. Trick configure into believing our sqlite has secure_delete enabled by default. |
2010-12-01 08:00:12 by David Coppa | Files touched by this commit (12) |
Log message: Fix Kerberos/GSSAPI authentication within mozilla ports. OpenBSD does not have gssapi_krb5. So, to avoid undefined symbol errors, link libxul with "-lkrb5 -lcrypto". OK phessler@, landry@ (MAINTAINER) |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-11-11 02:30:37 by Jasper Lievisse Adriaanse | Files touched by this commit (16) |
Log message: - switch to pkg-readmes ok landry@ (MAINTAINER) |
2010-10-27 10:58:30 by Landry Breuil | Files touched by this commit (1) |
Log message: Unset INSTALL_STRIP when debug FLAVOR is set. Permits to build a debuggable version of xulrunner package. |
2010-10-26 11:36:02 by Landry Breuil | Files touched by this commit (1) |
Log message: Add a debug FLAVOR for all mozilla ports. Guess what, pretty useful for debugging purposes... |
2010-10-25 04:48:00 by Landry Breuil | Files touched by this commit (1) |
Log message: Don't define do-install target when MOZILLA_BRANCH=2.x Looks we'll be able to use the regular make install target provided by upstream instead of rolling our ugly own and missing files... |
2010-10-24 11:56:11 by Landry Breuil | Files touched by this commit (1) |
Log message: Add infrastructure to also support xulrunner1.9, and prepare for xulrunner2.0 betas too. While here, don't inconditionally set MAKE_ENV/CONFIGURE_ENV but append to it, so that using ports can add stuff to it. |
2010-10-22 13:17:01 by Landry Breuil | Files touched by this commit (1) |
Log message: Depend on nss 3.12.8. While here, let's just face reality and take maintainership for the gang.. |
2010-10-18 01:15:56 by Landry Breuil | Files touched by this commit (6) |
Log message: Fix WANTLIB again after cairo's last commit where X11-xcb went away. Bump REVISIONs. |
2010-10-15 01:16:19 by Landry Breuil | Files touched by this commit (5) |
Log message: Switch all mozilla-based ports to using the bundled cairo, mozilla doesn't like the systemwide cairo since 1.10.x update (crashes,gifs not displaying properly), and there's few hope it will be fixed in 1.9.2.x branch. Fix WANTLIB while here and bump REVISIONs. Reported by dcoppa@, also found in upstream bz #597174 and various linux vendors bugzillas (red hat #628331, mdv #60738, gentoo #337813). devel/xulrunner will follow in a few.. |
2010-10-11 02:19:04 by Jasper Lievisse Adriaanse | Files touched by this commit (23) |
Log message: - fix WANTLIB after cairo update. (please note chromium is still broken, but will be dealt with soon) |
2010-09-19 13:18:35 by Landry Breuil | Files touched by this commit (1) |
Log message: Change dependency to ensure nspr 4.8.6 is required. Fixes "error: 'PR_STATIC_ASSERT' was not declared in this scope" failures. |
2010-09-04 03:31:20 by Landry Breuil | Files touched by this commit (1) |
Log message: Wip on firefox 4 betas.. only install regxpcom if MOZILLA_VERSION !~ 4, and set WRKDIST = ${WRKDIR}/mozilla-central if MOZILLA_VERSION =~ 4. Builds in my tree, doesn't run yet... not ready for the masses! |
2010-07-31 03:14:48 by Landry Breuil | Files touched by this commit (1) |
Log message: Fix setting WRKDIST, needed for an upcoming conversion of www/firefox35 to mozilla MODULE. |
2010-07-27 08:20:15 by Landry Breuil | Files touched by this commit (1) |
Log message: Only run ${SUBST_CMD} on ${FILESDIR}/README.OpenBSD / $app.desktop if the corresponding file exists. Needed for later sunbird/xulrunner conversions to mozilla.port.mk. ok sthen@ |
2010-07-09 09:08:39 by Landry Breuil | Files touched by this commit (1) |
Log message: Switch to newer LIB_DEPENDS/WANTLIB semantics. |
2010-07-08 15:06:13 by Landry Breuil | Files touched by this commit (1) |
Log message: Resurrect www/mozilla dir to host a mozilla.port.mk MODULE, that will help clean up the crazy maze in mozilla ports Makefiles. ok ajacoutot@ jasper@ naddy@ |
2007-05-25 10:31:40 by Martynas Venckus | Files touched by this commit (72) |
Log message: remove unmaintained mozilla port; if you are still using it consider switching to seamonkey ok kurt@ pval@ espie@ steven@ jasper@ alek@ |
2007-04-06 08:48:28 by Martynas Venckus | Files touched by this commit (1) |
Log message: consistent MASTER_SITES |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2007-04-03 13:40:05 by Martynas Venckus | Files touched by this commit (6) |
Log message: remove some useless patches ok wilfried@ |
2007-02-21 17:40:59 by Christian Weisgerber | Files touched by this commit (13) |
Log message: LP64 fix for XUL templates builder; from Martynas Venckus ok sturm@ |
2007-02-17 15:27:37 by Steven Mestdagh | Files touched by this commit (1) |
Log message: bump PKGNAME-devel, which depends on PKGNAME-main. ok naddy@ |
2007-02-14 10:13:42 by Christian Weisgerber | Files touched by this commit (3) |
Log message: install man page; from Martynas Venckus, ok kurt@ |
2007-01-12 13:47:53 by Kurt Miller | Files touched by this commit (2) |
Log message: libfreetype 2.2 support. From NetBSD PR -> Brad <brad at comstyle.com> |
2007-01-04 13:19:55 by Steven Mestdagh | Files touched by this commit (76) |
Log message: fix WANTLIB of ports using gtk, needed after switch to our own pkg-config |
2006-12-16 05:22:37 by Marc Espie | Files touched by this commit (270) |
Log message: say goodbye to GNU land. |
2006-11-30 14:06:35 by Kurt Miller | Files touched by this commit (1) |
Log message: - require nspr with PR_GetLibraryName fix - bump major due to previous nspr removal |
2006-11-25 07:24:47 by Steven Mestdagh | Files touched by this commit (9) |
Log message: new MULTI_PACKAGES |
2006-11-17 12:33:19 by Kurt Miller | Files touched by this commit (31) |
Log message: use devel/nspr instead of internal nspr. now using libc strtod and __dtoa via devel/nspr. |
2006-10-01 16:23:47 by Brad Smith | Files touched by this commit (6) |
Log message: stop using the gcc3 module on the alpha architecture. |
2006-09-18 06:00:00 by Marc Espie | Files touched by this commit (39) |
Log message: zap .0.0 |
2006-06-13 07:34:56 by Bernd Ahlers | Files touched by this commit (7) |
Log message: Fix WANTLIB after gtk+2 upgrade. |
2006-05-07 00:40:57 by Nikolay Sturm | Files touched by this commit (2) |
Log message: MFC: update to 1.7.13, ok kurt@ fixes multiple critical vulnerabilities the last official release of the Mozilla Application Suite |
2006-05-07 00:40:33 by Nikolay Sturm | Files touched by this commit (1) |
Log message: MFC: update to 1.7.13, ok kurt@ fixes multiple critical vulnerabilities the last official release of the Mozilla Application Suite |
2006-05-02 01:27:12 by Peter Stromberg | Files touched by this commit (8) |
Log message: update to 1.7.13, ok kurt@ fixes multiple critical vulnerabilities the last official release of the Mozilla Application Suite |
2006-03-26 21:23:29 by Peter Valchev | Files touched by this commit (6) |
Log message: check XftLockFace() for NULL return to avoid a crash, see https://bugzilla.mozilla.org/show_bug.cgi?id=331077 from Tobias Ulmer <tobiasu@tmux.org> |
2006-02-12 12:31:37 by David Krause | Files touched by this commit (4) |
Log message: remove "the the" and replace /usr/local with PREFIX in MESSAGE; bump PKGNAME ok wilfried@ |
2006-02-08 14:22:07 by Ian Darwin | Files touched by this commit (1) |
Log message: Forgat to bump PKGNAME, reminded by nikolay@ |
2006-02-08 14:04:27 by Ian Darwin | Files touched by this commit (1) |
Log message: Change "wack" wording, similar to what we did some time ago for mozilla-firefox. ok wilfried@ |
2006-02-04 17:21:21 by Marc Espie | Files touched by this commit (3) |
Log message: allow updates to work. |
2006-01-16 13:47:35 by Steven Mestdagh | Files touched by this commit (1) |
Log message: fix WANTLIB after gtk+2 downgrade |
2006-01-13 17:07:32 by Marc Espie | Files touched by this commit (14) |
Log message: more C++ libs bumps. Done thru mail, plus lizards. |
2006-01-01 09:02:37 by Nikolay Sturm | Files touched by this commit (3) |
Log message: SHARED_LIBS, keeping the same SO_VERSION for all libs |
2005-12-09 12:59:54 by Peter Stromberg | Files touched by this commit (3) |
Log message: move libgfxft2_s.a to -devel, found by Moritz Grimm |
2005-11-15 08:57:29 by Peter Stromberg | Files touched by this commit (1) |
Log message: fix wantlib + bump |
2005-11-02 20:11:22 by Peter Valchev | Files touched by this commit (2) |
Log message: (same as firefox/minimo) Fix a crash in prdtoa.c:mult() where there is an off-by-some bytes in memory accessed during some very fucked up pointer acrobatics. Allocate 2 bytes extra for that case, which seems to be a sufficient hack to keep this working. Debugged by me with minimo on zaurus/arm (pain!), seen also by krw@ and others on amd64, who helped with testing. Due to random malloc this of course did not show up everywhere all the time. |
2005-11-01 04:38:31 by Nikolay Sturm | Files touched by this commit (4) |
Log message: update to Mozilla 1.7.12, fixes several security vulnerabilities Mozilla.org bug 210658: Fix hanging with non-standard HTML elements parsererror, sourcetext. ok brad |
2005-10-30 01:19:27 by Nikolay Sturm | Files touched by this commit (3) |
Log message: MFC: Mozilla.org bug 210658: Fix hanging with non-standard HTML elements parsererror, sourcetext. ok brad@ |
2005-10-19 09:21:21 by Christian Weisgerber | Files touched by this commit (6) |
Log message: Mozilla.org bug 210658: Fix hanging with non-standard HTML elements parsererror, sourcetext. |
2005-10-13 22:00:38 by Kurt Miller | Files touched by this commit (9) |
Log message: remove 'don't close dlopened objects' type ld.so work-arounds |
2005-10-12 22:32:41 by Bernd Ahlers | Files touched by this commit (6) |
Log message: If we start a second firefox, don't show the profile chooser but open a new browser window instead. (The same for thunderbird and mozilla.) Idea from Marc Winiger <mw at msys.ch>, thanks! suggestions, tests & ok kurt@ |
2005-10-03 13:28:26 by Kurt Miller | Files touched by this commit (3) |
Log message: fix PLIST problem. include files go in -devel. noticed by Roland Kuebert in -stable testing. |
2005-10-03 07:39:31 by Nikolay Sturm | Files touched by this commit (5) |
Log message: update to Mozilla 1.7.12, fixes several security vulnerabilities ok brad@ |
2005-09-26 15:04:48 by Kurt Miller | Files touched by this commit (5) |
Log message: - update to 1.7.12. fixes security issues, see: http://www.mozilla.org/projects/security/known-vulnerabilities.html#Mozilla - disable gnomevfs support (causes https pages to crash) |
2005-09-22 11:00:24 by Kurt Miller | Files touched by this commit (11) |
Log message: - update to 1.7.11 - remove gtk2 flavor and make gtk2 the default - fix gdk_property_get warnings (from Marc Matteo) some feedback from Marc Matteo and Brad |
2005-05-15 10:24:06 by Kurt Miller | Files touched by this commit (2) |
Log message: - update to 1.7.8. multiple security issues, see: http://www.mozilla.org/projects/security/known-vulnerabilities.html#Mozilla - Bump shlib major after recent libc changes |
2005-04-16 17:54:53 by Kurt Miller | Files touched by this commit (1) |
Log message: - make the build OFFICAL. mostly for consistancy. mozilla profiles don't work the same as firefox and thunderbird. |
2005-04-11 09:03:18 by Kurt Miller | Files touched by this commit (22) |
Log message: - bump major shlib version - fix CUPS printing: fix partial so version and don't dlclose lib. - remove partial so version on freetype & esd - move INSTALL/DEINSTALL code to PLIST - Add MESSAGE regarding profiles okay wilfried@ |
2005-03-30 15:03:04 by Kurt Miller | Files touched by this commit (4) |
Log message: - re-enable xft for gtk - wantlib correction for alpha (from alek@) - fix lp64 bug that prevented mail from being viewed on sparc64 |
2005-03-29 12:18:52 by Peter Stromberg | Files touched by this commit (1) |
Log message: oops, not quite up-to-date |
2005-03-26 12:05:54 by Peter Stromberg | Files touched by this commit (3) |
Log message: update mozilla to 1.7.6 |
2005-03-26 12:04:14 by Peter Stromberg | Files touched by this commit (3) |
Log message: disable thread priority scheduling as moz doesn't cope with round-robin priority scheduling, from kettenis@ |
2005-03-12 22:02:17 by Kurt Miller | Files touched by this commit (40) |
Log message: Upgrade to 1.7.5 Tested on i386/sparc64/macppc/alpha by myself and/or alek@ One issue found with sparc64: fetching mail crashes. okay pval@ |
2005-03-06 00:53:57 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: - Adjust WANTLIB marker and *_DEPENDS - Use devel/gettext MODULE - Bump PKGNAME ok naddy@, kurt@ |
2005-01-19 07:49:33 by Kurt Miller | Files touched by this commit (1) |
Log message: adjust -devel subpackage so that 'SUBPACKAGE=-devel make' includes wantlib and build & lib depends. problem noticed by Matthias Kilian. commit this wilfried@. |
2005-01-11 15:52:56 by Kurt Miller | Files touched by this commit (1) |
Log message: - make gtk2 -devel subpackage depend specifically on the gtk2 flavor of base package - bump -devel package to match base package okay wilfried@, naddy@ |
2005-01-10 21:26:46 by Kurt Miller | Files touched by this commit (10) |
Log message: - add gtk2 flavor - fix system png include path - change !gtk2 IDL lib to BUILD_DEPEND - bump package name - always use own nspr with help and ok from wilfried@ |
2005-01-05 10:39:05 by Christian Weisgerber | Files touched by this commit (147) |
Log message: SIZE |
2005-01-04 14:27:28 by Peter Stromberg | Files touched by this commit (7) |
Log message: let's make some noise, using esound |
2005-01-04 13:59:17 by Peter Stromberg | Files touched by this commit (3) |
Log message: fix SUBST_VARS |
2004-12-11 06:29:22 by Aleksander Piotrowski | Files touched by this commit (47) |
Log message: Add WANTLIB markers |
2004-12-08 14:54:49 by Christian Weisgerber | Files touched by this commit (3) |
Log message: Do not disable ProPolice, we have reports of success for most platforms. ok pvalchev@ |
2004-11-13 02:56:07 by Mark Kettenis | Files touched by this commit (1) |
Log message: i386 gcc3 support. ok wilfried@ |
2004-11-06 17:46:10 by Christian Weisgerber | Files touched by this commit (7) |
Log message: freetype build fixes |
2004-11-01 03:25:13 by Nikolay Sturm | Files touched by this commit (3) |
Log message: fix build now that we have getproto*_r |
2004-10-31 01:23:13 by Brad Smith | Files touched by this commit (2) |
Log message: gcc3/powerpc |
2004-10-17 16:25:52 by Marc Espie | Files touched by this commit (4) |
Log message: new-style plist, a bit late... |
2004-08-04 10:12:14 by Christian Weisgerber | Files touched by this commit (8) |
Log message: fix up MODGNU_CONFIG_GUESS_DIRS |
2004-06-30 11:58:23 by Marc Matteo | Files touched by this commit (3) |
Log message: Sync DESCR with reality. "Free commits :-)" MAINTAINER |
2004-05-06 08:39:49 by Peter Stromberg | Files touched by this commit (3) |
Log message: use no-autoheader and explicitly set autoconf version |
2004-04-09 08:12:15 by Kevin Lo | Files touched by this commit (1) |
Log message: remove redundant glib dependency. |
2004-03-06 00:51:27 by Peter Valchev | Files touched by this commit (3) |
Log message: disable IPv6 for 3.5 as it presents dns-resolution problems (and there is no time for other fixes) numerous people report success with this reverted. |
2004-03-02 19:23:56 by Christian Weisgerber | Files touched by this commit (2) |
Log message: enable propolice on sparc64; ok pvalchev@ |
2004-03-02 01:35:54 by Peter Valchev | Files touched by this commit (1) |
Log message: amd64 |
2004-03-02 01:34:57 by Peter Valchev | Files touched by this commit (3) |
Log message: rest of amd64, cvs is piece of shit |
2004-03-01 16:51:58 by Dale Rahn | Files touched by this commit (5) |
Log message: Patches to make Mozilla work on OpenBSD/macppc. |
2004-02-29 15:41:15 by Peter Stromberg | Files touched by this commit (1) |
Log message: resolve more than one host name simultaneously, needed with last patch from netbsd |
2004-02-29 15:27:49 by Peter Stromberg | Files touched by this commit (3) |
Log message: enable ipv6 |
2004-02-24 19:35:18 by Christian Weisgerber | Files touched by this commit (52) |
Log message: The sparc64 compiler is gcc3 now; don't require the gcc3 module. |
2004-02-15 12:44:01 by Peter Stromberg | Files touched by this commit (12) |
Log message: sync port/patches with other mozillas |
2004-02-01 21:53:50 by Marc Matteo | Files touched by this commit (2) |
Log message: Install the Netscape Security System (NSS) include files with the -devel subpackage. For applications that want to compile against Mozilla's NSS libs. ok wilfried |
2004-01-19 07:36:49 by Peter Stromberg | Files touched by this commit (4) |
Log message: don't use xft if no xft fonts is available stops moz from crashing |
2004-01-18 03:49:33 by Peter Stromberg | Files touched by this commit (20) |
Log message: sync patches |
2004-01-18 03:48:38 by Peter Stromberg | Files touched by this commit (4) |
Log message: update mozilla to 1.6 add enable-xft and -optimize |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-12-15 12:46:16 by Christian Weisgerber | Files touched by this commit (8) |
Log message: @dirrm shared directories |
2003-12-04 08:01:39 by Peter Stromberg | Files touched by this commit (16) |
Log message: update mozilla to 1.6a |
2003-10-18 13:45:01 by Nikolay Sturm | Files touched by this commit (51) |
Log message: license markers and some corrections |
2003-10-10 19:43:03 by Brad Smith | Files touched by this commit (1) |
Log message: NOT_FOR_ARCHS -> ONLY_FOR_ARCHS |
2003-09-03 11:35:47 by Peter Valchev | Files touched by this commit (1) |
Log message: mark these as not for powerpc as it doesn't currently work, especially for release; suggested by drahn |
2003-08-18 08:22:13 by Peter Stromberg | Files touched by this commit (7) |
Log message: ppc patches from drahn@, getting closer |
2003-08-18 05:07:55 by Peter Stromberg | Files touched by this commit (1) |
Log message: use strict alignment everywhere, from pval@ |
2003-08-12 00:38:19 by Peter Stromberg | Files touched by this commit (1) |
Log message: data accessed as double on sparc64 absolutely, positively has to be 8 byte aligned |
2003-08-11 06:56:33 by Peter Stromberg | Files touched by this commit (1) |
Log message: _PRSockLen_T must be the same size as socklen_t |
2003-07-24 06:18:41 by Christian Weisgerber | Files touched by this commit (4) |
Log message: Give Mozilla a fighting chance on alpha. Low-level xpcom code from FreeBSD. |
2003-07-18 14:48:55 by Peter Stromberg | Files touched by this commit (1) |
Log message: basic sparc xpcom support |
2003-07-18 14:44:33 by Peter Stromberg | Files touched by this commit (3) |
Log message: sync w/update-patches |
2003-07-17 02:24:25 by Peter Stromberg | Files touched by this commit (5) |
Log message: add support for ppc and sparc64 |
2003-07-16 10:41:24 by Jason Wright | Files touched by this commit (1) |
Log message: add VMEM_WARNING=yes, ok pval |
2003-07-05 14:10:57 by Peter Stromberg | Files touched by this commit (1) |
Log message: oops |
2003-07-04 00:59:15 by Marc Matteo | Files touched by this commit (5) |
Log message: Add some menu eyecandy for environs with menus that allow eyecandy :) |
2003-07-01 05:10:36 by Peter Stromberg | Files touched by this commit (7) |
Log message: update to 1.4 |
2003-07-01 02:49:46 by Peter Stromberg | Files touched by this commit (1) |
Log message: remove files created by regchrome |
2003-06-30 20:34:36 by Peter Valchev | Files touched by this commit (1) |
Log message: do not even bother trying to build this on vax, m68k, hppa for now |
2003-06-30 20:28:42 by Peter Valchev | Files touched by this commit (1) |
Log message: Regression tests are too hard to adapt to run here, and noone seems to want to do it; mark as NO_REGRESS so it does not stop 'make regress' |
2003-06-25 06:01:16 by Peter Stromberg | Files touched by this commit (3) |
Log message: add/use regchrome |
2003-06-19 13:07:59 by Jolan Luff | Files touched by this commit (2) |
Log message: search what will become the common plugin directory |
2003-06-16 05:58:10 by Peter Stromberg | Files touched by this commit (1) |
Log message: not needed with -fno-stack-protector |
2003-06-16 05:56:24 by Peter Stromberg | Files touched by this commit (1) |
Log message: allow static build |
2003-06-06 06:50:30 by Peter Stromberg | Files touched by this commit (3) |
Log message: install mozilla-config |
2003-06-02 01:05:56 by Peter Valchev | Files touched by this commit (1) |
Log message: do not help this find iconv, as it cannot deal with it properly... this was the cause for the strange japanese, etc chars in the menus |
2003-05-27 06:26:40 by Peter Stromberg | Files touched by this commit (1) |
Log message: optimization doesn't work together with stack-protector |
2003-05-27 06:21:31 by Peter Stromberg | Files touched by this commit (4) |
Log message: make nsKeycodes private |
2003-05-26 05:06:48 by Peter Stromberg | Files touched by this commit (2) |
Log message: find and use iconv and libIDL |
2003-05-23 04:09:17 by Peter Stromberg | Files touched by this commit (9) |
Log message: simplify patches move run-mozilla to private dir use PFRAG.shared add -devel subpackage for browsers that uses the Gecko layout engine |
2003-05-22 06:04:49 by Peter Stromberg | Files touched by this commit (6) |
Log message: sync w/update-patches |
2003-05-21 05:15:28 by Peter Stromberg | Files touched by this commit (2) |
Log message: enable profilesharing |
2003-05-21 05:09:30 by Peter Stromberg | Files touched by this commit (1) |
Log message: no conflict with mozilla-firebird |
2003-05-20 07:52:20 by Peter Stromberg | Files touched by this commit (9) |
Log message: ignore .mozconfig |
2003-05-18 14:44:04 by Peter Stromberg | Files touched by this commit (1) |
Log message: conflict with mozilla-firebird |
2003-05-18 14:41:19 by Peter Stromberg | Files touched by this commit (1) |
Log message: be more quiet |
2003-05-18 11:06:05 by Peter Stromberg | Files touched by this commit (2) |
Log message: remove useless file |
2003-05-18 09:32:22 by Peter Stromberg | Files touched by this commit (1) |
Log message: remove files here |
2003-05-18 09:32:09 by Peter Stromberg | Files touched by this commit (1) |
Log message: zap files |
2003-05-18 09:22:45 by Peter Stromberg | Files touched by this commit (4) |
Log message: create the data files on install instead |
2003-05-18 00:03:10 by Peter Stromberg | Files touched by this commit (1) |
Log message: where the fuck did the spaces come from |
2003-05-17 23:53:31 by Peter Stromberg | Files touched by this commit (1) |
Log message: use -fPIC together with -shared |
2003-05-17 23:39:10 by Peter Stromberg | Files touched by this commit (3) |
Log message: Install pre-built compreg.dat and xpti.dat files. This will make mozilla start much faster. (yeah right, fast and mozilla in the same sentence ...) |
2003-05-17 16:15:41 by Peter Stromberg | Files touched by this commit (2) |
Log message: use -fPIC together with -shared |
2003-05-17 15:40:50 by Peter Stromberg | Files touched by this commit (1) |
Log message: remove old cruft |
2003-05-17 10:58:35 by Peter Stromberg | Files touched by this commit (6) |
Log message: update to 1.4b |
2003-05-17 10:04:17 by Peter Stromberg | Files touched by this commit (1) |
Log message: the http site seems more up-to-date than the ftp site |
2003-05-17 09:38:30 by Peter Stromberg | Files touched by this commit (1) |
Log message: not needed |
2003-05-17 00:48:41 by Peter Stromberg | Files touched by this commit (1) |
Log message: oops |
2003-05-17 00:36:31 by Peter Stromberg | Files touched by this commit (1) |
Log message: more pthread ... |
2003-05-16 23:56:23 by Peter Stromberg | Files touched by this commit (3) |
Log message: switch to native pthreads |
2003-05-16 23:52:25 by Peter Stromberg | Files touched by this commit (2) |
Log message: use autoconf in nsprpub |
2003-05-16 23:15:10 by Peter Stromberg | Files touched by this commit (1) |
Log message: fix whitespace |
2003-05-16 23:02:08 by Peter Stromberg | Files touched by this commit (1) |
Log message: this config dir isn't used anymore |
2003-05-16 21:37:48 by Jolan Luff | Files touched by this commit (2) |
Log message: more hope for sparc64. "go ahead it's still a playground" wilfried@ |
2003-05-16 19:30:32 by Peter Stromberg | Files touched by this commit (1) |
Log message: give sparc64 a fighting chance |
2003-05-16 13:11:30 by Peter Stromberg | Files touched by this commit (2) |
Log message: enable crypto |
2003-05-16 12:32:38 by Peter Stromberg | Files touched by this commit (1) |
Log message: move cleanup functions that accesses the current thread BEFORE the thread is deleted |
2003-05-16 10:09:08 by Peter Stromberg | Files touched by this commit (1) |
Log message: fix stupid threads bug |
2003-05-16 09:32:46 by Peter Stromberg | Files touched by this commit (3) |
Log message: simplify patch |
2003-05-16 07:52:06 by Peter Stromberg | Files touched by this commit (1) |
Log message: remove files that went away with --disable-tests |
2003-05-15 21:56:41 by Peter Stromberg | Files touched by this commit (1) |
Log message: runs reasonably well on i386, patches for other archs will be forthcoming |
2003-05-15 08:35:45 by Peter Stromberg | Files touched by this commit (1) |
Log message: fix some depends |
2003-05-15 08:34:37 by Peter Stromberg | Files touched by this commit (2) |
Log message: fix freetype conflict |
2003-05-14 23:46:05 by Peter Valchev | Files touched by this commit (1) |
Log message: a file that shouldn't be here |
2003-05-14 22:26:51 by Peter Valchev | Files touched by this commit (1) |
Log message: mark as conflicting with freetype-1 as otherwise it picks it up and there are weird include errors everywhere |
2003-05-14 18:53:45 by Peter Stromberg | Files touched by this commit (4) |
Log message: update package and coerce the scripts to run |
2003-05-14 15:50:59 by Peter Stromberg | Files touched by this commit (13) |
Log message: The lizard runs, but a lot of debugging is still needed. |
2003-04-12 22:26:32 by David Krause | Files touched by this commit (3) |
Log message: nsprpub/pr/include/md/_openbsd.cfg: fix a typo nsprpub/pr/src/misc/prnetdb.c: add OpenBSD to the list of OSes with getifaddrs() nsprpub/pr/src/misc/prtime.c: OpenBSD's struct tm has two additional fields: tm_zone and tm_gmtoff. ok pvalchev@ |
2003-04-12 20:57:40 by David Krause | Files touched by this commit (1) |
Log message: use -pthread rather than libc_r on OpenBSD patch from bugzilla bug 198462 thanks to timeless and Rich Cannings |
2003-04-12 20:45:32 by David Krause | Files touched by this commit (1) |
Log message: update to reality ok pvalchev@ |
2003-04-12 20:40:48 by David Krause | Files touched by this commit (8) |
Log message: update to the latest mozilla release (1.4a) add correct dependencies simplify configure options ok pvalchev@ XXX: this port is still marked BROKEN (doesn't run) |
2002-12-29 08:03:57 by Federico G. Schwindt | Files touched by this commit (22) |
Log message: byebye NEED_VERSION. |