summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-10 06:15:17 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-10 06:15:17 +0800
commita1eaabd517f51265cf1d53fe2a4b04d1b3a91b00 (patch)
treee212e6be6235b47ac3ef3f6309f1b24ea38156d5
parentf5491e39ad4670a7ce9238045d9800a43919ca42 (diff)
downloadmarcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar
marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.gz
marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.bz2
marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.lz
marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.xz
marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.zst
marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.zip
Sync w/ FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8475 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--net-im/libgaim/Makefile6
-rw-r--r--net-im/libpurple/Makefile6
-rw-r--r--security/gaim-encryption/Makefile7
-rw-r--r--security/gaim-encryption/distinfo6
-rw-r--r--sysutils/gnome-volume-manager/Makefile3
-rw-r--r--www/epiphany-extensions/Makefile4
6 files changed, 22 insertions, 10 deletions
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile
index 1f7f956b2..d40b5e1ff 100644
--- a/net-im/libgaim/Makefile
+++ b/net-im/libgaim/Makefile
@@ -3,7 +3,7 @@
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/libgaim/Makefile,v 1.7 2007/02/04 00:29:25 marcus Exp $
+# $MCom: ports/net-im/libgaim/Makefile,v 1.8 2007/02/10 23:43:20 marcus Exp $
#
PORTNAME= gaim
@@ -75,6 +75,10 @@ CONFIGURE_ARGS+=--disable-doxygen
IGNORE= does not build on 4.X
.endif
+.if ${OSVERSION} > 700032
+CFLAGS+= -D_XOPEN_SOURCE_EXTENDED
+.endif
+
.if !defined(GAIM_SLAVE)
.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2)
USE_GNOME+= gconf2
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 1f7f956b2..d40b5e1ff 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -3,7 +3,7 @@
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/libgaim/Makefile,v 1.7 2007/02/04 00:29:25 marcus Exp $
+# $MCom: ports/net-im/libgaim/Makefile,v 1.8 2007/02/10 23:43:20 marcus Exp $
#
PORTNAME= gaim
@@ -75,6 +75,10 @@ CONFIGURE_ARGS+=--disable-doxygen
IGNORE= does not build on 4.X
.endif
+.if ${OSVERSION} > 700032
+CFLAGS+= -D_XOPEN_SOURCE_EXTENDED
+.endif
+
.if !defined(GAIM_SLAVE)
.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2)
USE_GNOME+= gconf2
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile
index 777bdbc10..60ec2c932 100644
--- a/security/gaim-encryption/Makefile
+++ b/security/gaim-encryption/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= encryption
-PORTVERSION= 2.38
-PORTREVISION= 6
+PORTVERSION= 2.39
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
@@ -47,4 +47,7 @@ pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} ""
+post-extract:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>
diff --git a/security/gaim-encryption/distinfo b/security/gaim-encryption/distinfo
index ceb4efb66..2c2af1ee4 100644
--- a/security/gaim-encryption/distinfo
+++ b/security/gaim-encryption/distinfo
@@ -1,3 +1,3 @@
-MD5 (gaim-encryption-2.38.tar.gz) = 31efd39c3c245402de36f2baaeda01b4
-SHA256 (gaim-encryption-2.38.tar.gz) = 1c8faad26c206ce508a1e3e52c843f4f5e9cd30251a664a78633d51e539aba41
-SIZE (gaim-encryption-2.38.tar.gz) = 543958
+MD5 (gaim-encryption-2.39.tar.gz) = 2319273397a7970fe149253bdd132465
+SHA256 (gaim-encryption-2.39.tar.gz) = 2fc1848597ae6e1ce74e96bda1c4acfe5ce5493cf78944efeec876e775adf257
+SIZE (gaim-encryption-2.39.tar.gz) = 544306
diff --git a/sysutils/gnome-volume-manager/Makefile b/sysutils/gnome-volume-manager/Makefile
index ee8f5455f..82792bd49 100644
--- a/sysutils/gnome-volume-manager/Makefile
+++ b/sysutils/gnome-volume-manager/Makefile
@@ -3,7 +3,7 @@
# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-volume-manager/Makefile,v 1.11 2006/12/20 21:41:11 marcus Exp $
+# $MCom: ports/sysutils/gnome-volume-manager/Makefile,v 1.12 2006/12/31 20:36:00 marcus Exp $
#
PORTNAME= gnome-volume-manager
@@ -23,6 +23,7 @@ USE_XLIB= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix gnomehack intlhack nautilus2
USE_GMAKE= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-multiuser
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index b3ae817ad..b3637147b 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/epiphany-extensions/Makefile,v 1.84 2006/12/20 04:53:02 marcus Exp $
+# $MCom: ports/www/epiphany-extensions/Makefile,v 1.85 2007/03/02 04:50:53 marcus Exp $
#
PORTNAME= epiphany
@@ -24,7 +24,7 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany
USE_GETTEXT= yes
USE_BZIP2= yes
USE_XLIB= yes
-USE_GECKO= firefox mozilla seamonkey firefox-devel<->firefox
+USE_GECKO= firefox mozilla seamonkey firefox15<->firefox
USE_GNOME= gnomeprefix gnomehack intlhack gnometarget
INSTALLS_OMF= yes
GNU_CONFIGURE= yes