mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
* Update to 0.3
* Remove GTK1 support See the Thunderbird release notes at http://www.mozilla.org/projects/thunderbird/release-notes.html for a list of what's new and what's changed.
This commit is contained in:
parent
9f56449994
commit
83037c0e8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91350
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= thunderbird
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
|
||||
@ -33,15 +33,7 @@ USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET= default
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
USE_GNOME= gtk20 libidl
|
||||
PKGNAMESUFFIX= -gtk2
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk2
|
||||
.else
|
||||
USE_GNOME= gtk12 orbit
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk1
|
||||
.endif
|
||||
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/mozilla
|
||||
@ -79,10 +71,6 @@ CONFIGURE_ENV+= WITHOUT_XFT=yes
|
||||
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
|
||||
.endif # !defined(WITHOUT_XFT)
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
CONFIGURE_ENV+= WITH_GTK2=yes
|
||||
.endif # defined(WITH_GTK2)
|
||||
|
||||
CPPFLAGS+= -I${X11BASE}/include
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${X11BASE}/lib
|
||||
|
@ -1 +1 @@
|
||||
MD5 (thunderbird-source-0.2.tar.bz2) = 424889127818a4db06f06edd62448a4a
|
||||
MD5 (thunderbird-source-0.3.tar.bz2) = 63bfc18db94e605a25a222e417d3a69d
|
||||
|
@ -16,6 +16,7 @@ ac_add_options --disable-profilesharing
|
||||
ac_add_options --enable-extensions=wallet,spellcheck
|
||||
ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
|
||||
ac_add_options --enable-image-decoders=png,gif,jpeg
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
######################################################################
|
||||
# FBSD specific
|
||||
export CPPFLAGS="@CPPFLAGS@"
|
||||
@ -61,9 +62,4 @@ if test -z "$WITHOUT_XFT"; then
|
||||
else
|
||||
ac_add_options --disable-xft
|
||||
fi # test -z "$WITHOUT_XFT"
|
||||
if test -n "$WITH_GTK2"; then
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
else
|
||||
ac_add_options --enable-default-toolkit=gtk
|
||||
fi # test -n "$WITH_GTK2"
|
||||
######################################################################
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= thunderbird
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
|
||||
@ -33,15 +33,7 @@ USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET= default
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
USE_GNOME= gtk20 libidl
|
||||
PKGNAMESUFFIX= -gtk2
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk2
|
||||
.else
|
||||
USE_GNOME= gtk12 orbit
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk1
|
||||
.endif
|
||||
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/mozilla
|
||||
@ -79,10 +71,6 @@ CONFIGURE_ENV+= WITHOUT_XFT=yes
|
||||
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
|
||||
.endif # !defined(WITHOUT_XFT)
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
CONFIGURE_ENV+= WITH_GTK2=yes
|
||||
.endif # defined(WITH_GTK2)
|
||||
|
||||
CPPFLAGS+= -I${X11BASE}/include
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${X11BASE}/lib
|
||||
|
@ -1 +1 @@
|
||||
MD5 (thunderbird-source-0.2.tar.bz2) = 424889127818a4db06f06edd62448a4a
|
||||
MD5 (thunderbird-source-0.3.tar.bz2) = 63bfc18db94e605a25a222e417d3a69d
|
||||
|
@ -16,6 +16,7 @@ ac_add_options --disable-profilesharing
|
||||
ac_add_options --enable-extensions=wallet,spellcheck
|
||||
ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
|
||||
ac_add_options --enable-image-decoders=png,gif,jpeg
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
######################################################################
|
||||
# FBSD specific
|
||||
export CPPFLAGS="@CPPFLAGS@"
|
||||
@ -61,9 +62,4 @@ if test -z "$WITHOUT_XFT"; then
|
||||
else
|
||||
ac_add_options --disable-xft
|
||||
fi # test -z "$WITHOUT_XFT"
|
||||
if test -n "$WITH_GTK2"; then
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
else
|
||||
ac_add_options --enable-default-toolkit=gtk
|
||||
fi # test -n "$WITH_GTK2"
|
||||
######################################################################
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= thunderbird
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
|
||||
@ -33,15 +33,7 @@ USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET= default
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
USE_GNOME= gtk20 libidl
|
||||
PKGNAMESUFFIX= -gtk2
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk2
|
||||
.else
|
||||
USE_GNOME= gtk12 orbit
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk1
|
||||
.endif
|
||||
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/mozilla
|
||||
@ -79,10 +71,6 @@ CONFIGURE_ENV+= WITHOUT_XFT=yes
|
||||
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
|
||||
.endif # !defined(WITHOUT_XFT)
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
CONFIGURE_ENV+= WITH_GTK2=yes
|
||||
.endif # defined(WITH_GTK2)
|
||||
|
||||
CPPFLAGS+= -I${X11BASE}/include
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${X11BASE}/lib
|
||||
|
@ -1 +1 @@
|
||||
MD5 (thunderbird-source-0.2.tar.bz2) = 424889127818a4db06f06edd62448a4a
|
||||
MD5 (thunderbird-source-0.3.tar.bz2) = 63bfc18db94e605a25a222e417d3a69d
|
||||
|
@ -16,6 +16,7 @@ ac_add_options --disable-profilesharing
|
||||
ac_add_options --enable-extensions=wallet,spellcheck
|
||||
ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
|
||||
ac_add_options --enable-image-decoders=png,gif,jpeg
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
######################################################################
|
||||
# FBSD specific
|
||||
export CPPFLAGS="@CPPFLAGS@"
|
||||
@ -61,9 +62,4 @@ if test -z "$WITHOUT_XFT"; then
|
||||
else
|
||||
ac_add_options --disable-xft
|
||||
fi # test -z "$WITHOUT_XFT"
|
||||
if test -n "$WITH_GTK2"; then
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
else
|
||||
ac_add_options --enable-default-toolkit=gtk
|
||||
fi # test -n "$WITH_GTK2"
|
||||
######################################################################
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= thunderbird
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
|
||||
@ -33,15 +33,7 @@ USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET= default
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
USE_GNOME= gtk20 libidl
|
||||
PKGNAMESUFFIX= -gtk2
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk2
|
||||
.else
|
||||
USE_GNOME= gtk12 orbit
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk1
|
||||
.endif
|
||||
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/mozilla
|
||||
@ -79,10 +71,6 @@ CONFIGURE_ENV+= WITHOUT_XFT=yes
|
||||
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
|
||||
.endif # !defined(WITHOUT_XFT)
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
CONFIGURE_ENV+= WITH_GTK2=yes
|
||||
.endif # defined(WITH_GTK2)
|
||||
|
||||
CPPFLAGS+= -I${X11BASE}/include
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${X11BASE}/lib
|
||||
|
@ -1 +1 @@
|
||||
MD5 (thunderbird-source-0.2.tar.bz2) = 424889127818a4db06f06edd62448a4a
|
||||
MD5 (thunderbird-source-0.3.tar.bz2) = 63bfc18db94e605a25a222e417d3a69d
|
||||
|
@ -16,6 +16,7 @@ ac_add_options --disable-profilesharing
|
||||
ac_add_options --enable-extensions=wallet,spellcheck
|
||||
ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
|
||||
ac_add_options --enable-image-decoders=png,gif,jpeg
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
######################################################################
|
||||
# FBSD specific
|
||||
export CPPFLAGS="@CPPFLAGS@"
|
||||
@ -61,9 +62,4 @@ if test -z "$WITHOUT_XFT"; then
|
||||
else
|
||||
ac_add_options --disable-xft
|
||||
fi # test -z "$WITHOUT_XFT"
|
||||
if test -n "$WITH_GTK2"; then
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
else
|
||||
ac_add_options --enable-default-toolkit=gtk
|
||||
fi # test -n "$WITH_GTK2"
|
||||
######################################################################
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= thunderbird
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
||||
MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}
|
||||
@ -33,15 +33,7 @@ USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET= default
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
USE_GNOME= gtk20 libidl
|
||||
PKGNAMESUFFIX= -gtk2
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk2
|
||||
.else
|
||||
USE_GNOME= gtk12 orbit
|
||||
PLIST= ${PKGDIR}/pkg-plist.gtk1
|
||||
.endif
|
||||
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/mozilla
|
||||
@ -79,10 +71,6 @@ CONFIGURE_ENV+= WITHOUT_XFT=yes
|
||||
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
|
||||
.endif # !defined(WITHOUT_XFT)
|
||||
|
||||
.if defined(WITH_GTK2)
|
||||
CONFIGURE_ENV+= WITH_GTK2=yes
|
||||
.endif # defined(WITH_GTK2)
|
||||
|
||||
CPPFLAGS+= -I${X11BASE}/include
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${X11BASE}/lib
|
||||
|
@ -1 +1 @@
|
||||
MD5 (thunderbird-source-0.2.tar.bz2) = 424889127818a4db06f06edd62448a4a
|
||||
MD5 (thunderbird-source-0.3.tar.bz2) = 63bfc18db94e605a25a222e417d3a69d
|
||||
|
@ -16,6 +16,7 @@ ac_add_options --disable-profilesharing
|
||||
ac_add_options --enable-extensions=wallet,spellcheck
|
||||
ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
|
||||
ac_add_options --enable-image-decoders=png,gif,jpeg
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
######################################################################
|
||||
# FBSD specific
|
||||
export CPPFLAGS="@CPPFLAGS@"
|
||||
@ -61,9 +62,4 @@ if test -z "$WITHOUT_XFT"; then
|
||||
else
|
||||
ac_add_options --disable-xft
|
||||
fi # test -z "$WITHOUT_XFT"
|
||||
if test -n "$WITH_GTK2"; then
|
||||
ac_add_options --enable-default-toolkit=gtk2
|
||||
else
|
||||
ac_add_options --enable-default-toolkit=gtk
|
||||
fi # test -n "$WITH_GTK2"
|
||||
######################################################################
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user