head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.10 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.8 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.6 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.4 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.2 pkgsrc-2009Q4-base:1.8 pkgsrc-20090805:1.1.1.1 TNF:1.1.1 pkgsrc-2009Q2:1.5.0.22 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.20 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.18 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.16 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.14 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.12 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.10 pkgsrc-2008Q1:1.5.0.8 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.6 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.4 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.2 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.4.0.12 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.10 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.8 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2; locks; strict; comment @# @; 1.8 date 2009.09.16.19.06.19; author tnn; state dead; branches; next 1.7; 1.7 date 2009.08.05.02.43.47; author tnn; state Exp; branches; next 1.6; 1.6 date 2009.08.05.01.27.32; author tnn; state dead; branches; next 1.5; 1.5 date 2007.05.12.13.53.08; author ghen; state Exp; branches; next 1.4; 1.4 date 2005.12.10.13.47.22; author taya; state Exp; branches; next 1.3; 1.3 date 2005.10.12.16.39.24; author joerg; state Exp; branches; next 1.2; 1.2 date 2005.09.22.14.14.04; author jlam; state Exp; branches; next 1.1; 1.1 date 2005.07.25.15.46.51; author adam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.08.05.02.37.11; author tnn; state Exp; branches; next ; desc @@ 1.8 log @Build firefox against external runtime components from devel/xulrunner. Bump PKGREVISION. @ text @$NetBSD: patch-aq,v 1.7 2009/08/05 02:43:47 tnn Exp $ --- media/liboggplay/src/liboggplay/std_semaphore.h.orig 2009-06-29 18:15:03.000000000 +0200 +++ media/liboggplay/src/liboggplay/std_semaphore.h @@@@ -74,7 +74,7 @@@@ * @@retval non-zero on error */ -#if defined(linux) || defined(SOLARIS) +#if defined(linux) || defined(SOLARIS) || defined(__NetBSD__) || defined(__DragonFly__) #include #define SEM_CREATE(p,s) sem_init(&(p), 1, s) #define SEM_SIGNAL(p) sem_post(&(p)) @ 1.7 log @merge pkgsrc-20090805 @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Remove firefox 2.x. Firefox 3.5 branch will be imported in this location. (I opted for removing and re-importing instead of a plain update due to extensive patch rototil) We may encounter minor turbulence as dependent packages are sorted out. Thank you for flying pkgsrc-current. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.5 2007/05/12 13:53:08 ghen Exp $ d3 5 a7 15 diff -ruN ../Orig/mozilla/directory/c-sdk/configure.in ./directory/c-sdk/configure.in --- ../Orig/mozilla/directory/c-sdk/configure.in 2005-06-15 06:27:33.000000000 +0900 +++ ./directory/c-sdk/configure.in 2005-12-04 19:07:54.000000000 +0900 @@@@ -54,7 +54,7 @@@@ USE_CPLUS= USE_IPV6= USE_MDUPDATE= -_OPTIMIZE_FLAGS=-O +_OPTIMIZE_FLAGS= _DEBUG_FLAGS=-g MOZ_DEBUG=1 MOZ_OPTIMIZE= @@@@ -907,7 +907,7 @@@@ PR_MD_CSRCS=dgux.c ;; d9 5 a13 23 -*-freebsd*) +*-freebsd*|*-dragonfly*) if test -z "$USE_NSPR_THREADS"; then USE_PTHREADS=1 fi @@@@ -2061,7 +2061,7 @@@@ _PTHREAD_LDFLAGS= fi ;; - *-freebsd*|*-openbsd*|*-bsdi*|*-netbsd*) + *-freebsd*|*-openbsd*|*-bsdi*|*-netbsd*|*-dragonfly*) AC_DEFINE(_THREAD_SAFE) dnl -pthread links in -lc_r, so don't specify it explicitly. if test "$ac_cv_have_dash_pthread" = "yes"; then @@@@ -2114,7 +2114,7 @@@@ AC_DEFINE(_PR_NEED_PTHREAD_INIT) fi ;; -*-freebsd*) +*-freebsd*|*-dragonfly*) if test -n "$USE_NSPR_THREADS"; then AC_DEFINE(_PR_LOCAL_THREADS_ONLY) fi @ 1.5 log @Update to Firefox 2.0.0.3 (nb1), from www/firefox2* (see there for history and change notes). Firefox 1.5.0.x will be maintained in www/firefox15*, as discussed on tech-pkg. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.1.1.1 2006/10/24 22:20:11 ghen Exp $ @ 1.4 log @ Update firefox & firefox-gtk1 to 1.5 Including fix for long title & history file problem. http://www.mozilla.org/security/history-title.html https://bugzilla.mozilla.org/show_bug.cgi?id=319004 What's New in Firefox 1.5 Firefox 1.5 is the next version of our award-winning Web browser. Here's what's new in Firefox 1.5: * Automated update to streamline product upgrades. Notification of an update is more prominent, and updates to Firefox may now be half a megabyte or smaller. Updating extensions has also improved. * Faster browser navigation with improvements to back and forward button performance. * Drag and drop reordering for browser tabs. * Improvements to popup blocking. * Clear Private Data feature provides an easy way to quickly remove personal data through a menu item or keyboard shortcut. * Answers.com is added to the search engine list. * Improvements to product usability including descriptive error pages, redesigned options menu, RSS discovery, and "Safe Mode" experience. * Better accessibility including support for DHTML accessibility and assistive technologies such as the Window-Eyes 5.5 beta screen reader for Microsoft Windows. Screen readers read aloud all available information in applications and documents or show the information on a Braille display, enabling blind and visually impaired users to use equivalent software functionality as their sighted peers. * Report a broken Web site wizard to report Web sites that are not working in Firefox. * Better support for Mac OS X (10.2 and greater) including profile migration from Safari and Mac Internet Explorer. * New support for Web Standards including SVG, CSS 2 and CSS 3, and JavaScript 1.6. * Many security enhancements. The Burning Edge has more detailed lists of new features and notable bug fixes. http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Add DragonFly support for Firefox 1.0.7. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.2 2005/09/22 14:14:04 jlam Exp $ d3 4 a6 3 --- directory/c-sdk/configure.in.orig 2004-09-14 20:59:40.000000000 +0000 +++ directory/c-sdk/configure.in @@@@ -52,7 +52,7 @@@@ USE_64= d15 1 a15 1 @@@@ -888,7 +888,7 @@@@ case "$target" in d24 1 a24 1 @@@@ -2046,7 +2046,7 @@@@ if test -n "$USE_PTHREADS"; then d33 1 a33 1 @@@@ -2099,7 +2099,7 @@@@ case "$target" in @ 1.2 log @Update www/firefox and www/firefox-gtk1 to version 1.0.7. Changes from version 1.0.6 include: * Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens * Fix to prevent URLs passed from external programs from being parsed by the shell (Linux only) * Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement * Fix to restore InstallTrigger.getVersion() for Extension authors * Other stability and security fixes Approved by taya. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.1 2005/07/25 15:46:51 adam Exp $ d14 27 @ 1.1 log @Use pkgsrc optimisation (CFLAGS, CXXFLAGS) = faster binary, less memory usage @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- directory/c-sdk/configure.in.orig 2005-07-23 11:36:39.000000000 +0000 @ 1.1.1.1 log @Import firefox-3.5.2 as www/firefox. from pkgsrc-wip. Firefox 3.5 is based on the Gecko 1.9.1 rendering platform. Firefox 3.5 offers many changes over the previous version, supporting new web technologies, improving performance and ease of use. Some of the notable features are: * Support for the HTML5