From owner-cvs-ports@FreeBSD.ORG Mon Jun 30 20:16:23 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AE421065672; Mon, 30 Jun 2008 20:16:23 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA9BE8FC14; Mon, 30 Jun 2008 20:16:22 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5UKGM6k032602; Mon, 30 Jun 2008 20:16:22 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5UKGM9R032601; Mon, 30 Jun 2008 20:16:22 GMT (envelope-from mezz) Message-Id: <200806302016.m5UKGM9R032601@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 30 Jun 2008 20:16:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.gecko.mk bsd.gnome.mk bsd.port.mk ports/www Makefile ports/converters/pdf2djvu Makefile ports/graphics/cairo Makefile distinfo ports/graphics/cairomm Makefile distinfo pkg-plist ports/graphics/epdfview Makefile ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 20:16:23 -0000 mezz 2008-06-30 20:16:22 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk bsd.port.mk www Makefile converters/pdf2djvu Makefile graphics/cairo Makefile distinfo graphics/cairomm Makefile distinfo pkg-plist graphics/epdfview Makefile graphics/evince Makefile graphics/gimp-app Makefile graphics/inkscape Makefile graphics/poppler Makefile distinfo pkg-plist graphics/poppler/files patch-glib_Makefile.in patch-qt4_Makefile.in patch-qt_Makefile.in patch-utils_Makefile.in graphics/poppler-gtk Makefile pkg-plist graphics/poppler-qt4 Makefile pkg-plist graphics/popplerkit Makefile graphics/py-poppler Makefile distinfo pkg-plist graphics/ruby-cairo Makefile distinfo pkg-plist graphics/vindaloo Makefile mail/claws-mail-pdf_viewer Makefile print/pdfcube Makefile sysutils/tracker-client Makefile www/mozilla Makefile Makefile.common bsd.gecko.mk pkg-deinstall.in pkg-install.in x11/pixman Makefile distinfo pkg-plist Added files: Mk bsd.gecko.mk graphics/poppler/files patch-qt4_src_Makefile.in www/firefox3 Makefile distinfo pkg-descr pkg-message www/firefox3/files firefox.desktop.in patch-build_unix_run-mozilla.sh patch-config-mkdepend-imakemdep.h patch-config-rules.mk patch-config_autoconf.mk.in patch-config_mkdepend_Makefile.in patch-content_xslt_public_txDouble.h patch-db_sqlite3_src_Makefile.in patch-extensions_typeaheadfind_src_nsTypeAheadFind.cpp patch-extensions_typeaheadfind_src_nsTypeAheadFind.h patch-js_src_jsnum.c patch-layout_generic_Makefile.in patch-security-coreconf-FreeBSD.mk patch-security_manager_ssl_src_nsNSSComponent.cpp patch-storage_build_Makefile.in patch-toolkit_mozapps_installer_packager.mk patch-toolkit_xre_Makefile.in patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in Removed files: graphics/poppler/files patch-Makefile.in Log: First all, ahze did most of work. Thanks ahze! Last week or so, I am just merely pick up and help him. Thanks to many testers in both private and mailing list emails for report a few of build and dependencies problems. Also, thanks to marcus and Chess Griffin for test in their tinderboxes. x11/pixman: Update to 0.10.0 ------------------------------------------------------- Firefox 3 needs it. Orignal, the shared library was bumped and ahze has added a new feature in our USE_GNOME=ltverhack by can control the number of shared library. To control the number of shared library, add the ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your port, you need to make sure the ABI doesn't change to use it.. ------------------------------------------------------- graphics/cairo: Update to 1.6.4 ------------------------------------------------------- Firefox 3 needs it. We have updated most cairo binding ports too. ------------------------------------------------------- graphics/poppler: Update to 0.8.3 ------------------------------------------------------- The shared libraries version have been changed. All ports that depend on poppler have PORTREVISION bump. The graphics/py-poppler has been updated to 0.8.1 to work with newer poppler better. As for the poppler-qt, there is no shared library version change. ------------------------------------------------------- www/firefox3 and gecko ports related: Update to 3.0 final ------------------------------------------------------- The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it in backward compatibility, so the rest ports won't be break. We haven't add some other ports to have Firefox 3 support yet, so feel free to send us patch or commit it by yourself (to committers). However, view in bsd.gecko.mk for document. ------------------------------------------------------- Approved by: portmgr (marcus) Revision Changes Path 1.1 +653 -0 ports/Mk/bsd.gecko.mk (new) 1.148 +12 -7 ports/Mk/bsd.gnome.mk 1.595 +12 -1 ports/Mk/bsd.port.mk 1.4 +2 -1 ports/converters/pdf2djvu/Makefile 1.37 +4 -4 ports/graphics/cairo/Makefile 1.20 +3 -3 ports/graphics/cairo/distinfo 1.16 +3 -3 ports/graphics/cairomm/Makefile 1.9 +3 -3 ports/graphics/cairomm/distinfo 1.10 +1 -0 ports/graphics/cairomm/pkg-plist 1.15 +2 -2 ports/graphics/epdfview/Makefile 1.40 +3 -3 ports/graphics/evince/Makefile 1.220 +3 -3 ports/graphics/gimp-app/Makefile 1.47 +2 -2 ports/graphics/inkscape/Makefile 1.6 +1 -1 ports/graphics/poppler-gtk/Makefile 1.5 +2 -1 ports/graphics/poppler-gtk/pkg-plist 1.6 +2 -1 ports/graphics/poppler-qt4/Makefile 1.4 +3 -1 ports/graphics/poppler-qt4/pkg-plist 1.40 +9 -6 ports/graphics/poppler/Makefile 1.21 +3 -3 ports/graphics/poppler/distinfo 1.3 +0 -24 ports/graphics/poppler/files/patch-Makefile.in (dead) 1.5 +22 -23 ports/graphics/poppler/files/patch-glib_Makefile.in 1.3 +4 -4 ports/graphics/poppler/files/patch-qt4_Makefile.in 1.3 +28 -0 ports/graphics/poppler/files/patch-qt4_src_Makefile.in (new) 1.4 +9 -10 ports/graphics/poppler/files/patch-qt_Makefile.in 1.4 +21 -22 ports/graphics/poppler/files/patch-utils_Makefile.in 1.11 +3 -1 ports/graphics/poppler/pkg-plist 1.10 +1 -1 ports/graphics/popplerkit/Makefile 1.3 +4 -8 ports/graphics/py-poppler/Makefile 1.2 +3 -3 ports/graphics/py-poppler/distinfo 1.2 +2 -2 ports/graphics/py-poppler/pkg-plist 1.7 +6 -3 ports/graphics/ruby-cairo/Makefile 1.6 +3 -3 ports/graphics/ruby-cairo/distinfo 1.6 +2 -0 ports/graphics/ruby-cairo/pkg-plist 1.5 +1 -1 ports/graphics/vindaloo/Makefile 1.18 +1 -1 ports/mail/claws-mail-pdf_viewer/Makefile 1.4 +1 -1 ports/print/pdfcube/Makefile 1.22 +3 -3 ports/sysutils/tracker-client/Makefile 1.2080 +1 -0 ports/www/Makefile 1.1 +122 -0 ports/www/firefox3/Makefile (new) 1.1 +3 -0 ports/www/firefox3/distinfo (new) 1.1 +191 -0 ports/www/firefox3/files/firefox.desktop.in (new) 1.1 +12 -0 ports/www/firefox3/files/patch-build_unix_run-mozilla.sh (new) 1.1 +10 -0 ports/www/firefox3/files/patch-config-mkdepend-imakemdep.h (new) 1.1 +13 -0 ports/www/firefox3/files/patch-config-rules.mk (new) 1.1 +21 -0 ports/www/firefox3/files/patch-config_autoconf.mk.in (new) 1.1 +10 -0 ports/www/firefox3/files/patch-config_mkdepend_Makefile.in (new) 1.1 +20 -0 ports/www/firefox3/files/patch-content_xslt_public_txDouble.h (new) 1.1 +11 -0 ports/www/firefox3/files/patch-db_sqlite3_src_Makefile.in (new) 1.1 +46 -0 ports/www/firefox3/files/patch-extensions_typeaheadfind_src_nsTypeAheadFind.cpp (new) 1.1 +12 -0 ports/www/firefox3/files/patch-extensions_typeaheadfind_src_nsTypeAheadFind.h (new) 1.1 +28 -0 ports/www/firefox3/files/patch-js_src_jsnum.c (new) 1.1 +14 -0 ports/www/firefox3/files/patch-layout_generic_Makefile.in (new) 1.1 +24 -0 ports/www/firefox3/files/patch-security-coreconf-FreeBSD.mk (new) 1.1 +10 -0 ports/www/firefox3/files/patch-security_manager_ssl_src_nsNSSComponent.cpp (new) 1.1 +10 -0 ports/www/firefox3/files/patch-storage_build_Makefile.in (new) 1.1 +11 -0 ports/www/firefox3/files/patch-toolkit_mozapps_installer_packager.mk (new) 1.1 +8 -0 ports/www/firefox3/files/patch-toolkit_xre_Makefile.in (new) 1.1 +11 -0 ports/www/firefox3/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc (new) 1.1 +54 -0 ports/www/firefox3/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in (new) 1.1 +12 -0 ports/www/firefox3/pkg-descr (new) 1.1 +32 -0 ports/www/firefox3/pkg-message (new) 1.227 +2 -2 ports/www/mozilla/Makefile 1.32 +2 -435 ports/www/mozilla/Makefile.common 1.23 +1 -170 ports/www/mozilla/bsd.gecko.mk 1.15 +1 -1 ports/www/mozilla/pkg-deinstall.in 1.18 +1 -1 ports/www/mozilla/pkg-install.in 1.6 +4 -1 ports/x11/pixman/Makefile 1.3 +3 -3 ports/x11/pixman/distinfo 1.2 +1 -0 ports/x11/pixman/pkg-plist