diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:59:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:59:39 +0000 |
commit | 5f9ad71e350e62528ba082e74dcbcb267fab8a27 (patch) | |
tree | fbd86003ce3de6b05eeb946a7232ae16427877ff /net-im | |
parent | ff33f00db07d029d34bfe52fbd54e9c119a3074f (diff) | |
download | ports-5f9ad71e350e62528ba082e74dcbcb267fab8a27.tar.gz ports-5f9ad71e350e62528ba082e74dcbcb267fab8a27.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 2 | ||||
-rw-r--r-- | net-im/gaim/files/patch-configure | 24 |
2 files changed, 15 insertions, 11 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 2796cfd4b968..5e1dec4ac2c5 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -1,11 +1,13 @@ # New ports collection makefile for: gaim # Date created: 26 Mar 1999 # Whom: Jim Mock <jim@FreeBSD.org> +# # $FreeBSD$ # PORTNAME= gaim PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-im/gaim/files/patch-configure b/net-im/gaim/files/patch-configure index 7ae55f0c90bd..a21e2b844e9f 100644 --- a/net-im/gaim/files/patch-configure +++ b/net-im/gaim/files/patch-configure @@ -1,17 +1,21 @@ ---- configure.orig Thu Oct 9 20:05:15 2003 -+++ configure Fri Oct 10 13:22:18 2003 -@@ -16164,7 +16164,7 @@ +--- configure.orig Thu Dec 2 20:24:48 2004 ++++ configure Sun Dec 26 10:49:39 2004 +@@ -30860,3 +30860,3 @@ + if test "x$enable_gevolution" = "xyes"; then +- evo_deps="libxml-2.0 libebook-1.0 libedata-book-1.0" ++ evo_deps="libxml-2.0 libebook-1.2 libedata-book-1.2" - if test "x$prefix" != "xNONE"; then +@@ -30963,3 +30963,3 @@ + echo $ECHO_N "checking libebook version... $ECHO_C" >&6 +- LIBEBOOK_VERSION=`$PKG_CONFIG --modversion libebook-1.0` ++ LIBEBOOK_VERSION=`$PKG_CONFIG --modversion libebook-1.2` + LIBEBOOK_MAJOR_VER=`echo $LIBEBOOK_VERSION | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` +@@ -31908,3 +31908,3 @@ prefix=`eval echo $prefix` - PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=$prefix" + PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=%%LOCALBASE%%" fi - - -@@ -16915,10 +16915,10 @@ - - enable_nss="no" +@@ -32685,6 +32685,6 @@ else - nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" + nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" @@ -20,5 +24,3 @@ - nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" + nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" fi - - echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5 |