diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-20 13:51:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-20 13:51:47 +0800 |
commit | 389c9a6800cc8d73d659942e84ee39005a9c7619 (patch) | |
tree | a75051a4332bdfb792e6e6b94385cdfbd075f79e | |
parent | b29368d948ae268824bb04bd58bacd317b97d748 (diff) | |
download | freebsd-ports-gnome-389c9a6800cc8d73d659942e84ee39005a9c7619.tar.gz freebsd-ports-gnome-389c9a6800cc8d73d659942e84ee39005a9c7619.tar.zst freebsd-ports-gnome-389c9a6800cc8d73d659942e84ee39005a9c7619.zip |
Update to 2.28.
Submitted by: maintainer
-rw-r--r-- | security/gaim-encryption/Makefile | 15 | ||||
-rw-r--r-- | security/gaim-encryption/distinfo | 4 | ||||
-rw-r--r-- | security/gaim-encryption/pkg-plist | 1 | ||||
-rw-r--r-- | security/pidgin-encryption/Makefile | 15 | ||||
-rw-r--r-- | security/pidgin-encryption/distinfo | 4 | ||||
-rw-r--r-- | security/pidgin-encryption/pkg-plist | 1 |
6 files changed, 30 insertions, 10 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile index 6e9838166491..1d80dd0bb13f 100644 --- a/security/gaim-encryption/Makefile +++ b/security/gaim-encryption/Makefile @@ -6,7 +6,7 @@ # PORTNAME= encryption -PORTVERSION= 2.27 +PORTVERSION= 2.28 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -22,8 +22,8 @@ LIB_DEPENDS= nss3:${PORTSDIR}/security/nss USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= lthack gtk20 -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gtk20 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ @@ -31,6 +31,15 @@ CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "WARNING: make sure net/gaim is built with NSS support (it is, by default)" diff --git a/security/gaim-encryption/distinfo b/security/gaim-encryption/distinfo index 238a61a05398..5033a76b8011 100644 --- a/security/gaim-encryption/distinfo +++ b/security/gaim-encryption/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-encryption-2.27.tar.gz) = b5d24bbada652d9673f35c5f3c6b03c7 -SIZE (gaim-encryption-2.27.tar.gz) = 363114 +MD5 (gaim-encryption-2.28.tar.gz) = d6b28d0baf246841405eeb97fafb2417 +SIZE (gaim-encryption-2.28.tar.gz) = 474171 diff --git a/security/gaim-encryption/pkg-plist b/security/gaim-encryption/pkg-plist index f4d88256e6a0..098734860ea7 100644 --- a/security/gaim-encryption/pkg-plist +++ b/security/gaim-encryption/pkg-plist @@ -1 +1,2 @@ lib/gaim/encrypt.so +%%NLS%%share/locale/fr/LC_MESSAGES/gaim-encryption.mo diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 6e9838166491..1d80dd0bb13f 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -6,7 +6,7 @@ # PORTNAME= encryption -PORTVERSION= 2.27 +PORTVERSION= 2.28 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -22,8 +22,8 @@ LIB_DEPENDS= nss3:${PORTSDIR}/security/nss USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= lthack gtk20 -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gtk20 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ @@ -31,6 +31,15 @@ CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "WARNING: make sure net/gaim is built with NSS support (it is, by default)" diff --git a/security/pidgin-encryption/distinfo b/security/pidgin-encryption/distinfo index 238a61a05398..5033a76b8011 100644 --- a/security/pidgin-encryption/distinfo +++ b/security/pidgin-encryption/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-encryption-2.27.tar.gz) = b5d24bbada652d9673f35c5f3c6b03c7 -SIZE (gaim-encryption-2.27.tar.gz) = 363114 +MD5 (gaim-encryption-2.28.tar.gz) = d6b28d0baf246841405eeb97fafb2417 +SIZE (gaim-encryption-2.28.tar.gz) = 474171 diff --git a/security/pidgin-encryption/pkg-plist b/security/pidgin-encryption/pkg-plist index f4d88256e6a0..098734860ea7 100644 --- a/security/pidgin-encryption/pkg-plist +++ b/security/pidgin-encryption/pkg-plist @@ -1 +1,2 @@ lib/gaim/encrypt.so +%%NLS%%share/locale/fr/LC_MESSAGES/gaim-encryption.mo |