Chase changes to firefox
Approved by: marcus (co mentor)
This commit is contained in:
parent
56ed3684e4
commit
19bd6140a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121507
10 changed files with 18 additions and 27 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= librsvg2
|
||||
PORTVERSION= 2.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8
|
||||
|
@ -50,8 +51,8 @@ OPTIONS= MOZILLA_PLUGIN "Enable the RSVG browser plug-in" no
|
|||
|
||||
.if defined(WITH_MOZILLA_PLUGIN)
|
||||
.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox"
|
||||
BUILD_DEPENDS+= ${X11BASE}/lib/firefox/lib/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
|
||||
RUN_DEPENDS+= ${X11BASE}/lib/firefox/lib/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
|
||||
BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
|
||||
RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
|
||||
.else
|
||||
BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX}
|
||||
RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX}
|
||||
|
@ -69,7 +70,7 @@ HEADERS_SUFX=
|
|||
HEADERS_SUFX= -devel
|
||||
.else
|
||||
.if ${WITH_MOZILLA}=="firefox"
|
||||
CONFIGURE_ENV+= PKG_CONFIG_PATH=${X11BASE}/lib/firefox/lib/pkgconfig
|
||||
HEADERS_SUFX=
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= flashplugin-firefox
|
||||
PORTVERSION= 0.4.10
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.swift-tools.net/Flash/
|
||||
DISTNAME= flash-${PORTVERSION}
|
||||
|
@ -22,7 +22,7 @@ RUN_DEPENDS?= firefox:${PORTSDIR}/www/firefox
|
|||
USE_X_PREFIX= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Plugin
|
||||
PLUGIN_DIR?= lib/firefox/lib/firefox-1.0/plugins
|
||||
PLUGIN_DIR?= lib/firefox/plugins
|
||||
PLIST_SUB+= PLUGIN_DIR=${PLUGIN_DIR}
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mozex
|
||||
PORTREVISION= 2
|
||||
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= mozex
|
||||
PORTVERSION= 1.07
|
||||
PORTREVISION= 1
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= www mail news ftp
|
||||
MASTER_SITES= http://downloads.mozdev.org/mozex/ \
|
||||
http://mozdev.sweetooth.org/mozex/
|
||||
|
|
|
@ -38,12 +38,12 @@ MOZDIR!= ${FIND} ${X11BASE}/lib -name firefox-bin -exec dirname {} \; | ${HEAD}
|
|||
MOZDIR=
|
||||
. endif
|
||||
. if empty(MOZDIR)
|
||||
MOZVER= firefox-1.0 # Warning! chase this when upgrading firefox.
|
||||
MOZVER= firefox
|
||||
. else
|
||||
MOZVER!= ${BASENAME} ${MOZDIR}
|
||||
. endif
|
||||
MOZPORT= firefox
|
||||
MOZLDIR= lib/firefox/lib/${MOZVER}
|
||||
MOZLDIR= lib/firefox
|
||||
.endif
|
||||
.if empty(MOZDIR)
|
||||
MOZDIR= ${X11BASE}/${MOZLDIR}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= mplayerplug-in
|
||||
PORTVERSION= 2.70
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= mplayerplug-in
|
||||
|
@ -16,8 +16,8 @@ MAINTAINER= marcus@FreeBSD.org
|
|||
COMMENT= A Mozilla plugin for the MPlayer media player
|
||||
|
||||
.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox"
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/firefox/lib/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
|
||||
RUN_DEPENDS= ${X11BASE}/lib/firefox/lib/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
|
||||
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
|
||||
RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox
|
||||
.else
|
||||
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX}
|
||||
RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX}
|
||||
|
@ -45,19 +45,7 @@ HEADERS_SUFX=
|
|||
.if ${WITH_MOZILLA}=="mozilla-devel"
|
||||
HEADERS_SUFX= -devel
|
||||
.else
|
||||
.if ${WITH_MOZILLA}=="mozilla-devel-gtk1"
|
||||
HEADERS_SUFX= -devel-gtk1
|
||||
CONFIGURE_ARGS+= --disable-gtk2 \
|
||||
--enable-gtk1
|
||||
.else
|
||||
.if ${WITH_MOZILLA}=="firefox"
|
||||
CONFIGURE_ENV+= PKG_CONFIG_PATH=${X11BASE}/lib/firefox/lib/pkgconfig
|
||||
.else
|
||||
HEADERS_SUFX= -gtk1
|
||||
CONFIGURE_ARGS+= --disable-gtk2 \
|
||||
--enable-gtk1
|
||||
.endif
|
||||
.endif
|
||||
HEADERS_SUFX=
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
@ -69,8 +57,6 @@ pre-everything::
|
|||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} " firefox "
|
||||
@${ECHO_MSG} " mozilla-devel "
|
||||
@${ECHO_MSG} " mozilla-gtk1 "
|
||||
@${ECHO_MSG} " mozilla-devel-gtk1 "
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= preferential
|
||||
POREREVISION= 2
|
||||
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= preferential
|
||||
PORTVERSION= 0.6.1a
|
||||
PORTREVISION= 1
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://downloads.mozdev.org/preferential/versions/ \
|
||||
http://mozdev.mirrors.nyphp.org/preferential/versions/
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mozex
|
||||
PORTREVISION= 2
|
||||
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= preferential
|
||||
POREREVISION= 2
|
||||
#PKGNAMESUFFIX set to -firefox in ../mozex/Makefile.xpi
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue