aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-09-23 20:42:37 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-09-23 20:42:37 +0000
commitf0120ed0a281524bed82bb81de18bac5a89d19bc (patch)
tree031f8b49244c1f8a6c86b672f9e6e8dac4f85494 /www/seamonkey2
parent4c17727bf4b9847874a2167aa3d6abec6fa38fe5 (diff)
downloadports-f0120ed0a281524bed82bb81de18bac5a89d19bc.tar.gz
ports-f0120ed0a281524bed82bb81de18bac5a89d19bc.zip
- Fix the sed for libesd and kill the major version of library
(libesd.so.2 -> libesd.so). [1] - Update Java plugins by remove old and correct Java 1.5 plugin path. [2] - Bump the PORTREVISION. PR: ports/86430 [1] Submitted by: Mark Hobden <markhobden@gmail.com> [1] glewis [2]
Notes
Notes: svn path=/head/; revision=143467
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index a08080b44197..15a184b440ad 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mozilla
PORTVERSION= 1.8.b1
-PORTREVISION?= 5
+PORTREVISION?= 6
PORTEPOCH?= 2
CATEGORIES?= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -83,17 +83,14 @@ PLIST= ${WRKDIR}/pkg-plist
MOZ_EXTENSIONS= default
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
-ESD_LIB= libesd.so.2
FREETYPE_LIB= libfreetype.so.9
PKGCONFIG_FILES=mozilla-gtkmozembed mozilla-js mozilla-xpcom \
mozilla-nspr mozilla-nss mozilla-plugin
# JPI stuff. List paths to Java Plug-ins here in the order to try.
JPI_LIST?=\
- ${LOCALBASE}/jdk1.4.2/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \
- ${LOCALBASE}/jdk1.4.1/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so \
- ${LOCALBASE}/diablo-jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so \
- ${LOCALBASE}/jdk1.3.1/jre/plugin/${ARCH}/ns600/libjavaplugin_oji.so
+ ${LOCALBASE}/jdk1.5.0/jre/plugin/${ARCH}/ns7/libjavaplugin_oji.so \
+ ${LOCALBASE}/jdk1.4.2/jre/plugin/${ARCH}/ns610/libjavaplugin_oji.so
OPTIONS=MAILNEWS "Enable Mail and News modules" on \
COMPOSER "Enable the HTML Composer module" on \
@@ -230,7 +227,7 @@ post-patch:
${WRKSRC}/security/coreconf/FreeBSD.mk \
${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \
${WRKSRC}/js/src/Makefile.in
- @${REINPLACE_CMD} -e 's|libesd\.so\.0|${ESD_LIB}|g' \
+ @${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|libesd.so|g' \
${WRKSRC}/widget/src/gtk2/nsSound.cpp
@${REINPLACE_CMD} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \
${WRKSRC}/modules/libpref/src/init/all.js