1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to M18. Special thanks Steve Elmer <selmer@netscape.com> and David

Hyatt <hyatt@netscape.com> for pointing me at Bug 51677:
http://bugzilla.mozilla.org/show_bug.cgi?id=51677 from where the secret
spells were obtained to get the chrome installed properly.
This commit is contained in:
Jeremy Lea 2000-10-25 05:15:45 +00:00
parent 315855ac36
commit e379cc492a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34212
15 changed files with 13620 additions and 9660 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mozilla
PORTVERSION= M17
PORTVERSION= M18
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= mozilla/releases/${PORTVERSION:S/M/m/}/src
@ -14,24 +14,17 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= reg@FreeBSD.org
# This port has not been update to M18, because of the requirement of moving
# to world riteable directories. Until you can fix that, please don't send
# me patches.
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
IDL.2:${PORTSDIR}/devel/ORBit
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_NEWGCC= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-debug \
@ -52,8 +45,6 @@ CONFIGURE_ARGS= \
--with-pthreads \
--with-jpeg=${LOCALBASE} \
--with-png=${LOCALBASE}
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}"
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}"
@ -63,6 +54,8 @@ post-build:
@${CHMOD} 555 ${WRKSRC}/mozilla
@(cd ${WRKSRC}/dist/bin; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \
${ECHO} locale,install,select,en-US >> chrome/installed-chrome.txt; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
do-install:

View File

@ -1 +1 @@
MD5 (mozilla-source-M17.tar.bz2) = 6156cc3d6bb0a9d752ef5c883f80b1a0
MD5 (mozilla-source-M18.tar.bz2) = c92aadfd0a15ca7f48fafc2bbf321e0d

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
#
PORTNAME= mozilla
PORTVERSION= M17
PORTVERSION= M18
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= mozilla/releases/${PORTVERSION:S/M/m/}/src
@ -14,24 +14,17 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= reg@FreeBSD.org
# This port has not been update to M18, because of the requirement of moving
# to world riteable directories. Until you can fix that, please don't send
# me patches.
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
IDL.2:${PORTSDIR}/devel/ORBit
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_NEWGCC= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-debug \
@ -52,8 +45,6 @@ CONFIGURE_ARGS= \
--with-pthreads \
--with-jpeg=${LOCALBASE} \
--with-png=${LOCALBASE}
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}"
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}"
@ -63,6 +54,8 @@ post-build:
@${CHMOD} 555 ${WRKSRC}/mozilla
@(cd ${WRKSRC}/dist/bin; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \
${ECHO} locale,install,select,en-US >> chrome/installed-chrome.txt; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
do-install:

View File

@ -1 +1 @@
MD5 (mozilla-source-M17.tar.bz2) = 6156cc3d6bb0a9d752ef5c883f80b1a0
MD5 (mozilla-source-M18.tar.bz2) = c92aadfd0a15ca7f48fafc2bbf321e0d

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
#
PORTNAME= mozilla
PORTVERSION= M17
PORTVERSION= M18
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= mozilla/releases/${PORTVERSION:S/M/m/}/src
@ -14,24 +14,17 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= reg@FreeBSD.org
# This port has not been update to M18, because of the requirement of moving
# to world riteable directories. Until you can fix that, please don't send
# me patches.
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
IDL.2:${PORTSDIR}/devel/ORBit
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_NEWGCC= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-debug \
@ -52,8 +45,6 @@ CONFIGURE_ARGS= \
--with-pthreads \
--with-jpeg=${LOCALBASE} \
--with-png=${LOCALBASE}
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}"
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}"
@ -63,6 +54,8 @@ post-build:
@${CHMOD} 555 ${WRKSRC}/mozilla
@(cd ${WRKSRC}/dist/bin; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \
${ECHO} locale,install,select,en-US >> chrome/installed-chrome.txt; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
do-install:

View File

@ -1 +1 @@
MD5 (mozilla-source-M17.tar.bz2) = 6156cc3d6bb0a9d752ef5c883f80b1a0
MD5 (mozilla-source-M18.tar.bz2) = c92aadfd0a15ca7f48fafc2bbf321e0d

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
#
PORTNAME= mozilla
PORTVERSION= M17
PORTVERSION= M18
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= mozilla/releases/${PORTVERSION:S/M/m/}/src
@ -14,24 +14,17 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= reg@FreeBSD.org
# This port has not been update to M18, because of the requirement of moving
# to world riteable directories. Until you can fix that, please don't send
# me patches.
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
IDL.2:${PORTSDIR}/devel/ORBit
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_NEWGCC= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-debug \
@ -52,8 +45,6 @@ CONFIGURE_ARGS= \
--with-pthreads \
--with-jpeg=${LOCALBASE} \
--with-png=${LOCALBASE}
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}"
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}"
@ -63,6 +54,8 @@ post-build:
@${CHMOD} 555 ${WRKSRC}/mozilla
@(cd ${WRKSRC}/dist/bin; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \
${ECHO} locale,install,select,en-US >> chrome/installed-chrome.txt; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
do-install:

View File

@ -1 +1 @@
MD5 (mozilla-source-M17.tar.bz2) = 6156cc3d6bb0a9d752ef5c883f80b1a0
MD5 (mozilla-source-M18.tar.bz2) = c92aadfd0a15ca7f48fafc2bbf321e0d

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
#
PORTNAME= mozilla
PORTVERSION= M17
PORTVERSION= M18
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= mozilla/releases/${PORTVERSION:S/M/m/}/src
@ -14,24 +14,17 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= reg@FreeBSD.org
# This port has not been update to M18, because of the requirement of moving
# to world riteable directories. Until you can fix that, please don't send
# me patches.
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
IDL.2:${PORTSDIR}/devel/ORBit
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_NEWGCC= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-debug \
@ -52,8 +45,6 @@ CONFIGURE_ARGS= \
--with-pthreads \
--with-jpeg=${LOCALBASE} \
--with-png=${LOCALBASE}
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}"
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}"
@ -63,6 +54,8 @@ post-build:
@${CHMOD} 555 ${WRKSRC}/mozilla
@(cd ${WRKSRC}/dist/bin; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \
${ECHO} locale,install,select,en-US >> chrome/installed-chrome.txt; \
${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
do-install:

View File

@ -1 +1 @@
MD5 (mozilla-source-M17.tar.bz2) = 6156cc3d6bb0a9d752ef5c883f80b1a0
MD5 (mozilla-source-M18.tar.bz2) = c92aadfd0a15ca7f48fafc2bbf321e0d

File diff suppressed because it is too large Load Diff