mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
* Update to 1.0.3 [1]
* Add optional Evolution support Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1]
This commit is contained in:
parent
126a39898a
commit
1a2a4eb8d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121503
@ -5,8 +5,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gaim
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -22,6 +21,7 @@ USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gtk20
|
||||
WANT_GNOME= yes
|
||||
USE_PERL5= yes
|
||||
USE_BZIP2= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
@ -39,6 +39,14 @@ MAN1= gaim.1 gaim-remote.1
|
||||
WITH_GNUTLS= yes
|
||||
.endif
|
||||
|
||||
.if ${HAVE_GNOME:Mevolutiondataserver}!=""
|
||||
USE_GNOME+= evolutiondataserver
|
||||
PLIST_SUB+= EVO=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-gevolution
|
||||
PLIST_SUB+= EVO="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
||||
.else
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gaim-1.0.2.tar.bz2) = 80fbe23c6206ca6c0c62c30d5091d7e4
|
||||
SIZE (gaim-1.0.2.tar.bz2) = 4809084
|
||||
MD5 (gaim-1.0.3.tar.bz2) = d0c40cbb57a80813fd495d3ffc6259df
|
||||
SIZE (gaim-1.0.3.tar.bz2) = 4810182
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- plugins/Makefile.in.orig Sun May 30 17:53:41 2004
|
||||
+++ plugins/Makefile.in Sun May 30 17:54:22 2004
|
||||
@@ -285,7 +285,7 @@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
-DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker
|
||||
+DIST_SUBDIRS = docklet gaim-remote gestures perl ssl tcl ticker
|
||||
-@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR = gevolution
|
||||
+@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR =
|
||||
@USE_PERL_TRUE@PERL_DIR = perl
|
||||
|
@ -74,6 +74,7 @@ lib/gaim/docklet.so
|
||||
lib/gaim/extplacement.so
|
||||
lib/gaim/gaim-remote.so
|
||||
lib/gaim/gestures.so
|
||||
%%EVO%%lib/gaim/gevolution.so
|
||||
lib/gaim/history.so
|
||||
lib/gaim/iconaway.so
|
||||
lib/gaim/idle.so
|
||||
|
@ -5,8 +5,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gaim
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES?= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -22,6 +21,7 @@ USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gtk20
|
||||
WANT_GNOME= yes
|
||||
USE_PERL5= yes
|
||||
USE_BZIP2= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
@ -39,6 +39,14 @@ MAN1= gaim.1 gaim-remote.1
|
||||
WITH_GNUTLS= yes
|
||||
.endif
|
||||
|
||||
.if ${HAVE_GNOME:Mevolutiondataserver}!=""
|
||||
USE_GNOME+= evolutiondataserver
|
||||
PLIST_SUB+= EVO=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-gevolution
|
||||
PLIST_SUB+= EVO="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GNUTLS)
|
||||
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
||||
.else
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gaim-1.0.2.tar.bz2) = 80fbe23c6206ca6c0c62c30d5091d7e4
|
||||
SIZE (gaim-1.0.2.tar.bz2) = 4809084
|
||||
MD5 (gaim-1.0.3.tar.bz2) = d0c40cbb57a80813fd495d3ffc6259df
|
||||
SIZE (gaim-1.0.3.tar.bz2) = 4810182
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- plugins/Makefile.in.orig Sun May 30 17:53:41 2004
|
||||
+++ plugins/Makefile.in Sun May 30 17:54:22 2004
|
||||
@@ -285,7 +285,7 @@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
-DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker
|
||||
+DIST_SUBDIRS = docklet gaim-remote gestures perl ssl tcl ticker
|
||||
-@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR = gevolution
|
||||
+@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR =
|
||||
@USE_PERL_TRUE@PERL_DIR = perl
|
||||
|
@ -74,6 +74,7 @@ lib/gaim/docklet.so
|
||||
lib/gaim/extplacement.so
|
||||
lib/gaim/gaim-remote.so
|
||||
lib/gaim/gestures.so
|
||||
%%EVO%%lib/gaim/gevolution.so
|
||||
lib/gaim/history.so
|
||||
lib/gaim/iconaway.so
|
||||
lib/gaim/idle.so
|
||||
|
Loading…
Reference in New Issue
Block a user