summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-24 04:49:58 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-24 04:49:58 +0800
commita2cd860ca2272ad824a43a711bb6eb582042a1e7 (patch)
treecc14178b27b147620e6f4bd8c1a7264ac76fa5bc /mail
parent4fe58c5174ecff2088ae7b8489dbf7f3959e79fd (diff)
downloadmarcuscom-ports-a2cd860ca2272ad824a43a711bb6eb582042a1e7.tar
marcuscom-ports-a2cd860ca2272ad824a43a711bb6eb582042a1e7.tar.gz
marcuscom-ports-a2cd860ca2272ad824a43a711bb6eb582042a1e7.tar.bz2
marcuscom-ports-a2cd860ca2272ad824a43a711bb6eb582042a1e7.tar.lz
marcuscom-ports-a2cd860ca2272ad824a43a711bb6eb582042a1e7.tar.xz
marcuscom-ports-a2cd860ca2272ad824a43a711bb6eb582042a1e7.tar.zst
marcuscom-ports-a2cd860ca2272ad824a43a711bb6eb582042a1e7.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] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4863 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile
index f2f3aa54a..c0a98456d 100644
--- a/mail/thunderbird-devel/Makefile
+++ b/mail/thunderbird-devel/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/mail/thunderbird-devel/Makefile,v 1.8 2005/09/12 21:01:45 marcus Exp $
+# $MCom: ports/mail/thunderbird-devel/Makefile,v 1.9 2005/09/12 21:07:23 marcus Exp $
#
PORTNAME= thunderbird
DISTVERSION= 1.5b1
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source
@@ -44,7 +45,6 @@ NO_MTREE= yes
WRKSRC= ${WRKDIR}/mozilla
LOCAL_SUBDIR= lib/${PORTNAME}
LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR}
-ESD_LIB= libesd.so.2
THUNDERBIRD= ${PORTNAME}
THUNDERBIRD_VER= 1.4
@@ -119,7 +119,7 @@ post-patch:
${WRKSRC}/security/coreconf/FreeBSD.mk \
${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \
${WRKSRC}/js/src/Makefile.in
- @${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|${ESD_LIB}|g' \
+ @${REINPLACE_CMD} -E -e 's|libesd\.so\.[0-9]+|libesd.so|g' \
${WRKSRC}/widget/src/gtk2/nsSound.cpp
@${REINPLACE_CMD} -E -e 's|libcups\.so\.[0-9]+|libcups.no|g' \
${WRKSRC}/gfx/src/gtk/nsDeviceContextSpecG.cpp