diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-06 08:05:55 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-06 08:05:55 +0800 |
commit | b7aa58f4487e17eccb6dbf607af7dc336d15b55d (patch) | |
tree | 89bb03cd901de4ce337b7edd7fd6d2798980f574 /www/seamonkey/Makefile | |
parent | 18de1da38753695e59a7b1caa84c3091546143b2 (diff) | |
download | marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.gz marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.bz2 marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.lz marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.xz marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.zst marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.zip |
Update to 1.1
Note: this is a stable release and it does belong in ports... Just a little
backporting love is needed
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8288 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 890d23311..c8193ec9f 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,12 +3,11 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/seamonkey/Makefile,v 1.44 2006/12/15 22:20:32 ahze Exp $ +# $MCom: ports/www/seamonkey/Makefile,v 1.45 2006/12/22 02:06:26 mezz Exp $ # PORTNAME= seamonkey -DISTVERSION= 1.1b -PORTREVISION= 1 +DISTVERSION= 1.1 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION} @@ -48,6 +47,8 @@ OPTIONS=MAILNEWS "Enable Mail and News modules" on \ .include <bsd.port.pre.mk> +GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} + .if exists(${LOCALBASE}/include/cairo/cairo-glitz.h) # Glitz support can only be enabled if cairo is built with glitz support MOZ_OPTIONS+= --enable-glitz @@ -97,6 +98,8 @@ MOZ_OPTIONS+= --disable-composer .endif post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/security/manager/ssl/src/Makefile.in ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ ${WRKSRC}/storage/build/Makefile.in @${REINPLACE_CMD} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ |