freebsd-ports/www/flock/Makefile
Martin Wilke 74e4ab6818 - Update Flock to 2.5
New Features in 2.5

    * Based on the Firefox 3 technology, providing a faster, safer, and more stable web surfing experience.
    * Incorporated Mozilla's 3.0.10 patch for Firefox.
    * Facebook Chat has been integrated as an Instant Messaging service. Facebook Chat User Guide
    * Twitter features in the People Sidebar have undergone a complete overhaul, and now allow for several new options. People Sidebar User Guide
    * Twitter Live Results have been added to the search chrome.
    * Twitter Search widget has been added to MyWorld. Twitter Search User Guide
    * FlockCast has been integrated as a new feature in Facebook, allowing you to easily broadcast your actions from around
      the web directly onto your Facebook page. FlockCast User Guide
    * Bebo has been integrated as a People service.

Fixed Issues

    * Corrupted data cache issue with the Lucene folder is now fixed
    * Magnolia service support has been removed.
    * Cooliris and Google Toolbar can now be installed in Flock 2.5 .
    * Search engine icon now only appears when Flock detects a search engine on the web page.
    * Digg Man has been removed from the default chrome. To re-enable it, please right-click on the
      toolbar (ctrl-click on Mac), choose Customize, and drag and drop the Digg Man icon into the toolbar. Digg Man User Guide
    * Due to a compatibility issue, the Dublin and MyBlue themes will be disabled after migrating to Flock 2.5 .
    * Fixed the issue where Flock could not be set as the default browser.
    * Fixed the issue where it was impossible to add a favorite with the star icon.
    * Fixed the issue where large amounts of friends would not load in the Flickr People Sidebar.
    * Fixed the issue where the list of YouTube friends was not properly updated.
    * Fixed the issue where no edits could be made in the QuickUploader.
    * Fixed the issue where Favorites Menu>Feeds did not open the Feeds Sidebar.
    * Fixed the issue where Flickr new media notifications keep notifying of the same new media.
2009-05-23 01:07:49 +00:00

114 lines
3.8 KiB
Makefile

# New ports collection makefile for: phoenix
# Date created: 2002/10/21
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= flock
DISTVERSION= 2.5
CATEGORIES= www
MASTER_SITES= http://ftp.osuosl.org/pub/${PORTNAME}/releases/${PORTVERSION}/ \
http://flock.vo.llnwd.net/o23/archive/${PORTNAME}/releases/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= gecko@FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene \
avcodec.1:${PORTSDIR}/multimedia/ffmpeg
USE_GECKO= gecko
MOZILLA_NAME= Flock
USE_MOZILLA= -png -nss -dbm -jpeg
MOZ_TOOLKIT= cairo-gtk2
WRKSRC?= ${WRKDIR}/source-svn-export-${DISTVERSION}/mozilla
WANT_GNOME= yes
ALL_TARGET= default
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
EXTRA_CFLAGS= -O2
HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
WANT_PERL= yes
GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/chrome/icons/default/default.xpm
GECKO_PLIST_PRE_DIRS= lib/${MOZILLA} lib/${MOZILLA}/chrome \
lib/${MOZILLA}/chrome/icons/default lib/${MOZILLA}/chrome/icons \
lib/${MOZILLA}-devel-${DISTVERSION}/sdk/include \
lib/${MOZILLA}-devel-${DISTVERSION}/sdk/idl \
lib/${MOZILLA}-devel-${DISTVERSION}/lib \
lib/${MOZILLA}-devel-${DISTVERSION}/bin \
lib/${MOZILLA}-devel-${DISTVERSION}/include \
lib/${MOZILLA}-devel-${DISTVERSION}/idl
MOZ_PKGCONFIG_FILES=
MAKE_JOBS_SAFE= yes
NO_MOZPKGINSTALL=yes
FLOCK_ICON= ${MOZILLA}.xpm
FLOCK_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm
MOZ_OPTIONS= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
--enable-application=browser \
--enable-system-cairo \
--enable-official-branding \
--enable-canvas \
--enable-libxul \
--with-clucene-prefix=${LOCALBASE} \
--with-ffmpeg-prefix=${LOCALBASE}
SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/${PORTNAME}.js
MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome
OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off
.include <bsd.port.pre.mk>
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
.if ${HAVE_GNOME:Mlibgnomeui}!=""
USE_GNOME+= libgnomeui
MOZ_OPTIONS+= --enable-gnomeui
.else
MOZ_OPTIONS+= --disable-gnomeui
.endif
.if defined(WITHOUT_DBUS)
MOZ_OPTIONS+= --disable-dbus
.else
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
IGNORE= does not run, update to 6.2-RELEASE or newer
.endif
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
post-extract::
@${SED} -e 's|@FLOCK_ICON@|${FLOCK_ICON}|' -e 's|@MOZILLA@|${MOZILLA}-browser|' \
-e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \
<${FILESDIR}/flock.desktop.in >${WRKDIR}/${MOZILLA}.desktop
post-patch:
${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \
${WRKSRC}/storage/build/Makefile.in \
${WRKSRC}/db/sqlite3/src/Makefile.in
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/security/manager/ssl/src/Makefile.in
@${FIND} ${WRKSRC} -name all.js | ${XARGS} ${REINPLACE_CMD} -e \
'/accessibility.typeaheadfind.enablesound/s/true/false/ ; \
/dom.disable_window_open_feature.toolbar/s/false/true/'
pre-install:
${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLIST}
${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST}
${ECHO_CMD} 'share/pixmaps/${FLOCK_ICON}' >> ${PLIST}
post-install:
${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/
${MKDIR} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default
${LN} -sf ${FLOCK_ICON_SRC} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default.xpm
${LN} -sf ${FLOCK_ICON_SRC} ${PREFIX}/share/pixmaps/${FLOCK_ICON}
.include <bsd.port.post.mk>